Module Name: src Committed By: andvar Date: Fri Feb 2 22:26:58 UTC 2024
Modified Files: src/sys/dev/ic: ispmbox.h mfi.c src/sys/dev/pci: twe.c Log Message: s/mangement/management/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/ic/ispmbox.h cvs rdiff -u -r1.79 -r1.80 src/sys/dev/ic/mfi.c cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/twe.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/ic/ispmbox.h diff -u src/sys/dev/ic/ispmbox.h:1.58 src/sys/dev/ic/ispmbox.h:1.59 --- src/sys/dev/ic/ispmbox.h:1.58 Thu Sep 21 09:31:50 2023 +++ src/sys/dev/ic/ispmbox.h Fri Feb 2 22:26:58 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: ispmbox.h,v 1.58 2023/09/21 09:31:50 msaitoh Exp $ */ +/* $NetBSD: ispmbox.h,v 1.59 2024/02/02 22:26:58 andvar Exp $ */ /* * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration * All rights reserved. @@ -1928,7 +1928,7 @@ typedef struct { #define NAFC_RCOUNT 0x80 /* increment resource count */ #define NAFC_RST_CLRD 0x20 /* Clear LIP Reset */ -#define NAFC_TVALID 0x10 /* task mangement response code is valid */ +#define NAFC_TVALID 0x10 /* task management response code is valid */ /* * ISP24XX Notify Acknowledge Index: src/sys/dev/ic/mfi.c diff -u src/sys/dev/ic/mfi.c:1.79 src/sys/dev/ic/mfi.c:1.80 --- src/sys/dev/ic/mfi.c:1.79 Tue May 24 20:50:19 2022 +++ src/sys/dev/ic/mfi.c Fri Feb 2 22:26:58 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: mfi.c,v 1.79 2022/05/24 20:50:19 andvar Exp $ */ +/* $NetBSD: mfi.c,v 1.80 2024/02/02 22:26:58 andvar Exp $ */ /* $OpenBSD: mfi.c,v 1.66 2006/11/28 23:59:45 dlg Exp $ */ /* @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.79 2022/05/24 20:50:19 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.80 2024/02/02 22:26:58 andvar Exp $"); #include "bio.h" @@ -3374,7 +3374,7 @@ mfi_tbolt_create_sgl(struct mfi_ccb *ccb * * If this is not done right the RAID firmware will not remove a * pulled drive and the RAID won't go degraded etc. Effectively, - * stopping any RAID mangement to functions. + * stopping any RAID management to functions. * * Doing another LD sync, requires the use of an event since the * driver needs to do a mfi_wait_command and can't do that in an Index: src/sys/dev/pci/twe.c diff -u src/sys/dev/pci/twe.c:1.110 src/sys/dev/pci/twe.c:1.111 --- src/sys/dev/pci/twe.c:1.110 Sat Aug 7 16:19:14 2021 +++ src/sys/dev/pci/twe.c Fri Feb 2 22:26:58 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: twe.c,v 1.110 2021/08/07 16:19:14 thorpej Exp $ */ +/* $NetBSD: twe.c,v 1.111 2024/02/02 22:26:58 andvar Exp $ */ /*- * Copyright (c) 2000, 2001, 2002, 2003, 2004 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: twe.c,v 1.110 2021/08/07 16:19:14 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: twe.c,v 1.111 2024/02/02 22:26:58 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1014,7 +1014,7 @@ twe_aen_enqueue(struct twe_softc *sc, ui } } - /* Now enqueue the AEN for mangement tools. */ + /* Now enqueue the AEN for management tools. */ s = splbio(); next = (sc->sc_aen_head + 1) % TWE_AEN_Q_LENGTH;