summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/mptbl.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-07-22 03:14:37 +0000
committerjhb <jhb@FreeBSD.org>2014-07-22 03:14:37 +0000
commitc1fe945ebd0d209b238eb98b47c40c115576f2e4 (patch)
tree60ebdda4ab095737aad1e22d1f84da4708e9a68c /usr.sbin/bhyve/mptbl.c
parent87624b14336f152a9daf40db972abf2f70cf951d (diff)
downloadFreeBSD-src-c1fe945ebd0d209b238eb98b47c40c115576f2e4.zip
FreeBSD-src-c1fe945ebd0d209b238eb98b47c40c115576f2e4.tar.gz
MFC 266125:
Implement a PCI interrupt router to route PCI legacy INTx interrupts to the legacy 8259A PICs.
Diffstat (limited to 'usr.sbin/bhyve/mptbl.c')
-rw-r--r--usr.sbin/bhyve/mptbl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/mptbl.c b/usr.sbin/bhyve/mptbl.c
index 4c2167e..904d103 100644
--- a/usr.sbin/bhyve/mptbl.c
+++ b/usr.sbin/bhyve/mptbl.c
@@ -210,7 +210,8 @@ mpt_count_ioint_entries(void)
}
static void
-mpt_generate_pci_int(int bus, int slot, int pin, int ioapic_irq, void *arg)
+mpt_generate_pci_int(int bus, int slot, int pin, int pirq_pin, int ioapic_irq,
+ void *arg)
{
int_entry_ptr *mpiep, mpie;
OpenPOWER on IntegriCloud