summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/cmi.c
Commit message (Expand)AuthorAgeFilesLines
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-18/+22
* Separate comments from the license text.joel2009-05-271-1/+3
* Add support for CMedia CMI120.keramida2009-01-181-0/+4
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-6/+1
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-0/+5
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-3/+3
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-1/+6
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-271-0/+92
* Remove unused pointer.joel2006-01-211-2/+0
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-4/+4
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceimp2005-02-011-2/+2
* 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
* This driver certainly works fine turning INTR_MPSAFE back on. For thosegreen2004-04-211-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* Fix sound LOR problems:scottl2003-11-111-25/+25
* 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-0/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* (hopefully) fix build breakage some people are seeingcg2002-11-261-1/+1
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-041-1/+1
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Change the module name from 'snd_cmipci' to 'snd_cmi' to match thejhb2001-10-241-3/+3
* use pcm_getbuffersize()orion2001-10-101-5/+9
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Fix return value of setblocksize functions. Recording is interspersedorion2001-09-031-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-25/+24
* Quieten when re-triggering.orion2001-04-071-0/+4
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* - Added suspend/resume support.orion2001-03-291-228/+311
* mega-commit.cg2001-03-241-11/+11
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theorion2001-03-211-4/+2
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* add driver for CMedia CMI8338/CMI8738 sound chipscg2001-02-041-0/+887
OpenPOWER on IntegriCloud