summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/emu10k1.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC nearly everything of the soundsystem except recent commits andAlexander Leidinger2005-12-301-4/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-2/+8
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toPyun YongHyeon2004-10-131-1/+1
* Remove rev 1.50.David E. O'Brien2004-07-241-9/+0
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Add PCI identifier for Dell modified SBLive! cardDavid E. O'Brien2004-06-131-0/+9
* Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeledMaxime Henrion2004-06-041-28/+46
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVBrian Feldman2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+3
* Specify the right location of the generated header.David E. O'Brien2004-01-121-1/+1
* Add Audigy support.David E. O'Brien2004-01-111-93/+521
* Remove EMUDEBUG [un]def. This should be done in the Makefile.David E. O'Brien2004-01-111-1/+0
* Sync with Creative's 8010.h rev 1.51.David E. O'Brien2004-01-091-0/+7
* update my email address.Cameron Grant2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+2
* more style(9) changes.David E. O'Brien2003-04-201-6/+8
* more style(9) changes.David E. O'Brien2003-04-201-32/+32
* A few style(9) fixes.David E. O'Brien2003-04-201-50/+50
* Sync with Creative's 8010.h rev 1.39.David E. O'Brien2003-04-181-3/+3
* Unbreak emu10k1 by properly using the buffer address.Olivier Houchard2003-02-261-4/+4
* Fix compilation on alpha. Pointy hat to Marcel.Orion Hodson2003-02-231-1/+1
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-18/+24
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* various fixes to eliminate locking warningsCameron Grant2002-11-251-1/+1
* Add lock type arguments to callers of snd_mtxcreate().John Baldwin2002-04-041-1/+1
* use pcm_getbuffersize()Cameron Grant2001-10-081-82/+110
* many changes:Cameron Grant2001-08-231-3/+3
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-2/+0
* fix typoCameron Grant2001-05-301-1/+1
* mega-commit.Cameron Grant2001-03-241-60/+56
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-12/+57
* fix a debugging leftover (min speed=48khz)Cameron Grant2000-12-201-1/+1
* kobjify.Cameron Grant2000-12-181-100/+62
* detach supportCameron Grant2000-09-091-1/+4
* add detach supportCameron Grant2000-09-051-1/+76
* change mixer api slightlyCameron Grant2000-09-011-8/+28
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-7/+27
* fix the staticy sound issueCameron Grant2000-08-061-154/+140
* add module metadata. this is a hack, sound drivers will eventually present aCameron Grant2000-07-031-1/+3
* add alpha-quality recording code and handle pci error interrupts - this mayCameron Grant2000-06-131-71/+353
* Unused includes: #include "pci.h", #include "pcm.h"Peter Wemm2000-06-101-3/+0
* handle emulated dma readsCameron Grant2000-05-261-1/+3
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2