summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-07-17 10:22:42 +0000
committernyan <nyan@FreeBSD.org>2004-07-17 10:22:42 +0000
commite722cc9e5e15f25920a1c33440b1398de5a285fb (patch)
treeca79ea5b856982e1ff41f917b3ab568da11aaa49 /sys/pc98
parentbd381ddb1f5e0f5af96a187211575497fe16ffcb (diff)
downloadFreeBSD-src-e722cc9e5e15f25920a1c33440b1398de5a285fb.zip
FreeBSD-src-e722cc9e5e15f25920a1c33440b1398de5a285fb.tar.gz
Rename the sound device drivers.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC6
-rw-r--r--sys/pc98/conf/GENERIC.hints20
2 files changed, 14 insertions, 12 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 684caa7..83b1a43 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -143,8 +143,10 @@ device npx
#device pmtimer
# Audio support
-#device pcm # Windows Sound System
-#device sbc # Sound Blaster 16
+#device sound # Generic sound driver
+#device snd_mss # Microsoft Sound System
+#device "snd_sb16" # Sound Blaster 16
+#device snd_sbc # Sound Blaster
# PCMCIA support
device card # pccard bus
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 54f4cd0..6dcec81 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -69,17 +69,17 @@ hint.pcic.0.at="isa"
hint.pcic.0.irq="6"
hint.pcic.0.port="0x3e0"
-# Windows Sound System
-#hint.pcm.0.at="isa"
-#hint.pcm.0.port="0xf40"
-#hint.pcm.0.irq="12"
-#hint.pcm.0.drq="1"
-#hint.pcm.0.flags="0x10000"
+# Microsoft Sound System
+#hint.snd_mss.0.at="isa"
+#hint.snd_mss.0.port="0xf40"
+#hint.snd_mss.0.irq="12"
+#hint.snd_mss.0.drq="1"
+#hint.snd_mss.0.flags="0x10000"
# Sound Blaster 16
-#hint.sbc.0.at="isa"
-#hint.sbc.0.port="0x20d2"
-#hint.sbc.0.irq="10"
-#hint.sbc.0.drq="3"
+#hint.snd_sbc.0.at="isa"
+#hint.snd_sbc.0.port="0x20d2"
+#hint.snd_sbc.0.irq="10"
+#hint.snd_sbc.0.drq="3"
# COM1
hint.sio.0.at="isa"
OpenPOWER on IntegriCloud