Source-Changes-HG archive

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

[src/trunk]: src/sys Fix comments regarding configration bounaries



details:   https://anonhg.NetBSD.org/src/rev/25bbfe8ff64e
branches:  trunk
changeset: 571975:25bbfe8ff64e
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Dec 12 21:03:06 2004 +0000

description:
Fix comments regarding configration bounaries

diffstat:

 sys/arch/evbarm/adi_brh/brh_machdep.c           |  6 +++---
 sys/arch/evbarm/evbarm/initarm_common.c         |  6 +++---
 sys/arch/evbarm/integrator/integrator_machdep.c |  6 +++---
 sys/arch/evbarm/iq80310/iq80310_machdep.c       |  8 ++++----
 sys/arch/evbarm/iq80321/iq80321_machdep.c       |  8 ++++----
 sys/arch/evbarm/lubbock/lubbock_machdep.c       |  6 +++---
 sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c     |  6 +++---
 sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c     |  6 +++---
 sys/arch/hpc/include/config_hook.h              |  4 ++--
 sys/arch/hpcarm/dev/ipaq_lcd.c                  |  8 ++++----
 sys/arch/hpcarm/dev/sed_saip.c                  |  8 ++++----
 sys/arch/hpcmips/dev/ite8181.c                  |  8 ++++----
 sys/arch/hpcmips/dev/mq200.c                    |  8 ++++----
 sys/arch/hpcmips/dev/mq200reg.h                 |  8 ++++----
 sys/arch/hpcmips/dev/plumvideo.c                |  8 ++++----
 sys/arch/hpcmips/tx/tx3912video.c               |  8 ++++----
 sys/arch/hpcmips/tx/tx39var.h                   |  4 ++--
 sys/arch/hpcmips/vr/vrpciu.c                    |  6 +++---
 sys/arch/hpcsh/dev/hd64461/hd64461video.c       |  8 ++++----
 sys/arch/vax/include/lcgreg.h                   |  4 ++--
 sys/dev/hpc/bivideo.c                           |  8 ++++----
 sys/dev/isa/if_ate.c                            |  6 +++---
 22 files changed, 74 insertions(+), 74 deletions(-)

diffs (truncated from 659 to 300 lines):

diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/adi_brh/brh_machdep.c
--- a/sys/arch/evbarm/adi_brh/brh_machdep.c     Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/adi_brh/brh_machdep.c     Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: brh_machdep.c,v 1.20 2004/12/12 20:42:53 abs Exp $     */
+/*     $NetBSD: brh_machdep.c,v 1.21 2004/12/12 21:03:06 abs Exp $     */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.20 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.21 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -480,7 +480,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/evbarm/initarm_common.c
--- a/sys/arch/evbarm/evbarm/initarm_common.c   Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/evbarm/initarm_common.c   Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: initarm_common.c,v 1.3 2004/12/12 20:42:53 abs Exp $   */
+/*     $NetBSD: initarm_common.c,v 1.4 2004/12/12 21:03:06 abs Exp $   */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: initarm_common.c,v 1.3 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: initarm_common.c,v 1.4 2004/12/12 21:03:06 abs Exp $");
 
 #include <sys/systm.h>
 #include <sys/param.h>
@@ -179,7 +179,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 1K bounaries.  What we do is allocate the
+        * tables must be on 1K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 1K boundaries otherwise.  Since we allocate
         * at least 12 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/integrator/integrator_machdep.c
--- a/sys/arch/evbarm/integrator/integrator_machdep.c   Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/integrator/integrator_machdep.c   Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: integrator_machdep.c,v 1.52 2004/12/12 20:42:53 abs Exp $      */
+/*     $NetBSD: integrator_machdep.c,v 1.53 2004/12/12 21:03:06 abs Exp $      */
 
 /*
  * Copyright (c) 2001,2002 ARM Ltd
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.52 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.53 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -496,7 +496,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_machdep.c,v 1.64 2004/12/12 20:42:53 abs Exp $ */
+/*     $NetBSD: iq80310_machdep.c,v 1.65 2004/12/12 21:03:06 abs Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.64 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.65 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -422,7 +422,7 @@
         */
 
        /*
-        * Fetch the SDRAM start/size from the i80312 SDRAM configration
+        * Fetch the SDRAM start/size from the i80312 SDRAM configuration
         * registers.
         */
        i80312_sdram_bounds(&obio_bs_tag, I80312_PMMR_BASE + I80312_MEM_BASE,
@@ -475,7 +475,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/iq80321/iq80321_machdep.c
--- a/sys/arch/evbarm/iq80321/iq80321_machdep.c Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/iq80321/iq80321_machdep.c Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80321_machdep.c,v 1.32 2004/12/12 20:42:53 abs Exp $ */
+/*     $NetBSD: iq80321_machdep.c,v 1.33 2004/12/12 21:03:06 abs Exp $ */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.32 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.33 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -435,7 +435,7 @@
         */
 
        /*
-        * Fetch the SDRAM start/size from the i80321 SDRAM configration
+        * Fetch the SDRAM start/size from the i80321 SDRAM configuration
         * registers.
         */
        i80321_sdram_bounds(&obio_bs_tag, VERDE_PMMR_BASE + VERDE_MCU_BASE,
@@ -488,7 +488,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/lubbock/lubbock_machdep.c
--- a/sys/arch/evbarm/lubbock/lubbock_machdep.c Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/lubbock/lubbock_machdep.c Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lubbock_machdep.c,v 1.3 2004/12/12 20:42:53 abs Exp $ */
+/*     $NetBSD: lubbock_machdep.c,v 1.4 2004/12/12 21:03:06 abs Exp $ */
 
 /*
  * Copyright (c) 2002, 2003  Genetec Corporation.  All rights reserved.
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.3 2004/12/12 20:42:53 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.4 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -698,7 +698,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
--- a/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c       Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c       Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smdk2410_machdep.c,v 1.9 2004/12/12 20:42:54 abs Exp $ */
+/*     $NetBSD: smdk2410_machdep.c,v 1.10 2004/12/12 21:03:06 abs Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 Fujitsu Component Limited
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.9 2004/12/12 20:42:54 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.10 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -555,7 +555,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c
--- a/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c       Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c       Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smdk2800_machdep.c,v 1.18 2004/12/12 20:42:54 abs Exp $ */
+/*     $NetBSD: smdk2800_machdep.c,v 1.19 2004/12/12 21:03:06 abs Exp $ */
 
 /*
  * Copyright (c) 2002 Fujitsu Component Limited
@@ -106,7 +106,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.18 2004/12/12 20:42:54 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2800_machdep.c,v 1.19 2004/12/12 21:03:06 abs Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -538,7 +538,7 @@
         * array.
         *
         * The kernel page directory must be on a 16K boundary.  The page
-        * tables must be on 4K bounaries.  What we do is allocate the
+        * tables must be on 4K boundaries.  What we do is allocate the
         * page directory on the first 16K boundary that we encounter, and
         * the page tables on 4K boundaries otherwise.  Since we allocate
         * at least 3 L2 page tables, we are guaranteed to encounter at
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/hpc/include/config_hook.h
--- a/sys/arch/hpc/include/config_hook.h        Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/hpc/include/config_hook.h        Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config_hook.h,v 1.4 2002/05/12 07:41:23 takemura Exp $ */
+/*     $NetBSD: config_hook.h,v 1.5 2004/12/12 21:03:06 abs Exp $      */
 
 /*-
  * Copyright (c) 1999-2001
@@ -184,7 +184,7 @@
 #define CONFIG_HOOK_NTYPES             6
 
 /*
- * nicknames for including from configration file.
+ * nicknames for including from configuration file.
  */
 #ifdef CONFIG_HOOK_DEFINE_NICKNAME
 /* type nicknames */
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/hpcarm/dev/ipaq_lcd.c
--- a/sys/arch/hpcarm/dev/ipaq_lcd.c    Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/hpcarm/dev/ipaq_lcd.c    Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipaq_lcd.c,v 1.11 2003/07/15 00:25:07 lukem Exp $      */
+/*     $NetBSD: ipaq_lcd.c,v 1.12 2004/12/12 21:03:06 abs Exp $        */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipaq_lcd.c,v 1.11 2003/07/15 00:25:07 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipaq_lcd.c,v 1.12 2004/12/12 21:03:06 abs Exp $");
 
 #define IPAQ_LCD_DEBUG
 
@@ -352,7 +352,7 @@
                        return (EINVAL);
                }
                /*
-                * nothing to do because we have only one configration
+                * nothing to do because we have only one configuration
                 */
                return (0);
        case HPCFBIO_GDSPCONF:
@@ -375,7 +375,7 @@
                }
                /*
                 * nothing to do
-                * because we have only one unit and one configration
+                * because we have only one unit and one configuration
                 */
                return (0);
 
diff -r e2fcbac4ce19 -r 25bbfe8ff64e sys/arch/hpcarm/dev/sed_saip.c
--- a/sys/arch/hpcarm/dev/sed_saip.c    Sun Dec 12 20:53:15 2004 +0000
+++ b/sys/arch/hpcarm/dev/sed_saip.c    Sun Dec 12 21:03:06 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sed_saip.c,v 1.13 2003/07/15 00:25:08 lukem Exp $      */
+/*     $NetBSD: sed_saip.c,v 1.14 2004/12/12 21:03:06 abs Exp $        */
 
 /*-
  * Copyright (c) 1999-2001
@@ -35,7 +35,7 @@
  */
 



Home | Main Index | Thread Index | Old Index