diff options
author | ariff <ariff@FreeBSD.org> | 2005-11-29 05:31:46 +0000 |
---|---|---|
committer | ariff <ariff@FreeBSD.org> | 2005-11-29 05:31:46 +0000 |
commit | af88a3a8ff3e3a87062124ff884754ae20c4da99 (patch) | |
tree | cf8616b2e615777f8e01822eba371b7c8e527c39 | |
parent | 672cc5b425fbea8d85897d1d4c37f3eebd50d2b0 (diff) | |
download | FreeBSD-src-af88a3a8ff3e3a87062124ff884754ae20c4da99.zip FreeBSD-src-af88a3a8ff3e3a87062124ff884754ae20c4da99.tar.gz |
Add notes about ATI IXP audio controller.
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1355db4..200ee5d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1922,6 +1922,7 @@ device sound # since this is unsupported at the moment...). # # snd_als4000: Avance Logic ALS4000 PCI. +# snd_atiixp: ATI IXP 200/300/400 PCI. # snd_ad1816: Analog Devices AD1816 ISA PnP/non-PnP. # snd_audiocs: Crystal Semiconductor CS4231 SBus/EBus. # snd_cmi: CMedia CMI8338/CMI8738 PCI. @@ -1957,6 +1958,7 @@ device sound device snd_ad1816 device snd_als4000 +device snd_atiixp #device snd_au88x0 #device snd_audiocs device snd_cmi |