aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/sbus
Commit message (Expand)AuthorAgeFilesLines
* MFC r172568Andrew Thompson2008-07-281-1/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-6/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* - Probe the CS4231 in USIII machines.Marius Strobl2007-01-181-6/+4
* Take advantage of ebus(4) having switched to SYS_RES_MEMORY for theMarius Strobl2005-05-191-5/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Device driver for onboard CS4231 audio controller which is foundPyun YongHyeon2004-10-253-0/+1935