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
...
*
Set up the via_chinfo structures properly so we write to the correct
greid
2001-08-02
1
-2
/
+2
*
Limit the device to only one playback channel until I can figure out why
scottl
2001-07-19
1
-1
/
+1
*
Fix an off-by-one error in the dma tag. This was causing the VM system to
scottl
2001-07-19
1
-1
/
+2
*
Somehow I missed this. Use INTR_TYPE_AV (high priority) instead of
peter
2001-07-09
1
-1
/
+1
*
* simplify
cg
2001-07-03
2
-823
/
+325
*
remove obsolete typedefs.
cg
2001-07-03
3
-7
/
+5
*
Correct obviously wrong mistakes.
green
2001-07-02
3
-3
/
+3
*
make it compile again in -current
mjacob
2001-07-02
1
-1
/
+1
*
Detect the device on e.g. Dell OptiPlex GX110s.
green
2001-07-02
1
-0
/
+1
*
Make all this compile on 4.3, modulus sbuf.
green
2001-07-02
4
-3
/
+15
*
intel ich/ich2 driver - this needs some work but is functional enough for
cg
2001-07-01
2
-0
/
+1205
*
add module version/dependancies
cg
2001-07-01
1
-1
/
+4
*
don't set a flag that is already set
cg
2001-07-01
1
-1
/
+3
*
set default 'monitor' volume (ac97 headphones) to 75%
cg
2001-07-01
1
-0
/
+1
*
don't flag the playback hardchan as busy on devices with only one of them.
cg
2001-06-27
3
-19
/
+68
*
tidy up/simplify dsp_clone()
cg
2001-06-27
1
-24
/
+13
*
add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n where
cg
2001-06-26
3
-4
/
+53
*
the turtle beach santacruz implements ac97 eapd in an inverted sense -
cg
2001-06-23
3
-13
/
+15
*
add defines and ifdefs so this code will compile on 4.x
cg
2001-06-23
7
-14
/
+113
*
move a private struct definition from ac97.h to ac97.c
cg
2001-06-23
2
-13
/
+32
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
21
-64
/
+32
*
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
*
use devclass_get_maxunit() correctly
cg
2001-06-18
3
-4
/
+4
*
revise dsp_clone() to return the first nonbusy channel instead of simply
cg
2001-06-17
4
-15
/
+17
*
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
[prev]
[next]