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
*
s/-1000/BUS_PROBE_LOW_PRIORITY/
tanimura
2005-05-29
1
-1
/
+1
*
Add 6300ESB, which should be treated as ICH4.
tanimura
2005-05-28
1
-1
/
+9
*
Return BUS_PROBE_DEFAULT in preference to 0.
murray
2005-03-20
1
-1
/
+1
*
Add device id for nForce 4 audio controller.
murray
2005-03-19
1
-0
/
+4
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-16
/
+16
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Audio drivers failed to detect failure condition and attempted to
yongari
2004-10-13
1
-1
/
+1
*
Add ICH6 support.
ps
2004-09-28
1
-2
/
+8
*
Correct the capitalization of "nVidia".
des
2004-09-21
1
-5
/
+5
*
Add support Nvidia nForce2(audio)
sanpei
2004-09-20
1
-0
/
+4
*
Add support nForce3 250 audio
sanpei
2004-09-20
1
-0
/
+4
*
Rename the sound device drivers:
tanimura
2004-07-16
1
-1
/
+1
*
The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV
green
2004-04-14
1
-1
/
+1
*
By default, ich4 has NAMBAR and NABMBAR i/o spaces as
matk
2004-03-31
1
-1
/
+12
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+6
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-2
/
+2
*
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
[next]