Enable fms device again.
This commit is contained in:
parent
3c40153ea9
commit
04235d23f6
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.267 1999/11/01 21:44:35 augustss Exp $
|
# $NetBSD: GENERIC,v 1.268 1999/11/01 23:27:56 augustss Exp $
|
||||||
#
|
#
|
||||||
# GENERIC -- everything that's currently supported
|
# GENERIC -- everything that's currently supported
|
||||||
#
|
#
|
||||||
|
@ -556,7 +556,7 @@ ugen* at uhub? port ?
|
||||||
# PCI audio devices
|
# PCI audio devices
|
||||||
eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
||||||
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
|
eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
|
||||||
#fms* at pci? dev ? function ? # Forte Media FM801
|
fms* at pci? dev ? function ? # Forte Media FM801
|
||||||
sv* at pci? dev ? function ? # S3 SonicVibes
|
sv* at pci? dev ? function ? # S3 SonicVibes
|
||||||
|
|
||||||
# ISA Plug-and-Play audio devices
|
# ISA Plug-and-Play audio devices
|
||||||
|
@ -581,7 +581,7 @@ wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||||
#opl0 at isa? port 0x388 # use only if not attached to sound card
|
#opl0 at isa? port 0x388 # use only if not attached to sound card
|
||||||
opl* at eso?
|
opl* at eso?
|
||||||
opl* at ess?
|
opl* at ess?
|
||||||
#opl* at fms?
|
opl* at fms?
|
||||||
opl* at sb?
|
opl* at sb?
|
||||||
opl* at sv?
|
opl* at sv?
|
||||||
opl* at wss?
|
opl* at wss?
|
||||||
|
@ -592,7 +592,7 @@ opl* at ym?
|
||||||
audio* at eap?
|
audio* at eap?
|
||||||
audio* at eso?
|
audio* at eso?
|
||||||
audio* at ess?
|
audio* at ess?
|
||||||
#audio* at fms?
|
audio* at fms?
|
||||||
audio* at gus?
|
audio* at gus?
|
||||||
audio* at guspnp?
|
audio* at guspnp?
|
||||||
audio* at pas?
|
audio* at pas?
|
||||||
|
@ -606,7 +606,7 @@ audio* at ym?
|
||||||
# MPU 401 UARTs
|
# MPU 401 UARTs
|
||||||
#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card
|
#mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card
|
||||||
mpu* at eso?
|
mpu* at eso?
|
||||||
#mpu* at fms?
|
mpu* at fms?
|
||||||
mpu* at sb?
|
mpu* at sb?
|
||||||
mpu* at ym?
|
mpu* at ym?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue