summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/sbus
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-2/+4
* Fix typos.brucec2010-11-091-2/+2
* Fix compile time warning on sparc64, thanks to strict kobj signatures checking.ariff2009-06-081-10/+9
* Fix build on sparc64.ariff2009-06-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-16/+20
* Remove license clauses 3 and 4 as per rev. 1.12 of cs4231reg.h in NetBSD.joel2009-05-201-7/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-6/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* - Probe the CS4231 in USIII machines.marius2007-01-181-6/+4
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for themarius2005-05-191-5/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-253-0/+1935
OpenPOWER on IntegriCloud