aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa/sb8.c
Commit message (Expand)AuthorAgeFilesLines
* Retire snd_sbc ISA sound card driverEd Maste2022-06-211-803/+0
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* sb_probe: eliminate write only variable rWarner Losh2022-04-051-3/+3
* Add deprecation notices to ISA sound cardsEd Maste2022-03-191-0/+1
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-1/+1
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* 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-3/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-13/+17
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+1
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* Clean up the BSD license to match the preferred license inJoel Dahl2007-02-021-1/+1
* Style fix.Alexander Leidinger2005-07-311-1/+1
* - Fixup the locking.Alexander Leidinger2005-07-311-3/+17
* 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-1/+1
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+6
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+3
* update my email address.Cameron Grant2003-09-071-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+3
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-071-3/+5
* Do not return(foo()) in void function.Semen Ustimenko2002-12-181-1/+1
* Fix code that had rotted behind debugging macros.Scott Long2002-01-251-1/+1
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixerCameron Grant2001-10-071-10/+10
* allow the hardware buffer size to be controlled with hintsCameron Grant2001-09-291-9/+9
* many changes:Cameron Grant2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-2/+0
* mega-commit.Cameron Grant2001-03-241-25/+43
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-10/+12
* kobjify.Cameron Grant2000-12-181-64/+40
* split up sb16 and sb/sbpro driversCameron Grant2000-10-281-431/+284
* add reinit functions to mixersCameron Grant2000-10-261-0/+1
* detach supportCameron Grant2000-09-091-5/+26
* change mixer api slightlyCameron Grant2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-22/+29
* add module metadata. this is a hack, sound drivers will eventually present aCameron Grant2000-07-031-1/+4
* Unused include: #include "sbc.h"Peter Wemm2000-06-101-2/+0
* handle emulated dma readsCameron Grant2000-05-261-1/+1
* split up ess and sb codeCameron Grant2000-03-281-317/+13
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-2/+2
* fix ess end-of-buffer repeatingCameron Grant2000-02-141-6/+2
* general tidyupCameron Grant2000-01-101-162/+221
* argh, forgot the bus_dma_tag_creates.Cameron Grant2000-01-051-1/+2
* allocate isa bounce buffers of the right size for ess/mss cards, fixesCameron Grant2000-01-051-2/+4