NetBSD/sys/arch/i386/isa
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
..
ahc_isa.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
clock.c New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
isa_machdep.c New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
isapnp_machdep.c add RCSID 2001-11-15 07:03:28 +00:00
joy_timer.c Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
lms.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
mms.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
npx_isa.c New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
npx.c New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
npxvar.h New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
nvram.h Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
olms.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
omms.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
pccons.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00