summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2011-06-11 09:08:46 +0000
committerjoel <joel@FreeBSD.org>2011-06-11 09:08:46 +0000
commit6b76ad6c12311f0ab033abef6ff073f2dc3149a3 (patch)
tree8f16b205ff40d3136a0b9af73297fb4bf09474ff /sys/amd64
parentc8e3d11e24e29c032a1ed9d46c65d8f10e9f0030 (diff)
downloadFreeBSD-src-6b76ad6c12311f0ab033abef6ff073f2dc3149a3.zip
FreeBSD-src-6b76ad6c12311f0ab033abef6ff073f2dc3149a3.tar.gz
Enable sound support by default on i386 and amd64.
The generic sound driver has been added, along with enough device-specific drivers to support the most common audio chipsets. We've discussed enabling it from time to time over the years and we've received numerous requests from users, so we decided that shipping 9.0 with working audio by default would be the best thing to do. Bug reports should be sent to the multimedia@ mailing list, as usual. Approved by: mav No objection: re
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c43cd33..7c86046 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -337,3 +337,11 @@ device fwe # Ethernet over FireWire (non-standard!)
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
+
+# Sound support
+device sound # Generic sound driver (required)
+device snd_es137x # Ensoniq AudioPCI ES137x
+device snd_hda # Intel High Definition Audio
+device snd_ich # Intel, NVidia and other ICH AC'97 Audio
+device snd_uaudio # USB Audio
+device snd_via8233 # VIA VT8233x Audio
OpenPOWER on IntegriCloud