Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vsa Don't try to probe for dz11 on 4000/90, may...



details:   https://anonhg.NetBSD.org/src/rev/301215a3e7ce
branches:  trunk
changeset: 526280:301215a3e7ce
user:      ragge <ragge%NetBSD.org@localhost>
date:      Tue Apr 30 12:33:32 2002 +0000

description:
Don't try to probe for dz11 on 4000/90, may corrupt the flash rom (?).
Suggested by Hugh Graham <hugh%openbsd.org@localhost>.

diffstat:

 sys/arch/vax/vsa/dz_vsbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 60a876f04984 -r 301215a3e7ce sys/arch/vax/vsa/dz_vsbus.c
--- a/sys/arch/vax/vsa/dz_vsbus.c       Tue Apr 30 01:07:26 2002 +0000
+++ b/sys/arch/vax/vsa/dz_vsbus.c       Tue Apr 30 12:33:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dz_vsbus.c,v 1.21 2002/02/25 14:58:09 ad Exp $ */
+/*     $NetBSD: dz_vsbus.c,v 1.22 2002/04/30 12:33:32 ragge Exp $ */
 /*
  * Copyright (c) 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -124,8 +124,8 @@
        struct ss_dz *dzP;
        short i;
 
-#if VAX53 || VAXANY
-       if (vax_boardtype == VAX_BTYP_53)
+#if VAX53 || VAX49 || VAXANY
+       if (vax_boardtype == VAX_BTYP_53 || vax_boardtype == VAX_BTYP_49)
                if (cf->cf_loc[0] != 0x25000000)
                        return 0; /* Ugly */
 #endif



Home | Main Index | Thread Index | Old Index