summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 23:10:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-07 23:10:47 +0000
commit82eede488a736053ee53d7963df114bb8c4f8e80 (patch)
tree34094ffb91e7cfe3131630966dc0a4deaf9bdd9a /sys/arch/vax/uba
parentf6adcfa1e8fa253c177874131f7bd165bcbe0fd1 (diff)
new-style interrupt counters. based on initial work by hugh. ok miod
Diffstat (limited to 'sys/arch/vax/uba')
-rw-r--r--sys/arch/vax/uba/uba.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/uba.c b/sys/arch/vax/uba/uba.c
index 05db6016877..b63f49547e2 100644
--- a/sys/arch/vax/uba/uba.c
+++ b/sys/arch/vax/uba/uba.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uba.c,v 1.19 2004/05/04 16:59:31 grange Exp $ */
+/* $OpenBSD: uba.c,v 1.20 2004/07/07 23:10:46 deraadt Exp $ */
/* $NetBSD: uba.c,v 1.43 2000/01/24 02:40:36 matt Exp $ */
/*
* Copyright (c) 1996 Jonathan Stone.
@@ -917,7 +917,7 @@ ubaprint(aux, uba)
{
struct uba_attach_args *ua = aux;
- printf(" csr %o vec %o ipl %x", ua->ua_iaddr,
+ printf(" csr %o vec %d ipl %x", ua->ua_iaddr,
ua->ua_cvec & 511, ua->ua_br);
return UNCONF;
}