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

Annotation of www/aviion.html, Revision 1.20

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/aviion</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/aviion page">
1.18      nick        8: <meta name="copyright" content="This document copyright 2006-2015 by OpenBSD.">
                      9: <link rel="canonical" href="http://www.openbsd.org/aviion.html">
1.1       miod       10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     14: <p>
                     15: <h2><font color="#e00000">OpenBSD/aviion</font></h2>
                     16:
                     17: <hr>
                     18:
                     19: <p>
1.10      miod       20: OpenBSD/aviion is a port of OpenBSD to the Motorola 88100- and
1.1       miod       21: 88110-based AViiON systems manufactured by Data General.
                     22:
                     23: <p>
1.20    ! miod       24: <strong>The OpenBSD/aviion port has been discontinued after the 5.7 release.</strong>
        !            25: </p>
        !            26:
        !            27: <!--
        !            28: <p>
1.3       miod       29: A mailing list for m88k-based ports is available at
                     30: <u><font color="#23238e">m88k@openbsd.org</font></u>.
                     31: To join the OpenBSD/m88k mailing list, send a message body of
                     32: <b>"subscribe m88k"</b> to
                     33: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     34: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     35: subscribing.
1.20    ! miod       36: -->
1.3       miod       37:
1.17      bentley    38: <h3 id="toc"><font color="#0000e0"><i>Table of contents</i></font></h3>
1.1       miod       39: <ul>
                     40:   <li><a href="#history">History of the port</a>
                     41:   <li><a href="#status">Current status</a>
                     42:   <li><a href="#hardware">Supported hardware</a>
                     43:   <li><a href="#install">Getting and installing OpenBSD/aviion</a>
                     44: </ul>
                     45:
                     46: <hr>
1.17      bentley    47:
                     48: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       miod       49:
                     50: <p>
                     51: In September 2003, Chris Tribo published some excerpts of the technical
1.10      miod       52: documentation for the AViiON series 400. From a cursory glance at it, it was
                     53: obvious these systems were built upon a modified MVME188 design, which was
                     54: already supported by <a href="mvme88k.html">OpenBSD/mvme88k</a>, but there
                     55: was no interest in AViiON support at that time.
1.1       miod       56:
                     57: <p>
                     58: Then, late April 2006, enough boredom convinced Miod Vallat to start a port,
1.10      miod       59: even though he did not have access to any AViiON hardware, as a challenge.
                     60: In two weeks, thanks to the help of Chris Tribo, a model 410 was running
                     61: multiuser (but diskless) - a proof that this effort was worth continuing
                     62: inside the OpenBSD tree.
                     63: <p>
                     64: Work on the port has continued since then, adding support for the 4600/530
                     65: family, as well as multiprocessor support. The port was left staging until
                     66: the effort to switch all m88k ports towards the ELF binary file format and
                     67: shared library paid off, from autumn 2012 to winter 2013.
                     68: <p>
                     69: The port eventually became self-hosting on a dual-processor 4600 model in
                     70: october 2013, with the first working (i.e. recognized by the PROM) boot blocks.
1.1       miod       71: <hr>
1.17      bentley    72:
                     73: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.1       miod       74:
                     75: <p>
1.12      miod       76: All supported models (or with similar designs) should run multi-user, and
1.13      deraadt    77: are currently limited to serial console.
1.1       miod       78:
                     79: <hr>
1.17      bentley    80:
                     81: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.1       miod       82:
                     83: <h4>Supported machines</h4>
                     84:
                     85: <ul>
                     86: <li><strong>100, 200, 300, 400, 3000, 4000 and 4300 series</strong><br>
                     87: These are the machines initially targetted by this port.
                     88: Their design is close to the well-known MVME188 design, with different on-board
1.10      miod       89: devices; at the moment, there is no support for the on-board SCSI controller
1.11      deraadt    90: in the boot blocks, although the on-board SCSI controller is supported by the
1.10      miod       91: kernel.<br>
1.6       miod       92: The only models tested so far are models 410 and 4300, but all the models in
1.10      miod       93: this series should work.<br>
                     94: Multiprocessor systems are not supported.<br>
1.9       miod       95: <li><strong>4600 and 530 series</strong><br>
                     96: These machines are slightly different from the above series, but not too much,
                     97: and documentation is available.<br>
                     98: Both the on-board SCSI controller and the on-board network interface are
1.10      miod       99: supported, and these systems are able to boot from disk.<br>
                    100: Multiprocessor systems are supported.<br>
1.1       miod      101: </ul>
                    102:
1.9       miod      103: <!--
1.1       miod      104: <h4>Untested machines</h4>
                    105:
                    106: <ul>
                    107: </ul>
1.9       miod      108: -->
1.1       miod      109:
                    110: <h4>Unsupported machines</h4>
                    111:
                    112: <ul>
1.4       miod      113: <li><strong>5000 and 6000 series</strong><br>
                    114: These machines may eventually run as well, but lack of on-board device support
1.9       miod      115: might be a showstopper. Some documentation is available, but there hasn't been
1.4       miod      116: any work towards supporting them yet.
                    117: <li><strong>6280 and 8000-8 series</strong><br>
                    118: Documentation is available, but there hasn't been any work towards supporting
                    119: them yet.
                    120: <li><strong>8500 and 9500 series, and other 88100-based models</strong><br>
                    121: These systems won't likely be supported unless documentation for them is found.
                    122: <li><strong>88110-based models (500, 4500, 5500, 8500+ and 9500+ series)</strong><br>
1.6       miod      123: These systems won't likely be supported unless documentation for them is found.
1.1       miod      124: </ul>
                    125:
                    126: <hr>
1.17      bentley   127:
                    128: <h3 id="install"><font color="#0000e0">
1.1       miod      129: <strong>Getting and installing OpenBSD/aviion:</strong>
                    130: </font></h3>
                    131:
                    132: <p>
1.20    ! miod      133: The last supported OpenBSD/aviion release is
        !           134: <a href="57.html">OpenBSD 5.7</a>.
1.1       miod      135: Here are the
1.18      nick      136: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.7/aviion/INSTALL.aviion">
                    137: OpenBSD/aviion 5.7 installation instructions
1.1       miod      138: </a>.
                    139:
                    140: </body>
                    141: </html>