freebsd-dev/sys/amd64
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
amd64 Deprecate devsw->d_bmaj entirely. 2000-10-31 10:58:14 +00:00
conf Add a brief comment telling people to retain 'device miibus' as necessary. 2000-10-28 22:32:17 +00:00
include The x86 atomic operations are already locked, so they do not need an 2000-10-28 00:28:15 +00:00
isa Revert two experimental changes which escaped from my devel machine. 2000-10-28 06:55:12 +00:00
pci Improve the PCI interrupt routing code. Now the process is as follows: 2000-11-02 00:37:45 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00