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
/
cmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-4
/
+4
*
BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resource
imp
2005-02-01
1
-2
/
+2
*
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
*
This driver certainly works fine turning INTR_MPSAFE back on. For those
green
2004-04-21
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
-2
/
+2
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
1
-2
/
+2
*
Fix sound LOR problems:
scottl
2003-11-11
1
-25
/
+25
*
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
-0
/
+2
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
1
-1
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
1
-1
/
+1
*
Make sure channel buffer start is associated with channel, otherwise
orion
2002-08-23
1
-3
/
+3
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
1
-1
/
+1
*
Addition of sysctl variable to enable spdif. By default spdif is disabled.
orion
2001-12-17
1
-2
/
+26
*
Change the module name from 'snd_cmipci' to 'snd_cmi' to match the
jhb
2001-10-24
1
-3
/
+3
*
use pcm_getbuffersize()
orion
2001-10-10
1
-5
/
+9
*
Convert the CMedia driver to using a device mutex and INTR_MPSAFE.
green
2001-09-08
1
-2
/
+28
*
Fix return value of setblocksize functions. Recording is interspersed
orion
2001-09-03
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
-25
/
+24
*
Quieten when re-triggering.
orion
2001-04-07
1
-0
/
+4
*
Centralize DMA buffer configuration.
orion
2001-04-04
1
-53
/
+38
*
- Added suspend/resume support.
orion
2001-03-29
1
-228
/
+311
*
mega-commit.
cg
2001-03-24
1
-11
/
+11
*
Change ordering of SPDIF register pokes. SPDIF enable needs to be the
orion
2001-03-21
1
-4
/
+2
*
MFS: don't ignore the result of mixer_init()
cg
2001-03-05
1
-56
/
+57
*
add driver for CMedia CMI8338/CMI8738 sound chips
cg
2001-02-04
1
-0
/
+887