summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2011-06-13 13:24:33 +0000
committernyan <nyan@FreeBSD.org>2011-06-13 13:24:33 +0000
commita39ac4a236abba351065e4e32b47932887383772 (patch)
tree950a37d73929dcba92aa0e58071bbf18c425cbd9 /sys/pc98/conf
parent056c5ee0f632afb0c54e55dedc469ea722e37ab0 (diff)
downloadFreeBSD-src-a39ac4a236abba351065e4e32b47932887383772.zip
FreeBSD-src-a39ac4a236abba351065e4e32b47932887383772.tar.gz
- Reduce diffs against i386.
- Add snd_uaudio.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 0fac1a9..e2bed44 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -139,12 +139,6 @@ device sc
# Add suspend/resume support for the i8254.
#device pmtimer
-# Audio support
-#device sound # Generic sound driver
-#device snd_mss # Microsoft Sound System
-#device "snd_sb16" # Sound Blaster 16
-#device snd_sbc # Sound Blaster
-
# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device cbb # cardbus (yenta) bridge
@@ -288,3 +282,10 @@ device bpf # Berkeley packet filter
#device firewire # FireWire bus code
#device sbp # SCSI over FireWire (Requires scbus and da)
#device fwe # Ethernet over FireWire (non-standard!)
+
+# Sound support
+#device sound # Generic sound driver (required)
+#device snd_mss # Microsoft Sound System
+#device "snd_sb16" # Sound Blaster 16
+#device snd_sbc # Sound Blaster
+#device snd_uaudio # USB Audio
OpenPOWER on IntegriCloud