Add soundblaster CD to generic kernel. Hope this doesn't run us out
of space!
This commit is contained in:
parent
e03772c8b6
commit
8dd606ae02
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.28 1995/01/26 05:04:34 ache Exp $
|
||||
# $Id: GENERIC,v 1.29 1995/01/27 07:48:58 phk Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -66,6 +66,8 @@ 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 0x230 bio
|
||||
|
||||
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.28 1995/01/26 05:04:34 ache Exp $
|
||||
# $Id: GENERIC,v 1.29 1995/01/27 07:48:58 phk Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -66,6 +66,8 @@ 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 0x230 bio
|
||||
|
||||
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user