I have a scsi controller now!
This commit is contained in:
parent
10f534b09a
commit
c69bc4a95f
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Theo Deraadt's 486
|
||||
#
|
||||
# $Id: TDR,v 1.20 1993/09/07 00:56:05 deraadt Exp $
|
||||
# $Id: TDR,v 1.21 1993/12/03 05:31:03 deraadt Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "I486_CPU"
|
||||
|
@ -13,18 +13,28 @@ options INET,NFSSERVER,NFSCLIENT,GATEWAY
|
|||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
options KERNFS,FDESC
|
||||
options DDB
|
||||
options "COMPAT_NOMID"
|
||||
options "DUMMY_NOPS"
|
||||
options "MACHINE_NONCONTIG"
|
||||
options DDB, SCSI, KTRACE
|
||||
options COMPAT_NOMID
|
||||
options DUMMY_NOPS
|
||||
options MACHINE_NONCONTIG
|
||||
|
||||
config netbsd at 0xfe100000 root on wd0 swap on wd0
|
||||
config netbsd at 0xfe100000 root on sd0 swap on sd0 and sd1
|
||||
|
||||
controller isa0
|
||||
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
||||
disk wd0 at wdc0 drive 0
|
||||
disk wd1 at wdc0 drive 1
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
|
||||
disk fd0 at fdc0 drive 0
|
||||
disk fd1 at fdc0 drive 1
|
||||
|
|
Loading…
Reference in New Issue