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
*
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
*
mega-commit.
cg
2001-03-24
1
-60
/
+56
*
update code dealing with snd_dbuf objects to do so using a functional interface
cg
2000-12-23
1
-12
/
+57
*
fix a debugging leftover (min speed=48khz)
cg
2000-12-20
1
-1
/
+1
*
kobjify.
cg
2000-12-18
1
-100
/
+62
*
detach support
cg
2000-09-09
1
-1
/
+4
*
add detach support
cg
2000-09-05
1
-1
/
+76
*
change mixer api slightly
cg
2000-09-01
1
-8
/
+28
*
rework feeder sytem to allow feeders in klds
cg
2000-08-20
1
-7
/
+27
*
fix the staticy sound issue
cg
2000-08-06
1
-154
/
+140
*
add module metadata. this is a hack, sound drivers will eventually present a
cg
2000-07-03
1
-1
/
+3
*
add alpha-quality recording code and handle pci error interrupts - this may
cg
2000-06-13
1
-71
/
+353
*
Unused includes: #include "pci.h", #include "pcm.h"
peter
2000-06-10
1
-3
/
+0
*
handle emulated dma reads
cg
2000-05-26
1
-1
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
update for new location of emu10k1.h under sys/gnu
cg
2000-04-26
1
-1
/
+1
*
try the fix from creative bugzilla for nmi problem
cg
2000-04-18
1
-2
/
+2
*
decrease buffer size to 4k
cg
2000-04-05
1
-23
/
+58
*
make the click on starting output go away
cg
2000-04-04
1
-20
/
+24
*
fix missing defines and prototype for emu_vdump()
cg
2000-04-03
1
-0
/
+3
*
unfinished sblive driver, playback/mixer only for now - not enabled in
cg
2000-04-02
1
-0
/
+1170