diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-20 06:45:27 +0000 |
commit | df42aa61f92bffe35c22145bcc90906f47aa88d0 (patch) | |
tree | 5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/arch/mac68k | |
parent | 4909b03ce500337461ef8ac1f9f5637782ca693d (diff) |
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/OCELOT | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/PUMA | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/SPOT | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 8ef9d6f3474..1a466149516 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.8 1996/08/31 02:09:22 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.9 1996/09/20 06:45:11 deraadt Exp $ # $NetBSD: GENERIC,v 1.38 1996/08/05 01:52:13 scottr Exp $ # # GENERIC @@ -10,7 +10,7 @@ maxusers 16 options MAXFDESCS=2048 # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging options DIAGNOSTIC # DEBUG for extra kernel debugging options KTRACE # system call tracing support #options KGDB # support for kernel gdb diff --git a/sys/arch/mac68k/conf/OCELOT b/sys/arch/mac68k/conf/OCELOT index ee73be31869..5dbb45f2620 100644 --- a/sys/arch/mac68k/conf/OCELOT +++ b/sys/arch/mac68k/conf/OCELOT @@ -1,4 +1,4 @@ -# $OpenBSD: OCELOT,v 1.7 1996/08/31 02:09:22 deraadt Exp $ +# $OpenBSD: OCELOT,v 1.8 1996/09/20 06:45:12 deraadt Exp $ # $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $ # # OCELOT @@ -8,7 +8,7 @@ include "std.mac68k" maxusers 16 # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging options DIAGNOSTIC # DEBUG for extra kernel debugging # Filesystem options diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA index 6ba06434237..49da3f071d8 100644 --- a/sys/arch/mac68k/conf/PUMA +++ b/sys/arch/mac68k/conf/PUMA @@ -1,4 +1,4 @@ -# $OpenBSD: PUMA,v 1.8 1996/09/01 18:57:04 briggs Exp $ +# $OpenBSD: PUMA,v 1.9 1996/09/20 06:45:12 deraadt Exp $ # $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $ # # PUMA @@ -10,7 +10,7 @@ maxusers 16 options MAXFDESCS=2048 # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging # Filesystem options options FIFO # POSIX fifo support (in all filesystems) diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK index ef736d859c6..a07ea7a5bb2 100644 --- a/sys/arch/mac68k/conf/RAMDISK +++ b/sys/arch/mac68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.7 1996/09/20 06:45:13 deraadt Exp $ # $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $ # RAMDISK @@ -14,7 +14,7 @@ options RAMDISK_HOOKS options MINIROOTSIZE=512 # 256K # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging # Filesystem options options FIFO # POSIX fifo support (in all filesystems) diff --git a/sys/arch/mac68k/conf/SPOT b/sys/arch/mac68k/conf/SPOT index 625b68a0693..568976afef7 100644 --- a/sys/arch/mac68k/conf/SPOT +++ b/sys/arch/mac68k/conf/SPOT @@ -1,4 +1,4 @@ -# $OpenBSD: SPOT,v 1.5 1996/08/31 02:09:24 deraadt Exp $ +# $OpenBSD: SPOT,v 1.6 1996/09/20 06:45:13 deraadt Exp $ # $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $ # # SPOT @@ -11,7 +11,7 @@ makeoptions CC="cc -m68030" options MAXFDESCS=2048 # Standard system options -options SWAPPAGER, VNODEPAGER, DEVPAGER # paging +options SWAPPAGER, DEVPAGER # paging options DIAGNOSTIC # DEBUG for extra kernel debugging options KTRACE # system call tracing support #options KGDB # support for kernel gdb |