Module Name: src
Committed By: msaitoh
Date: Tue May 28 08:59:36 UTC 2019
Modified Files:
src/sys/arch/arm/gemini: if_gmc.c
src/sys/arch/hp300/dev: mtreg.h
src/sys/arch/i386/stand/pxeboot: pxe.h
src/sys/arch/mips/cavium/dev: octeon_fpavar.h octeon_pow.c
src/sys/arch/mips/sibyte/include: sb1250_mac.h
src/sys/arch/sh3/include: scifreg.h
src/sys/dev/acpi: acpidevs
src/sys/dev/gpib: mtreg.h
src/sys/dev/ic: gem.c tulip.c tulipreg.h
src/sys/dev/ieee1394: fwohci.c
src/sys/dev/microcode/aic7xxx: aic79xx.reg
src/sys/dev/pci: if_wm.c
src/sys/dev/pckbport: alps.c alpsreg.h
src/sys/dev/pcmcia: if_xireg.h
src/sys/dev/raidframe: rf_map.c
src/sys/dev/usb: if_axenreg.h
src/sys/netinet: sctp_input.c
src/sys/ufs/lfs: lfs_vfsops.c
src/sys/uvm: uvm_fault.c
src/usr.sbin/mmcformat: uscsi_subr.c
Log Message:
s/recieve/receive/
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/gemini/if_gmc.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp300/dev/mtreg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/pxeboot/pxe.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon_fpavar.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/cavium/dev/octeon_pow.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/sibyte/include/sb1250_mac.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sh3/include/scifreg.h
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/acpi/acpidevs
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/gpib/mtreg.h
cvs rdiff -u -r1.119 -r1.120 src/sys/dev/ic/gem.c
cvs rdiff -u -r1.196 -r1.197 src/sys/dev/ic/tulip.c
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/tulipreg.h
cvs rdiff -u -r1.141 -r1.142 src/sys/dev/ieee1394/fwohci.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/microcode/aic7xxx/aic79xx.reg
cvs rdiff -u -r1.638 -r1.639 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pckbport/alps.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pckbport/alpsreg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pcmcia/if_xireg.h
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/raidframe/rf_map.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/if_axenreg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/sctp_input.c
cvs rdiff -u -r1.364 -r1.365 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -u -r1.205 -r1.206 src/sys/uvm/uvm_fault.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mmcformat/uscsi_subr.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/gemini/if_gmc.c
diff -u src/sys/arch/arm/gemini/if_gmc.c:1.11 src/sys/arch/arm/gemini/if_gmc.c:1.12
--- src/sys/arch/arm/gemini/if_gmc.c:1.11 Tue May 28 07:41:46 2019
+++ src/sys/arch/arm/gemini/if_gmc.c Tue May 28 08:59:33 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: if_gmc.c,v 1.11 2019/05/28 07:41:46 msaitoh Exp $ */
+/* $NetBSD: if_gmc.c,v 1.12 2019/05/28 08:59:33 msaitoh Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -47,7 +47,7 @@
#include <net/if_ether.h>
#include <net/if_dl.h>
-__KERNEL_RCSID(0, "$NetBSD: if_gmc.c,v 1.11 2019/05/28 07:41:46 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_gmc.c,v 1.12 2019/05/28 08:59:33 msaitoh Exp $");
#define MAX_TXSEG 32
@@ -267,7 +267,7 @@ gmc_mii_tick(void *arg)
/*
* If we had to increase the number of receive mbufs due to fifo
* overflows, we need a way to decrease them. So every second we
- * recieve less than or equal to MIN_RXMAPS packets, we decrement
+ * receive less than or equal to MIN_RXMAPS packets, we decrement
* swfree_min until it returns to MIN_RXMAPS.
*/
if (psc->sc_rxpkts_per_sec <= MIN_RXMAPS
Index: src/sys/arch/hp300/dev/mtreg.h
diff -u src/sys/arch/hp300/dev/mtreg.h:1.5 src/sys/arch/hp300/dev/mtreg.h:1.6
--- src/sys/arch/hp300/dev/mtreg.h:1.5 Sun Mar 6 14:51:21 2011
+++ src/sys/arch/hp300/dev/mtreg.h Tue May 28 08:59:33 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: mtreg.h,v 1.5 2011/03/06 14:51:21 tsutsui Exp $ */
+/* $NetBSD: mtreg.h,v 1.6 2019/05/28 08:59:33 msaitoh Exp $ */
/*
* Copyright (c) 1992, The University of Utah and
@@ -130,7 +130,7 @@ struct mt_stat {
#define MTF_ATEOT 0x0100 /* tape hit EOT - can allow one forward op */
#define MTF_PASTEOT 0x0200 /* tape is beyond EOT - force backward motion */
#define MTF_DSJTIMEO 0x0400 /* timed out hpibrecv()ing DSJ - continue it */
-#define MTF_STATTIMEO 0x0800 /* timed out recieving STATUS - continue it */
+#define MTF_STATTIMEO 0x0800 /* timed out receiving STATUS - continue it */
#define MTF_STATCONT 0x1000 /* STATTIMEO is continuable */
/* additional "mtcommand"s */
Index: src/sys/arch/i386/stand/pxeboot/pxe.h
diff -u src/sys/arch/i386/stand/pxeboot/pxe.h:1.6 src/sys/arch/i386/stand/pxeboot/pxe.h:1.7
--- src/sys/arch/i386/stand/pxeboot/pxe.h:1.6 Wed Dec 22 20:46:42 2010
+++ src/sys/arch/i386/stand/pxeboot/pxe.h Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: pxe.h,v 1.6 2010/12/22 20:46:42 jakllsch Exp $ */
+/* $NetBSD: pxe.h,v 1.7 2019/05/28 08:59:34 msaitoh Exp $ */
/*
* Copyright (c) 2000 Alfred Perlstein <[email protected]>
@@ -329,7 +329,7 @@ typedef struct {
PXENV_STATUS_t Status;
uint16_t FuncFlag; /* PXENV_UNDI_ISR_OUT_xxx */
uint16_t BufferLength; /* Length of Frame */
- uint16_t FrameLength; /* Total length of reciever
+ uint16_t FrameLength; /* Total length of receiver
frame */
uint16_t FrameHeaderLength; /* Length of the media header
in Frame */
@@ -350,7 +350,7 @@ typedef struct {
*/
# define PXENV_UNDI_ISR_OUT_DONE 0
# define PXENV_UNDI_ISR_OUT_TRANSMIT 2
-# define PXENV_UNDI_ISR_OUT_RECIEVE 3
+# define PXENV_UNDI_ISR_OUT_RECEIVE 3
# define PXENV_UNDI_ISR_OUT_BUSY 4
} __packed t_PXENV_UNDI_ISR;
Index: src/sys/arch/mips/cavium/dev/octeon_fpavar.h
diff -u src/sys/arch/mips/cavium/dev/octeon_fpavar.h:1.2 src/sys/arch/mips/cavium/dev/octeon_fpavar.h:1.3
--- src/sys/arch/mips/cavium/dev/octeon_fpavar.h:1.2 Thu Apr 19 21:50:06 2018
+++ src/sys/arch/mips/cavium/dev/octeon_fpavar.h Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: octeon_fpavar.h,v 1.2 2018/04/19 21:50:06 christos Exp $ */
+/* $NetBSD: octeon_fpavar.h,v 1.3 2019/05/28 08:59:34 msaitoh Exp $ */
/*
* Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -70,7 +70,7 @@ void octeon_fpa_dump(void);
#define FPA_POOL_7_SIZE (16 * OCTEON_CACHE_LINE_SIZE)
/* Pools in use */
-#define FPA_RECV_PKT_POOL (0) /* Recieve Packet buffers */
+#define FPA_RECV_PKT_POOL (0) /* Receive Packet buffers */
#define FPA_RECV_PKT_POOL_SIZE FPA_POOL_0_SIZE
#define FPA_RECV_PKT_POOL_LINE 16
#define FPA_WQE_POOL (1) /* Work queue entrys */
Index: src/sys/arch/mips/cavium/dev/octeon_pow.c
diff -u src/sys/arch/mips/cavium/dev/octeon_pow.c:1.3 src/sys/arch/mips/cavium/dev/octeon_pow.c:1.4
--- src/sys/arch/mips/cavium/dev/octeon_pow.c:1.3 Thu Apr 11 11:40:58 2019
+++ src/sys/arch/mips/cavium/dev/octeon_pow.c Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: octeon_pow.c,v 1.3 2019/04/11 11:40:58 kamil Exp $ */
+/* $NetBSD: octeon_pow.c,v 1.4 2019/05/28 08:59:34 msaitoh Exp $ */
/*
* Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_pow.c,v 1.3 2019/04/11 11:40:58 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_pow.c,v 1.4 2019/05/28 08:59:34 msaitoh Exp $");
#include "opt_octeon.h" /* OCTEON_ETH_DEBUG */
@@ -515,7 +515,7 @@ octeon_pow_intr_work_debug_per(struct oc
* XXX this does not utilize "tag switch" very well
*/
/*
- * usually all packet recieve
+ * usually all packet receive
*/
#define MAX_RX_CNT 0x7fffffff
Index: src/sys/arch/mips/sibyte/include/sb1250_mac.h
diff -u src/sys/arch/mips/sibyte/include/sb1250_mac.h:1.6 src/sys/arch/mips/sibyte/include/sb1250_mac.h:1.7
--- src/sys/arch/mips/sibyte/include/sb1250_mac.h:1.6 Tue Aug 11 12:34:06 2009
+++ src/sys/arch/mips/sibyte/include/sb1250_mac.h Tue May 28 08:59:34 2019
@@ -536,7 +536,7 @@
#define G_MAC_RX_EOP_COUNTER(x) _SB_GETVALUE(x,S_MAC_RX_EOP_COUNTER,M_MAC_RX_EOP_COUNTER)
/*
- * MAC Recieve Address Filter Exact Match Registers (Table 9-21)
+ * MAC Receive Address Filter Exact Match Registers (Table 9-21)
* Registers: MAC_ADDR0_0 through MAC_ADDR7_0
* Registers: MAC_ADDR0_1 through MAC_ADDR7_1
* Registers: MAC_ADDR0_2 through MAC_ADDR7_2
@@ -554,7 +554,7 @@
/* No bitfields */
/*
- * MAC Recieve Address Filter Hash Match Registers (Table 9-22)
+ * MAC Receive Address Filter Hash Match Registers (Table 9-22)
* Registers: MAC_HASH0_0 through MAC_HASH7_0
* Registers: MAC_HASH0_1 through MAC_HASH7_1
* Registers: MAC_HASH0_2 through MAC_HASH7_2
Index: src/sys/arch/sh3/include/scifreg.h
diff -u src/sys/arch/sh3/include/scifreg.h:1.10 src/sys/arch/sh3/include/scifreg.h:1.11
--- src/sys/arch/sh3/include/scifreg.h:1.10 Sat Feb 18 00:41:32 2006
+++ src/sys/arch/sh3/include/scifreg.h Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: scifreg.h,v 1.10 2006/02/18 00:41:32 uwe Exp $ */
+/* $NetBSD: scifreg.h,v 1.11 2019/05/28 08:59:34 msaitoh Exp $ */
/*-
* Copyright (C) 1999 SAITOH Masanobu. All rights reserved.
@@ -123,7 +123,7 @@
/* SCR: serial control */
#define SCSCR2_TIE 0x80 /* Transmit Interrupt Enable */
-#define SCSCR2_RIE 0x40 /* Recieve Interrupt Enable */
+#define SCSCR2_RIE 0x40 /* Receive Interrupt Enable */
#define SCSCR2_TE 0x20 /* Transmit Enable */
#define SCSCR2_RE 0x10 /* Receive Enable */
#define SCSCR2_CKE1 0x02 /* ClocK Enable 1 */
@@ -136,7 +136,7 @@
#define SCSSR2_BRK 0x0010 /* BReaK detection */
#define SCSSR2_FER 0x0008 /* Framing ERror */
#define SCSSR2_PER 0x0004 /* Parity ERror */
-#define SCSSR2_RDF 0x0002 /* Recieve fifo Data Full */
+#define SCSSR2_RDF 0x0002 /* Receive fifo Data Full */
#define SCSSR2_DR 0x0001 /* Data Ready */
/* FCR: fifo control */
Index: src/sys/dev/acpi/acpidevs
diff -u src/sys/dev/acpi/acpidevs:1.35 src/sys/dev/acpi/acpidevs:1.36
--- src/sys/dev/acpi/acpidevs:1.35 Wed Jun 22 19:26:22 2011
+++ src/sys/dev/acpi/acpidevs Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: acpidevs,v 1.35 2011/06/22 19:26:22 jruoho Exp $
+# $NetBSD: acpidevs,v 1.36 2019/05/28 08:59:34 msaitoh Exp $
#
# Originally extracted from:
@@ -389,7 +389,7 @@ ACPI000C Processor Aggregator
ACPI000D Power Meter
ACPI000E Wake Alarm Device
# **** Others ****
-ENE0100 KB3924-based CIR Port Reciever
+ENE0100 KB3924-based CIR Port Receiver
HPQ0004 Hewlett-Packard 3D DriveGuard accelerometer
IBM0079 IBM Docking Station
INT0800 Intel Firmware Hub Device
Index: src/sys/dev/gpib/mtreg.h
diff -u src/sys/dev/gpib/mtreg.h:1.4 src/sys/dev/gpib/mtreg.h:1.5
--- src/sys/dev/gpib/mtreg.h:1.4 Sun Dec 11 12:21:21 2005
+++ src/sys/dev/gpib/mtreg.h Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: mtreg.h,v 1.4 2005/12/11 12:21:21 christos Exp $ */
+/* $NetBSD: mtreg.h,v 1.5 2019/05/28 08:59:34 msaitoh Exp $ */
/*
* Copyright (c) 1992, The University of Utah and
@@ -131,7 +131,7 @@ struct mt_stat {
#define MTF_ATEOT 0x0100 /* tape hit EOT - can allow one forward op */
#define MTF_PASTEOT 0x0200 /* tape is beyond EOT - force backward motion */
#define MTF_DSJTIMEO 0x0400 /* timed out gpibrecv()ing DSJ - continue it */
-#define MTF_STATTIMEO 0x0800 /* timed out recieving STATUS - continue it */
+#define MTF_STATTIMEO 0x0800 /* timed out receiving STATUS - continue it */
#define MTF_STATCONT 0x1000 /* STATTIMEO is continuable */
/* additional "mtcommand"s */
Index: src/sys/dev/ic/gem.c
diff -u src/sys/dev/ic/gem.c:1.119 src/sys/dev/ic/gem.c:1.120
--- src/sys/dev/ic/gem.c:1.119 Tue May 28 07:41:48 2019
+++ src/sys/dev/ic/gem.c Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: gem.c,v 1.119 2019/05/28 07:41:48 msaitoh Exp $ */
+/* $NetBSD: gem.c,v 1.120 2019/05/28 08:59:34 msaitoh Exp $ */
/*
*
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.119 2019/05/28 07:41:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gem.c,v 1.120 2019/05/28 08:59:34 msaitoh Exp $");
#include "opt_inet.h"
@@ -820,7 +820,7 @@ gem_reset_rxdma(struct gem_softc *sc)
/* Redo ERX Configuration */
gem_rx_common(sc);
- /* Give the reciever a swift kick */
+ /* Give the receiver a swift kick */
bus_space_write_4(t, h, GEM_RX_KICK, GEM_NRXDESC - 4);
}
@@ -1214,7 +1214,7 @@ gem_init(struct ifnet *ifp)
(*sc->sc_hwinit)(sc);
- /* step 15. Give the reciever a swift kick */
+ /* step 15. Give the receiver a swift kick */
bus_space_write_4(t, h, GEM_RX_KICK, GEM_NRXDESC-4);
if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) != 0)
Index: src/sys/dev/ic/tulip.c
diff -u src/sys/dev/ic/tulip.c:1.196 src/sys/dev/ic/tulip.c:1.197
--- src/sys/dev/ic/tulip.c:1.196 Tue May 28 07:41:48 2019
+++ src/sys/dev/ic/tulip.c Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: tulip.c,v 1.196 2019/05/28 07:41:48 msaitoh Exp $ */
+/* $NetBSD: tulip.c,v 1.197 2019/05/28 08:59:34 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.196 2019/05/28 07:41:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.197 2019/05/28 08:59:34 msaitoh Exp $");
#include <sys/param.h>
@@ -2965,7 +2965,7 @@ tlp_al981_filter_setup(struct tulip_soft
/*
* tlp_asix_filter_setup:
*
- * Set the ASIX AX8814x recieve filter.
+ * Set the ASIX AX8814x receive filter.
*/
static void
tlp_asix_filter_setup(struct tulip_softc *sc)
Index: src/sys/dev/ic/tulipreg.h
diff -u src/sys/dev/ic/tulipreg.h:1.38 src/sys/dev/ic/tulipreg.h:1.39
--- src/sys/dev/ic/tulipreg.h:1.38 Wed Apr 3 05:34:39 2019
+++ src/sys/dev/ic/tulipreg.h Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: tulipreg.h,v 1.38 2019/04/03 05:34:39 thorpej Exp $ */
+/* $NetBSD: tulipreg.h,v 1.39 2019/05/28 08:59:34 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -588,7 +588,7 @@ struct tulip_desc {
#define OPMODE_PM 0x00000080 /* pass all multicast */
#define OPMODE_WINB_AEP 0x00000080 /* accept error packet */
#define OPMODE_FKD 0x00000100 /* flaky oscillator disable */
-#define OPMODE_AX_RB 0x00000100 /* recieve broadcast packets */
+#define OPMODE_AX_RB 0x00000100 /* receive broadcast packets */
#define OPMODE_FD 0x00000200 /* full-duplex mode */
#define OPMODE_OM 0x00000c00 /* operating mode */
#define OPMODE_OM_NORMAL 0x00000000 /* normal mode */
Index: src/sys/dev/ieee1394/fwohci.c
diff -u src/sys/dev/ieee1394/fwohci.c:1.141 src/sys/dev/ieee1394/fwohci.c:1.142
--- src/sys/dev/ieee1394/fwohci.c:1.141 Mon Nov 21 01:19:35 2016
+++ src/sys/dev/ieee1394/fwohci.c Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: fwohci.c,v 1.141 2016/11/21 01:19:35 riastradh Exp $ */
+/* $NetBSD: fwohci.c,v 1.142 2019/05/28 08:59:34 msaitoh Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.141 2016/11/21 01:19:35 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.142 2019/05/28 08:59:34 msaitoh Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -460,7 +460,7 @@ fwohci_attach(struct fwohci_softc *sc)
sc->fc.config_rom[0] |= fw_crc16(&sc->fc.config_rom[1], 5*4);
#endif
-/* SID recieve buffer must align 2^11 */
+/* SID receive buffer must align 2^11 */
#define OHCI_SIDSIZE (1 << 11)
sc->sid_buf = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, OHCI_SIDSIZE,
&sc->sid_dma, OHCI_SIDSIZE, BUS_DMA_NOWAIT);
@@ -644,7 +644,7 @@ fwohci_stop(struct fwohci_softc *sc)
OHCI_INT_DMA_ARRS |
OHCI_INT_PHY_BUS_R);
-/* FLUSH FIFO and reset Transmitter/Reciever */
+/* FLUSH FIFO and reset Transmitter/Receiver */
OWRITE(sc, OHCI_HCCCTL, OHCI_HCC_RESET);
#endif
@@ -1238,7 +1238,7 @@ fwohci_reset(struct fwohci_softc *sc)
OWRITE(sc, OHCI_ITCTLCLR(i), OHCI_CNTL_DMA_RUN);
}
- /* FLUSH FIFO and reset Transmitter/Reciever */
+ /* FLUSH FIFO and reset Transmitter/Receiver */
OWRITE(sc, OHCI_HCCCTL, OHCI_HCC_RESET);
if (firewire_debug)
printf("resetting OHCI...");
Index: src/sys/dev/microcode/aic7xxx/aic79xx.reg
diff -u src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.13 src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.14
--- src/sys/dev/microcode/aic7xxx/aic79xx.reg:1.13 Thu Feb 8 09:05:19 2018
+++ src/sys/dev/microcode/aic7xxx/aic79xx.reg Tue May 28 08:59:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: aic79xx.reg,v 1.13 2018/02/08 09:05:19 dholland Exp $ */
+/* $NetBSD: aic79xx.reg,v 1.14 2019/05/28 08:59:34 msaitoh Exp $ */
/*
* Aic79xx register and scratch ram definitions.
@@ -663,7 +663,7 @@ register CMCRXMSG0 {
}
/*
- * Overlay Recieve Message 0
+ * Overlay Receive Message 0
*/
register OVLYRXMSG0 {
address 0x090
@@ -699,7 +699,7 @@ register DCHRXMSG1 {
}
/*
- * CMC Recieve Message 1
+ * CMC Receive Message 1
*/
register CMCRXMSG1 {
address 0x091
@@ -709,7 +709,7 @@ register CMCRXMSG1 {
}
/*
- * Overlay Recieve Message 1
+ * Overlay Receive Message 1
*/
register OVLYRXMSG1 {
address 0x091
@@ -744,7 +744,7 @@ register DCHRXMSG2 {
}
/*
- * CMC Recieve Message 2
+ * CMC Receive Message 2
*/
register CMCRXMSG2 {
address 0x092
@@ -754,7 +754,7 @@ register CMCRXMSG2 {
}
/*
- * Overlay Recieve Message 2
+ * Overlay Receive Message 2
*/
register OVLYRXMSG2 {
address 0x092
@@ -783,7 +783,7 @@ register DCHRXMSG3 {
}
/*
- * CMC Recieve Message 3
+ * CMC Receive Message 3
*/
register CMCRXMSG3 {
address 0x093
@@ -793,7 +793,7 @@ register CMCRXMSG3 {
}
/*
- * Overlay Recieve Message 3
+ * Overlay Receive Message 3
*/
register OVLYRXMSG3 {
address 0x093
@@ -1201,7 +1201,7 @@ register TARGPCISTAT {
/*
* LQ Packet In
- * The last LQ Packet recieved
+ * The last LQ Packet received
*/
register LQIN {
address 0x020
Index: src/sys/dev/pci/if_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.638 src/sys/dev/pci/if_wm.c:1.639
--- src/sys/dev/pci/if_wm.c:1.638 Thu May 23 13:10:52 2019
+++ src/sys/dev/pci/if_wm.c Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.638 2019/05/23 13:10:52 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.639 2019/05/28 08:59:35 msaitoh Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.638 2019/05/23 13:10:52 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.639 2019/05/28 08:59:35 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -6789,7 +6789,7 @@ wm_alloc_txrx_queues(struct wm_softc *sc
if (error)
goto fail_1;
- /* For recieve */
+ /* For receive */
error = 0;
rx_done = 0;
for (i = 0; i < sc->sc_nqueues; i++) {
Index: src/sys/dev/pckbport/alps.c
diff -u src/sys/dev/pckbport/alps.c:1.11 src/sys/dev/pckbport/alps.c:1.12
--- src/sys/dev/pckbport/alps.c:1.11 Sat Mar 16 03:27:15 2019
+++ src/sys/dev/pckbport/alps.c Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: alps.c,v 1.11 2019/03/16 03:27:15 ryoon Exp $ */
+/* $NetBSD: alps.c,v 1.12 2019/05/28 08:59:35 msaitoh Exp $ */
/*-
* Copyright (c) 2017 Ryo ONODERA <[email protected]>
@@ -30,7 +30,7 @@
#include "opt_pms.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: alps.c,v 1.11 2019/03/16 03:27:15 ryoon Exp $");
+__KERNEL_RCSID(0, "$NetBSD: alps.c,v 1.12 2019/05/28 08:59:35 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -340,13 +340,13 @@ pms_alps_cm_write_nibble(pckbport_tag_t
uint8_t cmd[2];
uint8_t resp[3];
int sendparam;
- int recieve;
+ int receive;
int res;
sendparam = alps_v7_nibble_command_data_arr[nibble].sendparam;
- recieve= alps_v7_nibble_command_data_arr[nibble].recieve;
+ receive= alps_v7_nibble_command_data_arr[nibble].receive;
cmd[0] = alps_v7_nibble_command_data_arr[nibble].command;
- if (recieve) {
+ if (receive) {
if ((res = pckbport_poll_cmd(tag, slot, cmd, 1, 3, resp, 0)) != 0) {
aprint_error("send nibble error: %d\n", res);
}
Index: src/sys/dev/pckbport/alpsreg.h
diff -u src/sys/dev/pckbport/alpsreg.h:1.1 src/sys/dev/pckbport/alpsreg.h:1.2
--- src/sys/dev/pckbport/alpsreg.h:1.1 Sun Aug 13 08:49:27 2017
+++ src/sys/dev/pckbport/alpsreg.h Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: alpsreg.h,v 1.1 2017/08/13 08:49:27 christos Exp $ */
+/* $NetBSD: alpsreg.h,v 1.2 2019/05/28 08:59:35 msaitoh Exp $ */
/*-
* Copyright (c) 2017 Ryo ONODERA <[email protected]>
@@ -39,7 +39,7 @@ struct alps_nibble_command_data {
uint8_t command;
uint8_t data;
int sendparam;
- int recieve;
+ int receive;
};
struct alps_nibble_command_data alps_v7_nibble_command_data_arr[] = {
Index: src/sys/dev/pcmcia/if_xireg.h
diff -u src/sys/dev/pcmcia/if_xireg.h:1.8 src/sys/dev/pcmcia/if_xireg.h:1.9
--- src/sys/dev/pcmcia/if_xireg.h:1.8 Sun Dec 11 12:23:23 2005
+++ src/sys/dev/pcmcia/if_xireg.h Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: if_xireg.h,v 1.8 2005/12/11 12:23:23 christos Exp $ */
+/* $NetBSD: if_xireg.h,v 1.9 2019/05/28 08:59:35 msaitoh Exp $ */
/* OpenBSD: if_xereg.h,v 1.1 1999/05/18 19:18:21 niklas Exp */
/*
@@ -251,7 +251,7 @@
/* CMD0 register bits */
#define ONLINE 0x04 /* Online */
#define OFFLINE 0x08 /* Online */
-#define ENABLE_RX 0x20 /* Enable reciever */
+#define ENABLE_RX 0x20 /* Enable receiver */
#define DISABLE_RX 0x80 /* Disable receiver */
/* RX0Msk register bits */
Index: src/sys/dev/raidframe/rf_map.c
diff -u src/sys/dev/raidframe/rf_map.c:1.49 src/sys/dev/raidframe/rf_map.c:1.50
--- src/sys/dev/raidframe/rf_map.c:1.49 Sun Feb 10 17:13:33 2019
+++ src/sys/dev/raidframe/rf_map.c Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.c,v 1.49 2019/02/10 17:13:33 christos Exp $ */
+/* $NetBSD: rf_map.c,v 1.50 2019/05/28 08:59:35 msaitoh Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
**************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.49 2019/02/10 17:13:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_map.c,v 1.50 2019/05/28 08:59:35 msaitoh Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -71,7 +71,7 @@ static void rf_FreeASMList(RF_AccessStri
*
* raidAddress - starting address in RAID address space
* numBlocks - number of blocks in RAID address space to access
- * buffer - buffer to supply/recieve data
+ * buffer - buffer to supply/receive data
* remap - 1 => remap address to spare space
***************************************************************************/
Index: src/sys/dev/usb/if_axenreg.h
diff -u src/sys/dev/usb/if_axenreg.h:1.12 src/sys/dev/usb/if_axenreg.h:1.13
--- src/sys/dev/usb/if_axenreg.h:1.12 Tue Mar 5 08:25:03 2019
+++ src/sys/dev/usb/if_axenreg.h Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: if_axenreg.h,v 1.12 2019/03/05 08:25:03 msaitoh Exp $ */
+/* $NetBSD: if_axenreg.h,v 1.13 2019/05/28 08:59:35 msaitoh Exp $ */
/* $OpenBSD: if_axenreg.h,v 1.1 2013/10/07 05:37:41 yuo Exp $ */
/*
@@ -23,7 +23,7 @@
#define AXEN_REV_UA2 1
-/* recieve header */
+/* receive header */
/*
* +-multicast/broadcast
* | +-rx_ok
Index: src/sys/netinet/sctp_input.c
diff -u src/sys/netinet/sctp_input.c:1.13 src/sys/netinet/sctp_input.c:1.14
--- src/sys/netinet/sctp_input.c:1.13 Sun Feb 24 21:07:59 2019
+++ src/sys/netinet/sctp_input.c Tue May 28 08:59:35 2019
@@ -1,5 +1,5 @@
/* $KAME: sctp_input.c,v 1.28 2005/04/21 18:36:21 nishida Exp $ */
-/* $NetBSD: sctp_input.c,v 1.13 2019/02/24 21:07:59 kamil Exp $ */
+/* $NetBSD: sctp_input.c,v 1.14 2019/05/28 08:59:35 msaitoh Exp $ */
/*
* Copyright (C) 2002, 2003, 2004 Cisco Systems Inc,
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sctp_input.c,v 1.13 2019/02/24 21:07:59 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sctp_input.c,v 1.14 2019/05/28 08:59:35 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_ipsec.h"
@@ -830,7 +830,7 @@ sctp_handle_error(struct sctp_chunkhdr *
* IPv4 for that matter) it does not matter. If they
* don't support that type of address, they can NOT
* possibly get that packet type... i.e. with no IPv6
- * you can't recieve a IPv6 packet. so we can safely
+ * you can't receive a IPv6 packet. so we can safely
* ignore this one. If we ever added support for
* HOSTNAME Addresses, then we would need to do
* something here.
Index: src/sys/ufs/lfs/lfs_vfsops.c
diff -u src/sys/ufs/lfs/lfs_vfsops.c:1.364 src/sys/ufs/lfs/lfs_vfsops.c:1.365
--- src/sys/ufs/lfs/lfs_vfsops.c:1.364 Tue Jan 1 10:06:55 2019
+++ src/sys/ufs/lfs/lfs_vfsops.c Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.364 2019/01/01 10:06:55 hannken Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.365 2019/05/28 08:59:35 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2002, 2003, 2007, 2007
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_vfsops.c,v 1.364 2019/01/01 10:06:55 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_vfsops.c,v 1.365 2019/05/28 08:59:35 msaitoh Exp $");
#if defined(_KERNEL_OPT)
#include "opt_lfs.h"
@@ -2165,7 +2165,7 @@ lfs_gop_write(struct vnode *vp, struct v
/*
* All the LFS output is done by the segwriter. It
* will increment numoutput by one for all the bufs it
- * recieves. However this buffer needs one extra to
+ * receives. However this buffer needs one extra to
* account for aiodone.
*/
mutex_enter(vp->v_interlock);
Index: src/sys/uvm/uvm_fault.c
diff -u src/sys/uvm/uvm_fault.c:1.205 src/sys/uvm/uvm_fault.c:1.206
--- src/sys/uvm/uvm_fault.c:1.205 Sun Apr 21 15:27:59 2019
+++ src/sys/uvm/uvm_fault.c Tue May 28 08:59:35 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_fault.c,v 1.205 2019/04/21 15:27:59 chs Exp $ */
+/* $NetBSD: uvm_fault.c,v 1.206 2019/05/28 08:59:35 msaitoh Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.205 2019/04/21 15:27:59 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.206 2019/05/28 08:59:35 msaitoh Exp $");
#include "opt_uvmhist.h"
@@ -1434,7 +1434,7 @@ uvm_fault_upper_loan(
uvm_wait("flt_noram2");
return ERESTART;
}
- /* if we were a loan reciever uobj is gone */
+ /* if we were a loan receiver uobj is gone */
if (*ruobj)
*ruobj = NULL;
}
Index: src/usr.sbin/mmcformat/uscsi_subr.c
diff -u src/usr.sbin/mmcformat/uscsi_subr.c:1.1 src/usr.sbin/mmcformat/uscsi_subr.c:1.2
--- src/usr.sbin/mmcformat/uscsi_subr.c:1.1 Wed May 14 16:49:48 2008
+++ src/usr.sbin/mmcformat/uscsi_subr.c Tue May 28 08:59:36 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: uscsi_subr.c,v 1.1 2008/05/14 16:49:48 reinoud Exp $ */
+/* $NetBSD: uscsi_subr.c,v 1.2 2019/05/28 08:59:36 msaitoh Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -528,14 +528,14 @@ uscsi_mode_sense(struct uscsi_dev *dev,
{
scsicmd cmd;
- bzero(buf, len); /* initialise recieving buffer */
+ bzero(buf, len); /* initialise receiving buffer */
bzero(cmd, SCSI_CMD_LEN);
cmd[ 0] = 0x1a; /* MODE SENSE */
cmd[ 1] = 0; /* - */
cmd[ 2] = pgcode | pctl; /* page code and control flags */
cmd[ 3] = 0; /* - */
- cmd[ 4] = len; /* length of recieve buffer */
+ cmd[ 4] = len; /* length of receive buffer */
cmd[ 5] = 0; /* control */
return uscsi_command(SCSI_READCMD, dev, &cmd, 6, buf, len, 10000, NULL);
@@ -564,7 +564,7 @@ uscsi_request_sense(struct uscsi_dev *de
{
scsicmd cmd;
- bzero(buf, len); /* initialise recieving buffer */
+ bzero(buf, len); /* initialise receiving buffer */
bzero(cmd, SCSI_CMD_LEN);
cmd[ 0] = 0x03; /* REQUEST SENSE */