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

Annotation of www/mvme68k.html, Revision 1.42

1.42    ! miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
        !             2:        "http://www.w3.org/TR/html4/loose.dtd">
1.16      fn          3: <html>
1.1       deraadt     4: <head>
                      5: <title>OpenBSD/mvme68k</title>
1.42    ! miod        6: <link rev="made" href="mailto:www@openbsd.org">
        !             7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.16      fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/mvme68k page">
                     10: <meta name="keywords" content="openbsd,mvme68k">
                     11: <meta name="distribution" content="global">
1.39      horacio    12: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.16      fn         13: </head>
                     14:
1.42    ! miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.41      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.34      deraadt    17: <p>
1.42    ! miod       18: <h2><font color="#e00000">OpenBSD/mvme68k</font></h2>
1.1       deraadt    19:
1.16      fn         20: <hr>
1.1       deraadt    21:
1.16      fn         22: <p>
1.42    ! miod       23: OpenBSD/mvme68k runs on a large subset of Motorola's 680x0-based VME
        !            24: motherboard family.
        !            25: </p>
1.1       deraadt    26:
                     27: <p>
1.42    ! miod       28: There is currently no maintainer for the mvme68k port.
        !            29: </p>
1.1       deraadt    30:
1.42    ! miod       31: <a href="#toc"></a>
        !            32: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.1       deraadt    33: <p>
1.33      deraadt    34: <ul>
1.42    ! miod       35:   <li><a href="#history">Past history of the port</a>
        !            36:   <li><a href="#status">Current status</a>
        !            37:   <li><a href="#projects">Project list</a>
        !            38:   <li><a href="#install">Getting and installing OpenBSD/mvme68k</a>
        !            39:   <li><a href="#details">Hardware details</a>
        !            40:   <li><a href="#hardware">Supported hardware list</a>
1.33      deraadt    41: </ul>
1.42    ! miod       42: </p>
1.16      fn         43:
1.42    ! miod       44: <hr>
        !            45: <a name="history"></a>
        !            46: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.16      fn         47:
1.33      deraadt    48: <p>
1.42    ! miod       49: This port was primarily done by Theo de Raadt in 1995 as a contract to
        !            50: Willowglen Singapore.  An earlier port to the MVME147 by Chuck Cranor
        !            51: based on Paul Mackerras' old DA30 code (and using hardware donated by
        !            52: Jonathan Levine at Theo's request) provided a solid development
        !            53: platform.
        !            54: </p>
1.1       deraadt    55:
1.33      deraadt    56: <p>
1.42    ! miod       57: Bizzarely, Dale Rahn, working for Motorola back then, also independently
        !            58: wrote a port to the MVME147.  For most kernel parts, both their ports were
        !            59: analyzed but more code was written from scratch by Theo, or based on the
        !            60: hp300 code.
        !            61: </p>
1.1       deraadt    62:
1.35      deraadt    63: <p>
1.42    ! miod       64: Dale helped significantly during the porting to the 68040
        !            65: models and wrote most of the code specific to the MVME167 model.
        !            66: Later, Steve Murphee continued work and made the MVME177 work, as well as
        !            67: adding support more some VME devices.
        !            68: </p>
1.34      deraadt    69:
1.42    ! miod       70: <hr>
        !            71: <a name="status"></a>
        !            72: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.34      deraadt    73:
1.35      deraadt    74: <p>
1.42    ! miod       75: Currently, all the boards listed in the
        !            76: <a href="#hardware">supported hardware list</a> section below boot
        !            77: multi-user, and support enough of the on-board devices to be generally
        !            78: useable.
        !            79: </p>
        !            80:
        !            81: <p>
        !            82: OpenBSD/mvme68k is able to run sun3 SunOS binaries via the
        !            83: <strong>COMPAT_SUNOS</strong> kernel option.
        !            84: Thus, the MVME177 board is probably the fastest machine capable of running
        !            85: SunOS m68k binaries!
        !            86: </p>
        !            87:
        !            88: <p>
        !            89: As none of the mvme68k boards have graphics devices, and none of the Motorola
        !            90: VME frame buffers are currently supported, there are no X-Window servers
        !            91: available.
        !            92: However, a complete set of X-Window clients and utilities is available,
        !            93: allowing OpenBSD/mvme68k machines to behave as X11 font servers, or run
        !            94: X-Window clients on remote display.
        !            95: </p>
1.35      deraadt    96:
1.42    ! miod       97: <hr>
        !            98: <a name="projects"></a>
        !            99: <h3><font color="#0000e0"><strong>Project list (in no particular order):
        !           100: </strong></font></h3>
1.1       deraadt   101:
                    102: <p>
1.42    ! miod      103: <ul>
        !           104:   <li>Support MVME172.
        !           105:   <li>Support MVME135 and MVME136.
        !           106:   <li>Support MVME165.
        !           107:   <li>Work on unsupported cards (MVME327, MVME374...)
        !           108: </ul>
        !           109: </p>
1.16      fn        110:
                    111: <hr>
1.42    ! miod      112: <a name="install"></a>
        !           113: <h3><font color="#0000e0">
        !           114: <strong>Getting and installing OpenBSD/mvme68k:</strong>
        !           115: </font></h3>
        !           116:
        !           117: <p>
        !           118: The latest supported OpenBSD/mvme68k release is
        !           119: <a href="32.html">OpenBSD 3.2</a>.
        !           120: Here are the
        !           121: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/mvme68k/INSTALL.mvme68k">
        !           122: OpenBSD/mvme68k 3.2 installation instructions
        !           123: </a>.
        !           124: </p>
        !           125:
        !           126: <p>
        !           127: Snapshots are made available from time to time, in
        !           128: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme68k">this location</a>
        !           129: as well as in a few
        !           130: <a href="ftp.html">mirrors</a>.
        !           131: Here are the
        !           132: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mvme68k/INSTALL.mvme68k">
        !           133: OpenBSD/mvme68k snapshot installation instructions
        !           134: </a> as well.
        !           135: </p>
1.16      fn        136:
                    137: <hr>
1.42    ! miod      138: <a name="#details"></a>
        !           139: <h3><font color="#0000e0"><strong>Hardware details:</strong></font></h3>
1.1       deraadt   140:
1.42    ! miod      141: <p>
        !           142: As VME hardware is quite uncommon in the average retail place,
        !           143: this section is here to satisfy the well-founded curiosity about the mvme68k
        !           144: hardware.
        !           145: </p>
1.21      deraadt   146:
1.42    ! miod      147: <p>
        !           148: This picture is a MVME162 processor board.<br>
        !           149: <img src="images/mvme162.gif" width="637" height="468" alt="MVME162 picture">
        !           150: </p>
        !           151:
        !           152: <p>
        !           153: This is a boot log of an MVME177 system.
1.1       deraadt   154: <pre>
1.42    ! miod      155: OpenBSD 3.2-current (GENERIC) #5: Mon Dec 23 01:49:09 GMT 2002
        !           156:     miod@bioue.gentiane.org:/usr/src/sys/arch/mvme68k/compile/GENERIC
        !           157: Motorola  MVME177-011: 60MHz MC68060 CPU+MMU+FPU, 8k on-chip physical I/D caches
1.33      deraadt   158: real mem = 33554432
1.42    ! miod      159: avail mem = 27525120 (6720 pages)
1.33      deraadt   160: using 409 buffers containing 1675264 bytes of memory
1.1       deraadt   161: mainbus0 (root)
1.33      deraadt   162: pcctwo0 at mainbus0 addr 0xfff00000: rev 0
                    163: clock0 at pcctwo0 ipl 5
1.40      miod      164: cl0 at pcctwo0 offset 0x45000 ipl 3: console
1.33      deraadt   165: vme0 at pcctwo0 offset 0x40000: system controller
                    166: vme0: using BUG parameters
                    167: vme0: 1phys 0x02000000-0xefff0000 to VME 0x02000000-0xefff0000
                    168: vme0: 2phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
1.42    ! miod      169: vme0: 3phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
1.33      deraadt   170: vme0: 4phys 0x00000000-0x00000000 to VME 0x00000000-0x00000000
                    171: vme0: vme to cpu irq level 1:1
1.1       deraadt   172: vmes0 at vme0
                    173: vmel0 at vme0
1.42    ! miod      174: ie0 at pcctwo0 offset 0x46000 ipl 1: address 08:00:3e:26:3f:69
        !           175: ssh0 at pcctwo0 offset 0x47000 ipl 2: version 2 target 7
        !           176: scsibus0 at ssh0: 8 targets
        !           177: ssh0: target 0 now synchronous, period=100ns, offset=8
        !           178: sd0 at scsibus0 targ 0 lun 0: <COMPAQPC, DCAS-32160, S65A> SCSI2 0/direct fixed
        !           179: sd0: 2006MB, 8188 cyl, 3 head, 167 sec, 512 bytes/sec, 4110000 sec total
        !           180: memc0 at pcctwo0 offset 0x43000: MEMC040 rev 1
1.33      deraadt   181: nvram0 at pcctwo0 offset 0xc0000: MK48T08 len 8192
1.1       deraadt   182: sram0 at mainbus0 addr 0xffe00000: len 131072
1.33      deraadt   183: boot device: sd0
1.1       deraadt   184: root on sd0a
1.33      deraadt   185: rootdev=0x400 rrootdev=0x800 rawdev=0x802
1.1       deraadt   186: Automatic boot in progress: starting file system checks.
                    187: /dev/rsd0a: file system is clean; not checking
1.42    ! miod      188: /dev/rsd0d: file system is clean; not checking
        !           189: /dev/rsd0e: file system is clean; not checking
        !           190: /dev/rsd0f: file system is clean; not checking
1.1       deraadt   191: /dev/rsd0g: file system is clean; not checking
1.42    ! miod      192: /dev/rsd0h: file system is clean; not checking
        !           193: /dev/rsd0i: file system is clean; not checking
1.1       deraadt   194: setting tty flags
1.42    ! miod      195: ddb.console: 0 -> 1
        !           196: kern.splassert: 0 -> 2
1.1       deraadt   197: starting network
1.42    ! miod      198: add net default: gateway 10.0.1.101
1.40      miod      199: starting system logger
1.42    ! miod      200: starting rpc daemons: portmap ypbind rdate timed.
1.1       deraadt   201: savecore: no core dump
                    202: checking quotas: done.
1.40      miod      203: building ps databases: kvm dev.
1.1       deraadt   204: clearing /tmp
1.40      miod      205: starting pre-securelevel daemons:.
                    206: setting kernel security level: kern.securelevel: 0 -> 1
                    207: preserving editor files
                    208: creating runtime link editor directory cache.
                    209: starting network daemons: sendmail inetd sshd.
1.1       deraadt   210: starting local daemons:.
1.40      miod      211: standard daemons: cron.
1.42    ! miod      212: Thu Dec 26 18:07:08 GMT 2002
1.1       deraadt   213:
1.42    ! miod      214: OpenBSD/mvme68k (bioue.gentiane.org) (console)
1.1       deraadt   215:
1.42    ! miod      216: login:
1.1       deraadt   217: </pre>
                    218:
1.16      fn        219: <hr>
1.42    ! miod      220: <a name="hardware"></a>
        !           221: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
        !           222:
        !           223: <p>
        !           224: <h4>Supported processor boards</h4>
        !           225: </p>
        !           226:
        !           227: <p>
        !           228: <ul>
        !           229: <li><strong>MVME147</strong> (68030)<br>
        !           230: All the on-board devices are supported, except for the parallel port.
        !           231: <li><strong>MVME162</strong> (68040)<br>
        !           232: Almost all the on-board devices are supported, with the following exceptions:
        !           233: <ul>
        !           234: <li>VME bus support is untested
        !           235: <li>Parity and ECC memory are not supported (but memory works just fine!)
        !           236: <li>Flash driver not working
        !           237: <li>IP module driver untested
        !           238: </ul>
        !           239: <li><strong>MVME167</strong> (68040)<br>
        !           240: Works as well as the MVME162, and the parallel port is not supported.
        !           241: <li><strong>MVME177</strong> (68060)<br>
        !           242: Works as well as the MVME167.
        !           243: </ul>
        !           244: </p>
        !           245:
        !           246: <p>
        !           247: Other models may work already (MVME165, MVME166, for example).
        !           248: </p>
        !           249:
        !           250: <p>
        !           251: <h4>Supported extension boards</h4>
        !           252: </p>
        !           253:
        !           254: <p>
        !           255: <ul>
        !           256: <li><strong>MVME328</strong>: SCSI controller
        !           257: <li><strong>MVME376</strong>: VME Lance ethernet
        !           258: </ul>
        !           259: </p>
        !           260:
        !           261: <hr>
        !           262: <a href="plat.html">
        !           263: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
        !           264: </a>
        !           265: <br>
        !           266: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.16      fn        267: <br>
1.42    ! miod      268: <small>$OpenBSD$</small>
1.16      fn        269:
                    270: </body>
                    271: </html>