Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi In attach message, spell it "target" not "tar...



details:   https://anonhg.NetBSD.org/src/rev/990c3d9ea91f
branches:  trunk
changeset: 484178:990c3d9ea91f
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Mar 27 11:45:42 2000 +0000

description:
In attach message, spell it "target" not "targ", as in the locator.

diffstat:

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

diffs (18 lines):

diff -r 263ca2b39807 -r 990c3d9ea91f sys/dev/scsipi/scsiconf.c
--- a/sys/dev/scsipi/scsiconf.c Mon Mar 27 11:29:32 2000 +0000
+++ b/sys/dev/scsipi/scsiconf.c Mon Mar 27 11:45:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsiconf.c,v 1.137 2000/03/19 10:33:26 sjg Exp $       */
+/*     $NetBSD: scsiconf.c,v 1.138 2000/03/27 11:45:42 augustss Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -429,7 +429,7 @@
        scsipi_strvis(product, 65, inqbuf->product, 16);
        scsipi_strvis(revision, 17, inqbuf->revision, 4);
 
-       printf(" targ %d lun %d: <%s, %s, %s> SCSI%d %d/%s %s%s",
+       printf(" target %d lun %d: <%s, %s, %s> SCSI%d %d/%s %s%s",
            target, lun, vendor, product, revision,
            sa->scsipi_info.scsi_version & SID_ANSII, type, dtype,
            inqbuf->removable ? "removable" : "fixed", qtype);



Home | Main Index | Thread Index | Old Index