pagers are not options, not pseudo-devices

This commit is contained in:
deraadt 1993-08-30 07:07:53 +00:00
parent 144656cf78
commit 86d51ac6f8
15 changed files with 31 additions and 76 deletions

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: AHATEST,v 1.14 1993/06/06 04:15:24 cgd Exp $
# $Id: AHATEST,v 1.15 1993/08/30 07:07:53 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident SCSITEST
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSSERVER,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -65,7 +66,3 @@ pseudo-device ether
pseudo-device sl 2
pseudo-device log
pseudo-device pty 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: AHBTEST,v 1.14 1993/06/06 04:15:28 cgd Exp $
# $Id: AHBTEST,v 1.15 1993/08/30 07:07:54 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident SCSITEST
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSSERVER,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -55,7 +56,3 @@ pseudo-device ether
pseudo-device sl 2
pseudo-device log
pseudo-device pty 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# ALL -- everything that's currently supported
#
# $Id: ALL,v 1.17 1993/08/29 01:54:25 mycroft Exp $
# $Id: ALL,v 1.18 1993/08/30 07:07:54 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -10,6 +10,7 @@ ident ALL
timezone 8 dst
maxusers 30
options SWAPPAGER,VNODEPAGER,DEVPAGER
options KTRACE
options FIFO
#options SYSVSHM broken
@ -97,9 +98,6 @@ device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
#pseudo-devices
pseudo-device pty32
#pseudo-device tb2 was never ported to 4.4
pseudo-device devpager
pseudo-device swappager
pseudo-device vnodepager
pseudo-device bpfilter3
pseudo-device loop
pseudo-device sl

View File

@ -1,13 +1,14 @@
#
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
#
# $Id: BOAT_ANCHOR,v 1.22 1993/08/07 08:03:34 cgd Exp $
# $Id: BOAT_ANCHOR,v 1.23 1993/08/30 07:07:55 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
ident BOAT_ANCHOR
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSSERVER,NFSCLIENT,MFS
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -51,7 +52,3 @@ pseudo-device pty 32
pseudo-device bpfilter 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: BTTEST,v 1.14 1993/06/06 04:15:31 cgd Exp $
# $Id: BTTEST,v 1.15 1993/08/30 07:07:56 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident SCSITEST
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSSERVER,NSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -54,7 +55,3 @@ pseudo-device ether
pseudo-device sl 2
pseudo-device log
pseudo-device pty 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# CLIENT -- an NFS client machine
#
# $Id: CLIENT,v 1.10 1993/08/29 01:54:25 mycroft Exp $
# $Id: CLIENT,v 1.11 1993/08/30 07:07:57 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident CLIENT
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSCLIENT,MFS
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -38,7 +39,3 @@ pseudo-device ether
pseudo-device log
pseudo-device pty 32
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# DUALITY -- Mycroft's 486 box
#
# $Id: DUALITY,v 1.12 1993/06/14 15:29:55 mycroft Exp $
# $Id: DUALITY,v 1.13 1993/08/30 07:07:57 deraadt Exp $
#
machine "i386"
@ -9,7 +9,7 @@ cpu "I486_CPU"
ident DUALITY
timezone 5 dst
maxusers 16
options INET,NFSCLIENT
options SWAPPAGER,VNODEPAGER,DEVPAGERoptions INET,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
options XSERVER,UCONSOLE
@ -47,7 +47,3 @@ pseudo-device ether
pseudo-device sl 1
pseudo-device log
pseudo-device pty 32
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# GENERICAHA -- Generic machine w/aha driver -- distribution floppy
#
# $Id: GENERICAHA,v 1.25 1993/08/29 01:54:22 mycroft Exp $
# $Id: GENERICAHA,v 1.26 1993/08/30 07:07:58 deraadt Exp $
#
machine "i386"
@ -10,6 +10,7 @@ cpu "I486_CPU"
ident GENERICAHA
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -78,7 +79,3 @@ pseudo-device loop
pseudo-device pty 32
pseudo-device sl 1
pseudo-device speaker
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# GENERICAHBBT -- Generic machine w/ahb and bt drivers -- distribution floppy
#
# $Id: GENERICAHBBT,v 1.21 1993/08/29 01:54:23 mycroft Exp $
# $Id: GENERICAHBBT,v 1.22 1993/08/30 07:07:59 deraadt Exp $
#
machine "i386"
@ -10,6 +10,7 @@ cpu "I486_CPU"
ident GENERICAHBBT
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -87,7 +88,3 @@ pseudo-device loop
pseudo-device pty 32
pseudo-device sl 1
pseudo-device speaker
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,13 +1,14 @@
#
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
#
# $Id: PAIN,v 1.12 1993/08/28 11:00:35 cgd Exp $
# $Id: PAIN,v 1.13 1993/08/30 07:08:00 deraadt Exp $
#
machine "i386"
cpu "I486_CPU"
ident PAIN
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSSERVER,NFSCLIENT,MFS
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -52,7 +53,3 @@ pseudo-device log
pseudo-device pty 16
pseudo-device bpfilter 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# SERVER -- an NFS server
#
# $Id: SERVER,v 1.10 1993/08/29 01:54:24 mycroft Exp $
# $Id: SERVER,v 1.11 1993/08/30 07:08:01 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident SERVER
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,MFS,NFSSERVER
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -37,7 +38,3 @@ pseudo-device ether
#pseudo-device sl 2
pseudo-device log
pseudo-device pty 32
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,13 +1,14 @@
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
# $Id: SUN_LAMP,v 1.24 1993/07/28 02:20:48 cgd Exp $
# $Id: SUN_LAMP,v 1.25 1993/08/30 07:08:01 deraadt Exp $
#
machine "i386"
cpu "I486_CPU"
ident SUN_LAMP
timezone 8 dst
maxusers 24
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSSERVER,NFSCLIENT,MFS,ISOFS
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -60,7 +61,3 @@ pseudo-device log
pseudo-device pty 32
pseudo-device bpfilter 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,13 +1,14 @@
#
# Theo Deraadt's 486
#
# $Id: TDR,v 1.17 1993/08/26 09:52:16 deraadt Exp $
# $Id: TDR,v 1.18 1993/08/30 07:08:03 deraadt Exp $
#
machine "i386"
cpu "I486_CPU"
ident TDR
timezone 7 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSSERVER,NFSCLIENT,GATEWAY
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -16,7 +17,7 @@ options DDB
options "COMPAT_NOMID"
options "DUMMY_NOPS"
config netbsd root on wd0 swap on wd0
config netbsd at 0xfe100000 root on wd0 swap on wd0
controller isa0
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
@ -42,7 +43,3 @@ pseudo-device ppp 2
pseudo-device log
pseudo-device pty 32
pseudo-device bpfilter 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# TRINITY -- Mycroft's 386 box
#
# $Id: TRINITY,v 1.18 1993/08/07 08:03:55 cgd Exp $
# $Id: TRINITY,v 1.19 1993/08/30 07:08:04 deraadt Exp $
#
machine "i386"
@ -9,6 +9,7 @@ cpu "I386_CPU"
ident TRINITY
timezone 5 dst
maxusers 16
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,NFSCLIENT,NFSSERVER
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -55,7 +56,3 @@ pseudo-device ether
pseudo-device bpfilter 4
pseudo-device log
pseudo-device pty 32
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel -ultrastore 14f adapter
#
# $Id: UHATEST,v 1.13 1993/06/06 04:15:41 cgd Exp $
# $Id: UHATEST,v 1.14 1993/08/30 07:08:05 deraadt Exp $
#
machine "i386"
cpu "I386_CPU"
@ -9,6 +9,7 @@ cpu "I486_CPU"
ident UHATEST
timezone 8 dst
maxusers 10
options SWAPPAGER,VNODEPAGER,DEVPAGER
options INET,ISOFS,NFSSERVER,NFSCLIENT
options "COMPAT_43"
options "TCP_COMPAT_42"
@ -58,7 +59,3 @@ pseudo-device ether
pseudo-device sl 2
pseudo-device log
pseudo-device pty 4
pseudo-device swappager
pseudo-device vnodepager
pseudo-device devpager