summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
Commit message (Expand)AuthorAgeFilesLines
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-3/+3
* Start using the new SWI registration system instead of hardwiring everything.dfr1998-09-261-9/+13
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-6/+97
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-5/+5
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-3/+2
* Only build this on i386 for now. I may use it for the alpha later butdfr1998-06-111-1/+10
* This commit fixes various 64bit portability problems required fordfr1998-06-071-6/+6
* Really finish supporting compiling with `gcc -ansi'.bde1998-04-171-2/+2
* Move include of <machine/ipl.h> inside ifndef SMP where it is used, toeivind1998-02-101-3/+3
* - Hide the 'device doesn't supported shared interrupts' code behindnate1997-10-061-4/+5
* Added a half dozen casts to eliminate annoying warnings.fsmp1997-08-211-7/+7
* Moved splq() to isa/ipl_funcs.c for SMP only.fsmp1997-08-201-2/+4
* Removed unused #includes.bde1997-08-021-4/+1
* Back out changes for 'conflicts' with IRQ, remove intr_registered()ache1997-07-091-7/+1
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-1/+7
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-021-3/+1
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-3/+3
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-011-1/+14
* <machine/spl.h> -> <machine/ipl.h>peter1997-05-311-10/+10
* Fix problem reported by PHK: Panic in pcic probe because of NULL pointerse1997-05-281-12/+15
* Add support for shared interrupts to the kernel. This code is meantse1997-05-261-0/+418
OpenPOWER on IntegriCloud