artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5905b3f
)
Fix back wrong patches.
author
mickey
<mickey@openbsd.org>
Wed, 20 Mar 1996 00:43:58 +0000
(
00:43
+0000)
committer
mickey
<mickey@openbsd.org>
Wed, 20 Mar 1996 00:43:58 +0000
(
00:43
+0000)
sys/arch/i386/pci/pci_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/pci/pci_machdep.c
b/sys/arch/i386/pci/pci_machdep.c
index
404fe2e
..
856588f
100644
(file)
--- 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"
);
}