Bridges can implement interrupt pins, so decode this information. See
PCI-to-PCI Bridge spec r1.2, sec 3.2.5.17.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
case PCI_HEADER_TYPE_BRIDGE:
if ((class >> 8) != PCI_BASE_CLASS_BRIDGE)
printf("\t!!! Invalid class %04x for header type %02x\n", class, htype);
- irq = int_pin = min_gnt = max_lat = 0;
+ min_gnt = max_lat = 0;
break;
case PCI_HEADER_TYPE_CARDBUS:
if ((class >> 8) != PCI_BASE_CLASS_BRIDGE)