https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205445
--- Comment #1 from [email protected] --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
