summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/vibes.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-14/+18
* 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/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.ariff2007-02-231-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove unused pointer.joel2006-01-211-3/+0
* 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
* Actually program the list of recording devices in sv_mix_setrecsrc().marcel2004-03-201-0/+1
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-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-2/+2
* Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isjhb2001-10-241-3/+3
* use pcm_getbuffersize()orion2001-10-101-5/+10
* Fix return value of svchan_setblocksize.orion2001-09-031-6/+18
* many changes:cg2001-08-231-3/+4
* Use the M_ZERO flag to malloc(9)greid2001-06-211-2/+1
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-161-1/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-1/+0
* fix whitespace bogonscg2001-03-251-55/+55
* mega-commit.cg2001-03-241-10/+10
* Change type of channel speed variable from "int" to "u_int32_t" toorion2001-03-211-1/+1
* pcm driver for S3 Sonicvibes chipset.orion2001-03-191-0/+929
OpenPOWER on IntegriCloud