diff options
author | 2003-08-01 07:43:01 +0000 | |
---|---|---|
committer | 2003-08-01 07:43:01 +0000 | |
commit | c3f84de9e82a4a26c85e29313189f37f35780338 (patch) | |
tree | 392647836a97e289f1307ce5f582d319dae1f576 | |
parent | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, (diff) | |
download | wireguard-openbsd-c3f84de9e82a4a26c85e29313189f37f35780338.tar.xz wireguard-openbsd-c3f84de9e82a4a26c85e29313189f37f35780338.zip |
Fix pcctwo locator typos
-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 |