summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ich.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * support ich5cg2003-07-061-9/+14
* * add support for amd-768 audio, as used on many dual athlon boards. onlycg2003-07-061-19/+23
* Mega busdma API commit.scottl2003-07-011-1/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-1/+0
* Fix mismatch between bus address stored for buffer descriptors andorion2003-04-041-3/+8
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-5/+10
* Add nForce2 device id.orion2003-01-131-0/+4
* Cater for ich4 quirks.orion2002-08-191-9/+26
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
* Recognize the AC97 interface to the onboard sound controller on the Nvidiajhb2002-04-151-0/+4
OpenPOWER on IntegriCloud