summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/via82c686.c
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 with NULL for pointers in misc. device drivers.pfg2016-04-121-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Fix various bugs with freeing static DMA allocations in sound drivers:jhb2014-06-171-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-12/+16
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-211-0/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+2
* MFp4 (114068):netchild2007-02-231-2/+4
* - Locking improvements.netchild2005-10-051-2/+8
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-1/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Check the return value of bus_dmamem_alloc() correctly.bms2004-07-041-2/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+4
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-1/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-2/+4
* Perform warm reset if codec reports ready on attach.orion2003-03-281-16/+25
* Re-work ac97 initialization to match cold reset described in AC97r.23orion2003-03-261-13/+20
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-051-3/+16
* Clean up viachan_init.orion2003-02-211-9/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-5/+13
* Remove support for the vt8233. Specs for chipset changed mid-revisionorion2002-08-171-175/+64
* Add support for VT8233.orion2002-03-011-64/+175
* Set extmode according to extcaps. Fixes codec sample rate failuresorion2001-11-211-2/+2
* Change the module name from 'via' to 'snd_via82c686' to match the KLDjhb2001-10-241-5/+3
* use pcm_getbuffersize()cg2001-10-081-3/+7
* many changes:cg2001-08-231-3/+3
* Set up the via_chinfo structures properly so we write to the correctgreid2001-08-021-2/+2
* 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-2/+0
* fix whitespace bogonscg2001-03-251-16/+16
* mega-commit.cg2001-03-241-221/+122
* move parametric defines and structure definitions from .h to .ccg2000-12-251-0/+13
* indent debugging printfs, change a couple of messages slightlycg2000-12-251-19/+19
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-7/+6
* kobjify.cg2000-12-181-247/+235
* detach supportcg2000-09-091-21/+44
* change mixer api slightlycg2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldscg2000-08-201-9/+15
* new driver: via 82c686 chipset audiocg2000-08-091-0/+654
OpenPOWER on IntegriCloud