Add MACHINE_NONCONTIG option

This commit is contained in:
brezak 1993-09-13 14:22:42 +00:00
parent b4940ad7a0
commit b119f3ec4f
11 changed files with 22 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: AHATEST,v 1.15 1993/08/30 07:07:53 deraadt Exp $
# $Id: AHATEST,v 1.16 1993/09/13 14:22:42 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -17,6 +17,7 @@ options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0 and sd0

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: AHBTEST,v 1.15 1993/08/30 07:07:54 deraadt Exp $
# $Id: AHBTEST,v 1.16 1993/09/13 14:22:44 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -17,6 +17,7 @@ options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on sd0 swap on sd0

View File

@ -1,7 +1,7 @@
#
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
#
# $Id: BOAT_ANCHOR,v 1.23 1993/08/30 07:07:55 deraadt Exp $
# $Id: BOAT_ANCHOR,v 1.24 1993/09/13 14:22:45 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -21,6 +21,7 @@ options MSDOSFS
options KTRACE
options FIFO
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
options LKM
options DDB

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel
#
# $Id: BTTEST,v 1.15 1993/08/30 07:07:56 deraadt Exp $
# $Id: BTTEST,v 1.16 1993/09/13 14:22:46 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -17,6 +17,7 @@ options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on sd0 swap on sd0

View File

@ -1,7 +1,7 @@
#
# CLIENT -- an NFS client machine
#
# $Id: CLIENT,v 1.11 1993/08/30 07:07:57 deraadt Exp $
# $Id: CLIENT,v 1.12 1993/09/13 14:22:47 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -18,6 +18,7 @@ options XSERVER,UCONSOLE
options KERNFS,FDESC,DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0

View File

@ -1,7 +1,7 @@
#
# GENERICAHA -- Generic machine w/aha driver -- distribution floppy
#
# $Id: GENERICAHA,v 1.27 1993/09/01 02:31:10 mycroft Exp $
# $Id: GENERICAHA,v 1.28 1993/09/13 14:22:48 brezak Exp $
#
machine "i386"
@ -20,6 +20,7 @@ options KERNFS
options SCSI
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0 and sd0

View File

@ -1,7 +1,7 @@
#
# GENERICAHBBT -- Generic machine w/ahb and bt drivers -- distribution floppy
#
# $Id: GENERICAHBBT,v 1.23 1993/09/01 05:36:33 mycroft Exp $
# $Id: GENERICAHBBT,v 1.24 1993/09/13 14:22:49 brezak Exp $
#
machine "i386"
@ -20,6 +20,7 @@ options KERNFS
options SCSI
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0 and sd0

View File

@ -1,7 +1,7 @@
#
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
#
# $Id: PAIN,v 1.13 1993/08/30 07:08:00 deraadt Exp $
# $Id: PAIN,v 1.14 1993/09/13 14:22:51 brezak Exp $
#
machine "i386"
cpu "I486_CPU"
@ -22,6 +22,7 @@ options KTRACE
options ACCOUNTING
options SCSI
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
options DDB
options "SYMTAB_SPACE=70000"

View File

@ -1,7 +1,7 @@
#
# SERVER -- an NFS server
#
# $Id: SERVER,v 1.11 1993/08/30 07:08:01 deraadt Exp $
# $Id: SERVER,v 1.12 1993/09/13 14:22:52 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -18,6 +18,7 @@ options XSERVER,UCONSOLE
options KERNFS,FDESC,DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0

View File

@ -1,7 +1,7 @@
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
# $Id: SUN_LAMP,v 1.25 1993/08/30 07:08:01 deraadt Exp $
# $Id: SUN_LAMP,v 1.26 1993/09/13 14:22:53 brezak Exp $
#
machine "i386"
cpu "I486_CPU"
@ -18,6 +18,7 @@ options FDESC,KERNFS
options KTRACE
options SCSI
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
options DDB
options "SYMTAB_SPACE=72000"

View File

@ -1,7 +1,7 @@
#
# SCSITEST -- Generic ISA machine -- scsi test kernel -ultrastore 14f adapter
#
# $Id: UHATEST,v 1.14 1993/08/30 07:08:05 deraadt Exp $
# $Id: UHATEST,v 1.15 1993/09/13 14:22:54 brezak Exp $
#
machine "i386"
cpu "I386_CPU"
@ -17,6 +17,7 @@ options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
options "MACHINE_NONCONTIG"
config netbsd root on wd0 swap on wd0 and sd0