diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-01 07:43:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-01 07:43:02 +0000 |
commit | cf807bd1668ea8e083b24e3e516fb0d56996eb40 (patch) | |
tree | 33275217e66fac63e455ee988e9861ca72c9864e /sys/arch/mvme88k/conf | |
parent | 21b83086e367903f33d2971ee513fefeab8fb2c1 (diff) |
Fix pcctwo locator typos
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M187 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index 707ca1f6f46..6e6232becd4 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2003/01/04 16:20:30 miod Exp $ +# $OpenBSD: GENERIC,v 1.33 2003/08/01 07:43:01 miod Exp $ machine mvme88k @@ -42,7 +42,7 @@ vme0 at pcctwo0 offset 0x40000 ie0 at pcctwo0 offset 0x46000 ipl 1 ssh0 at pcctwo0 offset 0x47000 ipl 2 cl0 at pcctwo0 offset 0x45000 ipl 3 -#lptwo0 at pcctwo0 addr 0x45000 ipl 1 +#lptwo0 at pcctwo0 offset 0x45000 ipl 1 memc0 at pcctwo0 offset 0x43000 memc1 at pcctwo0 offset 0x43100 diff --git a/sys/arch/mvme88k/conf/M187 b/sys/arch/mvme88k/conf/M187 index 41e9483fae7..f6e02dce277 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -1,4 +1,4 @@ -# $OpenBSD: M187,v 1.20 2003/01/04 16:20:30 miod Exp $ +# $OpenBSD: M187,v 1.21 2003/08/01 07:43:01 miod Exp $ machine mvme88k @@ -31,9 +31,9 @@ nvram0 at pcctwo0 offset 0xc0000 ie0 at pcctwo0 offset 0x46000 ipl 1 ssh0 at pcctwo0 offset 0x47000 ipl 2 cl0 at pcctwo0 offset 0x45000 ipl 3 -#lptwo0 at pcctwo0 addr 0x45000 ipl 1 size -memc0 at pcctwo0 addr 0x43000 -memc1 at pcctwo0 addr 0x43100 +#lptwo0 at pcctwo0 offset 0x45000 ipl 1 size +memc0 at pcctwo0 offset 0x43000 +memc1 at pcctwo0 offset 0x43100 # ------------------------------ vme0 devices -------------------------- vmes0 at vme0 |