summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/via8233.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-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix various bugs with freeing static DMA allocations in sound drivers:John Baldwin2014-06-171-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-26/+25
* Drain all callout handlers during driver detach appropriately.Ariff Abdullah2007-06-141-5/+11
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-0/+3
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-3/+3
* Don't rely on pcm_channel index numbering while doing sequential channelAriff Abdullah2007-05-301-10/+21
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-3/+3
* Memory leak killing spree, mostly bus_dma(9) related.Ariff Abdullah2007-03-211-0/+3
* [stage: 8/9]Ariff Abdullah2007-03-161-16/+58
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+2
* MFp4 (114068):Alexander Leidinger2007-02-231-2/+4
* Reduce maximum DMA segments from 128 to 64. We don't need more than that.Ariff Abdullah2007-01-271-1/+1
* Total DMA segments should include total number of record channel(s).Ariff Abdullah2007-01-261-1/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-276/+559
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-181-2/+6
* Add support for (latest) VIA VT8251 (rev. 0x07) audio controller.Ariff Abdullah2006-04-221-9/+45
* Fix a long standing unhandled interrupt bug which can causeAriff Abdullah2005-11-141-2/+2
* - Locking improvements.Alexander Leidinger2005-10-051-20/+24
* * Add locking / MPSAFEAlexander Leidinger2005-07-311-82/+206
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-7/+7
* 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-3/+3
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Add PCI ID for via 8237.Mathew Kanner2004-05-261-0/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* 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 or cold reset AC97 per the spec depending on state of theOrion Hodson2003-04-171-22/+45
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-1/+0
* For the VIA8233A use multi-sgd register set for primary playbackOrion Hodson2003-03-261-2/+8
* Distinguish between register sets that depend on ac97 caps (wr0, wr1,Orion Hodson2003-03-201-17/+38
* o Add back support for DXS channels.Orion Hodson2003-02-221-80/+277
* Fix assignment of record sgd_addr and clean up via8233chan_init.Orion Hodson2003-02-211-10/+13
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-4/+9
* Disable DRA to fix problems with recording.Orion Hodson2003-01-261-14/+19
* Fix VRA configuration.Orion Hodson2002-08-181-3/+6
* Support for VIA VT8233 audio controller.Orion Hodson2002-08-171-0/+659