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
/
vibes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
1
-14
/
+18
*
Separate comments from the license text.
joel
2009-05-27
1
-1
/
+3
*
Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).
ariff
2007-06-17
1
-5
/
+1
*
Filter/compress the amount of channel trigger. This should reduce
ariff
2007-06-11
1
-0
/
+2
*
sndbuf_alloc() now accept dmaflags argument which will be forwarded to
ariff
2007-04-18
1
-1
/
+1
*
Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.
ariff
2007-02-23
1
-1
/
+1
*
MFp4 (114068):
netchild
2007-02-23
1
-1
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Remove unused pointer.
joel
2006-01-21
1
-3
/
+0
*
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
*
Actually program the list of recording devices in sv_mix_setrecsrc().
marcel
2004-03-20
1
-0
/
+1
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-2
/
+2
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+2
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
1
-2
/
+2
*
Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is
jhb
2001-10-24
1
-3
/
+3
*
use pcm_getbuffersize()
orion
2001-10-10
1
-5
/
+10
*
Fix return value of svchan_setblocksize.
orion
2001-09-03
1
-6
/
+18
*
many changes:
cg
2001-08-23
1
-3
/
+4
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
1
-2
/
+1
*
Use INTR_TYPE_AV for the interrupt handlers because:
peter
2001-06-16
1
-1
/
+1
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
1
-1
/
+0
*
fix whitespace bogons
cg
2001-03-25
1
-55
/
+55
*
mega-commit.
cg
2001-03-24
1
-10
/
+10
*
Change type of channel speed variable from "int" to "u_int32_t" to
orion
2001-03-21
1
-1
/
+1
*
pcm driver for S3 Sonicvibes chipset.
orion
2001-03-19
1
-0
/
+929