Fix back wrong patches.
authormickey <mickey@openbsd.org>
Wed, 20 Mar 1996 00:43:58 +0000 (00:43 +0000)
committermickey <mickey@openbsd.org>
Wed, 20 Mar 1996 00:43:58 +0000 (00:43 +0000)
sys/arch/i386/pci/pci_machdep.c

index 404fe2e..856588f 100644 (file)
@@ -429,5 +429,5 @@ pci_map_int(tag, level, func, arg)
        printf("pci_map_int: pin %c mapped to line %d\n", '@' + pin, line);
 #endif
 
-       return isa_intr_establish(line, IST_LEVEL, level, func, arg);
+       return isa_intr_establish(line, IST_LEVEL, level, func, arg, "pci");
 }