summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2004-10-25 10:29:57 +0000
committeryongari <yongari@FreeBSD.org>2004-10-25 10:29:57 +0000
commit4feceb845b7fb3f7aa4b129ace24799cd41d7683 (patch)
tree2cf469b09ffa3ed32f8b7ef453aaa1c5ae65ff00 /sys/modules/Makefile
parent0e87ab8bc6e542c845f82c2bb526208587b200ad (diff)
downloadFreeBSD-src-4feceb845b7fb3f7aa4b129ace24799cd41d7683.zip
FreeBSD-src-4feceb845b7fb3f7aa4b129ace24799cd41d7683.tar.gz
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)
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 45ba8cb..b9c23bb 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -443,6 +443,7 @@ _gem= gem
.if ${MACHINE_ARCH} == "sparc64"
_auxio= auxio
_gem= gem
+_sound= sound
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
OpenPOWER on IntegriCloud