Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 prom_claim_phys: set `align' parame...
details: https://anonhg.NetBSD.org/src/rev/3c04ad9e2f01
branches: trunk
changeset: 493903:3c04ad9e2f01
user: pk <pk%NetBSD.org@localhost>
date: Mon Jun 26 19:36:07 2000 +0000
description:
prom_claim_phys: set `align' parameter to 0 (meaning: get the chunk at the
specified address).
diffstat:
sys/arch/sparc64/sparc64/ofw_machdep.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1ac450a3bfba -r 3c04ad9e2f01 sys/arch/sparc64/sparc64/ofw_machdep.c
--- a/sys/arch/sparc64/sparc64/ofw_machdep.c Mon Jun 26 18:19:26 2000 +0000
+++ b/sys/arch/sparc64/sparc64/ofw_machdep.c Mon Jun 26 19:36:07 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_machdep.c,v 1.9 2000/05/19 05:26:18 eeh Exp $ */
+/* $NetBSD: ofw_machdep.c,v 1.10 2000/06/26 19:36:07 pk Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -439,6 +439,7 @@
args.nreturns = 4;
args.method = ADR2CELL(&"claim");
args.ihandle = HDL2CELL(memh);
+ args.align = 0;
args.len = len;
args.phys_hi = HDL2CELL(phys>>32);
args.phys_lo = HDL2CELL(phys);
Home |
Main Index |
Thread Index |
Old Index