summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/maestro.c
Commit message (Expand)AuthorAgeFilesLines
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* update my email address.cg2003-09-071-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Mega busdma API commit.scottl2003-07-011-1/+2
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Cast another bus_addr_t to long long for a printf to quiet a warning onjhb2002-04-161-1/+2
* Use bus_addr_t instead of u_int for local variables that are derived fromjhb2002-04-151-5/+5
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-271-1/+1
* use pcm_getbuffersize()cg2001-10-081-7/+10
* many changes:cg2001-08-231-2/+3
* 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
* mega-commit.cg2001-03-241-11/+10
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
* Call mixer_hwinit() when attaching.jhb2001-01-051-0/+1
* - When acknowledging interrupts, write the value 0xff to the interruptjhb2001-01-031-19/+24
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-8/+13
* kobjify.cg2000-12-181-60/+54
* Bump the buffersize from 0x1000 to 0x4000.julian2000-11-211-1/+1
* detach supportcg2000-09-091-2/+2
* ess maestro driver - not enabled by defaultcg2000-09-061-0/+1188
OpenPOWER on IntegriCloud