diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-27 10:04:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-27 10:04:19 +0000 |
commit | f134282a6e41bef8bf05c5efb8385007d7a49e06 (patch) | |
tree | ed29af6b76ccbbe880da3185bab49c9cd598099d | |
parent | da89476e7cf2354a852ec6ee0b2e775c47b97ac6 (diff) |
viritual -> virtual
-rw-r--r-- | sys/arch/macppc/pci/mpc106reg.h | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/dev/ravenreg.h | 4 | ||||
-rw-r--r-- | sys/arch/pegasos/pci/mpc106reg.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/macppc/pci/mpc106reg.h b/sys/arch/macppc/pci/mpc106reg.h index 76aeacd1ef8..3eca4b6fe6e 100644 --- a/sys/arch/macppc/pci/mpc106reg.h +++ b/sys/arch/macppc/pci/mpc106reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpc106reg.h,v 1.2 2003/06/09 16:34:21 deraadt Exp $ */ +/* $OpenBSD: mpc106reg.h,v 1.3 2004/01/27 10:04:15 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -33,7 +33,7 @@ #define _MACHINE_MPC106REG_H_ /* Where we map the PCI memory space - MAP A*/ -#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Viritual */ +#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Virtual */ #define MPC106_P_PCI_MEM_SPACE 0xc0000000 /* Physical */ /* Where we map the PCI I/O space - MAP A*/ diff --git a/sys/arch/mvmeppc/dev/ravenreg.h b/sys/arch/mvmeppc/dev/ravenreg.h index 295e4b5e717..212e3e4c1c1 100644 --- a/sys/arch/mvmeppc/dev/ravenreg.h +++ b/sys/arch/mvmeppc/dev/ravenreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ravenreg.h,v 1.1 2001/06/26 21:57:41 smurph Exp $ */ +/* $OpenBSD: ravenreg.h,v 1.2 2004/01/27 10:04:18 miod Exp $ */ /* * Copyright (c) 2001 Steve Murphree, Jr. @@ -65,7 +65,7 @@ #define RAVEN_MSOFF3_PREP 0x800000C0 /* Where we map the PCI memory space - MAP A*/ -#define RAVEN_V_PCI_MEM_SPACE 0xc0000000 /* Viritual */ +#define RAVEN_V_PCI_MEM_SPACE 0xc0000000 /* Virtual */ #define RAVEN_P_PCI_MEM_SPACE 0xc0000000 /* Physical */ /* Where we map the PCI I/O space - MAP A*/ diff --git a/sys/arch/pegasos/pci/mpc106reg.h b/sys/arch/pegasos/pci/mpc106reg.h index ef100009262..f1e56e54fb0 100644 --- a/sys/arch/pegasos/pci/mpc106reg.h +++ b/sys/arch/pegasos/pci/mpc106reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpc106reg.h,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: mpc106reg.h,v 1.2 2004/01/27 10:04:18 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -33,7 +33,7 @@ #define _MACHINE_MPC106REG_H_ /* Where we map the PCI memory space - MAP A*/ -#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Viritual */ +#define MPC106_V_PCI_MEM_SPACE 0xc0000000 /* Virtual */ #define MPC106_P_PCI_MEM_SPACE 0xc0000000 /* Physical */ /* Where we map the PCI I/O space - MAP A*/ |