summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csapcm.c
Commit message (Expand)AuthorAgeFilesLines
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-4/+4
* many changes:cg2001-08-231-3/+3
* the turtle beach santacruz implements ac97 eapd in an inverted sense -cg2001-06-231-0/+2
* Use the M_ZERO flag to malloc(9)greid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* update this driver to use new firmware and incorporate many fixes.cg2001-05-301-168/+104
* mega-commit.cg2001-03-241-8/+8
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-12/+6
* kobjify.cg2000-12-181-171/+162
* detach supportcg2000-09-091-2/+36
* change mixer api slightlycg2000-09-011-3/+9
* rework feeder sytem to allow feeders in kldscg2000-08-201-7/+15
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+4
* handle emulated dma readscg2000-05-261-1/+3
* fail in attach if we seem to have no ac97 codeccg2000-04-011-1/+2
* update the ac97 layer:cg2000-03-201-1/+1
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* update ac97 layer to use device_printf when printing messagescg2000-01-181-3/+3
* Do not start/stop DMA transfer if it is already started/stopped.tanimura2000-01-031-22/+41
* - Handle an interrupt for csa primarily in the bridge driver,tanimura2000-01-031-21/+10
* - latest 2ndbuffer patchcg1999-12-291-0/+1
* Make the origins clear.tanimura1999-12-101-0/+4
* Update for pnp adjustments regarding NPNP.peter1999-12-061-9/+0
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-221-0/+851
OpenPOWER on IntegriCloud