Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2026 18:38:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228409] PCI-PCI bridge IRQ not shared between ath0 and re0
Message-ID:  <bug-228409-227-Eq1ipIW60D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228409-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228409-227-Eq1ipIW60D>