Module Name: src Committed By: andvar Date: Wed Nov 2 12:03:44 UTC 2022
Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: s/ourselve/ourselves/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/ic/esiop.c cvs rdiff -u -r1.103 -r1.104 src/sys/dev/ic/siop.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/esiop.c diff -u src/sys/dev/ic/esiop.c:1.61 src/sys/dev/ic/esiop.c:1.62 --- src/sys/dev/ic/esiop.c:1.61 Mon May 23 19:21:30 2022 +++ src/sys/dev/ic/esiop.c Wed Nov 2 12:03:44 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $ */ +/* $NetBSD: esiop.c,v 1.62 2022/11/02 12:03:44 andvar Exp $ */ /* * Copyright (c) 2002 Manuel Bouyer. @@ -28,7 +28,7 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.61 2022/05/23 19:21:30 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: esiop.c,v 1.62 2022/11/02 12:03:44 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -660,7 +660,7 @@ none: if ((sist & (SIST1_STO << 8)) && need_reset == 0) { /* * selection time out, assume there's no device here - * We also have to update the ring pointer ourselve + * We also have to update the ring pointer ourselves */ slot = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_SCRATCHE); @@ -733,7 +733,7 @@ none: goto scintr; } /* - * else we have to restart it ourselve, at the + * else we have to restart it ourselves, at the * interrupted instruction. */ bus_space_write_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh, Index: src/sys/dev/ic/siop.c diff -u src/sys/dev/ic/siop.c:1.103 src/sys/dev/ic/siop.c:1.104 --- src/sys/dev/ic/siop.c:1.103 Wed Feb 23 21:54:41 2022 +++ src/sys/dev/ic/siop.c Wed Nov 2 12:03:44 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $ */ +/* $NetBSD: siop.c,v 1.104 2022/11/02 12:03:44 andvar Exp $ */ /* * Copyright (c) 2000 Manuel Bouyer. @@ -28,7 +28,7 @@ /* SYM53c7/8xx PCI-SCSI I/O Processors driver */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.103 2022/02/23 21:54:41 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: siop.c,v 1.104 2022/11/02 12:03:44 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -561,7 +561,7 @@ siop_intr(void *v) goto scintr; } /* - * else we have to restart it ourselve, at the + * else we have to restart it ourselves, at the * interrupted instruction. */ bus_space_write_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh,