Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |