aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2011-06-11 09:08:46 +0000
committerJoel Dahl <joel@FreeBSD.org>2011-06-11 09:08:46 +0000
commit701b698b6f8760b78c8535d30617db378c9b4aeb (patch)
tree8f16b205ff40d3136a0b9af73297fb4bf09474ff /sys/i386/conf/GENERIC
parent283d6f7287515a67a3cf38b2a76101ca15380d14 (diff)
downloadsrc-701b698b6f8760b78c8535d30617db378c9b4aeb.tar.gz
src-701b698b6f8760b78c8535d30617db378c9b4aeb.zip
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
Notes
Notes: svn path=/head/; revision=222980
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index ec5b113fb183..ca82b9dded69 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -350,3 +350,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