diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-05 17:41:53 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-05 17:41:53 +0000 |
commit | cc82ddb07179582a28c35d1c8195f45d3a3e69dd (patch) | |
tree | e035dd7d3e1a57b6e253842d8080d9b4f6eea577 /sys/arch/hp300/conf/std.hp300 | |
parent | b1b18d5bdd435847de2612aab357a4db4aa9e683 (diff) |
Make std.hp300 useable for other config files, just don't use it in GENERIC
ones.
Diffstat (limited to 'sys/arch/hp300/conf/std.hp300')
-rw-r--r-- | sys/arch/hp300/conf/std.hp300 | 7 |
1 files changed, 3 insertions, 4 deletions
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) |