Module Name: src
Committed By: skrll
Date: Thu Nov 18 18:01:20 UTC 2010
Modified Files:
src/sys/arch/arm/footbridge: footbridge.c
Log Message:
Comment KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/footbridge/footbridge.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/arm/footbridge/footbridge.c
diff -u src/sys/arch/arm/footbridge/footbridge.c:1.22 src/sys/arch/arm/footbridge/footbridge.c:1.23
--- src/sys/arch/arm/footbridge/footbridge.c:1.22 Thu Nov 18 18:00:40 2010
+++ src/sys/arch/arm/footbridge/footbridge.c Thu Nov 18 18:01:20 2010
@@ -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