Module Name:    src
Committed By:   andvar
Date:           Tue May 24 19:55:10 UTC 2022

Modified Files:
        src/sys/arch/arm/arm32: bus_dma.c
        src/sys/arch/atari/atari: bus.c
        src/sys/arch/vax/vax: bus_dma.c
        src/sys/arch/x68k/x68k: bus.c

Log Message:
s/entrace/entrance/ in copy pasted comment.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/arch/arm/arm32/bus_dma.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/atari/atari/bus.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/vax/vax/bus_dma.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x68k/x68k/bus.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/arm32/bus_dma.c
diff -u src/sys/arch/arm/arm32/bus_dma.c:1.135 src/sys/arch/arm/arm32/bus_dma.c:1.136
--- src/sys/arch/arm/arm32/bus_dma.c:1.135	Sun Feb  6 22:21:25 2022
+++ src/sys/arch/arm/arm32/bus_dma.c	Tue May 24 19:55:10 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus_dma.c,v 1.135 2022/02/06 22:21:25 mrg Exp $	*/
+/*	$NetBSD: bus_dma.c,v 1.136 2022/05/24 19:55:10 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2020 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include "opt_cputypes.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.135 2022/02/06 22:21:25 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.136 2022/05/24 19:55:10 andvar Exp $");
 
 #include <sys/param.h>
 
@@ -1626,7 +1626,7 @@ _bus_dmamem_mmap(bus_dma_tag_t t, bus_dm
 /*
  * Utility function to load a linear buffer.  lastaddrp holds state
  * between invocations (for multiple-buffer loads).  segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
  * first indicates if this is the first invocation of this function.
  */
 int

Index: src/sys/arch/atari/atari/bus.c
diff -u src/sys/arch/atari/atari/bus.c:1.61 src/sys/arch/atari/atari/bus.c:1.62
--- src/sys/arch/atari/atari/bus.c:1.61	Sun Jan  3 17:42:10 2021
+++ src/sys/arch/atari/atari/bus.c	Tue May 24 19:55:10 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus.c,v 1.61 2021/01/03 17:42:10 thorpej Exp $	*/
+/*	$NetBSD: bus.c,v 1.62 2022/05/24 19:55:10 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include "opt_m68k_arch.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.61 2021/01/03 17:42:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.62 2022/05/24 19:55:10 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -897,7 +897,7 @@ bus_dmamem_mmap(bus_dma_tag_t t, bus_dma
 /*
  * Utility function to load a linear buffer.  lastaddrp holds state
  * between invocations (for multiple-buffer loads).  segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
  * first indicates if this is the first invocation of this function.
  */
 static int

Index: src/sys/arch/vax/vax/bus_dma.c
diff -u src/sys/arch/vax/vax/bus_dma.c:1.36 src/sys/arch/vax/vax/bus_dma.c:1.37
--- src/sys/arch/vax/vax/bus_dma.c:1.36	Sat Nov 21 22:37:11 2020
+++ src/sys/arch/vax/vax/bus_dma.c	Tue May 24 19:55:09 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus_dma.c,v 1.36 2020/11/21 22:37:11 thorpej Exp $	*/
+/*	$NetBSD: bus_dma.c,v 1.37 2022/05/24 19:55:09 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.36 2020/11/21 22:37:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.37 2022/05/24 19:55:09 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -541,7 +541,7 @@ _bus_dmamem_mmap(bus_dma_tag_t t, bus_dm
 /*
  * Utility function to load a linear buffer.  lastaddrp holds state
  * between invocations (for multiple-buffer loads).  segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
  * first indicates if this is the first invocation of this function.
  */
 int

Index: src/sys/arch/x68k/x68k/bus.c
diff -u src/sys/arch/x68k/x68k/bus.c:1.36 src/sys/arch/x68k/x68k/bus.c:1.37
--- src/sys/arch/x68k/x68k/bus.c:1.36	Tue Oct  2 23:54:54 2012
+++ src/sys/arch/x68k/x68k/bus.c	Tue May 24 19:55:09 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus.c,v 1.36 2012/10/02 23:54:54 christos Exp $	*/
+/*	$NetBSD: bus.c,v 1.37 2022/05/24 19:55:09 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
 #include "opt_m68k_arch.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.36 2012/10/02 23:54:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus.c,v 1.37 2022/05/24 19:55:09 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -473,7 +473,7 @@ x68k_bus_dmamem_mmap(bus_dma_tag_t t, bu
 /*
  * Utility function to load a linear buffer.  lastaddrp holds state
  * between invocations (for multiple-buffer loads).  segp contains
- * the starting segment on entrace, and the ending segment on exit.
+ * the starting segment on entrance, and the ending segment on exit.
  * first indicates if this is the first invocation of this function.
  */
 int

Reply via email to