Set soundblaster irq to 5 by default.
This commit is contained in:
parent
902855d60e
commit
9ca2a54c6d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.160 1998/06/26 18:58:38 cgd Exp $
|
||||
# $NetBSD: GENERIC,v 1.161 1998/07/09 20:59:38 perry Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -410,7 +410,7 @@ gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
|
|||
pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum
|
||||
pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
|
||||
sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
|
||||
sb0 at isa? port 0x220 irq 7 drq 1 drq2 5 # SoundBlaster
|
||||
sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster
|
||||
wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||
|
||||
# Audio support
|
||||
|
|
Loading…
Reference in New Issue