diff options
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M187 | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 19 |
3 files changed, 14 insertions, 11 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index 74cb54c84fc..c2277030c50 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 2004/01/01 01:51:24 miod Exp $ +# $OpenBSD: GENERIC,v 1.39 2004/01/05 20:07:59 miod Exp $ machine mvme88k @@ -37,6 +37,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 +cl1 at pcctwo0 offset 0x45200 ipl 3 # M8120 only #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 8afd4fd4ab3..50db5ddbd80 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -1,4 +1,4 @@ -# $OpenBSD: M187,v 1.26 2004/01/01 01:51:24 miod Exp $ +# $OpenBSD: M187,v 1.27 2004/01/05 20:07:59 miod Exp $ machine mvme88k @@ -31,6 +31,7 @@ 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 +cl1 at pcctwo0 offset 0x45200 ipl 3 # M8120 only #lptwo0 at pcctwo0 offset 0x45000 ipl 1 size memc0 at pcctwo0 offset 0x43000 memc1 at pcctwo0 offset 0x43100 diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index 5eef5bb6a0b..ec07bbf101f 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,8 +1,8 @@ -# $OpenBSD: RAMDISK,v 1.18 2004/01/04 00:29:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.19 2004/01/05 20:07:59 miod Exp $ machine mvme88k -# 2 meg ramdisk +# 4 meg ramdisk option MINIROOTSIZE=4096 option RAMDISK_HOOKS @@ -44,23 +44,24 @@ pcctwo0 at bussw0 offset 0x42000 clock0 at pcctwo0 ipl 5 vme0 at pcctwo0 offset 0x40000 -nvram0 at pcctwo0 offset 0xc0000 +#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 +#cl1 at pcctwo0 offset 0x45200 ipl 3 # M8120 only clock0 at syscon0 ipl 5 -nvram0 at syscon0 offset 0x80000 +#nvram0 at syscon0 offset 0x80000 dart0 at syscon0 offset 0x82000 ipl 3 vme0 at syscon0 offset 0x85000 vmes0 at vme0 -vmel0 at vme0 +#vmel0 at vme0 -vx0 at vmes0 addr 0xff780000 ipl 3 len 0x10000 -vx1 at vmes0 addr 0xff790000 ipl 3 len 0x10000 -vx2 at vmes0 addr 0xff7a0000 ipl 3 len 0x10000 -vx3 at vmes0 addr 0xff7b0000 ipl 3 len 0x10000 +#vx0 at vmes0 addr 0xff780000 ipl 3 len 0x10000 +#vx1 at vmes0 addr 0xff790000 ipl 3 len 0x10000 +#vx2 at vmes0 addr 0xff7a0000 ipl 3 len 0x10000 +#vx3 at vmes0 addr 0xff7b0000 ipl 3 len 0x10000 le0 at vmes0 addr 0xffff1200 ipl 1 len 0x100 le1 at vmes0 addr 0xffff1400 ipl 1 len 0x100 le2 at vmes0 addr 0xffff1600 ipl 1 len 0x100 |