Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/bootxx Update for BAT{U, L}() changes.



details:   https://anonhg.NetBSD.org/src/rev/08d381c5b907
branches:  trunk
changeset: 479827:08d381c5b907
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Dec 22 18:57:47 1999 +0000

description:
Update for BAT{U,L}() changes.

diffstat:

 sys/arch/macppc/stand/bootxx/bootxx.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0043b763aa7c -r 08d381c5b907 sys/arch/macppc/stand/bootxx/bootxx.c
--- a/sys/arch/macppc/stand/bootxx/bootxx.c     Wed Dec 22 18:57:12 1999 +0000
+++ b/sys/arch/macppc/stand/bootxx/bootxx.c     Wed Dec 22 18:57:47 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.4 1998/07/13 17:35:55 tsubai Exp $        */
+/*     $NetBSD: bootxx.c,v 1.5 1999/12/22 18:57:47 thorpej Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -257,7 +257,8 @@
                mtibatu 3,%0
                mtibatl 3,%1
                isync
-       " :: "r"(BATU(0)), "r"(BATL(0, 0)));
+       " :: "r"(BATU(0, BAT_BL_256M, BAT_Vs)),
+            "r"(BATL(0, 0, BAT_PP_RW)));
 
        entry_point(0, 0, openfirm);
        for (;;);                       /* just in case */



Home | Main Index | Thread Index | Old Index