Module Name:    src
Committed By:   skrll
Date:           Wed Feb 24 19:12:12 UTC 2010

Modified Files:
        src/sys/arch/arm/xscale: i80312_space.c i80321_space.c

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/i80312_space.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/i80321_space.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/xscale/i80312_space.c
diff -u src/sys/arch/arm/xscale/i80312_space.c:1.9 src/sys/arch/arm/xscale/i80312_space.c:1.10
--- src/sys/arch/arm/xscale/i80312_space.c:1.9	Thu Nov 24 13:08:32 2005
+++ src/sys/arch/arm/xscale/i80312_space.c	Wed Feb 24 19:12:12 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: i80312_space.c,v 1.9 2005/11/24 13:08:32 yamt Exp $	*/
+/*	$NetBSD: i80312_space.c,v 1.10 2010/02/24 19:12:12 skrll Exp $	*/
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i80312_space.c,v 1.9 2005/11/24 13:08:32 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i80312_space.c,v 1.10 2010/02/24 19:12:12 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -309,7 +309,7 @@
 		return (EINVAL);
 
 	/*
-	 * Found the window -- PCI MEM space is not mapped by allocating
+	 * Found the window -- PCI MEM space is now mapped by allocating
 	 * some kernel VA space and mapping the pages with pmap_enter().
 	 * pmap_enter() will map unmanaged pages as non-cacheable.
 	 */

Index: src/sys/arch/arm/xscale/i80321_space.c
diff -u src/sys/arch/arm/xscale/i80321_space.c:1.11 src/sys/arch/arm/xscale/i80321_space.c:1.12
--- src/sys/arch/arm/xscale/i80321_space.c:1.11	Wed Oct 17 19:53:43 2007
+++ src/sys/arch/arm/xscale/i80321_space.c	Wed Feb 24 19:12:12 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: i80321_space.c,v 1.11 2007/10/17 19:53:43 garbled Exp $	*/
+/*	$NetBSD: i80321_space.c,v 1.12 2010/02/24 19:12:12 skrll Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i80321_space.c,v 1.11 2007/10/17 19:53:43 garbled Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i80321_space.c,v 1.12 2010/02/24 19:12:12 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -314,7 +314,7 @@
 #endif
 
 	/*
-	 * Found the window -- PCI MEM space is not mapped by allocating
+	 * Found the window -- PCI MEM space is now mapped by allocating
 	 * some kernel VA space and mapping the pages with pmap_enter().
 	 * pmap_enter() will map unmanaged pages as non-cacheable.
 	 */

Reply via email to