summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/aureal.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-12/+16
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-1/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* 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-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-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* many changes:cg2001-08-231-3/+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-9/+9
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-3/+2
* kobjify.cg2000-12-181-57/+42
* change mixer api slightlycg2000-09-011-2/+9
* rework feeder sytem to allow feeders in kldscg2000-08-201-9/+15
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+3
* handle emulated dma readscg2000-05-261-1/+4
* fail in attach if we seem to have no ac97 codeccg2000-04-011-1/+1
* update the ac97 layer:cg2000-03-201-1/+1
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-291-3/+0
* update ac97 layer to use device_printf when printing messagescg2000-01-181-1/+1
* - latest 2ndbuffer patchcg1999-12-291-0/+1
* Update for pnp adjustments regarding NPNP.peter1999-12-061-5/+0
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-201-3/+3
* Make interrupts shareable with RF_SHAREABLE. This is untested, butimp1999-10-091-1/+1
* $Id$ -> $FreeBSD$peter1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrcg1999-09-011-0/+693
OpenPOWER on IntegriCloud