Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/dev/i2o bouyer says to call it channel 0.



details:   https://anonhg.NetBSD.org/src/rev/12338192d895
branches:  thorpej_scsipi
changeset: 477490:12338192d895
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Apr 23 16:48:58 2001 +0000

description:
bouyer says to call it channel 0.

diffstat:

 sys/dev/i2o/iopsp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2dd565740b5e -r 12338192d895 sys/dev/i2o/iopsp.c
--- a/sys/dev/i2o/iopsp.c       Mon Apr 23 16:17:04 2001 +0000
+++ b/sys/dev/i2o/iopsp.c       Mon Apr 23 16:48:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iopsp.c,v 1.2.2.10 2001/04/23 16:17:04 ad Exp $        */
+/*     $NetBSD: iopsp.c,v 1.2.2.11 2001/04/23 16:48:58 ad Exp $        */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -190,7 +190,7 @@
        memset(&sc->sc_channel, 0, sizeof(sc->sc_channel));
        sc->sc_channel.chan_adapter = &sc->sc_adapter;
        sc->sc_channel.chan_bustype = &scsi_bustype;
-       sc->sc_channel.chan_channel = -1;
+       sc->sc_channel.chan_channel = 0;
        sc->sc_channel.chan_ntargets = fcal ?
            IOPSP_MAX_FCAL_TARGET : param.p.sci.maxdatawidth;
        sc->sc_channel.chan_nluns = IOPSP_MAX_LUN;



Home | Main Index | Thread Index | Old Index