mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
- Make softinterrupts (SWI's) almost completely MI, and divorce them
completely from the x86 hardware interrupt code.
- The ihandlers array is now gone. Instead, there is a MI shandlers array
that just contains SWI handlers.
- Most of the former machine/ipl.h files have moved to a new sys/ipl.h.
- Stub out all the spl*() functions on all architectures.
Submitted by: dfr
|
||
|---|---|---|
| .. | ||
| ata-all.c | ||
| ata-all.h | ||
| ata-disk.c | ||
| ata-disk.h | ||
| ata-dma.c | ||
| atapi-all.c | ||
| atapi-all.h | ||
| atapi-cd.c | ||
| atapi-cd.h | ||
| atapi-fd.c | ||
| atapi-fd.h | ||
| atapi-tape.c | ||
| atapi-tape.h | ||