summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/t4dwave.c
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 with NULL for pointers in misc. device drivers.pfg2016-04-121-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+2
* - According to Linux, the ALi M5451 can do 31-bit DMA instead of justmarius2009-09-221-18/+78
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-28/+32
* Limit total playback channels to just 1, for ALi M5451.ariff2007-11-101-3/+23
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-2/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-2/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+4
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* update my email address.cg2003-09-071-1/+1
* 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-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-3/+3
* (hopefully) fix build breakage some people are seeingcg2002-11-261-2/+2
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* Add suspend/resume support.iwasaki2001-11-241-4/+67
* use pcm_getbuffersize()cg2001-10-081-6/+10
* Add support for the Acer Labs M5451 chip.greid2001-08-291-0/+8
* Add support for the SiS 7018greid2001-08-261-9/+32
* make the 4dwave nx chip workcg2001-08-231-1/+1
* many changes:cg2001-08-231-3/+3
* 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
* mega-commit.cg2001-03-241-16/+28
* some cosmetics, changed channel setup and revamped irq handling - ignorecg2001-01-241-26/+55
* fairly substantial rewrite- seperate out play/record code, implementcg2000-12-241-183/+244
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-14/+10
* kobjify.cg2000-12-181-52/+44
* fix warningscg2000-09-171-1/+1
* detach supportcg2000-09-091-0/+23
* change mixer api slightlycg2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldscg2000-08-201-9/+23
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+3
* handle emulated dma readscg2000-05-261-4/+10
* make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-171-2/+7
* fail in attach if we seem to have no ac97 codeccg2000-04-011-1/+1
* update the ac97 layer:cg2000-03-201-1/+1
OpenPOWER on IntegriCloud