From 994956447096533a8bf610f274375087553d5b6e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 14 Jan 1995 10:48:56 +0000 Subject: [PATCH] Remove bogus scd0 driver - I should have looked at LINT first, anyway. --- sys/amd64/conf/GENERIC | 3 +-- sys/i386/conf/GENERIC | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 9d45318ce941..6f715d1bbe88 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 9d45318ce941..6f715d1bbe88 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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