Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot Fix bootblock countdown for 4000/VLC.



details:   https://anonhg.NetBSD.org/src/rev/4fc5e095c6b3
branches:  trunk
changeset: 485288:4fc5e095c6b3
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Apr 24 07:03:27 2000 +0000

description:
Fix bootblock countdown for 4000/VLC.

diffstat:

 sys/arch/vax/boot/boot/autoconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3776aa0a4ac2 -r 4fc5e095c6b3 sys/arch/vax/boot/boot/autoconf.c
--- a/sys/arch/vax/boot/boot/autoconf.c Mon Apr 24 05:59:39 2000 +0000
+++ b/sys/arch/vax/boot/boot/autoconf.c Mon Apr 24 07:03:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.7 2000/04/22 20:29:59 ragge Exp $ */
+/*     $NetBSD: autoconf.c,v 1.8 2000/04/24 07:03:27 mhitch Exp $ */
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -221,7 +221,7 @@
        mtpr(0xc1, PR_ICCS);
        if (skip)
                return;
-       if (vax_boardtype == VAX_BTYP_46) {
+       if (vax_boardtype == VAX_BTYP_46 || vax_boardtype == VAX_BTYP_48) {
                int nu = sluttid - getsecs();
                if (senast != nu) {
                        mtpr(20, PR_IPL);



Home | Main Index | Thread Index | Old Index