Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev Reformat comment.



details:   https://anonhg.NetBSD.org/src/rev/f88d035ad401
branches:  trunk
changeset: 749047:f88d035ad401
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 15 15:53:05 2009 +0000

description:
Reformat comment.

diffstat:

 sys/arch/hp700/dev/uturn.c |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 811e22eb1b0a -r f88d035ad401 sys/arch/hp700/dev/uturn.c
--- a/sys/arch/hp700/dev/uturn.c        Sun Nov 15 14:59:47 2009 +0000
+++ b/sys/arch/hp700/dev/uturn.c        Sun Nov 15 15:53:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uturn.c,v 1.5 2009/05/24 06:53:34 skrll Exp $  */
+/*     $NetBSD: uturn.c,v 1.6 2009/11/15 15:53:05 skrll Exp $  */
 
 /*     $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $      */
 
@@ -102,11 +102,10 @@
        ((struct iomod *)ioh)->io_control = 0x80;
 
        /*
-        * U2/UTurn is actually a combination of an Upper Bus
-        * Converter (UBC) and a Lower Bus Converter (LBC).  This
-        * driver attaches to the UBC; the LBC isn't very interesting,
-        * so we skip it.  This is easy, since it always is module 63,
-        * hence the MAXMODBUS - 1 below.
+        * U2/UTurn is actually a combination of an Upper Bus Converter (UBC)
+        * and a Lower Bus Converter (LBC).  This driver attaches to the UBC;
+        * the LBC isn't very interesting, so we skip it.  This is easy, since
+        * it always is module 63, hence the MAXMODBUS - 1 below.
         */
        nca = *ca;
        nca.ca_hpabase = 0;



Home | Main Index | Thread Index | Old Index