Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/mvme68k Make sure the '167 phys_seg_list en...



details:   https://anonhg.NetBSD.org/src/rev/b328de268e73
branches:  trunk
changeset: 476504:b328de268e73
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Sep 18 09:35:44 1999 +0000

description:
Make sure the '167 phys_seg_list entry for offboard memory is empty.

diffstat:

 sys/arch/mvme68k/mvme68k/locore.s |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5ba1a73bf33c -r b328de268e73 sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Sat Sep 18 09:26:00 1999 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Sat Sep 18 09:35:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.54 1999/09/17 20:04:41 thorpej Exp $      */
+/*     $NetBSD: locore.s,v 1.55 1999/09/18 09:35:44 scw Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -346,6 +346,7 @@
 
        /* No offboard RAM (yet) */
        clrl    a0@(0x0c)               | phys_seg_list[1].ps_start
+       clrl    a0@(0x10)               | phys_seg_list[1].ps_end
 
        moveq   #PGSHIFT,d2
        lsrl    d2,d1                   | convert to page (click) number



Home | Main Index | Thread Index | Old Index