summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-20 00:43:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-03-20 00:43:59 +0000
commit77cf6d7355e8886cf3553bb8b9d5279c6bde8fbf (patch)
tree895a8e33e1ac9c51f9f2fa82523d90964c47e9ee /sys/arch/i386
parentf1c1002b7a27ff5c6d7b40e74f18108004efa883 (diff)
Fix back wrong patches.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/pci/pci_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_machdep.c b/sys/arch/i386/pci/pci_machdep.c
index 404fe2e1c54..856588fa920 100644
--- a/sys/arch/i386/pci/pci_machdep.c
+++ b/sys/arch/i386/pci/pci_machdep.c
@@ -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");
}