summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-8/+19
* Add ESS1879.dfr1999-11-303-0/+12
* Disable on x86 since it conflicts with PNPBIOS.dfr1999-11-271-0/+5
* Add another vendor ID(CTL0048) for SB32 PnP.tanimura1999-11-271-0/+2
* Add id for ESS 1869 OEM to Compaq on Presario 1621.dcs1999-11-263-0/+3
* Attach the resources as given in the configuration in a proper waytanimura1999-11-251-14/+46
* fix mixer to return properly scaled valuescg1999-11-221-0/+3
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-226-64/+1422
* fix for -fno-builtincg1999-11-211-1/+3
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-206-12/+12
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-151-1/+1
* Remove duplicate entry for ADS7180 - it's meant to be handled by thepeter1999-11-151-4/+0
* Remove some printfs and make it slightly more paranoid about acceptingdfr1999-11-151-13/+12
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-135-48/+272
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".obrien1999-10-163-0/+9
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-124-14/+11
* Bring support for opti931 in from the old driver.dfr1999-10-121-5/+32
* Detect CTL0044 & CTL0045 as "Creative AWE64 PnP" rather than "SB16 PnP".obrien1999-10-033-3/+12
* Add ID for ESS ES1869.dfr1999-09-293-0/+12
* add a missing blank linecg1999-09-283-3/+6
* seperate the ad1816 driver from the mss driver since it shares no codecg1999-09-284-411/+707
* Add another ID for the AWE64.dfr1999-09-283-0/+3
* Make sure that opti931's and guspnp's use the right offset from their ports.dfr1999-09-101-0/+2
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-074-11/+12
* $Id$ -> $FreeBSD$peter1999-09-053-3/+3
* incorporate better ess supportcg1999-09-043-210/+831
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-1/+3
* $Id$ -> $FreeBSD$peter1999-09-015-5/+5
* mss and sb drivers updated for newpcmcg1999-09-016-5771/+4725
* Add support for ASound Gold card using the ALS120roger1999-05-273-12/+24
* Fix dev_t/minor problemspeter1999-05-124-26/+39
* Quiet a warning, put a #if 0 around some (I believe) unused static structs.peter1999-05-091-0/+2
* Use id_ointr for setting the pnp interrupt handler, it uses the oldstylepeter1999-05-061-4/+4
* Operator precedence bugpeter1999-05-021-1/+1
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-041-4/+9
* Bring in ad1816 patches from German Tischler.luigi1999-01-042-5/+572
* Extend the callback mechanism and add hooks to support PCI cards.luigi1998-12-314-37/+11
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-104-135/+294
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-044-7/+10
* Add a missing newlineluigi1998-11-141-1/+1
* Add entry for AOpen AW37luigi1998-11-101-0/+6
* Remove an error message from sb interrupt driver -- itluigi1998-11-043-24/+0
* Make that annoying "device busy" message dependent on DEBUG (using thedes1998-10-083-3/+3
* Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.des1998-10-041-1/+1
* Removed duplicate case.alex1998-10-031-1/+0
* Update the pcm driver to the most recent version. This shouldluigi1998-10-026-304/+693
* Add PnP ID for Crystal Semiconductors CS4236B codecs (register-des1998-09-301-0/+3
* Renambed sbintr to sb_intr to avoid a conflict with the (nowbde1998-06-173-15/+15
OpenPOWER on IntegriCloud