Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic s/identifing/identifying/ and s/multipler/multipl...
details: https://anonhg.NetBSD.org/src/rev/4744c490526a
branches: trunk
changeset: 366545:4744c490526a
user: andvar <andvar%NetBSD.org@localhost>
date: Mon May 30 09:56:02 2022 +0000
description:
s/identifing/identifying/ and s/multipler/multiplier/ in comments.
diffstat:
sys/arch/acorn32/podulebus/podulebus.c | 6 +++---
sys/arch/alpha/pci/tsreg.h | 4 ++--
sys/arch/amiga/amiga/locore.s | 4 ++--
sys/arch/arm/omap/am335x_prcm.c | 6 +++---
sys/arch/atari/atari/locore.s | 4 ++--
sys/arch/cesfic/cesfic/locore.s | 4 ++--
sys/arch/hp300/hp300/locore.s | 4 ++--
sys/arch/luna68k/luna68k/locore.s | 4 ++--
sys/arch/mac68k/mac68k/locore.s | 6 +++---
sys/arch/mvme68k/mvme68k/locore.s | 4 ++--
sys/arch/news68k/news68k/locore.s | 4 ++--
sys/arch/next68k/next68k/locore.s | 4 ++--
sys/arch/x68k/x68k/locore.s | 4 ++--
sys/dev/i2o/i2o.h | 8 ++++----
sys/dev/ic/cd1190reg.h | 4 ++--
15 files changed, 35 insertions(+), 35 deletions(-)
diffs (truncated from 315 to 300 lines):
diff -r 428f3141ad62 -r 4744c490526a sys/arch/acorn32/podulebus/podulebus.c
--- a/sys/arch/acorn32/podulebus/podulebus.c Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/acorn32/podulebus/podulebus.c Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: podulebus.c,v 1.33 2021/09/11 20:28:03 andvar Exp $ */
+/* $NetBSD: podulebus.c,v 1.34 2022/05/30 09:56:02 andvar Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -43,7 +43,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: podulebus.c,v 1.33 2021/09/11 20:28:03 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: podulebus.c,v 1.34 2022/05/30 09:56:02 andvar Exp $");
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -399,7 +399,7 @@
* Attach podulebus.
* This probes all the podules and sets up the podules array with
* information found in the podule headers.
- * After identifing all the podules, all the children of the podulebus
+ * After identifying all the podules, all the children of the podulebus
* are probed and attached.
*/
diff -r 428f3141ad62 -r 4744c490526a sys/arch/alpha/pci/tsreg.h
--- a/sys/arch/alpha/pci/tsreg.h Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/alpha/pci/tsreg.h Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsreg.h,v 1.10 2021/07/17 23:53:02 thorpej Exp $ */
+/* $NetBSD: tsreg.h,v 1.11 2022/05/30 09:56:02 andvar Exp $ */
/*-
* Copyright (c) 1999 by Ross Harvey. All rights reserved.
@@ -198,7 +198,7 @@
#define PCTL_REV __BITS(24,31) /* Pchip revision */
#define PCTL_CRQMAX __BITS(32,35) /* see manual */
#define PCTL_PTPMAX __BITS(36,39) /* see manual */
-#define PCTL_PCLKX __BITS(40,41) /* PCI clock freq multipler */
+#define PCTL_PCLKX __BITS(40,41) /* PCI clock freq multiplier */
#define PCTL_FDSDIS __BIT(42) /* fast DMA start and SGTE disable */
#define PCTL_FDWDIS __BIT(43) /* fast DMA read cache block disable */
#define PCTL_PTEVRFY __BIT(44) /* PTE verify for DMA read */
diff -r 428f3141ad62 -r 4744c490526a sys/arch/amiga/amiga/locore.s
--- a/sys/arch/amiga/amiga/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/amiga/amiga/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.160 2022/03/16 20:31:01 andvar Exp $ */
+/* $NetBSD: locore.s,v 1.161 2022/05/30 09:56:02 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -695,7 +695,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/arm/omap/am335x_prcm.c
--- a/sys/arch/arm/omap/am335x_prcm.c Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/arm/omap/am335x_prcm.c Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: am335x_prcm.c,v 1.10 2017/08/23 14:14:59 skrll Exp $ */
+/* $NetBSD: am335x_prcm.c,v 1.11 2022/05/30 09:56:02 andvar Exp $ */
/*
* TI OMAP Power, Reset, and Clock Management on the AM335x
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: am335x_prcm.c,v 1.10 2017/08/23 14:14:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: am335x_prcm.c,v 1.11 2022/05/30 09:56:02 andvar Exp $");
#include "tps65217pmic.h"
@@ -145,7 +145,7 @@
/* nothing */
}
- /* Replace multipler */
+ /* Replace multiplier */
clksel &= ~AM335X_PRCM_CM_CLKSEL_DPLL_MULT;
clksel |= __SHIFTIN(mpupll_m, AM335X_PRCM_CM_CLKSEL_DPLL_MULT);
prcm_write_4(AM335X_PRCM_CM_WKUP, AM335X_PRCM_CM_CLKSEL_DPLL_MPU, clksel);
diff -r 428f3141ad62 -r 4744c490526a sys/arch/atari/atari/locore.s
--- a/sys/arch/atari/atari/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/atari/atari/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.115 2022/03/16 20:31:01 andvar Exp $ */
+/* $NetBSD: locore.s,v 1.116 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -769,7 +769,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/cesfic/cesfic/locore.s
--- a/sys/arch/cesfic/cesfic/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/cesfic/cesfic/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.33 2018/12/19 13:57:46 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.34 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -668,7 +668,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/hp300/hp300/locore.s
--- a/sys/arch/hp300/hp300/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/hp300/hp300/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.172 2018/12/19 13:57:47 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.173 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -979,7 +979,7 @@
*
* This code deals with checking for and servicing
* ASTs (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL
+ * After identifying that we need an AST we drop the IPL
* to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.66 2021/03/31 09:48:14 simonb Exp $ */
+/* $NetBSD: locore.s,v 1.67 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -669,7 +669,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/mac68k/mac68k/locore.s
--- a/sys/arch/mac68k/mac68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/mac68k/mac68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.174 2021/03/14 03:25:01 rin Exp $ */
+/* $NetBSD: locore.s,v 1.175 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -818,7 +818,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
@@ -1015,7 +1015,7 @@
movl %sp@(4),%d0 | get microseconds to delay
cmpl #0x40000,%d0 | is it a "large" delay?
bls .Ldelayshort | no, normal calculation
- movql #0x7f,%d1 | adjust for scaled multipler (to
+ movql #0x7f,%d1 | adjust for scaled multiplier (to
addl %d1,%d0 | avoid overflow)
lsrl #7,%d0
mulul _C_LABEL(delay_factor),%d0 | calculate number of loop iterations
diff -r 428f3141ad62 -r 4744c490526a sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.117 2021/03/31 09:48:14 simonb Exp $ */
+/* $NetBSD: locore.s,v 1.118 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -979,7 +979,7 @@
*
* This code deals with checking for and servicing ASTs
* (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL to allow device
+ * After identifying that we need an AST we drop the IPL to allow device
* interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/news68k/news68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.67 2021/01/23 15:00:33 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.68 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -813,7 +813,7 @@
*
* This code deals with checking for and servicing
* ASTs (profiling, scheduling).
- * After identifing that we need an AST we drop the IPL
+ * After identifying that we need an AST we drop the IPL
* to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/next68k/next68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.67 2021/01/25 13:08:05 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.68 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@@ -813,7 +813,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/arch/x68k/x68k/locore.s
--- a/sys/arch/x68k/x68k/locore.s Mon May 30 08:51:08 2022 +0000
+++ b/sys/arch/x68k/x68k/locore.s Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.120 2018/12/19 13:57:51 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.121 2022/05/30 09:56:03 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -721,7 +721,7 @@
* (profiling, scheduling) and software interrupts (network, softclock).
* We check for ASTs first, just like the VAX. To avoid excess overhead
* the T_ASTFLT handling code will also check for software interrupts so we
- * do not have to do it here. After identifing that we need an AST we
+ * do not have to do it here. After identifying that we need an AST we
* drop the IPL to allow device interrupts.
*
* This code is complicated by the fact that sendsig may have been called
diff -r 428f3141ad62 -r 4744c490526a sys/dev/i2o/i2o.h
--- a/sys/dev/i2o/i2o.h Mon May 30 08:51:08 2022 +0000
+++ b/sys/dev/i2o/i2o.h Mon May 30 09:56:02 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i2o.h,v 1.16 2017/10/28 06:27:32 riastradh Exp $ */
+/* $NetBSD: i2o.h,v 1.17 2022/05/30 09:56:04 andvar Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -722,7 +722,7 @@
u_int32_t msgfunc;
u_int32_t msgictx;
u_int32_t msgtctx;
- u_int32_t flags; /* flags, time multipler, read ahead */
+ u_int32_t flags; /* flags, time multiplier, read ahead */
u_int32_t datasize;
u_int32_t lowoffset;
u_int32_t highoffset;
@@ -740,7 +740,7 @@
u_int32_t msgfunc;
u_int32_t msgictx;
u_int32_t msgtctx;
- u_int32_t flags; /* flags, time multipler */
+ u_int32_t flags; /* flags, time multiplier */
u_int32_t datasize;
u_int32_t lowoffset;
u_int32_t highoffset;
@@ -758,7 +758,7 @@
u_int32_t msgfunc;
u_int32_t msgictx;
u_int32_t msgtctx;
- u_int32_t flags; /* flags, time multipler */
+ u_int32_t flags; /* flags, time multiplier */
} __packed;
#define I2O_RBS_MEDIA_MOUNT 0x41
diff -r 428f3141ad62 -r 4744c490526a sys/dev/ic/cd1190reg.h
--- a/sys/dev/ic/cd1190reg.h Mon May 30 08:51:08 2022 +0000
+++ b/sys/dev/ic/cd1190reg.h Mon May 30 09:56:02 2022 +0000
Home |
Main Index |
Thread Index |
Old Index