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/hp300/hp300 Pull up revision 1.123 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/857d32209990
branches:  netbsd-1-6
changeset: 528114:857d32209990
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jun 27 09:01:19 2002 +0000

description:
Pull up revision 1.123 (requested by gmcgarry in ticket #384):
Back out part of revision 1.20 which was causing PROM re-entry
to fail.  Reported by Jarle Greipsland <jarle%uninett.no@localhost>.

diffstat:

 sys/arch/hp300/hp300/locore.s |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 95e917153f7e -r 857d32209990 sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s     Thu Jun 27 08:59:38 2002 +0000
+++ b/sys/arch/hp300/hp300/locore.s     Thu Jun 27 09:01:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.121 2002/05/19 21:40:04 jdolecek Exp $    */
+/*     $NetBSD: locore.s,v 1.121.2.1 2002/06/27 09:01:19 lukem Exp $   */
 
 /*
  * Copyright (c) 1994, 1995 Gordon W. Ross
@@ -106,6 +106,9 @@
  * must be disabled when this is invoked.
  */
 #define DOREBOOT                                               \
+       /* Reset Vector Base Register to what PROM expects. */  \
+       movl    #0,%d0;                                         \
+       movc    %d0,%vbr;                                       \
        /* Jump to REQ_REBOOT */                                \
        jmp     0x1A4;
 



Home | Main Index | Thread Index | Old Index