diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 00:43:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 00:43:59 +0000 |
commit | 77cf6d7355e8886cf3553bb8b9d5279c6bde8fbf (patch) | |
tree | 895a8e33e1ac9c51f9f2fa82523d90964c47e9ee /sys/arch/i386 | |
parent | f1c1002b7a27ff5c6d7b40e74f18108004efa883 (diff) |
Fix back wrong patches.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/pci/pci_machdep.c | 2 |
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"); } |