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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-3
/
+0
*
Remove the snd_ess identify routine for the sound device in Alpha PWS
jhb
2006-05-12
1
-177
/
+0
*
Recover (?) support for AD1815 based ISA soundcards.
ariff
2006-03-21
1
-0
/
+3
*
Fix memory leak in some failure cases.
netchild
2006-02-05
1
-2
/
+6
*
Fix broken capabilites. There are possible calculation errors within
ariff
2006-01-16
1
-2
/
+2
*
Fix left/right channel mixed-up during recording by splitting recdev
ariff
2005-11-14
1
-13
/
+22
*
Fix kernel panic caused by double mss_unlock().
ariff
2005-11-07
1
-1
/
+1
*
more #ifndef PC98. This really fix the pc98 tinderbox.
nyan
2005-09-12
1
-0
/
+4
*
Since opti_detect is now only called on !PC98 machines, only declare
imp
2005-09-12
1
-0
/
+4
*
Add some ad_wait_init() calls to fix some problems in some configs (e.g.
netchild
2005-09-11
1
-1
/
+5
*
Allow to record non 8bit-mono formats even in half-duplex configurations.
netchild
2005-09-11
1
-1
/
+2
*
Fix misdetection of the sound chip on PC98 systems. The submitter doesn't
netchild
2005-09-11
1
-0
/
+2
*
Fix panic caused by full duplex operation.
netchild
2005-09-10
1
-2
/
+3
*
Style fix.
netchild
2005-07-31
1
-1
/
+1
*
- Fixup the locking.
netchild
2005-07-31
1
-3
/
+17
*
- Fixup the locking.
netchild
2005-07-31
3
-4
/
+26
*
Add another ID.
netchild
2005-07-31
1
-0
/
+1
*
Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI only
jhb
2005-07-13
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
imp
2005-03-01
1
-1
/
+1
*
Use mss_{format,speed}() rather than chn_set{format,speed}() and hold
mdodd
2005-02-27
1
-2
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
11
-39
/
+39
*
PNP BIOS devices are fundamentally different than ISA PNP devices.
imp
2004-12-07
1
-1
/
+1
*
Re-add an acpi attachment for the legacy probe that was inadvertently
njl
2004-10-15
1
-0
/
+1
*
Audio drivers failed to detect failure condition and attempted to
yongari
2004-10-13
5
-5
/
+7
*
* Remove the acpi attachment from the es1888. It has an identify method
njl
2004-10-12
3
-3
/
+2
*
Add acpi attachments for ISA sound drivers. This is needed so they'll
njl
2004-10-11
4
-0
/
+4
*
Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()
truckman
2004-09-12
1
-4
/
+2
*
Rename the sound device drivers:
tanimura
2004-07-16
8
-10
/
+10
*
s/DDB/BVDDB/g
marcel
2004-07-10
1
-1
/
+1
*
Improve mapping of relative to absolute volume.
josef
2004-06-14
1
-2
/
+15
*
Axe the old midi drivers and framework. matk has developed a new
tanimura
2004-06-01
5
-5734
/
+0
*
Remove extraneous spaces.
truckman
2004-05-13
1
-1
/
+1
*
Implement sbc_lockassert() and sb_lockassert() functions to allow
truckman
2004-05-13
3
-3
/
+19
*
The newpcm headers currently #define away INTR_MPSAFE and INTR_TYPE_AV
green
2004-04-14
6
-7
/
+7
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
10
-54
/
+72
*
Augment /dev/sndstat with the module names, if applicable.
matk
2004-03-06
4
-8
/
+12
*
Don't attempt to destroy the driver mutex when it hasn't yet
deischen
2003-10-29
1
-1
/
+1
*
Fixed world breakage in previous commit. Somehow the wrong include was
bde
2003-09-17
1
-1
/
+1
*
Don't include another driver's private reg.h file (sioreg.h). Including
bde
2003-09-16
2
-2
/
+0
*
update my email address.
cg
2003-09-07
6
-6
/
+6
*
Mega busdma API commit.
scottl
2003-07-01
5
-8
/
+13
*
Include <isa/isavar.h> to fix building on alpha.
nyan
2003-02-08
1
-0
/
+2
*
- Clean up ISA DMA supports.
nyan
2003-02-07
7
-29
/
+144
*
- GC a few more hand-rolled 'abs' macros.
mdodd
2003-01-15
1
-1
/
+0
*
- Add acpi module binding.
mdodd
2003-01-08
1
-3
/
+12
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Do not return(foo()) in void function.
semenu
2002-12-18
7
-17
/
+17
*
(hopefully) fix build breakage some people are seeing
cg
2002-11-26
3
-4
/
+4
*
Add support for controlling line1 mixer device, which on some cards represents
sobomax
2002-07-30
1
-2
/
+9
*
Fix driver to re-enable sound output on AD1816 based cards caused by an
hm
2002-06-09
1
-0
/
+4
[next]