summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/mss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mega-commit.cg2001-03-241-30/+99
* add support for opti924 and opti930 chipscg2001-03-241-5/+242
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-41/+41
* kobjify.cg2000-12-181-694/+671
* add reinit functions to mixerscg2000-10-261-0/+2
* Reduce buffer size from 64K to 4K.sobomax2000-10-091-1/+1
* detach supportcg2000-09-091-5/+30
* change mixer api slightlycg2000-09-011-10/+19
* rework feeder sytem to allow feeders in kldscg2000-08-201-14/+29
* add suspend/resume for yamaha chipscg2000-07-301-0/+75
* Finally merge newmidi.tanimura2000-07-111-10/+2
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-3/+12
* Untangle some #include between gusc.c/mss.c - gusc.c could createpeter2000-06-101-8/+0
* handle emulated dma readscg2000-05-261-4/+12
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-191-0/+15
* maybe make cmi8330 work - no feedback yetcg2000-04-231-6/+19
* Partial fix: the following patch correctly configures the card for dualcg2000-03-051-1/+5
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-291-0/+6
* Note the PnP id's for the NMX2210 next to the id's where they are used.peter2000-01-231-2/+3
OpenPOWER on IntegriCloud