Module Name: src Committed By: andvar Date: Mon Jan 23 22:16:45 UTC 2023
Modified Files: src/sys/arch/sparc/dev: sw.c src/sys/arch/sun3/dev: si_sebuf.c sivar.h src/sys/dev/ic: sunscpalvar.h Log Message: s/lager/larger/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/dev/sw.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sun3/dev/si_sebuf.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sun3/dev/sivar.h cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/sunscpalvar.h 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/sparc/dev/sw.c diff -u src/sys/arch/sparc/dev/sw.c:1.25 src/sys/arch/sparc/dev/sw.c:1.26 --- src/sys/arch/sparc/dev/sw.c:1.25 Sun Nov 22 03:55:33 2020 +++ src/sys/arch/sparc/dev/sw.c Mon Jan 23 22:16:44 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: sw.c,v 1.25 2020/11/22 03:55:33 thorpej Exp $ */ +/* $NetBSD: sw.c,v 1.26 2023/01/23 22:16:44 andvar Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -85,7 +85,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.25 2020/11/22 03:55:33 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.26 2023/01/23 22:16:44 andvar Exp $"); #include "opt_ddb.h" @@ -129,7 +129,7 @@ __KERNEL_RCSID(0, "$NetBSD: sw.c,v 1.25 #define MIN_DMA_LEN 128 /* - * Transfers lager than 65535 bytes need to be split-up. + * Transfers larger than 65535 bytes need to be split-up. * (Some of the FIFO logic has only 16 bits counters.) * Make the size an integer multiple of the page size * to avoid buf/cluster remap problems. (paranoid?) Index: src/sys/arch/sun3/dev/si_sebuf.c diff -u src/sys/arch/sun3/dev/si_sebuf.c:1.31 src/sys/arch/sun3/dev/si_sebuf.c:1.32 --- src/sys/arch/sun3/dev/si_sebuf.c:1.31 Mon Aug 2 12:56:23 2021 +++ src/sys/arch/sun3/dev/si_sebuf.c Mon Jan 23 22:16:44 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: si_sebuf.c,v 1.31 2021/08/02 12:56:23 andvar Exp $ */ +/* $NetBSD: si_sebuf.c,v 1.32 2023/01/23 22:16:44 andvar Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v 1.31 2021/08/02 12:56:23 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v 1.32 2023/01/23 22:16:44 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -70,7 +70,7 @@ __KERNEL_RCSID(0, "$NetBSD: si_sebuf.c,v #define MIN_DMA_LEN 128 /* - * Transfers lager than 65535 bytes need to be split-up. + * Transfers larger than 65535 bytes need to be split-up. * (Some of the FIFO logic has only 16 bits counters.) * Make the size an integer multiple of the page size * to avoid buf/cluster remap problems. (paranoid?) Index: src/sys/arch/sun3/dev/sivar.h diff -u src/sys/arch/sun3/dev/sivar.h:1.11 src/sys/arch/sun3/dev/sivar.h:1.12 --- src/sys/arch/sun3/dev/sivar.h:1.11 Mon Apr 28 20:23:38 2008 +++ src/sys/arch/sun3/dev/sivar.h Mon Jan 23 22:16:44 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: sivar.h,v 1.11 2008/04/28 20:23:38 martin Exp $ */ +/* $NetBSD: sivar.h,v 1.12 2023/01/23 22:16:44 andvar Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ #define MIN_DMA_LEN 128 /* - * Transfers lager than 65535 bytes need to be split-up. + * Transfers larger than 65535 bytes need to be split-up. * (Some of the FIFO logic has only 16 bits counters.) * Make the size an integer multiple of the page size * to avoid buf/cluster remap problems. (paranoid?) Index: src/sys/dev/ic/sunscpalvar.h diff -u src/sys/dev/ic/sunscpalvar.h:1.9 src/sys/dev/ic/sunscpalvar.h:1.10 --- src/sys/dev/ic/sunscpalvar.h:1.9 Sun Jul 6 13:29:50 2008 +++ src/sys/dev/ic/sunscpalvar.h Mon Jan 23 22:16:44 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: sunscpalvar.h,v 1.9 2008/07/06 13:29:50 tsutsui Exp $ */ +/* $NetBSD: sunscpalvar.h,v 1.10 2023/01/23 22:16:44 andvar Exp $ */ /* * Copyright (c) 2001 Matthew Fredette @@ -116,7 +116,7 @@ #define SUNSCPAL_PHASE_INVALID SUNSCPAL_PHASE_UNSPEC1 /* - * Transfers lager than 65535 bytes need to be split-up. + * Transfers larger than 65535 bytes need to be split-up. * (The DMA count register is only 16 bits.) * Make the size an integer multiple of the page size * to avoid buf/cluster remap problems. (paranoid?)