summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sb8.c
Commit message (Expand)AuthorAgeFilesLines
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+3
* 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
* Do not return(foo()) in void function.semenu2002-12-181-1/+1
* Fix code that had rotted behind debugging macros.scottl2002-01-251-1/+1
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixercg2001-10-071-10/+10
* allow the hardware buffer size to be controlled with hintscg2001-09-291-9/+9
* 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-25/+43
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-10/+12
* kobjify.cg2000-12-181-64/+40
* split up sb16 and sb/sbpro driverscg2000-10-281-441/+294
* add reinit functions to mixerscg2000-10-261-0/+1
* detach supportcg2000-09-091-5/+26
* change mixer api slightlycg2000-09-011-6/+14
* rework feeder sytem to allow feeders in kldscg2000-08-201-22/+29
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+4
* Unused include: #include "sbc.h"peter2000-06-101-2/+0
* handle emulated dma readscg2000-05-261-1/+1
* split up ess and sb codecg2000-03-281-317/+13
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-2/+2
* fix ess end-of-buffer repeatingcg2000-02-141-6/+2
* general tidyupcg2000-01-101-162/+221
* argh, forgot the bus_dma_tag_creates.cg2000-01-051-1/+2
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-051-2/+4
* make ess cards use a 64k buffer again, by implementing esschan_init()cg1999-12-301-6/+13
* - latest 2ndbuffer patchcg1999-12-291-0/+2
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makedfr1999-12-241-3/+3
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-211-1/+2
* minor cosmeticscg1999-12-201-1/+0
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-191-4/+4
* remove the restriction limiting the vibra16x to 8 bitcg1999-12-191-2/+2
* make vibra16x cards announce what they are in /dev/sndstatcg1999-12-181-2/+3
* make the vibra16x work for playback at least, record is untestedcg1999-12-181-6/+12
* make sb dependant on sbccg1999-12-121-356/+93
* Reckognize the 'Avance Asound 100'billf1999-12-071-0/+4
* Update for pnp adjustments regarding NPNP.peter1999-12-061-8/+0
* Add ESS1879.dfr1999-11-301-0/+4
* Add id for ESS 1869 OEM to Compaq on Presario 1621.dcs1999-11-261-0/+1
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-221-20/+65
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-2/+2
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-131-16/+28
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".obrien1999-10-161-0/+3
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-4/+3
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".obrien1999-10-031-1/+4
* Add ID for ESS ES1869.dfr1999-09-291-0/+4
* add a missing blank linecg1999-09-281-1/+2
OpenPOWER on IntegriCloud