From 8736e79807169ed615f89069925057850592d5bb Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 13 Sep 2015 11:40:02 +0000 Subject: Adjust printf for the fact that device locators are now long. --- sys/arch/hppa/hppa/mainbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 && -- cgit v1.2.3