Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/footbridge Comment KNF.



details:   https://anonhg.NetBSD.org/src/rev/ae3b5f2610d7
branches:  trunk
changeset: 758864:ae3b5f2610d7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 18 18:01:20 2010 +0000

description:
Comment KNF.

diffstat:

 sys/arch/arm/footbridge/footbridge.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a6425f1b826b -r ae3b5f2610d7 sys/arch/arm/footbridge/footbridge.c
--- a/sys/arch/arm/footbridge/footbridge.c      Thu Nov 18 18:00:40 2010 +0000
+++ b/sys/arch/arm/footbridge/footbridge.c      Thu Nov 18 18:01:20 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge.c,v 1.22 2010/11/18 18:00:40 skrll Exp $    */
+/*     $NetBSD: footbridge.c,v 1.23 2010/11/18 18:01:20 skrll Exp $    */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.22 2010/11/18 18:00:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: footbridge.c,v 1.23 2010/11/18 18:01:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -198,7 +198,8 @@
        /* calibrate the delay loop */
        calibrate_delay();
 
-       /* it seems that the default of the memory being visible from 0 upwards
+       /*
+        * It seems that the default of the memory being visible from 0 upwards
         * on the PCI bus causes issues when DMAing from traditional PC VGA
         * address.  This breaks dumping core on cats, as DMAing pages in the
         * range 0xb800-0xc000 cause the system to hang.  This suggests that



Home | Main Index | Thread Index | Old Index