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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a potential panic in dsp_clone() if no pcm devices were detected
cg
2001-06-17
1
-0
/
+2
*
Use INTR_TYPE_AV for the interrupt handlers because:
peter
2001-06-16
7
-8
/
+8
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
30
-929
/
+936
*
various locking fixes, rework open logic and channel registration
cg
2001-06-14
5
-144
/
+317
*
identify es1371 revision a
cg
2001-06-11
1
-1
/
+6
*
get clkrun the right way around
cg
2001-06-11
1
-5
/
+0
*
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
des
2001-06-10
1
-1
/
+1
*
Catch up to csareg.h rev 1.3.
tanimura
2001-06-08
1
-4
/
+7
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-1
/
+1
*
lock sound device when adding/removing channels
cg
2001-06-07
4
-20
/
+102
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-1
/
+1
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-2
/
+2
*
Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they
joerg
2001-06-04
2
-2
/
+2
*
fix typo
cg
2001-05-30
2
-2
/
+2
*
no longer used
cg
2001-05-30
1
-3496
/
+0
*
update this driver to use new firmware and incorporate many fixes.
cg
2001-05-30
4
-258
/
+313
*
state the licencing terms for this file
cg
2001-05-30
1
-0
/
+23
*
beginnings of virtual playback channel support
cg
2001-05-27
10
-212
/
+927
*
add a new method for retrieving feeder parameters
cg
2001-05-27
3
-4
/
+39
*
don't erase info in sndbuf_setup()
cg
2001-05-27
2
-6
/
+24
*
Fix DMA on machines with more than 128MB.
scottl
2001-05-25
1
-1
/
+1
*
Remove a bogus comment which I forgot to get rid of after testing
greid
2001-05-15
1
-1
/
+1
*
- Eliminate locks in functions called only during probe and attach.
tanimura
2001-05-08
1
-10
/
+15
*
this file has been unused for some time now
cg
2001-05-05
1
-167
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+1
*
don't unlock the channel in chn_read, msleep will do it for us.
cg
2001-04-29
1
-2
/
+0
*
be more specific in identifying the chip type
cg
2001-04-27
1
-14
/
+73
*
get the parameters to pci_write_config the right way round. this may fix
cg
2001-04-24
1
-2
/
+2
*
Initial version of Avance Logic ALS4000 pcm driver.
orion
2001-04-23
3
-0
/
+995
*
Add power on to start sequence for 4.x kernels.
orion
2001-04-19
2
-2
/
+12
*
Add another card to the list of Neomagic 256AV's which don't have AC97
greid
2001-04-10
2
-1
/
+48
*
lock the mutex, not the softc pointer.
cg
2001-04-10
1
-2
/
+2
*
comment out a boot-time debug message
cg
2001-04-09
1
-1
/
+1
*
Reinitialise the DSP and mixer after a resume from suspend
greid
2001-04-08
1
-0
/
+21
*
add a software sample rate conversion feeder. this uses linear
cg
2001-04-08
1
-0
/
+175
*
minor tweaks in speed and format setting routines.
cg
2001-04-08
3
-62
/
+69
*
fix feeder initialisation methods to return correct result codes.
cg
2001-04-08
1
-3
/
+3
*
if the feeder chain returned no data, do not try to acquire the data.
cg
2001-04-08
1
-1
/
+2
*
Add yet another chip revision of the ES1371 which requires initialisation
greid
2001-04-08
1
-1
/
+2
*
Quieten when re-triggering.
orion
2001-04-07
1
-0
/
+4
*
Centralize DMA buffer configuration.
orion
2001-04-04
1
-53
/
+38
*
Again initialize a mutex well, then lock it.
tanimura
2001-04-03
1
-1
/
+3
*
- Added suspend/resume support.
orion
2001-03-29
2
-229
/
+319
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-5
/
+6
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
3
-3
/
+0
*
fix whitespace bogons
cg
2001-03-25
7
-188
/
+188
*
release resources if one of the speculative probes in opti_detect() fails,
cg
2001-03-25
1
-7
/
+12
*
the softc is not a mutex, don't try to lock it.
cg
2001-03-25
1
-2
/
+2
*
mega-commit.
cg
2001-03-24
44
-1892
/
+2201
*
when writing to one of the setup registers, a 32-bit write is required.
cg
2001-03-24
1
-2
/
+3
[next]