summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ich.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Change ich_calibrate to busy wait on buffer fill level and use a moreorion2002-01-181-40/+77
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Nitlets.orion2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Fix typo introduced with last commit.orion2001-11-221-5/+3
* Correct extmode initialization.orion2001-11-211-4/+6
* Add Id for 82801CA (ICH3?). The ich driver seems to work fine on thepeter2001-11-031-1/+5
* * register the correct number of channelscg2001-10-071-3/+3
* don't enable the mic record channel unless the codec supports it.cg2001-09-181-10/+17
* * change buffering method a bitcg2001-08-291-40/+30
* many changes:cg2001-08-231-14/+27
* * simplifycg2001-07-031-823/+233
OpenPOWER on IntegriCloud