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 (name chan...



details:   https://anonhg.NetBSD.org/src/rev/fc8b92bded86
branches:  trunk
changeset: 538723:fc8b92bded86
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Oct 27 18:39:17 2002 +0000

description:
make this compile with DEBUG (name changes missed in rev. 1.172).

diffstat:

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

diffs (20 lines):

diff -r 79f7d9c4f1d2 -r fc8b92bded86 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Sun Oct 27 17:57:13 2002 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Sun Oct 27 18:39:17 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.181 2002/10/02 16:02:08 thorpej Exp $ */
+/*     $NetBSD: autoconf.c,v 1.182 2002/10/27 18:39:17 chs Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1766,8 +1766,8 @@
                iom = aux;
                DPRINTF(ACDB_BOOTDEV, ("instance_match: iommu device, "
                    "want space %#x pa %#x have space %#x pa %#x\n",
-                    bp->val[0], bp->val[1], iom->iom_reg[0].ior_iospace,
-                    iom->iom_reg[0].ior_pa));
+                    bp->val[0], bp->val[1], iom->iom_reg[0].oa_space,
+                    iom->iom_reg[0].oa_base));
                if ((u_int32_t)bp->val[0] == iom->iom_reg[0].oa_space &&
                    (u_int32_t)bp->val[1] == iom->iom_reg[0].oa_base)
                        return (1);



Home | Main Index | Thread Index | Old Index