summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/sbc.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-4/+7
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Remove check for obsolete FreeBSD versionsbapt2014-11-031-6/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-0/+4
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+2
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-231-3/+12
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+8
* Add another ID.netchild2005-07-311-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add acpi attachments for ISA sound drivers. This is needed so they'llnjl2004-10-111-0/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-131-0/+6
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+8
* - Clean up ISA DMA supports.nyan2003-02-071-0/+2
* Do not return(foo()) in void function.semenu2002-12-181-3/+3
* (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 another pnpid for the AWE64greid2001-09-291-0/+1
* many changes:cg2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)greid2001-06-211-6/+3
* mega-commit.cg2001-03-241-10/+51
* destroy child devices on detach to prevent ever-increasing numbers ofcg2001-03-171-7/+10
* Add the ES1681, as found in my Digital HiNote UltraII. It works withimp2001-01-041-2/+1
* do not attach to soundblaster 1.x - they are unsupportedcg2000-10-261-3/+7
* detach supportcg2000-09-091-7/+21
* Recognize ESS 1888 in Dell Latitude XPicg2000-08-191-0/+1
* Finally merge newmidi.tanimura2000-07-111-2/+0
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-4/+6
* Add (another) PnP entry for the ESS ES1869 (Compaq OEM)brian2000-06-121-0/+1
* Add more ESS1869 PnP Sound Card PnPid.kuriyama2000-05-291-0/+1
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-191-0/+60
* make als120 cards which report dsp version 3.x whilst only supporting 4.xcg2000-03-201-2/+5
* Add the logical ID of Avance Logic ALS100. The vendor ID is alsotanimura2000-03-091-0/+1
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-291-2/+7
* Add support for detection of the ESS 1688 found on my Dell Latitude LMgallatin2000-01-281-0/+1
* Add support for detection of the ESS 1878 chip.deischen2000-01-121-0/+1
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.peter1999-12-261-1/+1
* Tidy up a few loose ends, including adding the pnp tags in comments.peter1999-12-211-21/+19
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
* note to self: vibra16c is not vibra16xcg1999-12-191-10/+7
* remove unused mixer stuffcg1999-12-191-2/+0
* generalise the code a bit, and add an irq handler so that the child devicescg1999-12-191-38/+134
* make the vibra16x work for playback at least, record is untestedcg1999-12-181-26/+33
* Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
* make sb dependant on sbccg1999-12-121-96/+315
* Update for pnp adjustments regarding NPNP.peter1999-12-061-12/+6
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchtanimura1999-12-041-119/+59
OpenPOWER on IntegriCloud