summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/ich.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detect the device on e.g. Dell OptiPlex GX110s.green2001-07-021-0/+1
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-011-0/+1203
OpenPOWER on IntegriCloud