summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-05 17:41:53 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-05 17:41:53 +0000
commitcc82ddb07179582a28c35d1c8195f45d3a3e69dd (patch)
treee035dd7d3e1a57b6e253842d8080d9b4f6eea577 /sys/arch/hp300
parentb1b18d5bdd435847de2612aab357a4db4aa9e683 (diff)
Make std.hp300 useable for other config files, just don't use it in GENERIC
ones.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/conf/DISKLESS5
-rw-r--r--sys/arch/hp300/conf/GENERIC5
-rw-r--r--sys/arch/hp300/conf/std.hp3007
3 files changed, 7 insertions, 10 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS
index 48a3d07f338..d207ee698cd 100644
--- a/sys/arch/hp300/conf/DISKLESS
+++ b/sys/arch/hp300/conf/DISKLESS
@@ -1,11 +1,10 @@
-# $OpenBSD: DISKLESS,v 1.9 1997/02/03 04:47:05 downsj Exp $
+# $OpenBSD: DISKLESS,v 1.10 1997/02/05 17:41:49 downsj Exp $
# $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $
#
# Generic kernel - one size fits all.
#
-# Include attributes common to all hp300s
-include "arch/hp300/conf/std.hp300"
+machine hp300 m68k
# Include all GENERIC option
include "../../../conf/GENERIC"
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC
index 4cffd809a3a..8cde2e841bc 100644
--- a/sys/arch/hp300/conf/GENERIC
+++ b/sys/arch/hp300/conf/GENERIC
@@ -1,11 +1,10 @@
-# $OpenBSD: GENERIC,v 1.13 1997/02/03 08:11:52 downsj Exp $
+# $OpenBSD: GENERIC,v 1.14 1997/02/05 17:41:51 downsj Exp $
# $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $
#
# Generic kernel - one size fits all.
#
-# Include attributes common to all hp300s
-include "arch/hp300/conf/std.hp300"
+machine hp300 m68k
# Include all GENERIC option
include "../../../conf/GENERIC"
diff --git a/sys/arch/hp300/conf/std.hp300 b/sys/arch/hp300/conf/std.hp300
index cacfbba6f57..0009741d301 100644
--- a/sys/arch/hp300/conf/std.hp300
+++ b/sys/arch/hp300/conf/std.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: std.hp300,v 1.2 1997/02/03 04:47:09 downsj Exp $
+# $OpenBSD: std.hp300,v 1.3 1997/02/05 17:41:52 downsj Exp $
# $NetBSD: std.hp300,v 1.2 1997/01/30 09:55:45 thorpej Exp $
#
# Options/devices that all hp300s should have
@@ -6,6 +6,5 @@
machine hp300 m68k
-#option SWAPPAGER # swap pager (anonymous and swap space)
-#option VNODEPAGER # vnode pager (mapped files)
-#option DEVPAGER # device pager (mapped devices)
+option SWAPPAGER # swap pager (anonymous and swap space)
+option DEVPAGER # device pager (mapped devices)