NetBSD/sys/arch/i386/pnpbios
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
..
com_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
ess_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
fdc_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
files.pnpbios New interrupt code. The basic idea behind it is to hide the differences 2002-11-22 15:23:35 +00:00
joy_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
lm_pnpbios.c Changes for SMBus/I2C: 2002-11-15 14:55:41 +00:00
lpt_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
npx_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
pciide_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
pckbc_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
pnpbioscall.S .s -> .S rename 2002-11-22 15:02:12 +00:00
pnpbiosreg.h
pnpbiosvar.h
sb_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
wss_pnpbios.c If we don't get record drq from pnpbios, set it to play drq. 2002-10-03 03:02:11 +00:00
ym_pnpbios.c Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00