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
/
t4dwave.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-5
/
+2
*
- According to Linux, the ALi M5451 can do 31-bit DMA instead of just
marius
2009-09-22
1
-18
/
+78
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
1
-28
/
+32
*
Limit total playback channels to just 1, for ALi M5451.
ariff
2007-11-10
1
-3
/
+23
*
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
-2
/
+2
*
sndbuf_alloc() now accept dmaflags argument which will be forwarded to
ariff
2007-04-18
1
-2
/
+2
*
Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount
ariff
2007-03-15
1
-1
/
+1
*
MFp4 (114068):
netchild
2007-02-23
1
-1
/
+2
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-4
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Limit DMA address space to 1GB since the trident audio cards can't
yongari
2004-10-13
1
-1
/
+11
*
Audio drivers failed to detect failure condition and attempted to
yongari
2004-10-13
1
-2
/
+2
*
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
/
+4
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-2
/
+2
*
update my email address.
cg
2003-09-07
1
-1
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
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
-3
/
+3
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
1
-2
/
+2
*
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
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
1
-1
/
+1
*
Add suspend/resume support.
iwasaki
2001-11-24
1
-4
/
+67
*
use pcm_getbuffersize()
cg
2001-10-08
1
-6
/
+10
*
Add support for the Acer Labs M5451 chip.
greid
2001-08-29
1
-0
/
+8
*
Add support for the SiS 7018
greid
2001-08-26
1
-9
/
+32
*
make the 4dwave nx chip work
cg
2001-08-23
1
-1
/
+1
*
many changes:
cg
2001-08-23
1
-3
/
+3
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
1
-2
/
+1
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
1
-2
/
+0
*
mega-commit.
cg
2001-03-24
1
-16
/
+28
*
some cosmetics, changed channel setup and revamped irq handling - ignore
cg
2001-01-24
1
-26
/
+55
*
fairly substantial rewrite- seperate out play/record code, implement
cg
2000-12-24
1
-183
/
+244
*
update code dealing with snd_dbuf objects to do so using a functional interface
cg
2000-12-23
1
-14
/
+10
*
kobjify.
cg
2000-12-18
1
-52
/
+44
*
fix warnings
cg
2000-09-17
1
-1
/
+1
*
detach support
cg
2000-09-09
1
-0
/
+23
*
change mixer api slightly
cg
2000-09-01
1
-3
/
+9
*
rework feeder sytem to allow feeders in klds
cg
2000-08-20
1
-9
/
+23
*
add module metadata. this is a hack, sound drivers will eventually present a
cg
2000-07-03
1
-1
/
+3
*
handle emulated dma reads
cg
2000-05-26
1
-4
/
+10
*
make drivers start at beginning of buffer when triggered - improves mmap.
cg
2000-04-17
1
-2
/
+7
*
fail in attach if we seem to have no ac97 codec
cg
2000-04-01
1
-1
/
+1
*
update the ac97 layer:
cg
2000-03-20
1
-1
/
+1
*
Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".
peter
2000-01-29
1
-3
/
+0
*
update ac97 layer to use device_printf when printing messages
cg
2000-01-18
1
-1
/
+1
[next]