aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2004-10-25 10:29:57 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2004-10-25 10:29:57 +0000
commit7a7386a3e2a4d560866e9cf0aa885381fe42142b (patch)
tree2cf469b09ffa3ed32f8b7ef453aaa1c5ae65ff00 /sys/conf/NOTES
parent156cb26583261189ef25d1535ec92e4244adb0f8 (diff)
downloadsrc-7a7386a3e2a4d560866e9cf0aa885381fe42142b.tar.gz
src-7a7386a3e2a4d560866e9cf0aa885381fe42142b.zip
Device driver for onboard CS4231 audio controller which is found
on UltraSPARC workstations. The driver is based on OpenBSD's SBus cs4231 driver and heavily modified to incorporate into sound(4) infrastructure. Due to the lack of APCDMA documentation, the DMA code of SBus cs4231 came from OpenBSD's driver. The driver runs without Giant lock and supports both SBus and EBus based CS4231 audio controller. Special thanks to marius for providing feedbacks during the driver writing. His feedback made it possible to write hiccup free playback code under high system loads. Approved by: jake (mentor) Reviewed by: marius (initial version) Tested by: marius, kwm, Julian C. Dunn(jdunn AT opentrend DOT net)
Notes
Notes: svn path=/head/; revision=136944
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f8f3ca6bf63e..cd55ed0fd784 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1834,6 +1834,7 @@ device sound
#
# snd_als4000: Avance Logic ALS4000 PCI.
# snd_ad1816: Analog Devices AD1816 ISA PnP/non-PnP.
+# snd_audiocs: Crystal Semiconductor CS4231 SBus/EBus.
# snd_cmi: CMedia CMI8338/CMI8738 PCI.
# snd_cs4281: Crystal Semiconductor CS4281 PCI.
# snd_csa: Crystal Semiconductor CS461x/428x PCI. (except
@@ -1867,6 +1868,7 @@ device sound
device snd_ad1816
device snd_als4000
#device snd_au88x0
+#device snd_audiocs
device snd_cmi
device snd_cs4281
device snd_csa