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

Annotation of www/aviion.html, Revision 1.28

1.27      bentley     1: <!doctype html>
                      2: <html lang=en id=platform>
                      3: <meta charset=utf-8>
                      4:
1.1       miod        5: <title>OpenBSD/aviion</title>
                      6: <meta name="description" content="the OpenBSD/aviion page">
1.22      tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.23      tb          9: <link rel="canonical" href="https://www.openbsd.org/aviion.html">
1.1       miod       10:
                     11:
1.27      bentley    12: <h2 id=OpenBSD>
1.22      tb         13: <a href="index.html">
1.27      bentley    14: <i>Open</i><b>BSD</b></a>
                     15: aviion
1.22      tb         16: </h2>
1.1       miod       17: <hr>
1.27      bentley    18:
                     19: <table><tr><td>
1.22      tb         20: <p>
1.10      miod       21: OpenBSD/aviion is a port of OpenBSD to the Motorola 88100- and
1.1       miod       22: 88110-based AViiON systems manufactured by Data General.
1.27      bentley    23:
1.21      deraadt    24: <p>
1.20      miod       25: <strong>The OpenBSD/aviion port has been discontinued after the 5.7 release.</strong>
1.27      bentley    26: </table>
1.1       miod       27:
                     28: <hr>
1.17      bentley    29:
1.27      bentley    30: <h3 id="history"><strong>History:</strong></h3>
1.1       miod       31:
                     32: <p>
                     33: In September 2003, Chris Tribo published some excerpts of the technical
1.10      miod       34: documentation for the AViiON series 400. From a cursory glance at it, it was
                     35: obvious these systems were built upon a modified MVME188 design, which was
                     36: already supported by <a href="mvme88k.html">OpenBSD/mvme88k</a>, but there
                     37: was no interest in AViiON support at that time.
1.1       miod       38:
                     39: <p>
                     40: Then, late April 2006, enough boredom convinced Miod Vallat to start a port,
1.10      miod       41: even though he did not have access to any AViiON hardware, as a challenge.
                     42: In two weeks, thanks to the help of Chris Tribo, a model 410 was running
                     43: multiuser (but diskless) - a proof that this effort was worth continuing
                     44: inside the OpenBSD tree.
1.27      bentley    45:
1.10      miod       46: <p>
                     47: Work on the port has continued since then, adding support for the 4600/530
                     48: family, as well as multiprocessor support. The port was left staging until
                     49: the effort to switch all m88k ports towards the ELF binary file format and
                     50: shared library paid off, from autumn 2012 to winter 2013.
1.27      bentley    51:
1.10      miod       52: <p>
                     53: The port eventually became self-hosting on a dual-processor 4600 model in
1.28    ! tj         54: October 2013, with the first working (i.e. recognized by the PROM) boot blocks.
1.27      bentley    55:
1.1       miod       56: <hr>
1.17      bentley    57:
1.27      bentley    58: <h3 id="status"><strong>Current status:</strong></h3>
1.1       miod       59:
                     60: <p>
1.12      miod       61: All supported models (or with similar designs) should run multi-user, and
1.13      deraadt    62: are currently limited to serial console.
1.1       miod       63:
                     64: <hr>
1.17      bentley    65:
1.27      bentley    66: <h3 id="hardware"><strong>Supported hardware:</strong></h3>
1.1       miod       67:
                     68: <h4>Supported machines</h4>
                     69:
                     70: <ul>
                     71: <li><strong>100, 200, 300, 400, 3000, 4000 and 4300 series</strong><br>
                     72: These are the machines initially targetted by this port.
                     73: Their design is close to the well-known MVME188 design, with different on-board
1.10      miod       74: devices; at the moment, there is no support for the on-board SCSI controller
1.11      deraadt    75: in the boot blocks, although the on-board SCSI controller is supported by the
1.10      miod       76: kernel.<br>
1.6       miod       77: The only models tested so far are models 410 and 4300, but all the models in
1.10      miod       78: this series should work.<br>
                     79: Multiprocessor systems are not supported.<br>
1.9       miod       80: <li><strong>4600 and 530 series</strong><br>
                     81: These machines are slightly different from the above series, but not too much,
                     82: and documentation is available.<br>
                     83: Both the on-board SCSI controller and the on-board network interface are
1.10      miod       84: supported, and these systems are able to boot from disk.<br>
                     85: Multiprocessor systems are supported.<br>
1.1       miod       86: </ul>
                     87:
1.9       miod       88: <!--
1.1       miod       89: <h4>Untested machines</h4>
                     90:
                     91: <ul>
                     92: </ul>
1.9       miod       93: -->
1.1       miod       94:
                     95: <h4>Unsupported machines</h4>
                     96:
                     97: <ul>
1.4       miod       98: <li><strong>5000 and 6000 series</strong><br>
                     99: These machines may eventually run as well, but lack of on-board device support
1.9       miod      100: might be a showstopper. Some documentation is available, but there hasn't been
1.4       miod      101: any work towards supporting them yet.
                    102: <li><strong>6280 and 8000-8 series</strong><br>
                    103: Documentation is available, but there hasn't been any work towards supporting
                    104: them yet.
                    105: <li><strong>8500 and 9500 series, and other 88100-based models</strong><br>
                    106: These systems won't likely be supported unless documentation for them is found.
                    107: <li><strong>88110-based models (500, 4500, 5500, 8500+ and 9500+ series)</strong><br>
1.6       miod      108: These systems won't likely be supported unless documentation for them is found.
1.1       miod      109: </ul>
                    110:
                    111: <hr>
1.17      bentley   112:
1.27      bentley   113: <h3 id="install">
1.1       miod      114: <strong>Getting and installing OpenBSD/aviion:</strong>
1.27      bentley   115: </h3>
1.1       miod      116:
                    117: <p>
1.26      tj        118: The last supported OpenBSD/aviion release was
1.20      miod      119: <a href="57.html">OpenBSD 5.7</a>.
1.1       miod      120: Here are the
1.24      tb        121: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/5.7/aviion/INSTALL.aviion">
1.25      tb        122: OpenBSD/aviion 5.7 installation instructions</a>.