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
/
uartsio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+0
*
Do not return(foo()) in void function.
semenu
2002-12-18
1
-1
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
- Provide toggles to show debug messages. Set new sysctl variables
tanimura
2002-01-04
1
-8
/
+10
*
- Do not uiomove with a mutex locked.
tanimura
2002-01-01
1
-5
/
+8
*
These two used sioreg.h as well. This is mildly bogus, but it is harder
imp
2001-10-22
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Use INTR_TYPE_AV for the interrupt handlers because:
peter
2001-06-16
1
-1
/
+1
*
Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they
joerg
2001-06-04
1
-1
/
+1
*
- Do not touch the Giant.
tanimura
2001-03-14
1
-4
/
+0
*
- Mutexify midi(4). The driver runs under the giant lock by default.
tanimura
2001-02-26
1
-50
/
+62
*
Encapselate midi_info, nmidi and nsynth into midi.c.
tanimura
2001-02-18
1
-11
/
+3
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-2
/
+0
*
Finally merge newmidi.
tanimura
2000-07-11
1
-0
/
+524