Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Correct typo in comment(pointed by john heasley <...



details:   https://anonhg.NetBSD.org/src/rev/386ac4e66358
branches:  trunk
changeset: 538561:386ac4e66358
user:      petrov <petrov%NetBSD.org@localhost>
date:      Tue Oct 22 17:58:45 2002 +0000

description:
Correct typo in comment(pointed by john heasley <heas%shrubbery.net@localhost>).

diffstat:

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

diffs (23 lines):

diff -r e28ae559ff8f -r 386ac4e66358 sys/dev/ic/ncr53c9xvar.h
--- a/sys/dev/ic/ncr53c9xvar.h  Tue Oct 22 16:18:26 2002 +0000
+++ b/sys/dev/ic/ncr53c9xvar.h  Tue Oct 22 17:58:45 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9xvar.h,v 1.38 2002/09/25 05:19:22 mycroft Exp $ */
+/*     $NetBSD: ncr53c9xvar.h,v 1.39 2002/10/22 17:58:45 petrov Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -279,10 +279,10 @@
        /* register defaults */
        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;                        /* Config 3, ESP200,FAS */
        u_char  sc_cfg3_fscsi;                  /* Chip-specific FSCSI bit */
-       u_char  sc_cfg4;                        /* Config 3, only ESP200 */
-       u_char  sc_cfg5;                        /* Config 3, only ESP200 */
+       u_char  sc_cfg4;                        /* Config 4, only ESP200 */
+       u_char  sc_cfg5;                        /* Config 5, only ESP200 */
        u_char  sc_ccf;                         /* Clock Conversion */
        u_char  sc_timeout;
 



Home | Main Index | Thread Index | Old Index