Date: Sun, 20 Dec 2015 01:43:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 205445] [bhyve] PCI passthru pci_intr_map: bad interrupt line 20, OpenBSD guest couldn't map interrupt Message-ID: <bug-205445-8-3lgrzfSRq5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205445-8@https.bugs.freebsd.org/bugzilla/> References: <bug-205445-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205445 --- Comment #1 from m8r-592a0p@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205445-8-3lgrzfSRq5>