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
/
emu10k1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
1
-32
/
+37
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
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
-1
/
+4
*
Fix broken binary issues with latest gcc 4.x due to bitfield signess
ariff
2007-05-27
1
-1
/
+1
*
sndbuf_alloc() now accept dmaflags argument which will be forwarded to
ariff
2007-04-18
1
-1
/
+1
*
Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount
ariff
2007-03-15
1
-1
/
+1
*
Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.
kevlo
2007-03-07
1
-1
/
+1
*
MFp4 (114068):
netchild
2007-02-23
1
-1
/
+2
*
Use a low probe-priority to ensure that the emu10kx driver has a higher
netchild
2006-08-07
1
-1
/
+1
*
Make the MIDI kobj class static. This brings it inline with the channel or
netchild
2006-07-15
1
-1
/
+1
*
- Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file to
netchild
2006-07-15
1
-4
/
+3
*
Commit the new (old) midi framework. It's based in parts on the NetBSD code,
netchild
2006-05-27
1
-0
/
+73
*
Backput the "Dell ID" part of the last commit, it was already tried in
netchild
2006-01-21
1
-5
/
+0
*
Merge rev. 1.5 and 1.6 from DFly:
netchild
2006-01-21
1
-7
/
+12
*
Fix the order of the stereo channels (left <-> right).
netchild
2005-12-28
1
-4
/
+4
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-2
/
+8
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Audio drivers failed to detect failure condition and attempted to
yongari
2004-10-13
1
-1
/
+1
*
Remove rev 1.50.
obrien
2004-07-24
1
-9
/
+0
*
Rename the sound device drivers:
tanimura
2004-07-16
1
-1
/
+1
*
Add PCI identifier for Dell modified SBLive! card
obrien
2004-06-13
1
-0
/
+9
*
Make the emu10k1 pcm driver INTR_MPSAFE. The locking is modeled
mux
2004-06-04
1
-28
/
+46
*
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
/
+2
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-2
/
+3
*
Specify the right location of the generated header.
obrien
2004-01-12
1
-1
/
+1
*
Add Audigy support.
obrien
2004-01-11
1
-93
/
+521
*
Remove EMUDEBUG [un]def. This should be done in the Makefile.
obrien
2004-01-11
1
-1
/
+0
*
Sync with Creative's 8010.h rev 1.51.
obrien
2004-01-09
1
-0
/
+7
*
update my email address.
cg
2003-09-07
1
-1
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-3
/
+3
*
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
*
more style(9) changes.
obrien
2003-04-20
1
-6
/
+8
*
more style(9) changes.
obrien
2003-04-20
1
-32
/
+32
*
A few style(9) fixes.
obrien
2003-04-20
1
-50
/
+50
*
Sync with Creative's 8010.h rev 1.39.
obrien
2003-04-18
1
-3
/
+3
*
Unbreak emu10k1 by properly using the buffer address.
cognet
2003-02-26
1
-4
/
+4
*
Fix compilation on alpha. Pointy hat to Marcel.
orion
2003-02-23
1
-1
/
+1
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
1
-18
/
+24
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
1
-1
/
+1
*
various fixes to eliminate locking warnings
cg
2002-11-25
1
-1
/
+1
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
1
-1
/
+1
*
use pcm_getbuffersize()
cg
2001-10-08
1
-82
/
+110
*
many changes:
cg
2001-08-23
1
-3
/
+3
*
use a global devclass for all drivers - i'm not entirely sure why this
cg
2001-06-16
1
-2
/
+0
*
fix typo
cg
2001-05-30
1
-1
/
+1
[next]