https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228409
Michael Dexter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Michael Dexter <[email protected]> --- (In reply to Mark Linimon from comment #5) This change appears to have been applied to the source tree: https://cgit.freebsd.org/src/tree/sys/dev/pci/pci_pci.c#n1233 sc->pcie_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, RF_ACTIVE | RF_SHAREABLE); if (sc->pcie_irq == NULL) { device_printf(dev, "Failed to allocate interrupt for PCI-e events\n"); if (rid > 0) pci_release_msi(dev); return (ENXIO); } Fixed? -- You are receiving this mail because: You are the assignee for the bug.
