seabios: Add a dummy PCI slot to irq mapping functionrel-1.7.2.1
commit88cb66ea542906ffff8a80ef397b9e3adbb33116
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 21 Feb 2013 16:12:23 +0000 (21 09:12 -0700)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 24 Feb 2013 17:02:04 +0000 (24 12:02 -0500)
tree2f980b506bc7ffbba2214e9118b0cb67ac4cbb0c
parent985a9d3b019f0c50b0a0751fe3d7feb672ef4c0e
seabios: Add a dummy PCI slot to irq mapping function

This should never get called, but if we somehow get a new chipset
that fails to implement their own pci_slot_get_irq function, fail
gracefully and add a debug log message.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
src/pciinit.c