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
/
isa
/
sbc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sound Mega-commit. Expect further cleanup until code freeze.
ariff
2009-06-07
1
-0
/
+4
*
Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount
ariff
2007-03-15
1
-1
/
+2
*
- Compile time compatibility for pre/post newbus API (intr filter)
ariff
2007-02-23
1
-3
/
+12
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-4
/
+8
*
Add another ID.
netchild
2005-07-31
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Add acpi attachments for ISA sound drivers. This is needed so they'll
njl
2004-10-11
1
-0
/
+1
*
Rename the sound device drivers:
tanimura
2004-07-16
1
-1
/
+1
*
Implement sbc_lockassert() and sb_lockassert() functions to allow
truckman
2004-05-13
1
-0
/
+6
*
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
-4
/
+8
*
- Clean up ISA DMA supports.
nyan
2003-02-07
1
-0
/
+2
*
Do not return(foo()) in void function.
semenu
2002-12-18
1
-3
/
+3
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
1
-1
/
+1
*
Add lock type arguments to callers of snd_mtxcreate().
jhb
2002-04-04
1
-1
/
+1
*
Add another pnpid for the AWE64
greid
2001-09-29
1
-0
/
+1
*
many changes:
cg
2001-08-23
1
-3
/
+3
*
Use the M_ZERO flag to malloc(9)
greid
2001-06-21
1
-6
/
+3
*
mega-commit.
cg
2001-03-24
1
-10
/
+51
*
destroy child devices on detach to prevent ever-increasing numbers of
cg
2001-03-17
1
-7
/
+10
*
Add the ES1681, as found in my Digital HiNote UltraII. It works with
imp
2001-01-04
1
-2
/
+1
*
do not attach to soundblaster 1.x - they are unsupported
cg
2000-10-26
1
-3
/
+7
*
detach support
cg
2000-09-09
1
-7
/
+21
*
Recognize ESS 1888 in Dell Latitude XPi
cg
2000-08-19
1
-0
/
+1
*
Finally merge newmidi.
tanimura
2000-07-11
1
-2
/
+0
*
add module metadata. this is a hack, sound drivers will eventually present a
cg
2000-07-03
1
-4
/
+6
*
Add (another) PnP entry for the ESS ES1869 (Compaq OEM)
brian
2000-06-12
1
-0
/
+1
*
Add more ESS1869 PnP Sound Card PnPid.
kuriyama
2000-05-29
1
-0
/
+1
*
Supported the mss on PC-98 and Sound Blaster 98.
nyan
2000-05-19
1
-0
/
+60
*
make als120 cards which report dsp version 3.x whilst only supporting 4.x
cg
2000-03-20
1
-2
/
+5
*
Add the logical ID of Avance Logic ALS100. The vendor ID is also
tanimura
2000-03-09
1
-0
/
+1
*
differentiate cmi8330 and als100 pnp cards based on their vendor id. this
cg
2000-01-29
1
-2
/
+7
*
Add support for detection of the ESS 1688 found on my Dell Latitude LM
gallatin
2000-01-28
1
-0
/
+1
*
Add support for detection of the ESS 1878 chip.
deischen
2000-01-12
1
-0
/
+1
*
Fix a mistake in the PNP EISA-encoding of the Avance ALS120 id.
peter
1999-12-26
1
-1
/
+1
*
Tidy up a few loose ends, including adding the pnp tags in comments.
peter
1999-12-21
1
-21
/
+19
*
make marcel's onboard ess1888 work
cg
1999-12-20
1
-1
/
+1
*
note to self: vibra16c is not vibra16x
cg
1999-12-19
1
-10
/
+7
*
remove unused mixer stuff
cg
1999-12-19
1
-2
/
+0
*
generalise the code a bit, and add an irq handler so that the child devices
cg
1999-12-19
1
-38
/
+134
*
make the vibra16x work for playback at least, record is untested
cg
1999-12-18
1
-26
/
+33
*
Correct the logical ID of Avance Asound 110.
tanimura
1999-12-18
1
-1
/
+1
*
make sb dependant on sbc
cg
1999-12-12
1
-96
/
+315
*
Update for pnp adjustments regarding NPNP.
peter
1999-12-06
1
-12
/
+6
*
Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.
tanimura
1999-12-04
1
-0
/
+1
*
Call ISA_PNP_PROBE() to probe PnP cards, rather than match
tanimura
1999-12-04
1
-119
/
+59
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-3
/
+7
*
Add another vendor ID(CTL0048) for SB32 PnP.
tanimura
1999-11-27
1
-0
/
+2
*
- Introduce the bridge drivers for Sound Blaser, GUS and Crystal
tanimura
1999-11-22
1
-0
/
+393