diff options
author | netchild <netchild@FreeBSD.org> | 2006-07-15 20:22:40 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-07-15 20:22:40 +0000 |
commit | 4ad95c90f177b8afc3ab5411f326993d74de3d6a (patch) | |
tree | 578d278c33745bd4b399988f81f8c6176f87904a /sys/conf/NOTES | |
parent | d0d12e987a4139ae861ac11340ec26890a8303ea (diff) | |
download | FreeBSD-src-4ad95c90f177b8afc3ab5411f326993d74de3d6a.zip FreeBSD-src-4ad95c90f177b8afc3ab5411f326993d74de3d6a.tar.gz |
- Connect the snd_emu10kx driver to the build. [1]
- Bump __FreeBSD_version, no need to build the port now.
Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> [1]
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4bde8a8..0783b45 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1962,6 +1962,7 @@ device sound # 4281) # snd_ds1: Yamaha DS-1 PCI. # snd_emu10k1: Creative EMU10K1 PCI and EMU10K2 (Audigy) PCI. +# snd_emu10kx: Creative SoundBlaster Live! and Audigy # snd_es137x: Ensoniq AudioPCI ES137x PCI. # snd_ess: Ensoniq ESS ISA PnP/non-PnP, to be used in # conjunction with snd_sbc. @@ -1998,6 +1999,8 @@ device snd_cs4281 device snd_csa device snd_ds1 device snd_emu10k1 +device snd_emu10kx +options SND_EMU10KX_MULTICHANNEL device snd_es137x device snd_ess device snd_fm801 |