K 10 svn:author V 6 msmith K 8 svn:date V 27 2000-11-02T00:37:45.000000Z K 7 svn:log V 555 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. END