Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Typo in comment.
details: https://anonhg.NetBSD.org/src/rev/7d301be1b468
branches: trunk
changeset: 752375:7d301be1b468
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Feb 24 19:12:12 2010 +0000
description:
Typo in comment.
diffstat:
sys/arch/arm/xscale/i80312_space.c | 6 +++---
sys/arch/arm/xscale/i80321_space.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r bc49786c319d -r 7d301be1b468 sys/arch/arm/xscale/i80312_space.c
--- a/sys/arch/arm/xscale/i80312_space.c Wed Feb 24 18:33:45 2010 +0000
+++ b/sys/arch/arm/xscale/i80312_space.c Wed Feb 24 19:12:12 2010 +0000
@@ -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.
*/
diff -r bc49786c319d -r 7d301be1b468 sys/arch/arm/xscale/i80321_space.c
--- a/sys/arch/arm/xscale/i80321_space.c Wed Feb 24 18:33:45 2010 +0000
+++ b/sys/arch/arm/xscale/i80321_space.c Wed Feb 24 19:12:12 2010 +0000
@@ -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.
*/
Home |
Main Index |
Thread Index |
Old Index