aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* Include <isa/isavar.h> to fix building on alpha.Yoshihiro Takahashi2003-02-081-0/+2
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-077-29/+144
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-151-1/+0
* - Add acpi module binding.Matthew N. Dodd2003-01-081-3/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Do not return(foo()) in void function.Semen Ustimenko2002-12-187-17/+17
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-263-4/+4
* Add support for controlling line1 mixer device, which on some cards representsMaxim Sobolev2002-07-301-2/+9
* Fix driver to re-enable sound output on AD1816 based cards caused by anHellmuth Michaelis2002-06-091-0/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-045-5/+5
* Add lock type arguments to callers of snd_mtxcreate().John Baldwin2002-04-043-3/+3
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-051-19/+28
* Fix code that had rotted behind debugging macros.Scott Long2002-01-253-3/+3
* - Provide toggles to show debug messages. Set new sysctl variablesSeigo Tanimura2002-01-045-63/+71
* - Do not uiomove with a mutex locked.Seigo Tanimura2002-01-015-28/+72
* Fixes apparent hang at probe time due to an extremely long timeoutPierre Beyssac2001-12-211-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-6/+5
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-222-2/+2
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixerCameron Grant2001-10-071-10/+10
* Add another pnpid for the AWE64George C A Reid2001-09-291-0/+1
* release isa dma channels on unload.Cameron Grant2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintsCameron Grant2001-09-295-96/+123
* when setting blocksize, fix blockcount to 2 to reduce latency with smallerCameron Grant2001-09-181-0/+2
* make buffer size adjustable.Cameron Grant2001-09-181-5/+7
* KSE Milestone 2Julian Elischer2001-09-126-11/+11
* many changes:Cameron Grant2001-08-238-27/+27
* Correct obviously wrong mistakes.Brian Feldman2001-07-021-1/+1
* Make all this compile on 4.3, modulus sbuf.Brian Feldman2001-07-021-2/+2
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-217-32/+16
* Use INTR_TYPE_AV for the interrupt handlers because:Peter Wemm2001-06-164-4/+4
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-166-12/+0
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-042-2/+2
* Remove a bogus comment which I forgot to get rid of after testingGeorge C A Reid2001-05-151-1/+1
* - Eliminate locks in functions called only during probe and attach.Seigo Tanimura2001-05-081-10/+15
* lock the mutex, not the softc pointer.Cameron Grant2001-04-101-2/+2
* Reinitialise the DSP and mixer after a resume from suspendGeorge C A Reid2001-04-081-0/+21
* Again initialize a mutex well, then lock it.Seigo Tanimura2001-04-031-1/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-5/+6
* fix whitespace bogonsCameron Grant2001-03-252-5/+5
* release resources if one of the speculative probes in opti_detect() fails,Cameron Grant2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.Cameron Grant2001-03-251-2/+2
* mega-commit.Cameron Grant2001-03-248-139/+344
* add support for opti924 and opti930 chipsCameron Grant2001-03-242-7/+270
* destroy child devices on detach to prevent ever-increasing numbers ofCameron Grant2001-03-171-7/+10
* fix a typo preventing the second dma channel being releasedCameron Grant2001-03-161-1/+3
* - Do not touch the Giant.Seigo Tanimura2001-03-143-12/+0
* increase timeouts for ad_wait_init()Cameron Grant2001-03-051-5/+5
* Add speaker volume adjusting supportCameron Grant2001-02-271-2/+6
* - Mutexify midi(4). The driver runs under the giant lock by default.Seigo Tanimura2001-02-265-349/+285