Module Name:    src
Committed By:   skrll
Date:           Fri Dec 17 06:28:20 UTC 2021

Modified Files:
        src/sys/arch/alpha/isa: isadma_bounce.c
        src/sys/arch/arc/isa: isadma_bounce.c
        src/sys/arch/atari/isa: isa_dma.c
        src/sys/arch/evbmips/isa: isadma_bounce.c
        src/sys/arch/powerpc/isa: isadma_machdep.c
        src/sys/arch/x68k/dev: intio.c
        src/sys/arch/x86/isa: isa_machdep.c

Log Message:
Correct copypaste comment grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/alpha/isa/isadma_bounce.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arc/isa/isadma_bounce.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/atari/isa/isa_dma.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbmips/isa/isadma_bounce.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/isa/isadma_machdep.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/x68k/dev/intio.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/x86/isa/isa_machdep.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/alpha/isa/isadma_bounce.c
diff -u src/sys/arch/alpha/isa/isadma_bounce.c:1.15 src/sys/arch/alpha/isa/isadma_bounce.c:1.16
--- src/sys/arch/alpha/isa/isadma_bounce.c:1.15	Fri May  7 16:58:33 2021
+++ src/sys/arch/alpha/isa/isadma_bounce.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: isadma_bounce.c,v 1.15 2021/05/07 16:58:33 thorpej Exp $ */
+/* $NetBSD: isadma_bounce.c,v 1.16 2021/12/17 06:28:20 skrll Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.15 2021/05/07 16:58:33 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.16 2021/12/17 06:28:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -112,7 +112,7 @@ isadma_bounce_cookieflags(bus_dma_tag_t 
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/arc/isa/isadma_bounce.c
diff -u src/sys/arch/arc/isa/isadma_bounce.c:1.17 src/sys/arch/arc/isa/isadma_bounce.c:1.18
--- src/sys/arch/arc/isa/isadma_bounce.c:1.17	Fri Dec 17 06:26:13 2021
+++ src/sys/arch/arc/isa/isadma_bounce.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: isadma_bounce.c,v 1.17 2021/12/17 06:26:13 skrll Exp $ */
+/* $NetBSD: isadma_bounce.c,v 1.18 2021/12/17 06:28:20 skrll Exp $ */
 /* NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp  */
 
 /*-
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.17 2021/12/17 06:26:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.18 2021/12/17 06:28:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -130,7 +130,7 @@ isadma_bounce_cookieflags(bus_dma_tag_t 
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/atari/isa/isa_dma.c
diff -u src/sys/arch/atari/isa/isa_dma.c:1.14 src/sys/arch/atari/isa/isa_dma.c:1.15
--- src/sys/arch/atari/isa/isa_dma.c:1.14	Fri Dec 17 06:26:13 2021
+++ src/sys/arch/atari/isa/isa_dma.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_dma.c,v 1.14 2021/12/17 06:26:13 skrll Exp $	*/
+/*	$NetBSD: isa_dma.c,v 1.15 2021/12/17 06:28:20 skrll Exp $	*/
 
 #define ISA_DMA_STATS
 
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_dma.c,v 1.14 2021/12/17 06:26:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_dma.c,v 1.15 2021/12/17 06:28:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -163,7 +163,7 @@ isadma_bounce_cookieflags(bus_dma_tag_t 
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/evbmips/isa/isadma_bounce.c
diff -u src/sys/arch/evbmips/isa/isadma_bounce.c:1.13 src/sys/arch/evbmips/isa/isadma_bounce.c:1.14
--- src/sys/arch/evbmips/isa/isadma_bounce.c:1.13	Fri Dec 17 06:26:13 2021
+++ src/sys/arch/evbmips/isa/isadma_bounce.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isadma_bounce.c,v 1.13 2021/12/17 06:26:13 skrll Exp $	*/
+/*	$NetBSD: isadma_bounce.c,v 1.14 2021/12/17 06:28:20 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.13 2021/12/17 06:26:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.14 2021/12/17 06:28:20 skrll Exp $");
 
 #define _MIPS_BUS_DMA_PRIVATE
 
@@ -86,7 +86,7 @@ isadma_bounce_dmamap_create(bus_dma_tag_
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/powerpc/isa/isadma_machdep.c
diff -u src/sys/arch/powerpc/isa/isadma_machdep.c:1.12 src/sys/arch/powerpc/isa/isadma_machdep.c:1.13
--- src/sys/arch/powerpc/isa/isadma_machdep.c:1.12	Fri Dec 17 06:26:13 2021
+++ src/sys/arch/powerpc/isa/isadma_machdep.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isadma_machdep.c,v 1.12 2021/12/17 06:26:13 skrll Exp $	*/
+/*	$NetBSD: isadma_machdep.c,v 1.13 2021/12/17 06:28:20 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.12 2021/12/17 06:26:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.13 2021/12/17 06:28:20 skrll Exp $");
 
 #define ISA_DMA_STATS
 
@@ -193,7 +193,7 @@ _isa_bus_dmamap_create(bus_dma_tag_t t, 
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/x68k/dev/intio.c
diff -u src/sys/arch/x68k/dev/intio.c:1.50 src/sys/arch/x68k/dev/intio.c:1.51
--- src/sys/arch/x68k/dev/intio.c:1.50	Fri Dec 17 06:26:13 2021
+++ src/sys/arch/x68k/dev/intio.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: intio.c,v 1.50 2021/12/17 06:26:13 skrll Exp $	*/
+/*	$NetBSD: intio.c,v 1.51 2021/12/17 06:28:20 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.50 2021/12/17 06:26:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.51 2021/12/17 06:28:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -420,7 +420,7 @@ _intio_bus_dmamap_create(bus_dma_tag_t t
 	 * in memory below the 16M boundary.  On DMA reads,
 	 * DMA happens to the bounce buffers, and is copied into
 	 * the caller's buffer.  On writes, data is copied into
-	 * but bounce buffer, and the DMA happens from those
+	 * the bounce buffer, and the DMA happens from those
 	 * pages.  To software using the DMA mapping interface,
 	 * this looks simply like a data cache.
 	 *

Index: src/sys/arch/x86/isa/isa_machdep.c
diff -u src/sys/arch/x86/isa/isa_machdep.c:1.50 src/sys/arch/x86/isa/isa_machdep.c:1.51
--- src/sys/arch/x86/isa/isa_machdep.c:1.50	Fri Dec 17 06:26:14 2021
+++ src/sys/arch/x86/isa/isa_machdep.c	Fri Dec 17 06:28:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: isa_machdep.c,v 1.50 2021/12/17 06:26:14 skrll Exp $	*/
+/*	$NetBSD: isa_machdep.c,v 1.51 2021/12/17 06:28:20 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.50 2021/12/17 06:26:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.51 2021/12/17 06:28:20 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -310,7 +310,7 @@ isa_mem_free(bus_space_tag_t t, bus_spac
  * in memory below the 16M boundary.  On DMA reads,
  * DMA happens to the bounce buffers, and is copied into
  * the caller's buffer.  On writes, data is copied into
- * but bounce buffer, and the DMA happens from those
+ * the bounce buffer, and the DMA happens from those
  * pages.  To software using the DMA mapping interface,
  * this looks simply like a data cache.
  *

Reply via email to