cleanup, add DDB to dist. floppy kernels, and get rid of f*@#ing "as"

This commit is contained in:
cgd 1993-06-06 22:20:03 +00:00
parent c78c6a22ab
commit 450bfb0c82
11 changed files with 22 additions and 29 deletions

View File

@ -1,7 +1,7 @@
#
# ALL -- everything that's currently supported
#
# $Id: ALL,v 1.10 1993/06/06 04:15:29 cgd Exp $
# $Id: ALL,v 1.11 1993/06/06 22:20:03 cgd Exp $
#
machine "i386"
cpu "I386_CPU"
@ -67,11 +67,6 @@ controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
controller scbus0
#old scsi
#controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
#disk as0 at as0 drive 0
#disk as1 at as0 drive 1
device sd0
device sd1

View File

@ -1,7 +1,7 @@
#
# CLIENT -- an NFS client machine
#
# $Id: CLIENT,v 1.8 1993/06/03 01:30:24 cgd Exp $
# $Id: CLIENT,v 1.9 1993/06/06 22:20:05 cgd Exp $
#
machine "i386"
cpu "I386_CPU"
@ -18,7 +18,7 @@ options KERNFS,FDESC,DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
config netbsd root on wd0 swap on wd0 and as0
config netbsd root on wd0 swap on wd0
controller isa0
controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr

View File

@ -1,7 +1,7 @@
#
# GENERICISA -- Generic ISA machine -- distribution floppy
#
# $Id: GENERICAHA,v 1.18 1993/06/06 04:15:35 cgd Exp $
# $Id: GENERICAHA,v 1.19 1993/06/06 22:20:06 cgd Exp $
#
machine "i386"
@ -16,6 +16,7 @@ options "TCP_COMPAT_42"
options XSERVER,UCONSOLE
options PCFS,KERNFS
options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"

View File

@ -1,7 +1,7 @@
#
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
#
# $Id: GENERICAHB,v 1.14 1993/06/06 04:15:34 cgd Exp $
# $Id: GENERICAHB,v 1.15 1993/06/06 22:20:06 cgd Exp $
#
machine "i386"
@ -16,6 +16,7 @@ options "TCP_COMPAT_42"
options XSERVER,UCONSOLE
options PCFS,KERNFS
options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"

View File

@ -1,7 +1,7 @@
#
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
#
# $Id: GENERICAHBBT,v 1.14 1993/06/06 04:15:34 cgd Exp $
# $Id: GENERICAHBBT,v 1.15 1993/06/06 22:20:06 cgd Exp $
#
machine "i386"
@ -16,6 +16,7 @@ options "TCP_COMPAT_42"
options XSERVER,UCONSOLE
options PCFS,KERNFS
options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"

View File

@ -1,7 +1,7 @@
#
# GENERICISA -- Generic ISA machine -- distribution floppy
#
# $Id: GENERICISA,v 1.18 1993/06/06 04:15:35 cgd Exp $
# $Id: GENERICISA,v 1.19 1993/06/06 22:20:06 cgd Exp $
#
machine "i386"
@ -16,6 +16,7 @@ options "TCP_COMPAT_42"
options XSERVER,UCONSOLE
options PCFS,KERNFS
options SCSI
options DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"

View File

@ -1,7 +1,7 @@
#
# Everthing sans OSI (need to get an ACCUNET connection -wfj)
#
# $Id: LARGE,v 1.10 1993/06/03 01:30:31 cgd Exp $
# $Id: LARGE,v 1.11 1993/06/06 22:20:08 cgd Exp $
#
machine "i386"
cpu "I386_CPU"
@ -22,10 +22,6 @@ controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk dk0 at wdc0 drive 0
disk dk1 at wdc0 drive 1
controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
disk dk2 at as0 drive 0
disk dk3 at as0 drive 1
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk dk4 at fdc0 drive 0
disk dk5 at fdc0 drive 1

View File

@ -1,7 +1,7 @@
#
# SERVER -- an NFS server
#
# $Id: SERVER,v 1.8 1993/06/03 01:30:35 cgd Exp $
# $Id: SERVER,v 1.9 1993/06/06 22:20:09 cgd Exp $
#
machine "i386"
cpu "I386_CPU"
@ -18,7 +18,7 @@ options KERNFS,FDESC,DDB
options "MATH_EMULATE"
options "COMPAT_NOMID"
config netbsd root on wd0 swap on wd0 and as0
config netbsd root on wd0 swap on wd0
controller isa0
controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr

View File

@ -1,12 +1,11 @@
# This file tells what major numbers the various possible swap devices have.
#
# $Id: devices.i386,v 1.4 1993/05/22 07:59:34 cgd Exp $
# $Id: devices.i386,v 1.5 1993/06/06 22:20:10 cgd Exp $
#
wd 0
dk 1
fd 2
wt 3
sd 4
as 4
st 5
cd 6

View File

@ -1,4 +1,4 @@
# $Id: files.i386,v 1.15 1993/05/22 07:59:35 cgd Exp $
# $Id: files.i386,v 1.16 1993/06/06 22:20:11 cgd Exp $
#
arch/i386/i386/autoconf.c standard
arch/i386/i386/cons.c standard
@ -16,10 +16,9 @@ arch/i386/i386/sys_machdep.c standard
arch/i386/i386/trap.c standard
arch/i386/i386/vm_machdep.c standard
arch/i386/i386/disksubr.c standard
arch/i386/isa/aha1542.c optional aha device-driver requires isa scsi not as
arch/i386/isa/aha1742.c optional ahb device-driver requires isa scsi not as not aha
arch/i386/isa/as.c optional as device-driver requires isa not scsi
arch/i386/isa/bt742a.c optional bt device-driver requires isa scsi not as not aha
arch/i386/isa/aha1542.c optional aha device-driver requires isa scsi
arch/i386/isa/aha1742.c optional ahb device-driver requires isa scsi not aha
arch/i386/isa/bt742a.c optional bt device-driver requires isa scsi not aha
arch/i386/isa/clock.c optional isa
arch/i386/isa/com.c optional com device-driver requires isa
arch/i386/isa/dcfclk.c optional dcfclk device-driver requires isa
@ -36,7 +35,7 @@ arch/i386/isa/lpa.c optional lpa device-driver requires isa
arch/i386/isa/npx.c optional npx device-driver requires isa
arch/i386/isa/pccons.c optional pc device-driver requires isa
arch/i386/isa/spkr.c optional speaker device-driver requires isa
arch/i386/isa/ultra14f.c optional uha device-driver requires isa scsi not as
arch/i386/isa/ultra14f.c optional uha device-driver requires isa scsi
arch/i386/isa/wd.c optional wd device-driver requires isa
arch/i386/isa/wd7000.c optional wds device-driver requires isa scsi not as
arch/i386/isa/wd7000.c optional wds device-driver requires isa scsi
arch/i386/isa/wt.c optional wt device-driver requires isa

View File

@ -1 +1 @@
revision 1.9 intentionally removed
revision 1.10 intentionally removed