Remove bogus scd0 driver - I should have looked at LINT first, anyway.

This commit is contained in:
Jordan K. Hubbard 1995-01-14 10:48:56 +00:00
parent 3117fbd98e
commit 9949564470
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5595
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.24 1995/01/13 02:23:03 gibbs Exp $
# $Id: GENERIC,v 1.25 1995/01/14 02:39:19 jkh Exp $
#
machine "i386"
@ -65,7 +65,6 @@ 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 mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device scd0 at isa? port 0x330 bio irq 5 vector scdintr
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.24 1995/01/13 02:23:03 gibbs Exp $
# $Id: GENERIC,v 1.25 1995/01/14 02:39:19 jkh Exp $
#
machine "i386"
@ -65,7 +65,6 @@ 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 mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device scd0 at isa? port 0x330 bio irq 5 vector scdintr
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr