Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/if Changes for 4000/90.



details:   https://anonhg.NetBSD.org/src/rev/c925b2623769
branches:  trunk
changeset: 475858:c925b2623769
user:      ragge <ragge%NetBSD.org@localhost>
date:      Fri Aug 27 20:05:08 1999 +0000

description:
Changes for 4000/90.

diffstat:

 sys/arch/vax/if/if_le_vsbus.c |  5 ++++-
 sys/arch/vax/if/if_ze.c       |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 4367542bdba1 -r c925b2623769 sys/arch/vax/if/if_le_vsbus.c
--- a/sys/arch/vax/if/if_le_vsbus.c     Fri Aug 27 20:04:32 1999 +0000
+++ b/sys/arch/vax/if/if_le_vsbus.c     Fri Aug 27 20:05:08 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_le_vsbus.c,v 1.1 1999/08/14 18:40:23 ragge Exp $    */
+/*     $NetBSD: if_le_vsbus.c,v 1.2 1999/08/27 20:05:08 ragge Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -96,6 +96,7 @@
 #endif
 
 #include <machine/cpu.h>
+#include <machine/sid.h>
 #include <machine/bus.h>
 #include <machine/rpb.h>
 #include <machine/vsbus.h>
@@ -154,6 +155,8 @@
        struct  vsbus_attach_args *va = aux;
        volatile short *rdp, *rap;
 
+       if (vax_boardtype == VAX_BTYP_49)
+               return 0;
        rdp = (short *)va->va_addr;
        rap = rdp + 2;
 
diff -r 4367542bdba1 -r c925b2623769 sys/arch/vax/if/if_ze.c
--- a/sys/arch/vax/if/if_ze.c   Fri Aug 27 20:04:32 1999 +0000
+++ b/sys/arch/vax/if/if_ze.c   Fri Aug 27 20:05:08 1999 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: if_ze.c,v 1.1 1999/08/08 11:45:02 ragge Exp $ */
+/*      $NetBSD: if_ze.c,v 1.2 1999/08/27 20:05:08 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
  *
@@ -67,7 +67,7 @@
 static void    zeattach __P((struct device *, struct device *, void *));
 static void    zeintr __P((int));
 
-struct cfattach ze_ca = {
+struct cfattach ze_ibus_ca = {
        sizeof(struct ze_softc), zematch, zeattach
 };
 



Home | Main Index | Thread Index | Old Index