summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2005-05-22 01:42:49 +0000
committermickey <mickey@openbsd.org>2005-05-22 01:42:49 +0000
commit2b38ca966826c0ddae26319c0796e30f05f2568e (patch)
treee49a5cc478705bc8620517f8d4ce0d79dcb8d597
parentdevices scan for the early new hppa64 machines. (diff)
downloadwireguard-openbsd-2b38ca966826c0ddae26319c0796e30f05f2568e.tar.xz
wireguard-openbsd-2b38ca966826c0ddae26319c0796e30f05f2568e.zip
fix dmesg print
-rw-r--r--sys/arch/hppa64/dev/apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/dev/apic.c b/sys/arch/hppa64/dev/apic.c
index d4a94787853..d3904c48b24 100644
--- a/sys/arch/hppa64/dev/apic.c
+++ b/sys/arch/hppa64/dev/apic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apic.c,v 1.1 2005/04/01 10:40:47 mickey Exp $ */
+/* $OpenBSD: apic.c,v 1.2 2005/05/22 01:42:49 mickey Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -53,7 +53,7 @@ apic_attach(struct elroy_softc *sc)
data = apic_read(r, APIC_VERSION);
sc->sc_nints = (data & APIC_VERSION_NENT) >> APIC_VERSION_NENT_SHIFT;
- printf("APIC ver 0x%x %d ents\n",
+ printf(" APIC ver %x, %d pins",
data & APIC_VERSION_MASK, sc->sc_nints);
}