[Bug 205445] [bhyve] PCI passthru pci_intr_map: bad interrupt line 20, OpenBSD guest couldn't map interrupt

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 20 01:43:53 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205445

--- Comment #1 from m8r-592a0p at mailinator.com ---
Is bhyve using some kind of "legacy" interrupts? The OpenBSD 5.8 source code
printing the error is:

arch/amd64/pci/pci_machdep.c
    if (line >= NUM_LEGACY_IRQS) {
        printf("pci_intr_map: bad interrupt line %d\n", line);

(where NUM_LEGACY_IRQS is 16)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list