diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
commit | f219204e622c247bff69aac64de1942dc8bfaff3 (patch) | |
tree | 1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/arch | |
parent | bfbcc49c92083563ea5a036a9aeb295fc495af8c (diff) |
spelling
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/stand/boot/version | 6 | ||||
-rw-r--r-- | sys/arch/amiga/amiga/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/hp300/DOC/Debug.tips | 4 | ||||
-rw-r--r-- | sys/arch/hp300/DOC/HPMMU.notes | 8 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/intr.h | 4 |
8 files changed, 19 insertions, 19 deletions
diff --git a/sys/arch/alpha/stand/boot/version b/sys/arch/alpha/stand/boot/version index b502ad108f2..1d0185a2d65 100644 --- a/sys/arch/alpha/stand/boot/version +++ b/sys/arch/alpha/stand/boot/version @@ -1,4 +1,4 @@ -$OpenBSD: version,v 1.6 1997/05/05 06:01:53 millert Exp $ +$OpenBSD: version,v 1.7 2002/02/10 23:15:05 deraadt Exp $ $NetBSD: version,v 1.9 1997/01/23 23:10:38 cgd Exp $ 1.1: Initial version @@ -8,8 +8,8 @@ $NetBSD: version,v 1.9 1997/01/23 23:10:38 cgd Exp $ 1.4-2: Complete rewrite of boot block code 1.5: Update for new ECOFF headers 1.6: Don't pass arguments to the kernel, trim unnecessary environment - calls, kill 'ask' loop (i.e. if boot fails, halt), seperate - ECOFF and a.out support into seperate options. + calls, kill 'ask' loop (i.e. if boot fails, halt), separate + ECOFF and a.out support into separate options. 1.7: Use libsa and libkern rather than building the objects locally. 1.8: Search for a kernel, if none specified. 1.9: Add support for gzipped kernels. diff --git a/sys/arch/amiga/amiga/locore.s b/sys/arch/amiga/amiga/locore.s index be6e86f56fe..19dbce8eadf 100644 --- a/sys/arch/amiga/amiga/locore.s +++ b/sys/arch/amiga/amiga/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.36 2002/01/24 20:31:07 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.37 2002/02/10 23:15:05 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.89 1997/07/17 16:22:54 is Exp $ */ /* @@ -232,7 +232,7 @@ Lbe10: btst #8,d0 | data fault? jne Lbe10a movql #1,d0 | user program access FC - | (we dont seperate data/program) + | (we dont separate data/program) btst #5,sp@(FR_HW+8) | supervisor mode? jeq Lbe10a | if no, done movql #5,d0 | else supervisor program access diff --git a/sys/arch/hp300/DOC/Debug.tips b/sys/arch/hp300/DOC/Debug.tips index d55d4350ba7..8a76bc98edf 100644 --- a/sys/arch/hp300/DOC/Debug.tips +++ b/sys/arch/hp300/DOC/Debug.tips @@ -1,4 +1,4 @@ -$OpenBSD: Debug.tips,v 1.2 1997/01/12 15:12:08 downsj Exp $ +$OpenBSD: Debug.tips,v 1.3 2002/02/10 23:15:05 deraadt Exp $ $NetBSD: Debug.tips,v 1.2 1994/10/26 07:22:49 cgd Exp $ NOTE: this description applies to the hp300 system with the old BSD @@ -94,7 +94,7 @@ The HP maintains the p0br/p0lr and p1br/p1lr PCB fields the same as the VAX even though they have no meaning to the hardware. This also keeps many utilities happy. -There is no seperate interrupt stack (right now) on the HPs. Interrupt +There is no separate interrupt stack (right now) on the HPs. Interrupt processing is handled on the kernel stack of the "current" process. Following is a list of things you might want to be able to do with a kernel diff --git a/sys/arch/hp300/DOC/HPMMU.notes b/sys/arch/hp300/DOC/HPMMU.notes index 3529aa490a4..0d525d2e076 100644 --- a/sys/arch/hp300/DOC/HPMMU.notes +++ b/sys/arch/hp300/DOC/HPMMU.notes @@ -1,4 +1,4 @@ -$OpenBSD: HPMMU.notes,v 1.3 2001/09/20 17:02:29 mpech Exp $ +$OpenBSD: HPMMU.notes,v 1.4 2002/02/10 23:15:05 deraadt Exp $ $NetBSD: HPMMU.notes,v 1.2 1994/10/26 07:22:51 cgd Exp $ Overview: @@ -9,7 +9,7 @@ Overview: Page and segment table entries mimic the Motorola 68851 PMMU, in an effort at upward compatibility. The HP MMU uses a two - level translation scheme. There are seperate (but equal!) + level translation scheme. There are separate (but equal!) translation tables for both supervisor and user modes. At the lowest level are page tables. Each page table consists of one or more 4k pages of 1024x4 byte page table entries. Each PTE @@ -21,14 +21,14 @@ Overview: unused valid bit in page and segment table entries must be zero. - There are seperate translation lookaside buffers for the user + There are separate translation lookaside buffers for the user and supervisor modes, each containing 1024 entries. To augment the 68020's instruction cache, the HP CPU has an external cache. A direct-mapped, virtual cache implementation is used with 16 Kbytes of cache on 320 systems and 32 Kbytes on 350 systems. Each cache entry can contain instructions or data, - from either user or supervisor space. Seperate valid bits are + from either user or supervisor space. Separate valid bits are kept for user and supervisor entries, allowing for descriminatory flushing of the cache. diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index bbd5ccb6df2..79b537d0dd5 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.33 2001/12/06 21:13:28 millert Exp $ */ +/* $OpenBSD: locore.s,v 1.34 2002/02/10 23:15:05 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -705,7 +705,7 @@ Lbe10: btst #8,d0 | data fault? jne Lbe10a movql #1,d0 | user program access FC - | (we dont seperate data/program) + | (we dont separate data/program) btst #5,sp@(FR_HW+8) | supervisor mode? jeq Lbe10a | if no, done movql #5,d0 | else supervisor program access diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index 6b207eb7322..4163e17cb7b 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.29 2001/12/06 21:13:28 millert Exp $ */ +/* $OpenBSD: locore.s,v 1.30 2002/02/10 23:15:05 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */ /* @@ -503,7 +503,7 @@ Lbe10: btst #8,d0 | data fault? jne Lbe10a movql #1,d0 | user program access FC - | (we dont seperate data/program) + | (we dont separate data/program) btst #5,sp@(FR_HW+8) | supervisor mode? jeq Lbe10a | if no, done movql #5,d0 | else supervisor program access diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index d44cbda8d1b..8c09877dd0a 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.29 2001/12/06 21:13:28 millert Exp $ */ +/* $OpenBSD: locore.s,v 1.30 2002/02/10 23:15:05 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -807,7 +807,7 @@ Lbe10: btst #8,d0 | data fault? jne Lbe10a movql #1,d0 | user program access FC - | (we dont seperate data/program) + | (we dont separate data/program) btst #5,a1@ | supervisor mode? jeq Lbe10a | if no, done movql #5,d0 | else supervisor program access diff --git a/sys/arch/mvme88k/include/intr.h b/sys/arch/mvme88k/include/intr.h index 7c936f48dc3..c544bc10a04 100644 --- a/sys/arch/mvme88k/include/intr.h +++ b/sys/arch/mvme88k/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.6 2001/12/16 23:49:46 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.7 2002/02/10 23:15:05 deraadt Exp $ */ /* * Copyright (C) 2000 Steve Murphree, Jr. * All rights reserved. @@ -47,7 +47,7 @@ #define M88K_LEVEL6_IRQ 6 #define M88K_LEVEL7_IRQ 7 /* - * We keep track of these seperately, but + * We keep track of these separately, but * they will be reflected with the above also. */ #define M88K_CLK_IRQ 8 |