Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/sparc make this compile with DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/e9e5ca3405cf
branches:  trunk
changeset: 519261:e9e5ca3405cf
user:      chs <chs%NetBSD.org@localhost>
date:      Fri Dec 14 06:06:26 2001 +0000

description:
make this compile with DEBUG.

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 14f1d48d6f63 -r e9e5ca3405cf sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Fri Dec 14 05:58:13 2001 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Fri Dec 14 06:06:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.159 2001/12/11 04:21:39 uwe Exp $ */
+/*     $NetBSD: autoconf.c,v 1.160 2001/12/14 06:06:26 chs Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1746,7 +1746,7 @@
        case BUSCLASS_PCIC:
                pba = aux;
                DPRINTF(ACDB_BOOTDEV, ("instance_match: pci bus "
-                   "want bus %d pa %#x have bus %d pa %#x\n",
+                   "want bus %d pa %#x have bus %d pa %#lx\n",
                    bp->val[0], bp->val[1], pba->pba_bus, MSIIEP_PCIC_PA));
                if ((int)bp->val[0] == pba->pba_bus
                    && (bus_addr_t)bp->val[1] == MSIIEP_PCIC_PA)



Home | Main Index | Thread Index | Old Index