From d107d4e34abe22f4377b6e745fd6ea250d69bc38 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 10 Jul 2001 04:43:21 +0000 Subject: Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for pci interrupts for the bridge. --- sys/pccard/pcic_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard/pcic_pci.c') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index a6b0d75..9cb66d4 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -578,7 +578,7 @@ pcic_pci_attach(device_t dev) sc->irqrid = rid; sc->irqres = r; sc->irq = rman_get_start(r); - error = bus_setup_intr(dev, r, INTR_TYPE_MISC, pcic_pci_intr, + error = bus_setup_intr(dev, r, INTR_TYPE_AV, pcic_pci_intr, (void *) sc, &sc->ih); if (error) { pcic_dealloc(dev); -- cgit v1.1