summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/via8233.c
Commit message (Expand)AuthorAgeFilesLines
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-26/+25
* Drain all callout handlers during driver detach appropriately.ariff2007-06-141-5/+11
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-0/+3
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Don't rely on pcm_channel index numbering while doing sequential channelariff2007-05-301-10/+21
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-3/+3
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-211-0/+3
* [stage: 8/9]ariff2007-03-161-16/+58
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+2
* MFp4 (114068):netchild2007-02-231-2/+4
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.ariff2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).ariff2007-01-261-1/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-276/+559
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-2/+6
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.ariff2006-04-221-9/+45
* Fix a long standing unhandled interrupt bug which can causeariff2005-11-141-2/+2
* - Locking improvements.netchild2005-10-051-20/+24
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-7/+7
* 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-3/+3
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Add PCI ID for via 8237.matk2004-05-261-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* 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-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 or cold reset AC97 per the spec depending on state of theorion2003-04-171-22/+45
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-1/+0
* For the VIA8233A use multi-sgd register set for primary playbackorion2003-03-261-2/+8
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,orion2003-03-201-17/+38
* o Add back support for DXS channels.orion2003-02-221-80/+277
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-4/+9
* Disable DRA to fix problems with recording.orion2003-01-261-14/+19
* Fix VRA configuration.orion2002-08-181-3/+6
* Support for VIA VT8233 audio controller.orion2002-08-171-0/+659
OpenPOWER on IntegriCloud