Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/sparc/sparc Apply hand patch from martin (tick...
details: https://anonhg.NetBSD.org/src/rev/d89004b6ca22
branches: netbsd-1-6
changeset: 530121:d89004b6ca22
user: jmc <jmc%NetBSD.org@localhost>
date: Tue Feb 11 08:42:00 2003 +0000
description:
Apply hand patch from martin (ticket 1163)
Make this compile with DEBUG.
diffstat:
sys/arch/sparc/sparc/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 764b6fb50c08 -r d89004b6ca22 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c Tue Feb 11 08:38:17 2003 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c Tue Feb 11 08:42:00 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.168.4.2 2002/11/22 17:40:05 tron Exp $ */
+/* $NetBSD: autoconf.c,v 1.168.4.3 2003/02/11 08:42:00 jmc Exp $ */
/*
* Copyright (c) 1996
@@ -1743,8 +1743,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