summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/maestro3.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-4/+1
* Replace GPLd headers from the Maestro3 driver with BSD licensedpfg2012-01-201-10/+65
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-27/+31
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-10/+2
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-0/+6
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-2/+2
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-6/+1
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* MFp4 (114068):netchild2007-02-231-1/+1
* Unlock driver lock before calling resource_int_value(9).yongari2005-09-131-0/+3
* Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-131-2/+2
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* 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-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-1/+2
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-4/+4
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* Fix a silly off my one error that caused crashes on resume in certainscottl2002-08-291-2/+2
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-271-2/+2
* Fix resume for HP Omnibook 500's.guido2001-12-051-0/+7
* Turn on the hardware volume buttons that are present on most laptops withscottl2001-10-141-4/+19
* Update to using the pcm_getbuffersize() method.scottl2001-10-091-9/+12
* many changes:cg2001-08-231-3/+3
* Limit the device to only one playback channel until I can figure out whyscottl2001-07-191-1/+1
* Fix an off-by-one error in the dma tag. This was causing the VM system toscottl2001-07-191-1/+2
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-161-2/+0
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* fix whitespace bogonscg2001-03-251-75/+75
* mega-commit.cg2001-03-241-18/+19
* Don't re-init the mixer on resume. This keeps the channel volumes fromscottl2001-02-271-2/+0
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-011-0/+1503
OpenPOWER on IntegriCloud