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 Fix a braino in the check for a jum...



details:   https://anonhg.NetBSD.org/src/rev/8a37100d55e1
branches:  trunk
changeset: 513283:8a37100d55e1
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Jul 27 18:58:23 2001 +0000

description:
Fix a braino in the check for a jumper across pins 1-2 of J1 (mvme1[67]7).
Spotted by Chuck Silvers.

diffstat:

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

diffs (18 lines):

diff -r 70f8f5a1aa7f -r 8a37100d55e1 sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Fri Jul 27 18:40:27 2001 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Fri Jul 27 18:58:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.87 2001/07/22 13:34:06 wiz Exp $  */
+/*     $NetBSD: locore.s,v 1.88 2001/07/27 18:58:23 scw Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -429,7 +429,7 @@
        /*
         * Verify the user has removed the GPIO#0 jumper...
         */
-       movel   #0x01000000,%d0
+       movel   #0x00000001,%d0
        andl    0xfff40088,%d0          | Clear == jumper installed
        jne     1f                      | Ok.
 



Home | Main Index | Thread Index | Old Index