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

Annotation of www/sgi.html, Revision 1.32

1.18      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.3       fn          3: <html>
1.1       deraadt     4: <head>
1.8       downsj      5: <title>OpenBSD/sgi</title>
1.18      miod        6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
1.8       downsj      9: <meta name="description" content="the OpenBSD/sgi page">
                     10: <meta name="keywords" content="openbsd,sgi">
1.3       fn         11: <meta name="distribution" content="global">
1.29      miod       12: <meta name="copyright" content="This document copyright 1996-2007 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.18      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/sgi</font></h2>
1.3       fn         19:
1.18      miod       20: <hr>
1.1       deraadt    21:
1.18      miod       22: <p>
1.19      pefo       23: OpenBSD/sgi currently runs on the 64 bit MIPS-based SGI O2 workstations.
                     24: Other 64 bit SGI systems will be supported in the future.
1.18      miod       25: </p>
1.19      pefo       26: <p>
1.20      miod       27: OpenBSD/sgi is a fully featured 64 bit port and will thus only run on systems
                     28: based on 64 bit processors, i.e. R4000 and up.
1.19      pefo       29: </p>
                     30:
                     31:
1.30      nick       32: <a name="toc"></a>
1.19      pefo       33: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     34: <ul>
                     35:   <li><a href="#history">History of the port</a>
                     36:   <li><a href="#status">Current status</a>
1.21      miod       37:   <li><a href="#projects">Project list</a>
1.19      pefo       38:   <li><a href="#hardware">Supported hardware</a>
                     39:   <li><a href="#install">Getting and installing OpenBSD/sgi</a>
                     40: </ul>
                     41:
                     42:
                     43: <hr>
                     44: <a name="history"></a>
                     45: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       deraadt    46:
1.3       fn         47: <p>
1.20      miod       48: The OpenBSD/sgi port has its roots in the <a href="arc.html">OpenBSD/arc</a>
                     49: port created early in the OpenBSD history. Arc support was rather soon
                     50: discontinued due to the lack of interest and availability of decent hardware.
                     51: The OpenBSD Mips support has since then been supported outside the OpenBSD
                     52: project. As SGI hardware has become affordable and easy to get by, interest
                     53: for an SGI port in the tree has increased.
                     54: The final piece, a working 64 bit toolchain, is now available and the 64 bit
                     55: SGI OpenBSD port is now available and managed in the OpenBSD source tree.
1.3       fn         56: </p>
1.1       deraadt    57:
1.19      pefo       58: <hr>
                     59: <a name="status"></a>
                     60: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     61:
1.1       deraadt    62: <p>
1.20      miod       63: Currently OpenBSD/sgi runs in 64 bit mode and boots multi-user on supported
1.19      pefo       64: systems. Snapshots are made periodically as the port develops and expands.
1.3       fn         65: </p>
1.1       deraadt    66:
1.19      pefo       67:
                     68: <hr>
                     69: <a name="projects"></a>
                     70: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     71: </strong></font></h3>
                     72:
                     73: <p>
                     74: <ul>
                     75:   <li>Workaround for R10000 CPUs coherency behaviour
                     76:   <li>X11 server support
1.20      miod       77:   <li>Larger user VM space (currently limited to 2GB)
                     78:   <li>Support more SGI hardware like Origin 200, Octane, etc
1.19      pefo       79:   <li>Support for multiprocessor systems (<b>not</b> NUMA)
                     80: </ul>
                     81: </p>
                     82:
                     83: <hr>
                     84: <a name="hardware"></a>
                     85: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     86:
                     87: <p>
                     88: <h4>Supported models</h4>
                     89:
                     90: <p>
                     91: <ul>
1.24      david      92:   <li>O2 (aka Moosehead) with R5000, RM5200, RM7000, R10000 and R12000 CPUs. Level 2 caches are supported on all CPUs. RM7000 level 3 cache is supported.
1.19      pefo       93: <ul>
1.20      miod       94:   <li>Built-in Adaptec AIC-7880 SCSI
                     95: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
                     96:   <li>Built-in Ethernet
                     97: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mec&amp;sektion=4&amp;arch=sgi">mec</a>)
                     98:   <li>Built-in serial ports
                     99: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
1.19      pefo      100:   <li>64 bit PCI expansion slot
1.20      miod      101:   <li>Intel i8255x-based (except the i82556) PCI ethernet
                    102: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>)
1.26      miod      103:   <li>Built-in audio
                    104: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&amp;sektion=4&amp;arch=sgi">mavb</a>)
1.19      pefo      105: </ul>
                    106: </ul>
                    107:
                    108: <p>
                    109: <h4>Supported peripherals</h4>
                    110:
                    111: <p>
                    112: While most models support expansion via PCI many PCI devices may work.
                    113: However each device has to be tested before they will be listed here as
                    114: supported so if support for a particular device is wanted, suitable hardware
                    115: must be made available to a developer who can test and verify functionality.
                    116: </p>
                    117:
                    118:
                    119: <p>
                    120: Please contact <a href="mailto:pefo@openbsd.org">Per Fogelstr&ouml;m</a>
                    121: if you would like more information.
                    122: </p>
                    123:
                    124: <hr>
                    125: <a name="install"></a>
                    126: <h3><font color="#0000e0">
                    127: <strong>Getting and installing OpenBSD/sgi:</strong>
                    128: </font></h3>
                    129:
                    130: <p>
1.23      david     131: The latest supported OpenBSD/sgi release is
1.29      miod      132: <a href="41.html">OpenBSD 4.1</a>.
1.23      david     133: Here are the
1.29      miod      134: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.1/sgi/INSTALL.sgi">
                    135: OpenBSD/sgi 4.1 installation instructions
1.23      david     136: </a>.
1.19      pefo      137:
                    138: <p>
                    139: Snapshots are made available from time to time, in
                    140: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sgi">this location</a>
                    141: as well as in a few
                    142: <a href="ftp.html">mirrors</a>.
                    143: Here are the
                    144: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sgi/INSTALL.sgi">
                    145: OpenBSD/sgi snapshot installation instructions
                    146: </a> as well.
                    147:
1.31      miod      148: <p>
                    149: Due to kernel stability issues on this platform with the 4.2 codebase, the
                    150: 4.2 release has been skipped on this platform. These problems have been fixed
                    151: since, and sgi should be part of the regular releases starting with the next
                    152: release, 4.3.
1.19      pefo      153:
1.3       fn        154: <hr>
1.18      miod      155: <a href="plat.html">
                    156: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    157: </a>
                    158: <br>
                    159: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn        160: <br>
1.32    ! jasper    161: <small>$OpenBSD: sgi.html,v 1.31 2007/11/03 12:39:19 miod Exp $</small>
1.3       fn        162:
                    163: </body>
                    164: </html>