Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/vax/vsa Pullup 1.21 [matt]:



details:   https://anonhg.NetBSD.org/src/rev/a2f694b2a22e
branches:  netbsd-1-5
changeset: 490266:a2f694b2a22e
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 16 20:38:55 2000 +0000

description:
Pullup 1.21 [matt]:
Commit changes to SCSI working on the VS4000/9x.  "Don't overthink the
plumbing!  Duh!".

diffstat:

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

diffs (27 lines):

diff -r 8ff82056f0fd -r a2f694b2a22e sys/arch/vax/vsa/asc_vsbus.c
--- a/sys/arch/vax/vsa/asc_vsbus.c      Thu Nov 16 20:38:28 2000 +0000
+++ b/sys/arch/vax/vsa/asc_vsbus.c      Thu Nov 16 20:38:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asc_vsbus.c,v 1.18 2000/06/18 22:47:19 matt Exp $      */
+/*     $NetBSD: asc_vsbus.c,v 1.18.2.1 2000/11/16 20:38:55 tv Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: asc_vsbus.c,v 1.18 2000/06/18 22:47:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: asc_vsbus.c,v 1.18.2.1 2000/11/16 20:38:55 tv Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -151,7 +151,7 @@
        if (vax_boardtype == VAX_BTYP_46 || vax_boardtype == VAX_BTYP_48) {
                if (cf->cf_loc[0] != 0x200c0080)
                        return 0;
-#if 0
+#if 1
        } else if (vax_boardtype == VAX_BTYP_49) {
                if (cf->cf_loc[0] != 0x26000080)
                        return 0;



Home | Main Index | Thread Index | Old Index