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

Annotation of www/mvme68k.html, Revision 1.36

1.16      fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/mvme68k</title>
1.16      fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/mvme68k page">
                      8: <meta name="keywords" content="openbsd,mvme68k">
                      9: <meta name="distribution" content="global">
1.28      deraadt    10: <meta name="copyright" content="This document copyright 1996 by OpenBSD.">
1.16      fn         11: </head>
                     12:
1.29      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.16      fn         14:
1.34      deraadt    15: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     16: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     17: <p>
                     18: <h2><font color=#e00000>OpenBSD/mvme68k</font></h2>
1.1       deraadt    19:
1.16      fn         20: <hr>
                     21: <h3><strong>History and Status:</strong></h3>
1.1       deraadt    22:
1.16      fn         23: <p>
1.34      deraadt    24: This port was primarily done by Theo de Raadt in 1995 as a contract to
1.1       deraadt    25: Willowglen Singapore.  An earlier port to the MVME147 by Chuck Cranor
                     26: based on Paul Mackerras' old DA30 code (and using hardware donated by
                     27: Jonathan Levine at Theo's request) provided a solid development
                     28: platform.  Bizzarely, Dale Rahn of Motorola also independently wrote a
1.34      deraadt    29: port to the MVME147.  For most kernel parts, both their ports were
                     30: analysed but more code was written new by Theo, or based on the hp300
                     31: code.  Dale helped significantly during the porting to the 68040
                     32: models and wrote most of the code specific to the MVME167 model.
                     33: Steve Murphee continued work and made the MVME177 work, as well as
                     34: adding support for some VME devices.
1.1       deraadt    35:
                     36: <p>
                     37: The people working the most on OpenBSD/mvme68k currently consists of
1.33      deraadt    38: Steve Murphee, Theo de Raadt, and Dale Rahn. Of course, others are
1.16      fn         39: very welcome!
1.1       deraadt    40:
                     41: <p>
1.34      deraadt    42: The same kernel currently runs on the following pieces of hardware:
1.1       deraadt    43:
1.33      deraadt    44: <ul>
1.34      deraadt    45: <li><strong>MVME147: </strong>68030<br>
1.33      deraadt    46: This works stably.
                     47: <ul>
1.22      deraadt    48: <li>Everything supported except the parallel port.
                     49: <li>I have a driver for the parallel port, but it is not integrated yet.
1.33      deraadt    50: </ul>
                     51: <p>
1.16      fn         52:
1.34      deraadt    53: <li><strong>MVME162: </strong>68040<br>
1.33      deraadt    54: This works stably.
                     55: <ul>
1.22      deraadt    56: <li>Everything important working.. with these additional notes:
1.1       deraadt    57: <li>SCSI working (4.5MB/sec off a 4.2G Quantum Grand Prix).<br>
1.22      deraadt    58: <li>VME bus support untested
                     59: <li>parity and ecc not supported
1.5       deraadt    60: <li>flash driver not working
1.1       deraadt    61: <li>IP module driver untested
1.33      deraadt    62: </ul>
                     63: <p>
1.16      fn         64:
1.34      deraadt    65: <li><strong>MVME165: </strong>68040<br>
1.33      deraadt    66: What little we know about it makes us think it is doable.
                     67: <p>
1.1       deraadt    68:
1.34      deraadt    69: <li><strong>MVME166: </strong>68040<br>
1.33      deraadt    70: This might already work. Anyone want to test it?
                     71: <p>
1.1       deraadt    72:
1.34      deraadt    73: <li><strong>MVME167C: </strong>68040<br>
1.33      deraadt    74: This works stably.
                     75: <ul>
1.22      deraadt    76: <li>Works as well as the MVME162 port above, plus these notes:
1.1       deraadt    77: <li>parallel port not supported.
1.33      deraadt    78: </ul>
1.35      deraadt    79: <p>
1.34      deraadt    80:
                     81: <li><strong>MVME177-001: </strong>68060<br>
1.33      deraadt    82: This works stably.
                     83: <ul>
                     84: <li>Works as well as the MVME167 port.
                     85: </ul>
                     86: <p>
1.34      deraadt    87: </ul>
                     88:
                     89: Additional VME devices that are supported:<p>
                     90: <ul>
                     91: <li><strong>MVME376</strong>: VME Lance ethernet
                     92: <li><strong>MVME328</strong>: SCSI controller
                     93: </ul>
1.35      deraadt    94: <p>
                     95:
1.1       deraadt    96:
1.34      deraadt    97: For all these architectures, both diskless booting using sun-style
                     98: bootparams/nfs and regular full disk booting are supported.
1.1       deraadt    99:
                    100: <p>
                    101: Note: This port has COMPAT_SUNOS support, so it can run SunOS sun3
1.34      deraadt   102: binaries. As such, I think that the MVME177 is probably the fastest
                    103: machine capable of running SunOS sun3 binaries....
1.16      fn        104:
                    105: <hr>
1.1       deraadt   106: <p>
1.26      deraadt   107: <a href=ftp.html>Snapshots are made available from time to time.</a>
1.16      fn        108:
                    109: <hr>
1.34      deraadt   110: <h3><strong>What does it look like?  This is a MVME162.  Following it is
                    111: the boot log from a MVME177.</strong></h3>
1.1       deraadt   112:
1.32      deraadt   113: <img src=images/mvme162.gif><p>
1.21      deraadt   114:
1.1       deraadt   115: <pre>
1.33      deraadt   116: Copyright Motorola Inc. 1988 - ...., All Rights Reserved
1.1       deraadt   117:
1.33      deraadt   118: MVME177 Debugger/Diagnostics Release Version ...
1.1       deraadt   119: COLD Start
                    120:
1.33      deraadt   121: Local Memory Found =02000000 (&33554432)
1.1       deraadt   122:
1.33      deraadt   123: MPU Clock Speed =50Mhz
1.1       deraadt   124:
1.16      fn        125: 162-Bug&gt;bo
1.33      deraadt   126: Booting from: VME177, Controller 0, Drive 0
1.1       deraadt   127: Loading: Operating System
                    128:
                    129: Volume: NBSD
                    130:
                    131: IPL loaded at: $003F0000
1.36    ! deraadt   132: &gt;&gt; OpenBSD BOOT [$Revision: 1.35 $]
1.1       deraadt   133: using ctrl 0 dev 0
                    134: Booting /OpenBSD @ 0x10000
                    135: 8c000+8000+caf8 [8f40+9162]  start 0x10020
                    136: [ preserving 73898 bytes of OpenBSD symbol table ]
                    137: Copyright (c) 1982, 1986, 1989, 1991, 1993
                    138:         The Regents of the University of California.  All rights reserved.
                    139:
1.33      deraadt   140: OpenBSD 2.6-current (GENERIC) #10: Mon Jan 24 14:04:57 PST 2000
                    141:     deraadt@m167.openbsd.org:/sys/arch/mvme68k/compile/GENERIC
                    142: Motorola 177-001: 50MHz MC68060 CPU+MMU+FPU, 8k on-chip physical I/D caches, unknown FPU
                    143: real mem = 33554432
                    144: avail mem = 27975680
                    145: using 409 buffers containing 1675264 bytes of memory
1.1       deraadt   146: mainbus0 (root)
1.33      deraadt   147: pcctwo0 at mainbus0 addr 0xfff00000: rev 0
                    148: clock0 at pcctwo0 ipl 5
                    149: cl0 at pcctwo0 offset 0x45000 ipl 3 console
                    150: vme0 at pcctwo0 offset 0x40000: system controller
                    151: vme0: using BUG parameters
                    152: vme0: 1phys 0x02000000-0xefff0000 to VME 0x02000000-0xefff0000
                    153: vme0: 2phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
                    154: vme0: 3phys 0x00400000-0x00ff0000 to VME 0x00400000-0x00ff0000
                    155: vme0: 4phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
                    156: vme0: vme to cpu irq level 1:1
1.1       deraadt   157: vmes0 at vme0
                    158: vmel0 at vme0
1.33      deraadt   159: ie0 at pcctwo0 offset 0x46000 ipl 1: address 08:00:3e:23:5c:a2
                    160: siop0 at pcctwo0 offset 0x47000 ipl 2: version 2 target 7
                    161: scsibus0 at siop0: 8 targets
                    162: siop0: target 0 now synchronous, period=100ns, offset=8
1.36    ! deraadt   163: sd0 at scsibus0 targ 0 lun 0: &lt;QUANTUM, FIREBALL1080S, 1Q04&gt; SCSI2 0/direct fixed
1.33      deraadt   164: sd0: 1042MB, 3835 cyl, 4 head, 139 sec, 512 bytes/sec, 2134305 sec total
                    165: memc0 at pcctwo0 offset 0x43000: MCECC rev 0
                    166: nvram0 at pcctwo0 offset 0xc0000: MK48T08 len 8192
                    167: flash0 at mainbus0 addr 0xffa00000: unknown manu 0x00 ident 00
1.1       deraadt   168: sram0 at mainbus0 addr 0xffe00000: len 131072
1.33      deraadt   169: boot device: sd0
1.1       deraadt   170: root on sd0a
1.33      deraadt   171: ie0: supplying EUI64: 08:00:3e:ff:fe:23:5c:a2
                    172: rootdev=0x400 rrootdev=0x800 rawdev=0x802
1.1       deraadt   173: Automatic boot in progress: starting file system checks.
                    174: /dev/rsd0a: file system is clean; not checking
                    175: /dev/rsd0g: file system is clean; not checking
                    176: /dev/rsd0e: file system is clean; not checking
                    177: setting tty flags
                    178: starting network
1.33      deraadt   179: add host m177: gateway localhost
1.1       deraadt   180: starting rpc daemons: portmap ypbind nfsiod amd.
                    181: starting system logger, time daemon.
                    182: checking for core dump...
                    183: savecore: no core dump
                    184: checking quotas: done.
                    185: building databases...
                    186: clearing /tmp
                    187: standard daemons: update cron.
                    188: starting network daemons: routed printer inetd.
                    189: starting local daemons:.
                    190: runtime link editor directory cache
1.33      deraadt   191: Thu Jan 14 03:58:38 MDT 2000
                    192: Sep 14 03:58:38 m177 init: kernel security level changed from 0 to 1
1.1       deraadt   193:
1.33      deraadt   194: OpenBSD/mvme68k (m177) (ttya)
1.1       deraadt   195:
                    196: login:
                    197: </pre>
                    198:
1.16      fn        199: <hr>
1.30      pauls     200: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   201: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.16      fn        202: <br>
1.36    ! deraadt   203: <small>$OpenBSD: mvme68k.html,v 1.35 2000/01/26 21:15:21 deraadt Exp $</small>
1.16      fn        204:
                    205: </body>
                    206: </html>