summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/cs4281.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-26/+33
* Separate comments from the license text.joel2009-05-271-1/+3
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-0/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* MFp4 (114068):netchild2007-02-231-1/+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-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-1/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-3/+0
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-231-1/+1
* use pcm_getbuffersize()orion2001-10-101-5/+9
* Return updated blocksize from setblocksize function.orion2001-09-031-1/+1
* Fix return value of cs4281chan_setblocksize.orion2001-09-031-1/+1
* many changes:cg2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)greid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-3/+1
* Add power on to start sequence for 4.x kernels.orion2001-04-191-2/+11
* mega-commit.cg2001-03-241-7/+7
* only mess with the power state on 5.xcg2001-03-051-1/+2
* add power management support.cg2001-02-131-91/+101
* add driver for CS4281 sound chipscg2001-02-041-0/+961
OpenPOWER on IntegriCloud