Undo 1.385; put wss0 back in GENERIC.
Just like any ISA device, if you don't have the device at the configured IRQ, you could lose if something else decides it wants that IRQ. wss is not a special case.
This commit is contained in:
parent
675dc9d35b
commit
35670ca600
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.387 2000/12/20 10:44:29 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.388 2000/12/22 16:35:51 tv Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.387 $"
|
||||
#ident "GENERIC-$Revision: 1.388 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -743,7 +743,7 @@ 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 5 drq 1 drq2 5 # SoundBlaster
|
||||
#wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||
wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||
|
||||
#cms0 at isa? port 0x220 # Creative Music System
|
||||
|
||||
|
|
Loading…
Reference in New Issue