artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a1766
)
Increment device interrupt event counter when redispatching an interrupt.
author
miod
<miod@openbsd.org>
Mon, 18 Aug 2008 23:09:42 +0000
(23:09 +0000)
committer
miod
<miod@openbsd.org>
Mon, 18 Aug 2008 23:09:42 +0000
(23:09 +0000)
sys/arch/vax/uba/uba_sbi.c
patch
|
blob
|
history
diff --git
a/sys/arch/vax/uba/uba_sbi.c
b/sys/arch/vax/uba/uba_sbi.c
index
b6ee3c9
..
f2c57de
100644
(file)
--- a/
sys/arch/vax/uba/uba_sbi.c
+++ b/
sys/arch/vax/uba/uba_sbi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uba_sbi.c,v 1.
4 2005/11/24 04:55:18 bra
d Exp $ */
+/* $OpenBSD: uba_sbi.c,v 1.
5 2008/08/18 23:09:42 mio
d Exp $ */
/* $NetBSD: uba_sbi.c,v 1.1 1999/06/21 16:23:01 ragge Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
@@
-224,6
+224,7
@@
uba_dw780int(uba)
func = scb_vec[vec/4].hoppaddr;
arg = scb_vec[vec/4].pushlarg;
(*func)(arg);
+ scb_vec[vec/4].ev->ec_count++;
}
}