summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/fm801.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-2/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-5/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+4
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-16/+21
* 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/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.Joel Dahl2007-05-191-8/+9
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toAriff Abdullah2007-04-181-1/+1
* MFp4 (114068):Alexander Leidinger2007-02-231-1/+2
* Fix obvious capabilities (rate) violation. Should be 5500, not 4000.Ariff Abdullah2006-01-091-1/+1
* 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
* Backout the code which tries to use undocumented way to determine ifMaxim Sobolev2004-09-151-43/+5
* 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-8/+9
* Augment /dev/sndstat with the module names, if applicable.Mathew Kanner2004-03-061-2/+2
* 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
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().Olivier Houchard2003-02-201-1/+1
* Do not return(foo()) in void function.Semen Ustimenko2002-12-181-5/+7
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();Maxim Sobolev2002-09-031-14/+93
* Whitespace-only: don't mix tabs and spaces for doing identation.Maxim Sobolev2002-08-301-16/+16
* Add a quick check that device actually has sound capabilities. The problemMaxim Sobolev2002-07-301-1/+8
* use pcm_getbuffersize()Cameron Grant2001-10-081-3/+7
* many changes:Cameron Grant2001-08-231-3/+3
* add module version/dependanciesCameron Grant2001-07-011-1/+4
* 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-10/+8
* don't grope around inside snd_dbuf structures as they will change in futureCameron Grant2001-01-241-11/+0
* update code dealing with snd_dbuf objects to do so using a functional interfaceCameron Grant2000-12-231-3/+2
* kobjify.Cameron Grant2000-12-181-212/+207
* detach supportCameron Grant2000-09-091-48/+27
* change mixer api slightlyCameron Grant2000-09-011-75/+81
* add driver for forte-media fm801Cameron Grant2000-08-291-0/+743