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
/
kern
/
kern_intr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-3
/
+3
*
Start using the new SWI registration system instead of hardwiring everything.
dfr
1998-09-26
1
-9
/
+13
*
Implemented dynamic registration of software interrupt handlers. Not
bde
1998-08-11
1
-6
/
+97
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-5
/
+5
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-3
/
+2
*
Only build this on i386 for now. I may use it for the alpha later but
dfr
1998-06-11
1
-1
/
+10
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-6
/
+6
*
Really finish supporting compiling with `gcc -ansi'.
bde
1998-04-17
1
-2
/
+2
*
Move include of <machine/ipl.h> inside ifndef SMP where it is used, to
eivind
1998-02-10
1
-3
/
+3
*
- Hide the 'device doesn't supported shared interrupts' code behind
nate
1997-10-06
1
-4
/
+5
*
Added a half dozen casts to eliminate annoying warnings.
fsmp
1997-08-21
1
-7
/
+7
*
Moved splq() to isa/ipl_funcs.c for SMP only.
fsmp
1997-08-20
1
-2
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Back out changes for 'conflicts' with IRQ, remove intr_registered()
ache
1997-07-09
1
-7
/
+1
*
Add safety check in case "conflicts" keyword specified more times than
ache
1997-06-08
1
-1
/
+7
*
The defines INTR_FAST and INTR_EXCL are part of the public interface. The
dfr
1997-06-02
1
-3
/
+1
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-3
/
+3
*
Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.c
peter
1997-06-01
1
-1
/
+14
*
<machine/spl.h> -> <machine/ipl.h>
peter
1997-05-31
1
-10
/
+10
*
Fix problem reported by PHK: Panic in pcic probe because of NULL pointer
se
1997-05-28
1
-12
/
+15
*
Add support for shared interrupts to the kernel. This code is meant
se
1997-05-26
1
-0
/
+418