Module Name:    src
Committed By:   skrll
Date:           Sun Nov 15 15:53:05 UTC 2009

Modified Files:
        src/sys/arch/hp700/dev: uturn.c

Log Message:
Reformat comment.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/dev/uturn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/dev/uturn.c
diff -u src/sys/arch/hp700/dev/uturn.c:1.5 src/sys/arch/hp700/dev/uturn.c:1.6
--- src/sys/arch/hp700/dev/uturn.c:1.5	Sun May 24 06:53:34 2009
+++ src/sys/arch/hp700/dev/uturn.c	Sun Nov 15 15:53:05 2009
@@ -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;

Reply via email to