diff --git a/sys/arch/pmax/conf/DS3100 b/sys/arch/pmax/conf/DS3100 index b747c5aeac26..3f3f8763554b 100644 --- a/sys/arch/pmax/conf/DS3100 +++ b/sys/arch/pmax/conf/DS3100 @@ -1,7 +1,7 @@ # # DECstation (3100 or 2100) config file # -# $NetBSD: DS3100,v 1.2 1996/10/16 08:29:35 jonathan Exp $ +# $NetBSD: DS3100,v 1.3 1996/11/16 23:10:54 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -27,9 +27,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/DS5000_100 b/sys/arch/pmax/conf/DS5000_100 index 2048a4e869d6..428da060361b 100644 --- a/sys/arch/pmax/conf/DS5000_100 +++ b/sys/arch/pmax/conf/DS5000_100 @@ -1,7 +1,7 @@ # # DECstation 5000/240 kernel config # -# $NetBSD: DS5000_100,v 1.1 1996/10/16 08:35:49 jonathan Exp $ +# $NetBSD: DS5000_100,v 1.2 1996/11/16 23:10:56 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -28,9 +28,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/DS5000_200 b/sys/arch/pmax/conf/DS5000_200 index 7960e2c064e0..55cac570cae2 100644 --- a/sys/arch/pmax/conf/DS5000_200 +++ b/sys/arch/pmax/conf/DS5000_200 @@ -1,7 +1,7 @@ # # DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config # -# $NetBSD: DS5000_200,v 1.2 1996/10/16 08:29:36 jonathan Exp $ +# $NetBSD: DS5000_200,v 1.3 1996/11/16 23:10:57 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -26,11 +26,7 @@ options DS5000_200 # 3MAX (kn02) support options TIMEZONE=0 options DST=0 # use daylight savings rules - # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/DS5000_240 b/sys/arch/pmax/conf/DS5000_240 index 83a3e941ddd7..8621243f9d4c 100644 --- a/sys/arch/pmax/conf/DS5000_240 +++ b/sys/arch/pmax/conf/DS5000_240 @@ -1,7 +1,7 @@ # # DECstation 5000/240 kernel config # -# $NetBSD: DS5000_240,v 1.2 1996/10/16 08:29:37 jonathan Exp $ +# $NetBSD: DS5000_240,v 1.3 1996/11/16 23:10:56 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -28,9 +28,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/DS5000_25 b/sys/arch/pmax/conf/DS5000_25 index f22eb482b5d8..359faa71123e 100644 --- a/sys/arch/pmax/conf/DS5000_25 +++ b/sys/arch/pmax/conf/DS5000_25 @@ -2,7 +2,7 @@ # Sample Config file for DECstation 5000/20 or 5000/25 # (UNTESTED!) # -# $NetBSD: DS5000_25,v 1.2 1996/10/16 08:29:37 jonathan Exp $ +# $NetBSD: DS5000_25,v 1.3 1996/11/16 23:10:55 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -29,9 +29,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/DSG b/sys/arch/pmax/conf/DSG index 6bd8912e3f78..b8ed24bb261a 100644 --- a/sys/arch/pmax/conf/DSG +++ b/sys/arch/pmax/conf/DSG @@ -1,7 +1,7 @@ # # Stanford DSG Decstation (any model) kernel config file # -# $NetBSD: DSG,v 1.4 1996/10/13 05:40:44 jonathan Exp $ +# $NetBSD: DSG,v 1.5 1996/11/16 23:10:58 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -27,11 +27,6 @@ options TIMEZONE=0 options DST=0 # use daylight savings rules -# Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) - #options DDB # in-kernel debugger (not mips) #options DIAGNOSTIC # extra kernel debugging checks options DEBUG # extra kernel debugging support diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index b12a46f13dae..6ab48083417d 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -2,7 +2,7 @@ # Distribition miniroot kernel (any model) kernel config file # -# $NetBSD: GENERIC,v 1.7 1996/10/16 08:29:34 jonathan Exp $ +# $NetBSD: GENERIC,v 1.8 1996/11/16 23:10:53 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -29,9 +29,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index 903b85d73335..5a4e6cb30b90 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -3,7 +3,7 @@ # root on NFS to boot diskless for installation, # disk drivers for labelling disks and installation on local disk. # -# $NetBSD: INSTALL,v 1.1 1996/10/13 05:57:19 jonathan Exp $ +# $NetBSD: INSTALL,v 1.2 1996/11/16 23:10:51 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -30,9 +30,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support #options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/MINIROOT b/sys/arch/pmax/conf/MINIROOT index 9c8fad3f6033..4afc657e5ef1 100644 --- a/sys/arch/pmax/conf/MINIROOT +++ b/sys/arch/pmax/conf/MINIROOT @@ -2,7 +2,7 @@ # DECstation (3100 or 5000/xxx) # # Generic config.new configuration for NetBSD/pmax -# $NetBSD: MINIROOT,v 1.2 1996/08/26 23:40:52 mrg Exp $ +# $NetBSD: MINIROOT,v 1.3 1996/11/16 23:10:48 jonathan Exp $ # include "std.pmax" @@ -32,9 +32,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/NEWCONF b/sys/arch/pmax/conf/NEWCONF index 5334ef5157e5..f3f8ecd6aa65 100644 --- a/sys/arch/pmax/conf/NEWCONF +++ b/sys/arch/pmax/conf/NEWCONF @@ -2,7 +2,7 @@ # DECstation (3100 or 5000/xxx) # # Generic config.new configuration for NetBSD/pmax -# $NetBSD: NEWCONF,v 1.8 1996/08/26 23:40:55 mrg Exp $ +# $NetBSD: NEWCONF,v 1.9 1996/11/16 23:10:52 jonathan Exp $ # include "std.pmax" @@ -34,9 +34,6 @@ options DST=1 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/NFSINSTALL b/sys/arch/pmax/conf/NFSINSTALL index f5c272958169..4b6f7cd4b51f 100644 --- a/sys/arch/pmax/conf/NFSINSTALL +++ b/sys/arch/pmax/conf/NFSINSTALL @@ -3,7 +3,7 @@ # root on NFS to boot diskless for installation, # disk drivers for labelling disks and installation on local disk. # -# $NetBSD: NFSINSTALL,v 1.1 1996/10/13 05:57:19 jonathan Exp $ +# $NetBSD: NFSINSTALL,v 1.2 1996/11/16 23:10:51 jonathan Exp $ # include "arch/pmax/conf/std.pmax" @@ -30,9 +30,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support #options "COMPAT_43" # compatibility with 4.3BSD binaries diff --git a/sys/arch/pmax/conf/NFSROOT b/sys/arch/pmax/conf/NFSROOT index b476c061c7ab..700919559eea 100644 --- a/sys/arch/pmax/conf/NFSROOT +++ b/sys/arch/pmax/conf/NFSROOT @@ -3,7 +3,7 @@ # via NFS booting: root and swap on NFS, but disk drivers included too. # Prune out other optiosn to stay small and avoid PROM tftp bugs. # -# $NetBSD: NFSROOT,v 1.1 1996/09/18 14:10:24 jonathan Exp $ +# $NetBSD: NFSROOT,v 1.2 1996/11/16 23:10:50 jonathan Exp $ # include "std.pmax" @@ -28,9 +28,6 @@ options DST=0 # use daylight savings rules # Standard system options -options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) -options DEVPAGER # device pager (mapped devices) #options DDB # in-kernel debugger (not mips) #options DIAGNOSTIC # extra kernel debugging checks diff --git a/sys/arch/pmax/conf/std.pmax b/sys/arch/pmax/conf/std.pmax index e0494aa2895a..4e0511aa4597 100644 --- a/sys/arch/pmax/conf/std.pmax +++ b/sys/arch/pmax/conf/std.pmax @@ -1,10 +1,16 @@ # $NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp -# standard pmax info +# standard, required pmax info machine pmax mips mainbus0 at root cpu* at mainbus0 +# Non-optional options +options SWAPPAGER # paging +options VNODEPAGER # mmap() of files +options DEVPAGER # mmap() of devices + + # Standard exec-package options options EXEC_ELF32 # native exec format options EXEC_SCRIPT # may be unsafe