NetBSD/sys/arch/i386
fvdl ae4b76c8d3 New interrupt code. The basic idea behind it is to hide the differences
in interrupt controllers in struct pic, and try to keep as much
common code as possible. At the lowest (asm) level, this is done
with CPP macros.

The main structure is now struct intrsource, describing an established
interrupt line, of any kind (soft/hard local apic/legacy apic/IO apic).
For quick masking, there may be a maximum of 32 sources per CPU.
Sources can be assigned to any CPU in the MP case, though currently they
all go to the boot CPU.
2002-11-22 15:23:35 +00:00
..
acpi New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
bios Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
bioscall Rebuild after my re-arrangement of GDT entries, since this code depends on 2002-01-23 15:05:33 +00:00
compile
conf New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
eisa New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
gdbscripts Rename "stack" to "stacktrace" and have "stack" call "stacktrace $ebp $eip" 2000-06-08 14:42:11 +00:00
i386 New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
include New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
isa New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
mca New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
pci New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
pnpbios New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
stand Introduce biosdiskreset(), and call it to reset the disk (with Int 2002-10-10 18:52:42 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00