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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress the uninitialized variable warning on ia64 introduced by
marcel
2002-10-17
1
-0
/
+4
*
Fix support for the ALi M5451 (rev 0.2) chip.
cognet
2002-10-14
1
-5
/
+47
*
Sigh. The fix to the suspend code wasn't complete, since the resume
scottl
2002-09-04
1
-2
/
+2
*
- Improve AC97 presence check and move it from fm801_attach() to fm801_probe();
sobomax
2002-09-03
1
-14
/
+93
*
Whitespace-only: don't mix tabs and spaces for doing identation.
sobomax
2002-08-30
1
-16
/
+16
*
Fix a silly off my one error that caused crashes on resume in certain
scottl
2002-08-29
1
-2
/
+2
*
Add suspend and resume support.
orion
2002-08-25
1
-8
/
+45
*
Make sure channel buffer start is associated with channel, otherwise
orion
2002-08-23
1
-3
/
+3
*
s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.
orion
2002-08-23
1
-1
/
+1
*
Cater for ich4 quirks.
orion
2002-08-19
2
-9
/
+29
*
Fix VRA configuration.
orion
2002-08-18
1
-3
/
+6
*
Support for VIA VT8233 audio controller.
orion
2002-08-17
2
-0
/
+800
*
Remove support for the vt8233. Specs for chipset changed mid-revision
orion
2002-08-17
2
-200
/
+75
*
Add PCI ID for the ICH4 AC97 controller.
mp
2002-08-12
1
-0
/
+4
*
Add a quick check that device actually has sound capabilities. The problem
sobomax
2002-07-30
1
-1
/
+8
*
Fake a resume method for this chip via calling detach/attach. This lets
ambrisko
2002-07-24
1
-1
/
+10
*
Reenable the m3 interrupts in m3_pci_resume() and do not
robert
2002-07-08
1
-2
/
+2
*
Fix a botched flag clear operation. Rumor has it that this also fixes
scottl
2002-06-28
1
-1
/
+1
*
Delay the AC97 calibration until after the system clock has been
scottl
2002-06-27
1
-5
/
+22
*
Enable mixer interrupts after the mixer is initialized,
robert
2002-06-24
1
-2
/
+2
*
No longer attempt to power off the ACLINK during suspend - luigi
orion
2002-05-05
1
-3
/
+0
*
recognise ct5880-e
cg
2002-04-28
1
-1
/
+7
*
Cast another bus_addr_t to long long for a printf to quiet a warning on
jhb
2002-04-16
1
-1
/
+2
*
Recognize the AC97 interface to the onboard sound controller on the Nvidia
jhb
2002-04-15
1
-0
/
+4
*
Use bus_addr_t instead of u_int for local variables that are derived from
jhb
2002-04-15
1
-5
/
+5
*
Remove a spurious warning as x is always initialised before use.
roberto
2002-04-15
1
-1
/
+1
*
Fix the play / record rate setting so that it actually works.
jhay
2002-04-14
1
-3
/
+8
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
4
-4
/
+4
*
Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...
orion
2002-03-04
1
-12
/
+85
*
Add support for VT8233.
orion
2002-03-01
2
-75
/
+200
*
Add play (but not record) support for the Sis 7012.
alfred
2002-02-19
1
-3
/
+27
*
Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0
scottl
2002-01-27
2
-3
/
+3
*
Change ich_calibrate to busy wait on buffer fill level and use a more
orion
2002-01-18
1
-40
/
+77
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
1
-2
/
+4
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
1
-9
/
+19
*
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
*
Addition of sysctl variable to enable spdif. By default spdif is disabled.
orion
2001-12-17
1
-2
/
+26
*
Fix resume for HP Omnibook 500's.
guido
2001-12-05
1
-0
/
+7
*
Add suspend/resume support.
iwasaki
2001-11-24
1
-4
/
+67
*
Fix typo introduced with last commit.
orion
2001-11-22
1
-5
/
+3
*
Correct extmode initialization.
orion
2001-11-21
1
-4
/
+6
*
Set extmode according to extcaps. Fixes codec sample rate failures
orion
2001-11-21
1
-2
/
+2
*
Remove clkrun_hack for ThinkPad 570.
asmodai
2001-11-15
1
-2
/
+1
*
Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the
peter
2001-11-03
1
-1
/
+5
[next]