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 Add 4000/90 to the countdown hack.



details:   https://anonhg.NetBSD.org/src/rev/c0e8b3a1a4f5
branches:  trunk
changeset: 485303:c0e8b3a1a4f5
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon Apr 24 14:45:30 2000 +0000

description:
Add 4000/90 to the countdown hack.

diffstat:

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

diffs (20 lines):

diff -r 517d6f55adf1 -r c0e8b3a1a4f5 sys/arch/vax/boot/boot/autoconf.c
--- a/sys/arch/vax/boot/boot/autoconf.c Mon Apr 24 14:26:36 2000 +0000
+++ b/sys/arch/vax/boot/boot/autoconf.c Mon Apr 24 14:45:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.8 2000/04/24 07:03:27 mhitch Exp $ */
+/*     $NetBSD: autoconf.c,v 1.9 2000/04/24 14:45:30 ragge Exp $ */
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -221,7 +221,9 @@
        mtpr(0xc1, PR_ICCS);
        if (skip)
                return;
-       if (vax_boardtype == VAX_BTYP_46 || vax_boardtype == VAX_BTYP_48) {
+       if ((vax_boardtype == VAX_BTYP_46) ||
+           (vax_boardtype == VAX_BTYP_48) ||
+           (vax_boardtype == VAX_BTYP_49)) {
                int nu = sluttid - getsecs();
                if (senast != nu) {
                        mtpr(20, PR_IPL);



Home | Main Index | Thread Index | Old Index