[Bug 228409] PCI-PCI bridge IRQ not shared between ath0 and re0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Feb 2026 18:38:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228409
Michael Dexter <editor@callfortesting.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |editor@callfortesting.org
--- Comment #6 from Michael Dexter <editor@callfortesting.org> ---
(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.