freebsd-src/sys/i386
Mike Smith 099d058b54 Improve the PCI interrupt routing code. Now the process is as follows:
- Look for a hardwired interrupt in the routing table for this
   bus/device/pin (we already did this).
 - Look for another device with the same link byte which has a hardwired
   interrupt.
 - Look for a PCI device matching an entry with the same link byte
   which has already been assigned an interrupt, and use that.
 - Look for a routable interrupt listed in the "PCI only" interrupts
   field and use that.
 - Pick the first interrupt that's marked as routable and use that.
2000-11-02 00:37:45 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
apm Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
bios Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
conf Comment out the (old) acpi stuff, it breaks LINT. 2000-10-30 20:35:31 +00:00
i386 Deprecate devsw->d_bmaj entirely. 2000-10-31 10:58:14 +00:00
ibcs2 Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
include Fix typo in comments 2000-10-31 14:30:29 +00:00
isa Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
linux Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
pci Improve the PCI interrupt routing code. Now the process is as follows: 2000-11-02 00:37:45 +00:00
svr4 Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00