pci_intr_map
else if (pci_intr_map(pa, &ih) != 0) {
if (pci_intr_map(pa, &ih)) {
if (pci_intr_map_msi(pa, &ih) != 0 && pci_intr_map(pa, &ih) != 0) {