summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
* - Clean up ISA DMA supports.nyan2003-02-077-29/+144
* - 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-187-17/+17
* (hopefully) fix build breakage some people are seeingcg2002-11-263-4/+4
* Add support for controlling line1 mixer device, which on some cards representssobomax2002-07-301-2/+9
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-045-5/+5
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-043-3/+3
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* - Do not hang if the resource allocation fails.tanimura2002-02-051-19/+28
* Fix code that had rotted behind debugging macros.scottl2002-01-253-3/+3
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-045-63/+71
* - Do not uiomove with a mutex locked.tanimura2002-01-015-28/+72
* Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
* Modify the critical section API as follows:jhb2001-12-181-6/+5
* These two used sioreg.h as well. This is mildly bogus, but it is harderimp2001-10-222-2/+2
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixercg2001-10-071-10/+10
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-295-96/+123
* 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
* KSE Milestone 2julian2001-09-126-11/+11
* many changes:cg2001-08-238-27/+27
* Correct obviously wrong mistakes.green2001-07-021-1/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-021-2/+2
* Use the M_ZERO flag to malloc(9)greid2001-06-217-32/+16
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-164-4/+4
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-166-12/+0
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-042-2/+2
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* lock the mutex, not the softc pointer.cg2001-04-101-2/+2
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
* Again initialize a mutex well, then lock it.tanimura2001-04-031-1/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-5/+6
* fix whitespace bogonscg2001-03-252-5/+5
* 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
* mega-commit.cg2001-03-248-139/+344
* add support for opti924 and opti930 chipscg2001-03-242-7/+270
* destroy child devices on detach to prevent ever-increasing numbers ofcg2001-03-171-7/+10
* fix a typo preventing the second dma channel being releasedcg2001-03-161-1/+3
* - Do not touch the Giant.tanimura2001-03-143-12/+0
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* Add speaker volume adjusting supportcg2001-02-271-2/+6
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-265-349/+285
OpenPOWER on IntegriCloud