summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/vibes.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-0/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.Ariff Abdullah2007-02-231-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Remove unused pointer.Joel Dahl2006-01-211-3/+0
* 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-061-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Actually program the list of recording devices in sv_mix_setrecsrc().Marcel Moolenaar2004-03-201-0/+1
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-2/+2
* Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that isJohn Baldwin2001-10-241-3/+3
* use pcm_getbuffersize()Orion Hodson2001-10-101-5/+10
* Fix return value of svchan_setblocksize.Orion Hodson2001-09-031-6/+18
* many changes:Cameron Grant2001-08-231-3/+4
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-211-2/+1
* Use INTR_TYPE_AV for the interrupt handlers because:Peter Wemm2001-06-161-1/+1
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-1/+0
* fix whitespace bogonsCameron Grant2001-03-251-55/+55
* mega-commit.Cameron Grant2001-03-241-10/+10
* Change type of channel speed variable from "int" to "u_int32_t" toOrion Hodson2001-03-211-1/+1
* pcm driver for S3 Sonicvibes chipset.Orion Hodson2001-03-191-0/+929