summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/fm801.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-5/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+4
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-16/+21
* 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/+1
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Fix obvious capabilities (rate) violation. Should be 5500, not 4000.ariff2006-01-091-1/+1
* 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
* Backout the code which tries to use undocumented way to determine ifsobomax2004-09-151-43/+5
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+9
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-3/+3
* 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
* Do not return(foo()) in void function.semenu2002-12-181-5/+7
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* Whitespace-only: don't mix tabs and spaces for doing identation.sobomax2002-08-301-16/+16
* Add a quick check that device actually has sound capabilities. The problemsobomax2002-07-301-1/+8
* use pcm_getbuffersize()cg2001-10-081-3/+7
* many changes:cg2001-08-231-3/+3
* add module version/dependanciescg2001-07-011-1/+4
* 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-10/+8
* don't grope around inside snd_dbuf structures as they will change in futurecg2001-01-241-11/+0
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-3/+2
* kobjify.cg2000-12-181-212/+207
* detach supportcg2000-09-091-48/+27
* change mixer api slightlycg2000-09-011-75/+81
* add driver for forte-media fm801cg2000-08-291-0/+743
OpenPOWER on IntegriCloud