[BACK]Return to mvme88k.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/mvme88k.html between version 1.24 and 1.25

version 1.24, 2001/11/21 08:31:08 version 1.25, 2001/12/22 20:17:35
Line 29 
Line 29 
  <li><a href="#projects">Project list</a>   <li><a href="#projects">Project list</a>
  <li><a href="#m187dmesg">MVME187 dmesg</a>   <li><a href="#m187dmesg">MVME187 dmesg</a>
  <li><a href="#m188dmesg">MVME188 dmesg</a>   <li><a href="#m188dmesg">MVME188 dmesg</a>
    <li><a href="#m197dmesg">MVME197 dmesg</a>
 </ul>  </ul>
 </p>  </p>
   
Line 107 
Line 108 
 processors (1, 2 or 4) and associated CMMUs. All existing configuration should  processors (1, 2 or 4) and associated CMMUs. All existing configuration should
 be supported, but this has only been tested on 1P64 (1 cpu, 4 cmmu) and 2P256 (2  be supported, but this has only been tested on 1P64 (1 cpu, 4 cmmu) and 2P256 (2
 cpu, 4 cmmu) boards.  cpu, 4 cmmu) boards.
   <li> MVME197: Motorola 88110 based Single Board Computer (SBC)
   The MVME197 CPU boards come in different flavours, differing by the number of
   processors (1 or 2) and the presence of an external cache controller. All existing
   configuration should be supported, but this has only been tested on a MVME197LE
   (no external cache controller) boards.  Support for this board is new and it still
   has some 'features' to work out.
 </ul>  </ul>
   
 <h4>Supported devices</h4>  <h4>Supported devices</h4>
Line 137 
Line 144 
   </ul>    </ul>
 </ul>  </ul>
   
 <h4>OpenBSD/mvme88k does *not* run on these machines (yet):</h4>  
 <ul>  
  <li> MVME197: This is work in progress.  
 </ul>  
   
 <h4>Unsupported Devices. There are many more...</h4>  <h4>Unsupported Devices. There are many more...</h4>
 <ul>  <ul>
  <li>Disk Controllers:   <li>Disk Controllers:
Line 164 
Line 166 
 <a name=projects>  <a name=projects>
 <h3><font color=#0000e0>Project list:</font></h3>  <h3><font color=#0000e0>Project list:</font></h3>
 <ul>  <ul>
  <li>Continue work on MVME197 port (cmmu, built-in peripherals).  
  <li>Start work on device drivers for unsupported VME cards.   <li>Start work on device drivers for unsupported VME cards.
  <li>Write code for new binutils (will fix ld bugs) and switch to ELF.   <li>Write code for new binutils (will fix ld bugs) and switch to ELF.
  <li>Shared libraries.   <li>Shared libraries.
Line 282 
Line 283 
 boot device: sd0  boot device: sd0
 root on sd0a  root on sd0a
 rootdev=0x400 rrootdev=0x800 rawdev=0x802  rootdev=0x400 rrootdev=0x800 rawdev=0x802
   </pre>
   
   <a name=m197dmesg>
   <h3><font color=#0000e0>MVME197 dmesg:</font></h3>
   <p>
   Here is a dmesg from a MVME197LE.
   </p>
   <pre>
   Model: Motorola MVME197 50Mhz
   real mem  = 33550336
   avail mem = 28221440 (6890 pages)
   using 435 buffers containing 1781760 bytes of memory
   mainbus0 (root) machine type MVME197
   bugtty0 at mainbus0 addr 0xfff45000: bugtty
   bussw0 at mainbus0 addr 0xfff00000: rev 1
   pcctwo0 at bussw0 offset 0x42000: rev 0
   clock0 at pcctwo0 ipl 5: VME1x7
   sclock0 at pcctwo0 ipl 5: VME1x7
   nvram0 at pcctwo0 offset 0xc0000: MK48T08 len 8192
   cl0 at pcctwo0 offset 0x45000 ipl 3 console
   ssh0 at pcctwo0 offset 0x47000 ipl 2: version 2 target 7
   scsibus0 at ssh0: 8 targets
   ssh0: target 0 now synchronous, period=100ns, offset=8
   sd0 at scsibus0 targ 0 lun 0: <COMPAQPC, DSP3053LS, 442C> SCSI2 0/direct fixed
   sd0: 511MB, 3117 cyl, 4 head, 83 sec, 512 bytes/sec, 1046532 sec total
   vme0 at pcctwo0 offset 0x40000: vector base 0x80, system controller
   vme0: using BUG parameters
   vme0: 1phys 0x02000000-0xefff0000 to VME 0x02000000-0xefff0000
   vme0: 2phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
   vme0: 3phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
   vme0: 4phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
   vme0: vme to cpu irq level 1:1
   vmes0 at vme0
   vmel0 at vme0
   ie0 at pcctwo0 offset 0x46000 ipl 1: address 08:00:3e:22:fe:6a
   boot device: ie0
 </pre>  </pre>
   
 <hr>  <hr>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25