aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/aureal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove snd_aureal driver sourceEd Maste2022-03-181-686/+0
* sound(4): Remove pointless Giant from bus_dma_tag_create().Alexander Motin2021-09-041-2/+2
* sound: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-2/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-12/+16
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-5/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-2/+2
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* 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/+2
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* 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-2/+2
* Mega busdma API commit.Scott Long2003-07-011-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-1/+1
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-261-1/+1
* many changes:Cameron Grant2001-08-231-3/+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-9/+9
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-3/+2
* kobjify.Cameron Grant2000-12-181-57/+42
* change mixer api slightlyCameron Grant2000-09-011-2/+9
* rework feeder sytem to allow feeders in kldsCameron Grant2000-08-201-9/+15
* add module metadata. this is a hack, sound drivers will eventually present aCameron Grant2000-07-031-1/+3
* handle emulated dma readsCameron Grant2000-05-261-1/+4
* fail in attach if we seem to have no ac97 codecCameron Grant2000-04-011-1/+1
* update the ac97 layer:Cameron Grant2000-03-201-1/+1
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".Peter Wemm2000-01-291-3/+0
* update ac97 layer to use device_printf when printing messagesCameron Grant2000-01-181-1/+1
* - latest 2ndbuffer patchCameron Grant1999-12-291-0/+1
* Update for pnp adjustments regarding NPNP.Peter Wemm1999-12-061-5/+0
* repo-copied to make way for newmidi, this commit updates include pathsCameron Grant1999-11-201-3/+3
* Make interrupts shareable with RF_SHAREABLE. This is untested, butWarner Losh1999-10-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-09-011-1/+1
* say hello to newpcm. it is not yet enabled, requiring new pnp code from dfrCameron Grant1999-09-011-0/+693