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 revision 1.4 (requested by mhitch):



details:   https://anonhg.NetBSD.org/src/rev/a8f189b6216e
branches:  netbsd-1-4
changeset: 469839:a8f189b6216e
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:36:18 1999 +0000

description:
Pull up revision 1.4 (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/pci/pcscp.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9f6875e947ce -r a8f189b6216e sys/dev/pci/pcscp.c
--- a/sys/dev/pci/pcscp.c       Sat Dec 04 19:35:15 1999 +0000
+++ b/sys/dev/pci/pcscp.c       Sat Dec 04 19:36:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcscp.c,v 1.2.2.1 1999/04/26 15:17:35 perry Exp $      */
+/*     $NetBSD: pcscp.c,v 1.2.2.2 1999/12/04 19:36:18 he Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -242,6 +242,7 @@
        sc->sc_cfg3 = NCRAMDCFG3_IDM | NCRAMDCFG3_FCLK;
        sc->sc_rev = NCR_VARIANT_AM53C974;
        sc->sc_features = NCR_F_FASTSCSI;
+       sc->sc_cfg3_fscsi = NCRAMDCFG3_FSCSI;
        sc->sc_freq = 40; /* MHz */
 
        /*



Home | Main Index | Thread Index | Old Index