diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-09-13 11:40:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-09-13 11:40:02 +0000 |
commit | 8736e79807169ed615f89069925057850592d5bb (patch) | |
tree | 40b6e9dc3fb43d6a2ee3228ee3d11242017e3ea5 /sys | |
parent | 41ef5e43ccaaf70f709d1a3e6806996aa807b77f (diff) |
Adjust printf for the fact that device locators are now long.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/hppa/mainbus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/mainbus.c b/sys/arch/hppa/hppa/mainbus.c index c8095013a01..174a6d55200 100644 --- a/sys/arch/hppa/hppa/mainbus.c +++ b/sys/arch/hppa/hppa/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.86 2014/11/16 12:30:57 deraadt Exp $ */ +/* $OpenBSD: mainbus.c,v 1.87 2015/09/13 11:40:01 kettenis Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -1283,7 +1283,7 @@ mbsubmatch(parent, match, aux) int ret; if (autoconf_verbose) - printf(">> hpa %lx off %lx cf_off %x\n", + printf(">> hpa %lx off %lx cf_off %lx\n", ca->ca_hpa, ca->ca_hpa & ~ca->ca_hpamask, cf->hppacf_off); if (ca->ca_hpa && ~ca->ca_hpamask && cf->hppacf_off != -1 && |