summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/via82c686.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-171-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-12/+16
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* Memory leak killing spree, mostly bus_dma(9) related.Ariff Abdullah2007-03-211-0/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+2
* MFp4 (114068):Alexander Leidinger2007-02-231-2/+4
* - Locking improvements.Alexander Leidinger2005-10-051-2/+8
* Fix a LOR introduced with the last commit (some hours ago), I had theAlexander Leidinger2005-07-311-14/+2
* * Add locking / MPSAFE.Alexander Leidinger2005-07-311-11/+33
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Check the return value of bus_dmamem_alloc() correctly.Bruce M Simpson2004-07-041-2/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+4
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-1/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* 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-2/+4
* Perform warm reset if codec reports ready on attach.Orion Hodson2003-03-281-16/+25
* Re-work ac97 initialization to match cold reset described in AC97r.23Orion Hodson2003-03-261-13/+20
* Attempt a hard reset if AC97 codec is not ready on attach.Orion Hodson2003-03-051-3/+16
* Clean up viachan_init.Orion Hodson2003-02-211-9/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-5/+13
* Remove support for the vt8233. Specs for chipset changed mid-revisionOrion Hodson2002-08-171-175/+64
* Add support for VT8233.Orion Hodson2002-03-011-64/+175
* Set extmode according to extcaps. Fixes codec sample rate failuresOrion Hodson2001-11-211-2/+2
* Change the module name from 'via' to 'snd_via82c686' to match the KLDJohn Baldwin2001-10-241-5/+3
* use pcm_getbuffersize()Cameron Grant2001-10-081-3/+7
* many changes:Cameron Grant2001-08-231-3/+3
* Set up the via_chinfo structures properly so we write to the correctGeorge C A Reid2001-08-021-2/+2
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-2/+0
* fix whitespace bogonsCameron Grant2001-03-251-16/+16
* mega-commit.Cameron Grant2001-03-241-221/+122
* move parametric defines and structure definitions from .h to .cCameron Grant2000-12-251-0/+13
* indent debugging printfs, change a couple of messages slightlyCameron Grant2000-12-251-19/+19
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-7/+6
* kobjify.Cameron Grant2000-12-181-247/+235
* detach supportCameron Grant2000-09-091-21/+44
* change mixer api slightlyCameron Grant2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-9/+15
* new driver: via 82c686 chipset audioCameron Grant2000-08-091-0/+654