Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pci pull up rev 1.81 (bouyer):



details:   https://anonhg.NetBSD.org/src/rev/1c77d69b310e
branches:  netbsd-1-4
changeset: 469407:1c77d69b310e
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Sep 18 01:04:43 1999 +0000

description:
pull up rev 1.81 (bouyer):
        Make the ncr driver work with more than 5 devices on the same
        bus.  Fixes PR#6347.  (bouyer)

diffstat:

 sys/dev/pci/ncr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b9a8ca1a1986 -r 1c77d69b310e sys/dev/pci/ncr.c
--- a/sys/dev/pci/ncr.c Sat Sep 18 00:56:34 1999 +0000
+++ b/sys/dev/pci/ncr.c Sat Sep 18 01:04:43 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr.c,v 1.80 1998/12/13 00:11:37 thorpej Exp $ */
+/*     $NetBSD: ncr.c,v 1.80.2.1 1999/09/18 01:04:43 cgd Exp $ */
 
 /**************************************************************************
 **
@@ -166,7 +166,7 @@
 **    The calculation below is actually quite silly ...
 */
 
-#define MAX_START   (MAX_TARGET + 7 * SCSI_NCR_DFLT_TAGS)
+#define MAX_START   (256)
 
 /*
 **    The maximum number of segments a transfer is split into.
@@ -1482,7 +1482,7 @@
 
 #if 0
 static char ident[] =
-       "\n$NetBSD: ncr.c,v 1.80 1998/12/13 00:11:37 thorpej Exp $\n";
+       "\n$NetBSD: ncr.c,v 1.80.2.1 1999/09/18 01:04:43 cgd Exp $\n";
 #endif
 
 static const u_long    ncr_version = NCR_VERSION       * 11



Home | Main Index | Thread Index | Old Index