View | Details | Raw Unified | Return to bug 228409
Collapse All | Expand All

(-)dev/pci/pci_pci.c (-1 / +1 lines)
Lines 1330-1336 Link Here
1330
		rid = 0;
1330
		rid = 0;
1331
1331
1332
	sc->pcie_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
1332
	sc->pcie_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
1333
	    RF_ACTIVE);
1333
	    RF_SHAREABLE | RF_ACTIVE);
1334
	if (sc->pcie_irq == NULL) {
1334
	if (sc->pcie_irq == NULL) {
1335
		device_printf(dev,
1335
		device_printf(dev,
1336
		    "Failed to allocate interrupt for PCI-e events\n");
1336
		    "Failed to allocate interrupt for PCI-e events\n");

Return to bug 228409