summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ich.c
Commit message (Expand)AuthorAgeFilesLines
* Use convenience functions where possible instead of accessing the PCItijl2010-12-181-6/+0
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-071-10/+13
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* Disable AC97 microphone channel. Due to the channel allocation priorityariff2007-12-121-1/+6
* Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* 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/+3
* Fix (or rather workaround) Intel 440MX Errata #36ariff2007-05-051-58/+116
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-181-1/+1
* Memory leak killing spree, mostly bus_dma(9) related.ariff2007-03-211-0/+3
* Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcountariff2007-03-151-1/+1
* MFp4 (114068):netchild2007-02-231-1/+2
* Add support for Nvidia Nforce MCP04 AC97 controller.ariff2006-12-171-0/+3
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-103/+228
* Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious.netchild2006-06-181-0/+3
* Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.ariff2006-05-011-1/+2
* Add device ID for nForce 410 MCP audio controller.ariff2006-04-031-0/+3
* Don't set primary resume interrupt flag during channel initializationariff2006-03-221-0/+4
* Add another inverted amplifier sense quirk for Kvazar-Micro Senator 3592XT.ariff2006-03-071-0/+1
* Add another inverted amplifier sense quirk for Sony VAIO Type T.ariff2006-03-051-0/+1
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* Add another inverted EAPD quirk for Gateway 7326GZ.ariff2006-01-141-1/+2
* More thorough fixes to enable inverted external amplifier sense flag.ariff2006-01-101-5/+12
* Turn on inverted external amplifier sense flags for ICH4/82801DB.ariff2006-01-091-0/+10
* Add a hack to ignore PCR bit for 6300ESB, 82801[D-G]B chips. It seemsyongari2005-11-211-14/+17
* - Added few more Intel HDA ids (ICH 6/7) which does have backwardariff2005-11-141-104/+154
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
* Add 6300ESB, which should be treated as ICH4.tanimura2005-05-281-1/+9
* Return BUS_PROBE_DEFAULT in preference to 0.murray2005-03-201-1/+1
* Add device id for nForce 4 audio controller.murray2005-03-191-0/+4
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-16/+16
* 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/+1
* Add ICH6 support.ps2004-09-281-2/+8
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AVgreen2004-04-141-1/+1
* By default, ich4 has NAMBAR and NABMBAR i/o spaces asmatk2004-03-311-1/+12
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+6
* Augment /dev/sndstat with the module names, if applicable.matk2004-03-061-2/+2
* Correctly reset ich[3-5] sound cards on resume. This fixes audio playbacknjl2003-09-151-0/+30
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Switch from legacy to native mode for ICH4 and ICH5.orion2003-08-101-21/+19
OpenPOWER on IntegriCloud