diff options
Diffstat (limited to 'sys/arch')
27 files changed, 63 insertions, 63 deletions
diff --git a/sys/arch/hp300/DOC/HPMMU.notes b/sys/arch/hp300/DOC/HPMMU.notes index be817ab9784..3529aa490a4 100644 --- a/sys/arch/hp300/DOC/HPMMU.notes +++ b/sys/arch/hp300/DOC/HPMMU.notes @@ -1,4 +1,4 @@ -$OpenBSD: HPMMU.notes,v 1.2 1997/01/12 15:12:09 downsj Exp $ +$OpenBSD: HPMMU.notes,v 1.3 2001/09/20 17:02:29 mpech Exp $ $NetBSD: HPMMU.notes,v 1.2 1994/10/26 07:22:51 cgd Exp $ Overview: @@ -78,14 +78,14 @@ Hardware registers: TLB. More info below. 5F400C: MMU command/status register. Defined as follows: - bit 15: If 1, indicates a page table fault occured - bit 14: If 1, indicates a page fault occured + bit 15: If 1, indicates a page table fault occurred + bit 14: If 1, indicates a page fault occurred bit 13: If 1, indicates a protection fault (write to RO page) bit 6: MC68881 enable. Tied to chip enable line. (set this bit to enable) bit 5: MC68020 instruction cache enable. Tied to Insruction cache disable line. (set this bit to enable) - bit 3: If 1, indicates an MMU related bus error occured. + bit 3: If 1, indicates an MMU related bus error occurred. Bits 13-15 are now valid. bit 2: External cache enable. (set this bit to enable) bit 1: Supervisor mapping enable. Enables translation of diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index e607f116233..42d3e7d2fbf 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.13 2001/08/26 00:15:36 miod Exp $ */ +/* $OpenBSD: hd.c,v 1.14 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -1027,7 +1027,7 @@ hderror(unit) return(1); /* - * First conjure up the block number at which the error occured. + * First conjure up the block number at which the error occurred. * Note that not all errors report a block number, in that case * we just use b_blkno. */ @@ -1045,7 +1045,7 @@ hderror(unit) * Now output a generic message suitable for badsect. * Note that we don't use harderr cuz it just prints * out b_blkno which is just the beginning block number - * of the transfer, not necessary where the error occured. + * of the transfer, not necessary where the error occurred. */ printf("%s%c: hard error sn%d\n", rs->sc_dev.dv_xname, 'a'+hdpart(bp->b_dev), pbn); diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 1ae24c7edcb..730beb099e8 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.64 2001/09/19 20:50:56 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.65 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */ /* @@ -1193,7 +1193,7 @@ parityerrorfind() #endif /* * If looking is true we are searching for a known parity error - * and it has just occured. All we do is return to the higher + * and it has just occurred. All we do is return to the higher * level invocation. */ if (looking) @@ -1201,7 +1201,7 @@ parityerrorfind() s = splhigh(); /* * If setjmp returns true, the parity error we were searching - * for has just occured (longjmp above) at the current pg+o + * for has just occurred (longjmp above) at the current pg+o */ if (setjmp(&parcatch)) { printf("Parity error at 0x%x\n", ctob(pg)|o); @@ -1209,7 +1209,7 @@ parityerrorfind() goto done; } /* - * If we get here, a parity error has occured for the first time + * If we get here, a parity error has occurred for the first time * and we need to find it. We turn off any external caches and * loop thru memory, testing every longword til a fault occurs and * we regain control at setjmp above. Note that because of the diff --git a/sys/arch/i386/i386/microtime.s b/sys/arch/i386/i386/microtime.s index 3badf053761..eb0667d9d6b 100644 --- a/sys/arch/i386/i386/microtime.s +++ b/sys/arch/i386/i386/microtime.s @@ -1,4 +1,4 @@ -/* $OpenBSD: microtime.s,v 1.13 1998/08/27 05:00:34 deraadt Exp $ */ +/* $OpenBSD: microtime.s,v 1.14 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: microtime.s,v 1.16 1995/04/17 12:06:47 cgd Exp $ */ /*- @@ -73,7 +73,7 @@ ENTRY(microtime) # timer chip doesn't let us atomically read the current counter # value and the output state (i.e., overflow state). We have # to read the ICU interrupt request register (IRR) to see if the - # overflow has occured. Because we lack atomicity, we use + # overflow has occurred. Because we lack atomicity, we use # the (very accurate) heuristic that we do not check for # overflow if the value read is close to 0. # E.g., if we just checked the IRR, we might read a non-overflowing diff --git a/sys/arch/i386/i386/ns_cksum.c b/sys/arch/i386/i386/ns_cksum.c index 50accfe6e85..5016c0f411a 100644 --- a/sys/arch/i386/i386/ns_cksum.c +++ b/sys/arch/i386/i386/ns_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_cksum.c,v 1.4 1996/05/07 07:21:50 deraadt Exp $ */ +/* $OpenBSD: ns_cksum.c,v 1.5 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: ns_cksum.c,v 1.5 1996/05/03 19:42:20 christos Exp $ */ /* @@ -98,7 +98,7 @@ ns_cksum(m, len) * 32 bit arithmetic registers for adding, * with carries from the low added * into the high (by normal carry-chaining) - * so long as we fold back before 16 carries have occured. + * so long as we fold back before 16 carries have occurred. */ if (1 & (int) w) goto uuuuglyy; diff --git a/sys/arch/m68k/060sp/fpsp.s b/sys/arch/m68k/060sp/fpsp.s index c974e93d744..73d4ef0a99a 100644 --- a/sys/arch/m68k/060sp/fpsp.s +++ b/sys/arch/m68k/060sp/fpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: fpsp.s,v 1.2 1996/05/30 22:14:22 niklas Exp $ +# $OpenBSD: fpsp.s,v 1.3 2001/09/20 17:02:30 mpech Exp $ # $NetBSD: fpsp.s,v 1.2 1996/05/15 19:48:03 is Exp $ # @@ -23533,7 +23533,7 @@ no_exc: # in INEX2. # # # # A10. Or in INEX. # -# If INEX is set, round error occured. This is # +# If INEX is set, round error occurred. This is # # compensated for by 'or-ing' in the INEX2 flag to # # the lsb of Y. # # # @@ -23999,7 +23999,7 @@ A9_con: fmul.x %fp1,%fp0 # calculate X * SCALE -> Y to fp0 # A10. Or in INEX. -# If INEX is set, round error occured. This is compensated +# If INEX is set, round error occurred. This is compensated # for by 'or-ing' in the INEX2 flag to the lsb of Y. # # Register usage: diff --git a/sys/arch/m68k/060sp/pfpsp.s b/sys/arch/m68k/060sp/pfpsp.s index 13baf32fb26..4765a42a885 100644 --- a/sys/arch/m68k/060sp/pfpsp.s +++ b/sys/arch/m68k/060sp/pfpsp.s @@ -1,5 +1,5 @@ # -# $OpenBSD: pfpsp.s,v 1.2 1996/05/30 22:15:10 niklas Exp $ +# $OpenBSD: pfpsp.s,v 1.3 2001/09/20 17:02:30 mpech Exp $ # $NetBSD: pfpsp.s,v 1.2 1996/05/15 19:49:12 is Exp $ # @@ -13494,7 +13494,7 @@ no_exc: # in INEX2. # # # # A10. Or in INEX. # -# If INEX is set, round error occured. This is # +# If INEX is set, round error occurred. This is # # compensated for by 'or-ing' in the INEX2 flag to # # the lsb of Y. # # # @@ -13960,7 +13960,7 @@ A9_con: fmul.x %fp1,%fp0 # calculate X * SCALE -> Y to fp0 # A10. Or in INEX. -# If INEX is set, round error occured. This is compensated +# If INEX is set, round error occurred. This is compensated # for by 'or-ing' in the INEX2 flag to the lsb of Y. # # Register usage: diff --git a/sys/arch/m68k/fpsp/bindec.sa b/sys/arch/m68k/fpsp/bindec.sa index e38a8766c1d..7ef5cb0788a 100644 --- a/sys/arch/m68k/fpsp/bindec.sa +++ b/sys/arch/m68k/fpsp/bindec.sa @@ -1,4 +1,4 @@ -* $OpenBSD: bindec.sa,v 1.2 1996/05/29 21:05:24 niklas Exp $ +* $OpenBSD: bindec.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: bindec.sa,v 1.3 1994/10/26 07:48:51 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -103,7 +103,7 @@ * in INEX2. * * A10. Or in INEX. -* If INEX is set, round error occured. This is +* If INEX is set, round error occurred. This is * compensated for by 'or-ing' in the INEX2 flag to * the lsb of Y. * @@ -545,7 +545,7 @@ A9_con: * A10. Or in INEX. -* If INEX is set, round error occured. This is compensated +* If INEX is set, round error occurred. This is compensated * for by 'or-ing' in the INEX2 flag to the lsb of Y. * * Register usage: diff --git a/sys/arch/m68k/fpsp/decbin.sa b/sys/arch/m68k/fpsp/decbin.sa index a091b708b65..cbd32d764e2 100644 --- a/sys/arch/m68k/fpsp/decbin.sa +++ b/sys/arch/m68k/fpsp/decbin.sa @@ -1,4 +1,4 @@ -* $OpenBSD: decbin.sa,v 1.2 1996/05/29 21:05:27 niklas Exp $ +* $OpenBSD: decbin.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: decbin.sa,v 1.2 1994/10/26 07:48:59 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -96,7 +96,7 @@ * in an inex2 exception. If so, set inex1 in the fpsr and * check if the inex1 exception is enabled. If so, set d7 upper * word to $0100. This will signal unimp.sa that an enabled inex1 -* exception occured. Unimp will fix the stack. +* exception occurred. Unimp will fix the stack. * DECBIN IDNT 2,1 Motorola 040 Floating Point Software Package diff --git a/sys/arch/m68k/fpsp/netbsd.sa b/sys/arch/m68k/fpsp/netbsd.sa index 6fa7c6b7d5d..933bc0fff30 100644 --- a/sys/arch/m68k/fpsp/netbsd.sa +++ b/sys/arch/m68k/fpsp/netbsd.sa @@ -1,4 +1,4 @@ -* $OpenBSD: netbsd.sa,v 1.3 1997/07/06 07:46:21 downsj Exp $ +* $OpenBSD: netbsd.sa,v 1.4 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: netbsd.sa,v 1.3 1997/04/25 02:26:04 thorpej Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -107,7 +107,7 @@ real_dz: * necessary for E1 exceptions. * * Code following the 'inex' label is to handle bug #1232. In this -* bug, if an E1 snan, ovfl, or unfl occured, and the process was +* bug, if an E1 snan, ovfl, or unfl occurred, and the process was * swapped out before taking the exception, the exception taken on * return was inex, rather than the correct exception. The snan, ovfl, * and unfl exception to be taken must not have been enabled. The diff --git a/sys/arch/m68k/fpsp/res_func.sa b/sys/arch/m68k/fpsp/res_func.sa index e95ebb7e183..59def49ba9e 100644 --- a/sys/arch/m68k/fpsp/res_func.sa +++ b/sys/arch/m68k/fpsp/res_func.sa @@ -1,4 +1,4 @@ -* $OpenBSD: res_func.sa,v 1.2 1996/05/29 21:05:32 niklas Exp $ +* $OpenBSD: res_func.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: res_func.sa,v 1.3 1994/10/26 07:49:22 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -325,7 +325,7 @@ cu_nuninx: bne.b cu_nunzro * * The mantissa is zero from the denorm loop. Check sign and rmode -* to see if rounding should have occured which would leave the lsb. +* to see if rounding should have occurred which would leave the lsb. * move.l USER_FPCR(a6),d0 andi.l #$30,d0 ;isolate rmode diff --git a/sys/arch/m68k/fpsp/skeleton.sa b/sys/arch/m68k/fpsp/skeleton.sa index f1c9b6de869..322830b05de 100644 --- a/sys/arch/m68k/fpsp/skeleton.sa +++ b/sys/arch/m68k/fpsp/skeleton.sa @@ -1,4 +1,4 @@ -* $OpenBSD: skeleton.sa,v 1.2 1996/05/29 21:05:39 niklas Exp $ +* $OpenBSD: skeleton.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: skeleton.sa,v 1.3 1994/10/26 07:49:50 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -110,7 +110,7 @@ real_dz: * necessary for E1 exceptions. * * Code following the 'inex' label is to handle bug #1232. In this -* bug, if an E1 snan, ovfl, or unfl occured, and the process was +* bug, if an E1 snan, ovfl, or unfl occurred, and the process was * swapped out before taking the exception, the exception taken on * return was inex, rather than the correct exception. The snan, ovfl, * and unfl exception to be taken must not have been enabled. The diff --git a/sys/arch/m68k/fpsp/x_operr.sa b/sys/arch/m68k/fpsp/x_operr.sa index dec7e636576..f1d6cc0072f 100644 --- a/sys/arch/m68k/fpsp/x_operr.sa +++ b/sys/arch/m68k/fpsp/x_operr.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_operr.sa,v 1.2 1996/05/29 21:05:47 niklas Exp $ +* $OpenBSD: x_operr.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_operr.sa,v 1.4 1994/10/26 07:50:24 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -347,7 +347,7 @@ not_enabled: * * It is possible to have either inex2 or inex1 exceptions with the * operr. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_ovfl.sa b/sys/arch/m68k/fpsp/x_ovfl.sa index ef8cd31889f..a58eda43d9b 100644 --- a/sys/arch/m68k/fpsp/x_ovfl.sa +++ b/sys/arch/m68k/fpsp/x_ovfl.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_ovfl.sa,v 1.2 1996/05/29 21:05:48 niklas Exp $ +* $OpenBSD: x_ovfl.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_ovfl.sa,v 1.2 1994/10/26 07:50:26 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -117,7 +117,7 @@ no_e3_1: * * It is possible to have either inex2 or inex1 exceptions with the * ovfl. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_snan.sa b/sys/arch/m68k/fpsp/x_snan.sa index fd0962100fb..668580723ce 100644 --- a/sys/arch/m68k/fpsp/x_snan.sa +++ b/sys/arch/m68k/fpsp/x_snan.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_snan.sa,v 1.2 1996/05/29 21:05:48 niklas Exp $ +* $OpenBSD: x_snan.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_snan.sa,v 1.3 1994/10/26 07:50:28 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -83,7 +83,7 @@ fpsp_snan: * * It is possible to have an inex1 exception with the * snan. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/fpsp/x_unfl.sa b/sys/arch/m68k/fpsp/x_unfl.sa index 9ed3f16fb64..62d50982ced 100644 --- a/sys/arch/m68k/fpsp/x_unfl.sa +++ b/sys/arch/m68k/fpsp/x_unfl.sa @@ -1,4 +1,4 @@ -* $OpenBSD: x_unfl.sa,v 1.2 1996/05/29 21:05:49 niklas Exp $ +* $OpenBSD: x_unfl.sa,v 1.3 2001/09/20 17:02:30 mpech Exp $ * $NetBSD: x_unfl.sa,v 1.3 1994/10/26 07:50:30 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -106,7 +106,7 @@ no_e3_1: * * It is possible to have either inex2 or inex1 exceptions with the * unfl. If the inex enable bit is set in the FPCR, and either -* inex2 or inex1 occured, we must clean up and branch to the +* inex2 or inex1 occurred, we must clean up and branch to the * real inex handler. * ck_inex: diff --git a/sys/arch/m68k/m68k/ns_cksum.c b/sys/arch/m68k/m68k/ns_cksum.c index bafbe4c64fc..180d184142d 100644 --- a/sys/arch/m68k/m68k/ns_cksum.c +++ b/sys/arch/m68k/m68k/ns_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_cksum.c,v 1.2 1996/04/21 22:17:51 deraadt Exp $ */ +/* $OpenBSD: ns_cksum.c,v 1.3 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: ns_cksum.c,v 1.5 1996/04/01 01:38:15 briggs Exp $ */ /* @@ -98,7 +98,7 @@ ns_cksum(m, len) * 32 bit arithmetic registers for adding, * with carries from the low added * into the high (by normal carry-chaining) - * so long as we fold back before 16 carries have occured. + * so long as we fold back before 16 carries have occurred. */ if (1 & (int) w) goto uuuuglyy; diff --git a/sys/arch/mac68k/dev/if_ae.c b/sys/arch/mac68k/dev/if_ae.c index b95764ec73b..66b3b8f071d 100644 --- a/sys/arch/mac68k/dev/if_ae.c +++ b/sys/arch/mac68k/dev/if_ae.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ae.c,v 1.16 2001/07/09 22:41:14 fgsch Exp $ */ +/* $OpenBSD: if_ae.c,v 1.17 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: if_ae.c,v 1.62 1997/04/24 16:52:05 scottr Exp $ */ /* @@ -648,7 +648,7 @@ aeintr(arg, slot) /* * Decrement buffer in-use count if not zero (can only - * be zero if a transmitter interrupt occured while not + * be zero if a transmitter interrupt occurred while not * actually transmitting). * If data is ready to transmit, start it transmitting, * otherwise defer until after handling receiver. diff --git a/sys/arch/mac68k/dev/pm_direct.c b/sys/arch/mac68k/dev/pm_direct.c index a0423f468b6..87b3a7a6fe5 100644 --- a/sys/arch/mac68k/dev/pm_direct.c +++ b/sys/arch/mac68k/dev/pm_direct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pm_direct.c,v 1.3 1998/05/03 07:13:00 gene Exp $ */ +/* $OpenBSD: pm_direct.c,v 1.4 2001/09/20 17:02:30 mpech Exp $ */ /* pm_direct.c 1.22 01/09/97 Takashi Hamada */ /* @@ -972,7 +972,7 @@ pm_adb_op(buffer, compRout, data, command) PM_VIA_INTR_ENABLE(); - /* wait until the PM interrupt is occured */ + /* wait until the PM interrupt is occurred */ delay = 0x80000; while(adbWaiting == 1) { if ((via_reg(VIA1, vIFR) & 0x10) == 0x10) diff --git a/sys/arch/macppc/dev/pm_direct.c b/sys/arch/macppc/dev/pm_direct.c index 2dc914231ad..6b596eec9fc 100644 --- a/sys/arch/macppc/dev/pm_direct.c +++ b/sys/arch/macppc/dev/pm_direct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pm_direct.c,v 1.2 2001/09/01 17:43:09 drahn Exp $ */ +/* $OpenBSD: pm_direct.c,v 1.3 2001/09/20 17:02:30 mpech Exp $ */ /* $NetBSD: pm_direct.c,v 1.9 2000/06/08 22:10:46 tsubai Exp $ */ /* @@ -1051,7 +1051,7 @@ pm_adb_op(buffer, compRout, data, command) PM_VIA_INTR_ENABLE(); - /* wait until the PM interrupt is occured */ + /* wait until the PM interrupt is occurred */ ndelay = 0x80000; while (adbWaiting == 1) { if (read_via_reg(VIA1, vIFR) & 0x14) diff --git a/sys/arch/mvme68k/stand/sboot/etherfun.c b/sys/arch/mvme68k/stand/sboot/etherfun.c index cfdf24147e6..968748678f9 100644 --- a/sys/arch/mvme68k/stand/sboot/etherfun.c +++ b/sys/arch/mvme68k/stand/sboot/etherfun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: etherfun.c,v 1.4 1997/01/29 07:58:37 deraadt Exp $ */ +/* $OpenBSD: etherfun.c,v 1.5 2001/09/20 17:02:30 mpech Exp $ */ /* * @@ -163,7 +163,7 @@ do_get_file() do_send_tftp(READ); while (1) { if (le_get(buf, sizeof(buf), 5) == 0) { - /* timeout occured */ + /* timeout occurred */ if (last_ack) do_send_tftp(last_ack); else diff --git a/sys/arch/mvme88k/ddb/db_interface.c b/sys/arch/mvme88k/ddb/db_interface.c index 2e223824cf6..70a349b5b74 100644 --- a/sys/arch/mvme88k/ddb/db_interface.c +++ b/sys/arch/mvme88k/ddb/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.13 2001/08/31 01:06:26 miod Exp $ */ +/* $OpenBSD: db_interface.c,v 1.14 2001/09/20 17:02:31 mpech Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -329,7 +329,7 @@ m88k_db_print_frame(addr, have_addr, count, modif) } } - if (s->fpecr & 255) { /* floating point error occured */ + if (s->fpecr & 255) { /* floating point error occurred */ db_printf("fpecr: 0x%08x fpsr: 0x%08x fpcr: 0x%08x\n", s->fpecr, s->fpsr, s->fpcr); db_printf("fcr1-4: 0x%08x 0x%08x 0x%08x 0x%08x\n", diff --git a/sys/arch/mvme88k/dev/ssh.c b/sys/arch/mvme88k/dev/ssh.c index ab98884198e..5c6032b0845 100644 --- a/sys/arch/mvme88k/dev/ssh.c +++ b/sys/arch/mvme88k/dev/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.5 2001/08/26 02:37:07 miod Exp $ */ +/* $OpenBSD: ssh.c,v 1.6 2001/09/20 17:02:31 mpech Exp $ */ /* * Copyright (c) 1994 Michael L. Hitch @@ -1305,7 +1305,7 @@ ssh_checkintr(sc, istat, dstat, sstat0, status) #endif /* * If we were trying to start a command when the reselect - * occured, need to put it at the head of the ready list, + * occurred, need to put it at the head of the ready list, * mark target/lun unbusy and decrement sc_active count. */ if (sc->sc_nexus) { diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index b9f75ee03eb..3a3bf9d9cb9 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.15 2001/08/24 22:53:14 miod Exp $ */ +/* $OpenBSD: eh.S,v 1.16 2001/09/20 17:02:31 mpech Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -1121,7 +1121,7 @@ ASGLOBAL(use_SR3_pcb) * FLAGS: CPU status flags * *************************************************** * * immediate goal: * - * An exception occured while enabling the FPU. Since r31 * + * An exception occurred while enabling the FPU. Since r31 * * is the user's r31 while enabling the FPU, we had put * * our pcb pointer into SR3, so make room from * * there for our stack pointer. * @@ -2654,7 +2654,7 @@ ASGLOBAL(m197_use_SR3_pcb) * FLAGS: CPU status flags * *************************************************** * * immediate goal: * - * An exception occured while enabling the FPU. Since r31 * + * An exception occurred while enabling the FPU. Since r31 * * is the user's r31 while enabling the FPU, we had put * * our pcb pointer into SR3, so make room from * * there for our stack pointer. * diff --git a/sys/arch/mvme88k/stand/sboot/etherfun.c b/sys/arch/mvme88k/stand/sboot/etherfun.c index 7fae0580b4c..543e7df47a9 100644 --- a/sys/arch/mvme88k/stand/sboot/etherfun.c +++ b/sys/arch/mvme88k/stand/sboot/etherfun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: etherfun.c,v 1.2 2001/07/04 08:09:30 niklas Exp $ */ +/* $OpenBSD: etherfun.c,v 1.3 2001/09/20 17:02:31 mpech Exp $ */ /* * @@ -162,7 +162,7 @@ do_get_file() do_send_tftp(READ); while (1) { if (le_get(buf, sizeof(buf), 5) == 0) { - /* timeout occured */ + /* timeout occurred */ if (last_ack) do_send_tftp(last_ack); else diff --git a/sys/arch/sun3/sun3/kgdb_stub.c b/sys/arch/sun3/sun3/kgdb_stub.c index 432be3fb19e..1f914d20c6c 100644 --- a/sys/arch/sun3/sun3/kgdb_stub.c +++ b/sys/arch/sun3/sun3/kgdb_stub.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kgdb_stub.c,v 1.6 2001/08/12 20:18:30 mickey Exp $ */ +/* $OpenBSD: kgdb_stub.c,v 1.7 2001/09/20 17:02:31 mpech Exp $ */ /* $NetBSD: kgdb_stub.c,v 1.6 1996/10/23 16:30:48 gwr Exp $ */ /* @@ -452,7 +452,7 @@ kgdb_trap(type, tf) } /* * Stick frame regs into our reg cache then tell remote host - * that an exception has occured. + * that an exception has occurred. */ regs_to_gdb(tf, gdb_regs); if (type != T_BREAKPOINT) { diff --git a/sys/arch/vax/vax/ns_cksum.c b/sys/arch/vax/vax/ns_cksum.c index a7d23a5c369..a6f2f0a8ff6 100644 --- a/sys/arch/vax/vax/ns_cksum.c +++ b/sys/arch/vax/vax/ns_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_cksum.c,v 1.3 1997/05/29 00:05:24 niklas Exp $ */ +/* $OpenBSD: ns_cksum.c,v 1.4 2001/09/20 17:02:31 mpech Exp $ */ /* $NetBSD: ns_cksum.c,v 1.3 1996/10/13 03:35:55 christos Exp $ */ /* * Copyright (c) 1985, 1986 Regents of the University of California. @@ -99,7 +99,7 @@ ns_cksum(m, len) * 32 bit arithmetic registers for adding, * with carries from the low added * into the high (by normal carry-chaining) - * so long as we fold back before 16 carries have occured. + * so long as we fold back before 16 carries have occurred. * */ while ((mlen -= 32) >= 0) { |