update config files for correct "cpu" usage
This commit is contained in:
parent
5617a0f97a
commit
95895b842e
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# SCSITEST -- Generic ISA machine -- scsi test kernel
|
||||
#
|
||||
# $Id: AHATEST,v 1.11 1993/05/07 08:33:00 cgd Exp $
|
||||
# $Id: AHATEST,v 1.12 1993/05/20 14:32:17 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident SCSITEST
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -13,6 +14,7 @@ options "COMPAT_43"
|
|||
options "TCP_COMPAT_42"
|
||||
options SCSI
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# SCSITEST -- Generic ISA machine -- scsi test kernel
|
||||
#
|
||||
# $Id: AHBTEST,v 1.11 1993/05/07 08:33:02 cgd Exp $
|
||||
# $Id: AHBTEST,v 1.12 1993/05/20 14:32:18 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident SCSITEST
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -13,6 +14,7 @@ options "COMPAT_43"
|
|||
options "TCP_COMPAT_42"
|
||||
options SCSI
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# ALL -- everything that's currently supported
|
||||
#
|
||||
# $Id: ALL,v 1.7 1993/05/07 08:32:23 cgd Exp $
|
||||
# $Id: ALL,v 1.8 1993/05/20 14:32:19 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident ALL
|
||||
timezone 8 dst
|
||||
maxusers 30
|
||||
|
@ -28,6 +29,7 @@ options DDB
|
|||
options FDESC
|
||||
options KERNFS
|
||||
options SCSI
|
||||
options "MATH_EMULATE"
|
||||
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
# $Id: BOAT_ANCHOR,v 1.13 1993/05/07 08:33:04 cgd Exp $
|
||||
# $Id: BOAT_ANCHOR,v 1.14 1993/05/20 14:32:20 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
ident BOAT_ANCHOR
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# SCSITEST -- Generic ISA machine -- scsi test kernel
|
||||
#
|
||||
# $Id: BTTEST,v 1.11 1993/05/07 08:33:07 cgd Exp $
|
||||
# $Id: BTTEST,v 1.12 1993/05/20 14:32:21 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident SCSITEST
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -13,6 +14,7 @@ options "COMPAT_43"
|
|||
options "TCP_COMPAT_42"
|
||||
options SCSI
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# CLIENT -- an NFS client machine
|
||||
#
|
||||
# $Id: CLIENT,v 1.6 1993/05/07 08:33:08 cgd Exp $
|
||||
# $Id: CLIENT,v 1.7 1993/05/20 14:32:23 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident CLIENT
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -14,6 +15,7 @@ options "TCP_COMPAT_42"
|
|||
options "i387"
|
||||
options XSERVER,UCONSOLE
|
||||
options KERNFS,FDESC,DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and as0
|
||||
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
#
|
||||
# Developement config
|
||||
#
|
||||
# $Id: DEVEL,v 1.6 1993/05/07 08:33:10 cgd Exp $
|
||||
# $Id: DEVEL,v 1.7 1993/05/20 14:32:24 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident DEVEL
|
||||
timezone 8 dst
|
||||
maxusers 2
|
||||
options INET,DDB
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on dk0 swap on dk0
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#
|
||||
# DUALITY -- Mycroft's 486 box
|
||||
#
|
||||
# $Id: DUALITY,v 1.7 1993/05/07 08:33:12 cgd Exp $
|
||||
# $Id: DUALITY,v 1.8 1993/05/20 14:32:26 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i486"
|
||||
cpu "I486_CPU"
|
||||
ident DUALITY
|
||||
timezone 5 dst
|
||||
maxusers 16
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# GENERICISA -- Generic ISA machine -- distribution floppy
|
||||
#
|
||||
# $Id: GENERICAHA,v 1.15 1993/05/07 08:33:20 cgd Exp $
|
||||
# $Id: GENERICAHA,v 1.16 1993/05/20 14:32:29 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICISA
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -15,6 +16,7 @@ options "TCP_COMPAT_42"
|
|||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
# GENERICAHA_DDB -- Generic ISA machine, w/non-EISA scsi controller support
|
||||
# and the kernel debugger.
|
||||
#
|
||||
# $Id: GENERICAHA_DDB,v 1.4 1993/05/07 08:33:17 cgd Exp $
|
||||
# $Id: GENERICAHA_DDB,v 1.5 1993/05/20 14:32:27 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICAHA_DDB
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -17,6 +18,7 @@ options XSERVER,UCONSOLE
|
|||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on sd0 swap on sd0
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
#
|
||||
# $Id: GENERICAHB,v 1.11 1993/05/07 08:33:18 cgd Exp $
|
||||
# $Id: GENERICAHB,v 1.12 1993/05/20 14:32:28 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICAHBBT
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -15,6 +16,7 @@ options "TCP_COMPAT_42"
|
|||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
#
|
||||
# $Id: GENERICAHBBT,v 1.11 1993/05/07 08:33:18 cgd Exp $
|
||||
# $Id: GENERICAHBBT,v 1.12 1993/05/20 14:32:28 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICAHBBT
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -15,6 +16,7 @@ options "TCP_COMPAT_42"
|
|||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# GENERICISA -- Generic ISA machine -- distribution floppy
|
||||
#
|
||||
# $Id: GENERICISA,v 1.15 1993/05/07 08:33:20 cgd Exp $
|
||||
# $Id: GENERICISA,v 1.16 1993/05/20 14:32:29 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICISA
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -15,6 +16,7 @@ options "TCP_COMPAT_42"
|
|||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# GENERICISA_DDB -- Generic ISA machine, w/wd and the kernel debugger.
|
||||
#
|
||||
# $Id: GENERICISA_DDB,v 1.5 1993/05/07 09:22:40 cgd Exp $
|
||||
# $Id: GENERICISA_DDB,v 1.6 1993/05/20 14:32:30 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident GENERICISA_DDB
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -15,6 +16,7 @@ options "TCP_COMPAT_42"
|
|||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options DDB,"SYMTAB_SPACE=64000"
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0
|
||||
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
#
|
||||
# Everthing sans OSI (need to get an ACCUNET connection -wfj)
|
||||
#
|
||||
# $Id: LARGE,v 1.8 1993/05/07 08:33:25 cgd Exp $
|
||||
# $Id: LARGE,v 1.9 1993/05/20 14:32:32 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident LARGE
|
||||
timezone 8 dst
|
||||
maxusers 30
|
||||
options INET,NFSSERVER,NFSCLIENT,MFS,HSFS,DIAGNOSTIC # OSI real soon
|
||||
options "COMPAT_43","TCP_COMPAT_42"
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on dk0 swap on dk0
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Laptop 386SX Odysseus
|
||||
#
|
||||
# $Id: ODYSSEUS,v 1.7 1993/05/07 08:33:28 cgd Exp $
|
||||
# $Id: ODYSSEUS,v 1.8 1993/05/20 14:32:33 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
ident ODYSSEUS
|
||||
timezone 8 dst
|
||||
maxusers 2
|
||||
|
@ -17,6 +17,7 @@ options DEBUG
|
|||
options DIAGNOSTIC
|
||||
options KGDB
|
||||
options "KGDBDEV=0x800"
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on dk0 swap on dk0
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# PAIN -- kernel for another of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
# $Id: PAIN,v 1.2 1993/05/17 06:17:41 cgd Exp $
|
||||
# $Id: PAIN,v 1.3 1993/05/20 14:32:33 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i486"
|
||||
cpu "I486_CPU"
|
||||
ident PAIN
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Compaq DeskPro/20 PHOENIX
|
||||
#
|
||||
# $Id: PHOENIX,v 1.8 1993/05/07 08:33:30 cgd Exp $
|
||||
# $Id: PHOENIX,v 1.9 1993/05/20 14:32:35 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
ident PHOENIX
|
||||
timezone 8 dst
|
||||
maxusers 4
|
||||
|
@ -17,6 +17,7 @@ options "TCP_COMPAT_42"
|
|||
#options DEBUG
|
||||
options DIAGNOSTIC
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and as0
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# SERVER -- an NFS server
|
||||
#
|
||||
# $Id: SERVER,v 1.6 1993/05/07 08:33:32 cgd Exp $
|
||||
# $Id: SERVER,v 1.7 1993/05/20 14:32:36 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident SERVER
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -14,6 +15,7 @@ options "TCP_COMPAT_42"
|
|||
options "i387"
|
||||
options XSERVER,UCONSOLE
|
||||
options KERNFS,FDESC,DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and as0
|
||||
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
#
|
||||
# Distribution Floppy
|
||||
#
|
||||
# $Id: SMALL,v 1.6 1993/05/07 08:33:33 cgd Exp $
|
||||
# $Id: SMALL,v 1.7 1993/05/20 14:32:37 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident SMALL
|
||||
timezone 8 dst
|
||||
maxusers 2
|
||||
options INET
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on dk0 swap on dk0
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# Thos Sumner's 50Mhz 486
|
||||
#
|
||||
# $Id: SUMNER,v 1.9 1993/05/07 08:33:35 cgd Exp $
|
||||
# $Id: SUMNER,v 1.10 1993/05/20 14:32:38 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i486"
|
||||
cpu "I486_CPU"
|
||||
ident SUMNER
|
||||
timezone 8 dst
|
||||
maxusers 4
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
# $Id: SUN_LAMP,v 1.15 1993/05/07 08:33:37 cgd Exp $
|
||||
# $Id: SUN_LAMP,v 1.16 1993/05/20 14:32:39 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i486"
|
||||
cpu "I486_CPU"
|
||||
ident SUN_LAMP
|
||||
timezone 8 dst
|
||||
maxusers 24
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# GENERICISA -- Generic ISA machine -- distribution floppy
|
||||
# Theo Deraadt's 386
|
||||
#
|
||||
# $Id: TDR,v 1.7 1993/05/07 08:33:39 cgd Exp $
|
||||
# $Id: TDR,v 1.8 1993/05/20 14:32:40 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
ident TDR
|
||||
timezone 7 dst
|
||||
maxusers 10
|
||||
|
@ -13,6 +13,7 @@ options "COMPAT_43"
|
|||
options "TCP_COMPAT_42"
|
||||
options SCSI,ISOFS
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0
|
||||
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
#
|
||||
# TRINITY -- Mycroft's 386 box
|
||||
#
|
||||
# $Id: TRINITY,v 1.6 1993/05/07 08:33:40 cgd Exp $
|
||||
# $Id: TRINITY,v 1.7 1993/05/20 14:32:41 cgd Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
ident TRINITY
|
||||
timezone 5 dst
|
||||
maxusers 16
|
||||
options "i387"
|
||||
options INET,NFSCLIENT
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#
|
||||
# SCSITEST -- Generic ISA machine -- scsi test kernel -ultrastore 14f adapter
|
||||
#
|
||||
# $Id: UHATEST,v 1.10 1993/05/07 08:33:42 cgd Exp $
|
||||
# $Id: UHATEST,v 1.11 1993/05/20 14:32:42 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
ident UHATEST
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
|
@ -13,6 +14,7 @@ options "COMPAT_43"
|
|||
options "TCP_COMPAT_42"
|
||||
options SCSI
|
||||
options DDB
|
||||
options "MATH_EMULATE"
|
||||
|
||||
config netbsd root on wd0 swap on wd0 and sd0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: files.i386,v 1.11 1993/05/18 08:54:22 cgd Exp $
|
||||
# $Id: files.i386,v 1.12 1993/05/20 14:32:43 cgd Exp $
|
||||
#
|
||||
arch/i386/i386/autoconf.c standard
|
||||
arch/i386/i386/cons.c standard
|
||||
|
@ -7,7 +7,7 @@ arch/i386/i386/db_interface.c optional ddb
|
|||
arch/i386/i386/db_trace.c optional ddb
|
||||
arch/i386/i386/in_cksum.c optional inet
|
||||
arch/i386/i386/machdep.c standard config-dependent
|
||||
arch/i386/i386/math_emulate.c standard
|
||||
arch/i386/i386/math_emulate.c optional math_emulate
|
||||
arch/i386/i386/mem.c standard
|
||||
arch/i386/i386/microtime.s standard
|
||||
arch/i386/i386/ns_cksum.c optional ns
|
||||
|
|
Loading…
Reference in New Issue