index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sound
/
pci
/
ich.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly reset ich[3-5] sound cards on resume. This fixes audio playback
njl
2003-09-15
1
-0
/
+30
*
Recognize the sound chip on the Opteron-based nForce3 motherboards
obrien
2003-09-03
1
-0
/
+4
*
Add sound support for the AMD64 8111 chip.
obrien
2003-08-28
1
-0
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Switch from legacy to native mode for ICH4 and ICH5.
orion
2003-08-10
1
-21
/
+19
*
* support ich5
cg
2003-07-06
1
-9
/
+14
*
* add support for amd-768 audio, as used on many dual athlon boards. only
cg
2003-07-06
1
-19
/
+23
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+2
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-1
/
+0
*
Fix mismatch between bus address stored for buffer descriptors and
orion
2003-04-04
1
-3
/
+8
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
1
-5
/
+10
*
Add nForce2 device id.
orion
2003-01-13
1
-0
/
+4
*
Cater for ich4 quirks.
orion
2002-08-19
1
-9
/
+26
*
Add PCI ID for the ICH4 AC97 controller.
mp
2002-08-12
1
-0
/
+4
*
Delay the AC97 calibration until after the system clock has been
scottl
2002-06-27
1
-5
/
+22
*
No longer attempt to power off the ACLINK during suspend - luigi
orion
2002-05-05
1
-3
/
+0
*
Recognize the AC97 interface to the onboard sound controller on the Nvidia
jhb
2002-04-15
1
-0
/
+4
*
Fix the play / record rate setting so that it actually works.
jhay
2002-04-14
1
-3
/
+8
*
Add play (but not record) support for the Sis 7012.
alfred
2002-02-19
1
-3
/
+27
*
Change ich_calibrate to busy wait on buffer fill level and use a more
orion
2002-01-18
1
-40
/
+77
*
Save and restore state for suspend/resume.
orion
2001-12-21
1
-4
/
+35
*
Correct unexpected interrupt detection.
orion
2001-12-19
1
-1
/
+1
*
Nitlets.
orion
2001-12-19
1
-9
/
+8
*
Clear resume interrupts - these can occur during initialization and
orion
2001-12-19
1
-22
/
+38
*
Add calibration test to determine extent of AC97 overclocking (if any).
orion
2001-12-18
1
-0
/
+50
*
Added a sysctl control variable "ac97rate" to allow manual tuning of
orion
2001-12-17
1
-3
/
+28
*
Fix typo introduced with last commit.
orion
2001-11-22
1
-5
/
+3
*
Correct extmode initialization.
orion
2001-11-21
1
-4
/
+6
*
Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the
peter
2001-11-03
1
-1
/
+5
*
* register the correct number of channels
cg
2001-10-07
1
-3
/
+3
*
don't enable the mic record channel unless the codec supports it.
cg
2001-09-18
1
-10
/
+17
*
* change buffering method a bit
cg
2001-08-29
1
-40
/
+30
*
many changes:
cg
2001-08-23
1
-14
/
+27
*
* simplify
cg
2001-07-03
1
-823
/
+233
*
Detect the device on e.g. Dell OptiPlex GX110s.
green
2001-07-02
1
-0
/
+1
*
intel ich/ich2 driver - this needs some work but is functional enough for
cg
2001-07-01
1
-0
/
+1203