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

Annotation of www/arc.html, Revision 1.50

1.37      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       deraadt     3: <html>
                      4: <head>
                      5: <title>OpenBSD/arc</title>
1.37      miod        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       deraadt     7: <meta name="description" content="the OpenBSD/arc page">
1.45      miod        8: <meta name="copyright" content="This document copyright 1996-2013 by OpenBSD.">
1.48      sthen       9: <link rel="canonical" href="http://www.openbsd.org/arc.html">
1.1       deraadt    10: </head>
                     11:
1.37      miod       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/arc</font></h2>
1.1       deraadt    16:
1.37      miod       17: <hr>
                     18:
                     19: <p>
1.45      miod       20: OpenBSD/arc used to run on the machines compatible with the <i>Advanced RISC
1.37      miod       21: Computing</i> specification, known as ARC machines, based on MIPS processors
                     22: and initially designed to run Microsoft Windows NT.
1.45      miod       23: Such machines included the long dead Acer PICA, as well other machines
1.37      miod       24: manufactured by other companies such as MIPS, Deskstation, NEC, and Olivetti.
                     25: </p>
                     26:
                     27: <p>
1.45      miod       28: The ARC specification is extinct, and no new ARC BIOS machines for MIPS are
                     29: likely to ever be manufactured.
                     30: Microsoft has stopped supporting MIPS platforms after NT 4.0.
                     31: OpenBSD/arc used to provide a good alternative to NT!
1.37      miod       32: </p>
                     33:
                     34: <p>
1.47      deraadt    35: <strong>The OpenBSD/arc port was discontinued after the 2.3 release.</strong>
1.37      miod       36: </p>
                     37:
                     38: <p>
                     39: The source code is still available in the CVS Attic, and code can be found in
                     40: NetBSD as well.
                     41: </p>
                     42:
1.44      nick       43: <a name="toc"></a>
1.37      miod       44: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     45: <p>
                     46: <ul>
1.40      jufi       47:   <li><a href="#history">History of the port</a>
1.43      nick       48:   <li><a href="#hardware">Supported hardware</a>
1.37      miod       49:   <li><a href="#install">Getting and installing OpenBSD/arc</a>
                     50: </ul>
                     51: </p>
1.1       deraadt    52:
                     53: <hr>
1.37      miod       54: <a name="history"></a>
                     55: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       deraadt    56:
                     57: <p>
1.37      miod       58: The early history of this port is not very clear. Apparently the first work was
                     59: done by CMU as part of their Mach project. The initial hardware was the DEC
                     60: R2000/R3000-based DECstations. This code was later used by both the Sprite and
                     61: BSD groups. The 4.4BSD code, known as the <i><a href="pmax.html">pmax</a></i>
                     62: port, was made freely available in mid 1993. It was merged into the
                     63: NetBSD tree by a variety of people, but took several years to really become
                     64: stable and mature, mainly because of compiler toolchain problems.
1.1       deraadt    65: </p>
                     66:
                     67: <p>
1.9       niklas     68: Per Fogelstr&ouml;m became familiar with the code after porting it to a
1.37      miod       69: home-built IDT R3081 based board. Subsequently he added R4400 support
                     70: when porting it to the MIPS R4400 Acer PICA board. Willowglen
1.1       deraadt    71: Singapore purchased a second PICA board for Theo de Raadt so that he
                     72: could improve the port for use as a development system for an internal
1.37      miod       73: project. Since then Theo, Per and others have completed the port.
1.1       deraadt    74: </p>
                     75:
                     76: <p>
1.37      miod       77: As a result, the code has been modified to make it more versatile, and
                     78: eventually support a larger range of ARC machines. Unfortunately the death
                     79: of this platform, as well as the lack of general availability of this hardware,
                     80: eventually turned people away from working on this port. Eventually, it was
                     81: decided to stop supporting it and remove the code from the tree.
1.1       deraadt    82: </p>
                     83:
1.37      miod       84:
                     85: <hr>
                     86: <a name="hardware"></a>
                     87: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     88:
1.1       deraadt    89: <p>
1.37      miod       90: <h4>Supported models</h4>
1.1       deraadt    91: </p>
                     92:
                     93: <p>
1.12      deraadt    94: <ul>
1.43      nick       95:   <li>Acer Pica (150MHz R4400PC, ISA, with on-board ethernet, SCSI, video,
1.37      miod       96:   and serial)
                     97:   <li>Deskstation Tyne (133MHz R4600, ISA and VLB)
                     98:   <li>Deskstation rPC44 (100MHz R4400PC, EISA bus)
1.42      miod       99:   <li>Algorithmics R4000/R5000/R10000 evaluation boards
                    100:   <li>Algorithmics P-4032 and P-5064 boards
1.37      miod      101:   <li>NEC RiscStation
1.12      deraadt   102: </ul>
1.11      deraadt   103: </p>
1.22      johns     104:
                    105: <p>
1.37      miod      106: <h4>Supported peripherals</h4>
                    107: </p>
                    108:
                    109: <p>
1.22      johns     110: <ul>
1.37      miod      111: <li><strong>Video</strong>
1.22      johns     112:   <ul>
1.41      jmc       113:   <li>Built-in S3 VGA graphics adapter (PICA) (with XFree86 support)
1.37      miod      114:   <li>Standard VGA graphics adapter (rPC44, Tyne)
1.22      johns     115:   </ul>
1.37      miod      116: <li><strong>Keyboard</strong>
1.22      johns     117:   <ul>
1.37      miod      118:   <li>Standard PC compatible keyboard
1.22      johns     119:   </ul>
1.37      miod      120: <li><strong>Pointing device</strong>
1.22      johns     121:   <ul>
1.37      miod      122:   <li>PS2 mouse (PICA)
                    123:   <li>Serial mouse (rPC44, Tyne)
1.22      johns     124:   </ul>
1.37      miod      125: <li><strong>Serial ports</strong>
1.22      johns     126:   <ul>
1.37      miod      127:   <li>On-board serial ports (PICA) (can not be used as a serial console)
                    128:   <li>ISA serial ports controllers
1.22      johns     129:   </ul>
1.37      miod      130: <li><strong>Parallel ports</strong>
1.22      johns     131:   <ul>
1.37      miod      132:   <li>On-board parallel port (PICA)
                    133:   <li>ISA parallel ports controllers
1.22      johns     134:   </ul>
1.37      miod      135: <li><strong>Floppy drive</strong>
1.22      johns     136:   <ul>
1.37      miod      137:   <li>ISA Floppy controller (PICA)
1.22      johns     138:   </ul>
1.37      miod      139: <li><strong>Ethernet</strong>
1.22      johns     140:   <ul>
1.37      miod      141:   <li>on-board SONIC ethernet controller (PICA)
                    142:   <li>3Com Etherlink boards
                    143:   <li>NE2000 compatible ISA boards
1.22      johns     144:   </ul>
1.37      miod      145: <li><strong>SCSI Controllers</strong>
1.22      johns     146:   <ul>
1.37      miod      147:   <li>on-board NCR53C96 SCSI controller (PICA)
                    148:   <li>VLB Buslogic BT-440C/445C
                    149:   <li>ISA Buslogic BT-545 SCSI controller (rPC44)
1.22      johns     150:   </ul>
1.37      miod      151: <li><strong>IDE Controllers</strong>
1.22      johns     152:   <ul>
1.37      miod      153:   <li>ISA Western-Digital compatible IDE controllers<br>
                    154:       <small>(bootable only on Deskstation systems)</small>
1.22      johns     155:   </ul>
1.37      miod      156: <li><strong>Miscellaneous devices</strong>
1.30      imp       157:   <ul>
1.37      miod      158:   <li>Joystick on ISA bus
                    159:   <li>PCI bus on Algorithmics P-4032 and P-5064 boards
1.30      imp       160:   </ul>
1.22      johns     161: </ul>
                    162: </p>
                    163:
1.1       deraadt   164: <hr>
1.37      miod      165: <a name="install"></a>
                    166: <h3><font color="#0000e0">
                    167: <strong>Getting and installing OpenBSD/arc:</strong>
                    168: </font></h3>
1.1       deraadt   169:
                    170: <p>
1.37      miod      171: The last supported OpenBSD/arc release has been
                    172: <a href="23.html">OpenBSD 2.3</a>.
                    173: It is not available on ftp sites anymore, but it was available on CD.
1.1       deraadt   174: </p>
                    175:
                    176: </body>
                    177: </html>