summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/neomagic.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-13/+2
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-11/+15
* 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-1/+1
* Fix hang at init for MagicMedia 256A[VX] chips. [1]netchild2005-09-111-0/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+9
* 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-3/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* many changes:cg2001-08-231-3/+3
* Use the M_ZERO flag to malloc(9)greid2001-06-211-4/+2
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-3/+1
* Add another card to the list of Neomagic 256AV's which don't have AC97greid2001-04-101-1/+43
* mega-commit.cg2001-03-241-9/+8
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-2/+1
* kobjify.cg2000-12-181-53/+44
* fix warningscg2000-09-171-1/+1
* detach supportcg2000-09-091-8/+23
* initial support for multiple ac97 codecscg2000-09-051-1/+1
* change mixer api slightlycg2000-09-011-6/+17
* rework feeder sytem to allow feeders in kldscg2000-08-201-4/+7
* change irq handling slightlycg2000-08-091-11/+4
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-031-1/+3
* handle emulated dma readscg2000-05-261-1/+2
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()nyan2000-05-201-1/+1
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-191-1/+1
* fail in attach if we seem to have no ac97 codeccg2000-04-011-1/+1
* update the ac97 layer:cg2000-03-201-2/+36
* 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
* be less verbosecg2000-01-131-3/+5
* exclude chips with subdevices specified on a list of non-ac97 chipscg2000-01-111-2/+24
* don't complain about bad intrs unless we get 1000 of them consecutivelycg2000-01-101-3/+4
* return the sample rate set instead of 0. oops. mpg123 should now work.cg2000-01-101-1/+1
* driver for neomagic 256av and 256zxcg2000-01-091-0/+641
OpenPOWER on IntegriCloud