freebsd-dev/sys/i386/pci
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
..
pci_bus.c Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise) 2000-10-20 15:40:05 +00:00
pci_cfgreg.c Improve the PCI interrupt routing code. Now the process is as follows: 2000-11-02 00:37:45 +00:00
pci_pir.c Improve the PCI interrupt routing code. Now the process is as follows: 2000-11-02 00:37:45 +00:00