Module Name: src Committed By: skrll Date: Sat Aug 27 05:35:17 UTC 2022
Modified Files: src/sys/dev/pci: auixp.c if_bge.c ubsec.c Log Message: Correct the abbreviation of approximately to 'approx.' To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/auixp.c cvs rdiff -u -r1.381 -r1.382 src/sys/dev/pci/if_bge.c cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/ubsec.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/dev/pci/auixp.c diff -u src/sys/dev/pci/auixp.c:1.53 src/sys/dev/pci/auixp.c:1.54 --- src/sys/dev/pci/auixp.c:1.53 Tue Jan 25 22:01:35 2022 +++ src/sys/dev/pci/auixp.c Sat Aug 27 05:35:17 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $ */ +/* $NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $ */ /* * Copyright (c) 2004, 2005 Reinoud Zandijk <rein...@netbsd.org> @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $"); #include <sys/types.h> #include <sys/errno.h> @@ -1624,7 +1624,7 @@ auixp_reset_aclink(struct auixp_softc *s value |= ATI_REG_CMD_AC_SOFT_RESET; bus_space_write_4(iot, ioh, ATI_REG_CMD, value); - /* need to read the CMD reg and wait aprox. 10 usec to init */ + /* need to read the CMD reg and wait approx. 10 usec to init */ value = bus_space_read_4(iot, ioh, ATI_REG_CMD); DELAY(20); Index: src/sys/dev/pci/if_bge.c diff -u src/sys/dev/pci/if_bge.c:1.381 src/sys/dev/pci/if_bge.c:1.382 --- src/sys/dev/pci/if_bge.c:1.381 Thu Aug 25 06:43:30 2022 +++ src/sys/dev/pci/if_bge.c Sat Aug 27 05:35:17 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: if_bge.c,v 1.381 2022/08/25 06:43:30 skrll Exp $ */ +/* $NetBSD: if_bge.c,v 1.382 2022/08/27 05:35:17 skrll Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -79,7 +79,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.381 2022/08/25 06:43:30 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.382 2022/08/27 05:35:17 skrll Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -4799,7 +4799,7 @@ static void bge_asf_driver_up(struct bge_softc *sc) { if (sc->bge_asf_mode & ASF_STACKUP) { - /* Send ASF heartbeat aprox. every 2s */ + /* Send ASF heartbeat approx. every 2s */ if (sc->bge_asf_count) sc->bge_asf_count --; else { Index: src/sys/dev/pci/ubsec.c diff -u src/sys/dev/pci/ubsec.c:1.61 src/sys/dev/pci/ubsec.c:1.62 --- src/sys/dev/pci/ubsec.c:1.61 Sat Aug 27 05:33:53 2022 +++ src/sys/dev/pci/ubsec.c Sat Aug 27 05:35:17 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: ubsec.c,v 1.61 2022/08/27 05:33:53 skrll Exp $ */ +/* $NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $ */ /* $FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.6.2.6 2003/01/23 21:06:43 sam Exp $ */ /* $OpenBSD: ubsec.c,v 1.143 2009/03/27 13:31:30 reyk Exp$ */ @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.61 2022/08/27 05:33:53 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $"); #undef UBSEC_DEBUG @@ -2181,7 +2181,7 @@ ubsec_reset_board(struct ubsec_softc *sc WRITE_REG(sc, BS_CTRL, ctrl); /* - * Wait aprox. 30 PCI clocks = 900 ns = 0.9 us + * Wait approx. 30 PCI clocks = 900 ns = 0.9 us */ DELAY(10);