Module Name:    src
Committed By:   andvar
Date:           Thu Feb  8 11:31:00 UTC 2024

Modified Files:
        src/sys/arch/arm/imx: imxusbreg.h
        src/sys/arch/arm/xilinx: zynq_usbreg.h
        src/sys/dev/isa: if_ec.c

Log Message:
s/transeiver/transceiver/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/imx/imxusbreg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xilinx/zynq_usbreg.h
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/isa/if_ec.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/imx/imxusbreg.h
diff -u src/sys/arch/arm/imx/imxusbreg.h:1.5 src/sys/arch/arm/imx/imxusbreg.h:1.6
--- src/sys/arch/arm/imx/imxusbreg.h:1.5	Tue May 17 06:44:46 2016
+++ src/sys/arch/arm/imx/imxusbreg.h	Thu Feb  8 11:31:00 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: imxusbreg.h,v 1.5 2016/05/17 06:44:46 ryo Exp $	*/
+/*	$NetBSD: imxusbreg.h,v 1.6 2024/02/08 11:31:00 andvar Exp $	*/
 /*
  * Copyright (c) 2009, 2010  Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -101,7 +101,7 @@
 #define	PORTSC_PTS_SERIAL	__SHIFTIN(3,PORTSC_PTS)
 #define	PORTSC_PTS2		__BIT(25)	/* iMX6,7 */
 
-#define	PORTSC_STS	__BIT(29)	/* serial transeiver select */
+#define	PORTSC_STS	__BIT(29)	/* serial transceiver select */
 #define	PORTSC_PTW	__BIT(28)	/* parallel transceiver width */
 #define	PORTSC_PTW_8	0
 #define	PORTSC_PTW_16	PORTSC_PTW

Index: src/sys/arch/arm/xilinx/zynq_usbreg.h
diff -u src/sys/arch/arm/xilinx/zynq_usbreg.h:1.1 src/sys/arch/arm/xilinx/zynq_usbreg.h:1.2
--- src/sys/arch/arm/xilinx/zynq_usbreg.h:1.1	Tue Jun 11 13:01:48 2019
+++ src/sys/arch/arm/xilinx/zynq_usbreg.h	Thu Feb  8 11:31:00 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: zynq_usbreg.h,v 1.1 2019/06/11 13:01:48 skrll Exp $	*/
+/*	$NetBSD: zynq_usbreg.h,v 1.2 2024/02/08 11:31:00 andvar Exp $	*/
 /*-
  * Copyright (c) 2015  Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -101,7 +101,7 @@
 #define	PORTSC_PTS_PHILIPS	__SHIFTIN(1, PORTSC_PTS)
 #define	PORTSC_PTS_ULPI		__SHIFTIN(2, PORTSC_PTS)
 #define	PORTSC_PTS_SERIAL	__SHIFTIN(3, PORTSC_PTS)
-#define	PORTSC_STS		__BIT(29)	/* serial transeiver select */
+#define	PORTSC_STS		__BIT(29)	/* serial transceiver select */
 #define	PORTSC_PTW		__BIT(28)	/* parallel transceiver width */
 #define	PORTSC_PTW_8		0
 #define	PORTSC_PTW_16		PORTSC_PTW

Index: src/sys/dev/isa/if_ec.c
diff -u src/sys/dev/isa/if_ec.c:1.36 src/sys/dev/isa/if_ec.c:1.37
--- src/sys/dev/isa/if_ec.c:1.36	Wed May 29 06:21:57 2019
+++ src/sys/dev/isa/if_ec.c	Thu Feb  8 11:31:00 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ec.c,v 1.36 2019/05/29 06:21:57 msaitoh Exp $	*/
+/*	$NetBSD: if_ec.c,v 1.37 2024/02/08 11:31:00 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.36 2019/05/29 06:21:57 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.37 2024/02/08 11:31:00 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -303,7 +303,7 @@ ec_attach(device_t parent, device_t self
 	/* Now we can use the NIC_{GET,PUT}() macros. */
 
 	/*
-	 * Reset NIC and ASIC.  Enable on-board transeiver throughout
+	 * Reset NIC and ASIC.  Enable on-board transceiver throughout
 	 * reset sequence since it will lock up if the cable isn't
 	 * connected if we don't.
 	 */

Reply via email to