diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c index 77c3fa22a9e..efd3edfa6f1 100644 --- a/sys/pci/pci_compat.c +++ b/sys/pci/pci_compat.c @@ -129,7 +129,7 @@ pci_map_int_right(pcici_t cfg, pci_inthand_t *handler, void *arg, #ifdef INTR_FAST if (intflags & INTR_FAST) - flags |= INTR_FAST; + flags |= INTR_TYPE_FAST; if (intflags & INTR_EXCL) resflags &= ~RF_SHAREABLE; #endif