summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Collapse)AuthorAgeFilesLines
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+5
| | | | | | | | | | | | | | | | device_add_child_ordered(). 'ivars' may now be set using the device_set_ivars() function. This makes it easier for us to change how arbitrary data structures are associated with a device_t. Eventually we won't be modifying device_t to add additional pointers for ivars, softc data etc. Despite my best efforts I've probably forgotten something so let me know if this breaks anything. I've been running with this change for months and its been quite involved actually isolating all the changes from the rest of the local changes in my tree. Reviewed by: peter, dfr
* Comment out the newmidi stuff.tanimura1999-11-221-0/+4
|
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-225-0/+7152
| | | | | | | | | Semiconductor CS461x/428x. - Add support for GUS and CS461x/428x pcm. Bridges reviewed by: dfr, cg GUS non-PnP support submitted by: Ville-Pertti Keinonen <will@iki.fi> GUS PnP support tested by: Michiru Saito <mich@mtci.ne.jp>
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-203-9/+9
|
* Rename es1370.c to es137x.c and merge in the patches to supportroger1999-11-191-17/+390
| | | | | | | | | ES1371 and ES1373 PCI Audio Sound Chips. The 1371 and 1373 can be found on newer CreativeLabs/Ensoniq sound cards such as the SoundBlaster PCI 16,64 and 128. Submitted by: Russell Cattelan <cattelan@thebarn.com> Obtained from: Parts obtained from linux, but rewritten by Russell
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-091-1/+1
| | | | it compiles and should just work.
* Allow interrupt sharing by allocating the interrupt RF_SHAREABLE.imp1999-10-091-1/+1
| | | | | This allows newpcm to grok my es1370 based card, which shared interrupts with the ethernet card.
* $Id$ -> $FreeBSD$peter1999-09-016-6/+6
|
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-016-0/+2260
to compile successfully. further details will be provided in the commit enabling newpcm.
OpenPOWER on IntegriCloud