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
/
csa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement suspend/resume operation for snd_csa(4)
glebius
2005-06-27
1
-11
/
+19
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
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
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+6
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-4
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
disable resume code implementing panic().
cg
2003-08-14
1
-1
/
+6
*
Fake a resume method for this chip via calling detach/attach. This lets
ambrisko
2002-07-24
1
-1
/
+10
*
Remove clkrun_hack for ThinkPad 570.
asmodai
2001-11-15
1
-2
/
+1
*
MFS rev 1.8.2.8:
cg
2001-08-27
1
-2
/
+22
*
many changes:
cg
2001-08-23
1
-2
/
+2
*
the turtle beach santacruz implements ac97 eapd in an inverted sense -
cg
2001-06-23
1
-13
/
+12
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
1
-4
/
+2
*
stop csa from panicing in clkrun_hack() - we were using free'd memory
cg
2001-06-18
1
-4
/
+3
*
Call bus_teardown_intr when csa_attach fails after the interrupt has
tmm
2001-06-18
1
-31
/
+29
*
get clkrun the right way around
cg
2001-06-11
1
-5
/
+0
*
update this driver to use new firmware and incorporate many fixes.
cg
2001-05-30
1
-73
/
+200
*
get the parameters to pci_write_config the right way round. this may fix
cg
2001-04-24
1
-2
/
+2
*
mega-commit.
cg
2001-03-24
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Finally merge newmidi.
tanimura
2000-07-11
1
-10
/
+0
*
add module metadata. this is a hack, sound drivers will eventually present a
cg
2000-07-03
1
-3
/
+6
*
this driver does not support the cs4281 and probably never will, different code
cg
2000-06-06
1
-4
/
+1
*
Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".
peter
2000-01-29
1
-10
/
+0
*
- Handle an interrupt for csa primarily in the bridge driver,
tanimura
2000-01-03
1
-32
/
+174
*
Correct the delay durations as in the sample sources provided by Crystal Semi...
tanimura
2000-01-01
1
-4
/
+4
*
Make the origins clear.
tanimura
1999-12-10
1
-0
/
+4
*
Update for pnp adjustments regarding NPNP.
peter
1999-12-06
1
-5
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+5
*
Comment out the newmidi stuff.
tanimura
1999-11-22
1
-0
/
+4
*
- Introduce the bridge drivers for Sound Blaser, GUS and Crystal
tanimura
1999-11-22
1
-0
/
+789