K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-08-26T15:12:47.000000Z K 7 svn:log V 313 In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI LNK device (interrupt source provider sort of) is present before using it, but the code actually tested the status (_STA) of the PCI bridge device doing the routing, not the actual LNK device. Fix it to check the status of the LNK device. END