Fix a braino in the check for a jumper across pins 1-2 of J1 (mvme1[67]7).

Spotted by Chuck Silvers.
This commit is contained in:
scw 2001-07-27 18:58:23 +00:00
parent 9ac6178585
commit f169034d7f
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ Linit1x7:
/*
* Verify the user has removed the GPIO#0 jumper...
*/
movel #0x01000000,%d0
movel #0x00000001,%d0
andl 0xfff40088,%d0 | Clear == jumper installed
jne 1f | Ok.