1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386
John Baldwin 223e573bbd Add the new atpic(4) driver for the 8259A master and slave PICs. By
default we provide 16 interrupt sources for IRQs 0 through 15.  However,
if the I/O APIC driver has already registered sources for any of those IRQs
then we will silently fail to register our own source for that IRQ.

Note that i386/isa/icu.h is now specific to the 8259A and no longer
contains any info relevant to APICs.  Also note that fast interrupts no
longer use a separate entry point.  Instead, both fast and threaded
interrupts share the same entry point which merely looks up the appropriate
source and passes control to intr_execute_handlers().
2003-11-03 21:34:45 +00:00
..
acpica Fix the logic to match the new name of the tunable. 2003-11-01 01:05:53 +00:00
bios The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
compile
conf Introduce new CPU_SOEKRIS option to tell soekris hardware from other 2003-11-03 10:34:40 +00:00
i386 Allocate space for the intrcnt array. This array is managed in the 2003-11-03 21:28:54 +00:00
ibcs2 Fix a multitude of security bugs in the iBCS2 emulator: 2003-10-12 04:25:26 +00:00
include Add a per-thread variable for saving the state of eflags to support the 2003-11-03 21:30:00 +00:00
isa Add the new atpic(4) driver for the 8259A master and slave PICs. By 2003-11-03 21:34:45 +00:00
linux Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
pci Lower the priority of the legacy host to pci bridge driver so that other 2003-10-31 21:00:37 +00:00
svr4 Use __FBSDID(). 2003-06-10 05:05:54 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00