aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/maestro.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* MFC:Ariff Abdullah2007-12-151-3/+12
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountAriff Abdullah2007-03-151-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-2/+2
* Massive inlining cleanups/removal to make it survive on WARNS=2.Ariff Abdullah2007-01-271-92/+90
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.Alexander Leidinger2006-06-181-0/+3
* Prevent dereferencing a NULL pointer if the malloc() fails.Alexander Leidinger2006-01-211-9/+10
* Fix broken playback capabilities to prevent impending disaster.Ariff Abdullah2006-01-111-1/+1
* Fix locking violation, causing frantic diagnostic messages during boot.Ariff Abdullah2006-01-061-6/+9
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceWarner Losh2005-02-011-4/+4
* Fix build.Ruslan Ermilov2004-11-111-2/+2
* Add record capability.Julian Elischer2004-11-101-476/+1358
* The new contigmalloc code is exposing a lot of misuses of busdma memoryBrian Feldman2004-08-221-21/+15
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* update my email address.Cameron Grant2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* Mega busdma API commit.Scott Long2003-07-011-1/+2
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* Cast another bus_addr_t to long long for a printf to quiet a warning onJohn Baldwin2002-04-161-1/+2
* Use bus_addr_t instead of u_int for local variables that are derived fromJohn Baldwin2002-04-151-5/+5
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0Scott Long2002-01-271-1/+1
* use pcm_getbuffersize()Cameron Grant2001-10-081-7/+10
* many changes:Cameron Grant2001-08-231-2/+3
* Use the M_ZERO flag to malloc(9)George C A Reid2001-06-211-2/+1
* use a global devclass for all drivers - i'm not entirely sure why thisCameron Grant2001-06-161-2/+0
* mega-commit.Cameron Grant2001-03-241-11/+10
* Catch up to the name changes in the hwvol API.John Baldwin2001-01-111-4/+4
* Call mixer_hwinit() when attaching.John Baldwin2001-01-051-0/+1
* - When acknowledging interrupts, write the value 0xff to the interruptJohn Baldwin2001-01-031-19/+24
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-8/+13
* kobjify.Cameron Grant2000-12-181-60/+54
* Bump the buffersize from 0x1000 to 0x4000.Julian Elischer2000-11-211-1/+1
* detach supportCameron Grant2000-09-091-2/+2
* ess maestro driver - not enabled by defaultCameron Grant2000-09-061-0/+1188