Moved wt0 (Wangtek/Archive tape driver) to be with the rest of the
bio (block I/O) devices. Added mcd0 (Mitsumi CDROM driver) but commented it out since there is not enough room in this kernel for it.
This commit is contained in:
parent
cd632cb9fb
commit
9f2d973525
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=605
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERICBT -- Generic machine with WD/BTx family disks
|
||||
#
|
||||
# $Id: GENERICBT,v 1.10 1993/10/01 04:20:14 rgrimes Exp $
|
||||
# $Id: GENERICBT,v 1.11 1993/10/08 16:52:41 rgrimes Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -48,6 +48,9 @@ device st1
|
||||
|
||||
device cd0 #Only need one of these, the code dynamically grows
|
||||
|
||||
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
#device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
|
||||
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
||||
@ -70,8 +73,6 @@ device lpa1 at isa? port "IO_LPT2" tty
|
||||
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
|
||||
device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
|
||||
|
||||
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
pseudo-device log
|
||||
|
Loading…
Reference in New Issue
Block a user