summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-07-10 04:43:21 +0000
committerimp <imp@FreeBSD.org>2001-07-10 04:43:21 +0000
commitd107d4e34abe22f4377b6e745fd6ea250d69bc38 (patch)
tree7ecd3b8b065212f6861444586baa7ec45865ca25 /sys/pccard/pcic_pci.c
parent8f5c37664a0401388adc692ce15c0a6a99f083fa (diff)
downloadFreeBSD-src-d107d4e34abe22f4377b6e745fd6ea250d69bc38.zip
FreeBSD-src-d107d4e34abe22f4377b6e745fd6ea250d69bc38.tar.gz
Use INTR_TYPE_AV rather than INTR_TYPE_MISC for the interrupt for
pci interrupts for the bridge.
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud