diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-04 16:20:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-04 16:20:31 +0000 |
commit | c7548036f07050684a4c4b07a5a3829024a0a05e (patch) | |
tree | 5c0c2c786f0afbc3a5d2206f2617ebf62b10ca0f /sys | |
parent | 2ca2c7dafe7a16ed5ee28138d05d6c3e8d3783b0 (diff) |
Fix a few pcctwo attachment addresses
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M187 | 8 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M197 | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index 592d0a3e142..707ca1f6f46 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2001/12/22 18:48:50 smurph Exp $ +# $OpenBSD: GENERIC,v 1.32 2003/01/04 16:20:30 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 0xfff45000 ipl 1 size +#lptwo0 at pcctwo0 addr 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 8e1d38a560a..41e9483fae7 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -1,4 +1,4 @@ -# $OpenBSD: M187,v 1.19 2001/12/22 18:22:38 smurph Exp $ +# $OpenBSD: M187,v 1.20 2003/01/04 16:20:30 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 0xfff45000 ipl 1 size -#memc0 at pcctwo0 addr 0xfff43000 -#memc1 at pcctwo0 addr 0xfff43100 +#lptwo0 at pcctwo0 addr 0x45000 ipl 1 size +memc0 at pcctwo0 addr 0x43000 +memc1 at pcctwo0 addr 0x43100 # ------------------------------ vme0 devices -------------------------- vmes0 at vme0 diff --git a/sys/arch/mvme88k/conf/M197 b/sys/arch/mvme88k/conf/M197 index ddc16599313..2f4e633d1f1 100644 --- a/sys/arch/mvme88k/conf/M197 +++ b/sys/arch/mvme88k/conf/M197 @@ -1,4 +1,4 @@ -# $OpenBSD: M197,v 1.16 2001/12/22 18:48:50 smurph Exp $ +# $OpenBSD: M197,v 1.17 2003/01/04 16:20:30 miod Exp $ machine mvme88k @@ -35,9 +35,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 0xfff45000 ipl 1 size -#memc0 at pcctwo0 addr 0xfff43000 -#memc1 at pcctwo0 addr 0xfff43100 +#lptwo0 at pcctwo0 addr 0x45000 ipl 1 size +#memc0 at pcctwo0 addr 0x43000 +#memc1 at pcctwo0 addr 0x43100 # ------------------------------ vme0 devices -------------------------- vmes0 at vme0 |