summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/mss.c
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 with NULL for pointers in misc. device drivers.pfg2016-04-121-7/+7
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-8/+10
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-30/+34
* 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
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Clean up the BSD license to match the preferred license injoel2007-02-021-2/+2
* Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.netchild2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.netchild2005-09-111-1/+2
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tnetchild2005-09-111-0/+2
* - Fixup the locking.netchild2005-07-311-2/+14
* Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI onlyjhb2005-07-131-1/+0
* Use mss_{format,speed}() rather than chn_set{format,speed}() and holdmdodd2005-02-271-2/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-1/+2
* * Remove the acpi attachment from the es1888. It has an identify methodnjl2004-10-121-1/+1
* Rename the sound device drivers:tanimura2004-07-161-3/+3
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-14/+16
* update my email address.cg2003-09-071-1/+1
* Mega busdma API commit.scottl2003-07-011-2/+3
* - Clean up ISA DMA supports.nyan2003-02-071-3/+5
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-1/+0
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Do not return(foo()) in void function.semenu2002-12-181-4/+4
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-291-5/+9
* when setting blocksize, fix blockcount to 2 to reduce latency with smallercg2001-09-181-0/+2
* make buffer size adjustable.cg2001-09-181-5/+7
* many changes:cg2001-08-231-5/+5
* Use the M_ZERO flag to malloc(9)greid2001-06-211-8/+4
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* release resources if one of the speculative probes in opti_detect() fails,cg2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.cg2001-03-251-2/+2
OpenPOWER on IntegriCloud