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