1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/i386
John Baldwin 3de744b5d8 Use a wrapper around the driver interrupt handler. The wrapper accepts the
isa_device pointer as its argument and uses that to call the driver's
interrupt handler passing the unit number as its argument.  This should
fix COMPAT_OLDISA devices with a unit number of 0.

Reviewed by:	peter
Reported by:	bde
2003-11-04 19:04:54 +00:00
..
acpica Make this compile with PAE. 2003-11-04 01:07:04 +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 Remove the SMP kernel config as SMP is now enabled in GENERIC. 2003-11-03 22:49:51 +00:00
i386 Remove remaining bits of old interrupt and APIC code. 2003-11-03 22:51:25 +00:00
ibcs2 Fix a multitude of security bugs in the iBCS2 emulator: 2003-10-12 04:25:26 +00:00
include Remove old APIC header. 2003-11-03 23:10:34 +00:00
isa Use a wrapper around the driver interrupt handler. The wrapper accepts the 2003-11-04 19:04:54 +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 New APIC support code: 2003-11-03 21:53:38 +00:00
svr4
Makefile