summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa
Commit message (Expand)AuthorAgeFilesLines
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have thecg2000-01-131-0/+6
* Add support for detection of the ESS 1878 chip.deischen2000-01-121-0/+1
* general tidyupcg2000-01-103-486/+663
* argh, forgot the bus_dma_tag_creates.cg2000-01-054-4/+7
* allocate isa bounce buffers of the right size for ess/mss cards, fixescg2000-01-054-8/+14
* revert buffer size to 64kcg2000-01-011-1/+2
* Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.peter1999-12-301-0/+2
* make ess cards use a 64k buffer again, by implementing esschan_init()cg1999-12-303-18/+39
* - latest 2ndbuffer patchcg1999-12-295-0/+8
* Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.peter1999-12-261-1/+1
* Don't pass u_int32_t pointers to BUS_READ_IVAR since it tends to makedfr1999-12-243-9/+9
* Collapse a bunch of unused MD_CS42nn tags into a single one. This savespeter1999-12-211-89/+36
* Tidy up a few loose ends, including adding the pnp tags in comments.peter1999-12-211-21/+19
* Remove #if NISA > 0 - this is best done by the configuration process.peter1999-12-211-13/+0
* minor cleanupcg1999-12-211-22/+19
* don't use the sbpro mic vol register during init on ess cards; it causescg1999-12-213-3/+6
* minor cosmeticscg1999-12-203-3/+0
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
* note to self: vibra16c is not vibra16xcg1999-12-191-10/+7
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-193-12/+12
* remove unused mixer stuffcg1999-12-192-104/+1
* fix a bug in sndstat output, tidy up a few bitscg1999-12-191-6/+4
* generalise the code a bit, and add an irq handler so that the child devicescg1999-12-191-38/+134
* remove the restriction limiting the vibra16x to 8 bitcg1999-12-193-6/+6
* make vibra16x cards announce what they are in /dev/sndstatcg1999-12-183-6/+9
* make the vibra16x work for playback at least, record is untestedcg1999-12-185-45/+75
* Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
* make sb dependant on sbccg1999-12-125-1216/+636
* Reckognize the 'Avance Asound 100'billf1999-12-073-0/+12
* Update for pnp adjustments regarding NPNP.peter1999-12-068-69/+6
* conditionalise some warning messagescg1999-12-051-11/+12
* 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
OpenPOWER on IntegriCloud