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/ic Pull up revision 1.18 (requested by mhitch):



details:   https://anonhg.NetBSD.org/src/rev/9f6875e947ce
branches:  netbsd-1-4
changeset: 469838:9f6875e947ce
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:35:15 1999 +0000

description:
Pull up revision 1.18 (requested by mhitch):
  Fix the problems in detecting the clock speed on the TCDS Dual
  SCSI Option cards, and correctly configure the Fast SCSI interfaces.
  This allows installation on the 3000/500 -> 3000/900 Alphas which
  have the Fast SCSI interface on the on-board SCSI adapters.

diffstat:

 sys/dev/ic/ncr53c9xvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 45f129f1625b -r 9f6875e947ce sys/dev/ic/ncr53c9xvar.h
--- a/sys/dev/ic/ncr53c9xvar.h  Sat Dec 04 19:34:50 1999 +0000
+++ b/sys/dev/ic/ncr53c9xvar.h  Sat Dec 04 19:35:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9xvar.h,v 1.17 1999/01/06 19:19:38 thorpej Exp $ */
+/*     $NetBSD: ncr53c9xvar.h,v 1.17.2.1 1999/12/04 19:35:15 he Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -243,6 +243,7 @@
        u_char  sc_cfg1;                        /* Config 1 */
        u_char  sc_cfg2;                        /* Config 2, not ESP100 */
        u_char  sc_cfg3;                        /* Config 3, only ESP200 */
+       u_char  sc_cfg3_fscsi;                  /* Chip-specific FSCSI bit */
        u_char  sc_ccf;                         /* Clock Conversion */
        u_char  sc_timeout;
 



Home | Main Index | Thread Index | Old Index