summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
Commit message (Expand)AuthorAgeFilesLines
* 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