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

Annotation of www/hp300.html, Revision 1.89

1.32      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>
                      5: <title>OpenBSD/hp300</title>
1.32      miod        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/hp300 page">
                      9: <meta name="keywords" content="openbsd,hp300">
                     10: <meta name="distribution" content="global">
1.86      miod       11: <meta name="copyright" content="This document copyright 1996-2013 by OpenBSD.">
1.3       fn         12: </head>
                     13:
1.32      miod       14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
                     17: <h2><font color="#e00000">OpenBSD/hp300</font></h2>
                     18:
                     19: <hr>
1.3       fn         20:
1.32      miod       21: <p>
                     22: OpenBSD/hp300 runs on most of the HP 9000 series 300 and 400 workstations, based
                     23: on the Motorola 680x0 processor family.
                     24:
1.67      nick       25: <a name="toc"></a>
1.32      miod       26: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     27: <p>
                     28: <ul>
1.37      jufi       29:   <li><a href="#history">History of the port</a>
1.32      miod       30:   <li><a href="#status">Current status</a>
                     31:   <li><a href="#projects">Project list</a>
1.47      nick       32:   <li><a href="#hardware">Supported hardware</a>
1.32      miod       33:   <li><a href="#install">Getting and installing OpenBSD/hp300</a>
                     34: </ul>
1.1       deraadt    35:
1.3       fn         36: <hr>
1.32      miod       37: <a name="history"></a>
                     38: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       deraadt    39:
1.3       fn         40: <p>
1.8       downsj     41: OpenBSD follows in the footsteps of 4.4BSD by supporting the hp300; most
1.64      miod       42: types of machine are supported with 68030 or better processors, along with
1.36      miod       43: SCSI and HP-IB storage devices.
1.4       deraadt    44:
                     45: <p>
1.8       downsj     46: OpenBSD/hp300 runs 8k pagesize executables natively (the first operating
                     47: system for the hp300 to do so), maintaining the standard binary format
                     48: used by all other OpenBSD m68k platforms.
                     49:
1.13      downsj     50: <p>
1.71      sthen      51: Over time, the 4.4BSD codebase was extended and corrected, and the hp300
1.32      miod       52: port switched to the regular config(8) for kernel configuration.
                     53:
                     54: <p>
                     55: Shortly after OpenBSD 2.9 was released, support was added for the 425e model,
                     56: using a serial console on the first serial port.
1.49      miod       57:
                     58: <p>
                     59: Recent development features the replacement of the old hp300-specific SCSI code
                     60: base with the generic SCSI subsystem (as of 3.6), dynamic attachment and
1.55      david      61: detachment of HP-HIL devices, and support for the SGC bus and frame buffers
1.57      martin     62: (as of 3.7), as well as the Apollo Domain keyboard and mouse (as of 3.8).
1.13      downsj     63:
1.8       downsj     64: <hr>
1.32      miod       65: <a name="status"></a>
                     66: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     67:
                     68: <p>
                     69: Currently, all the hardware listed in the
1.47      nick       70: <a href="#hardware">supported hardware</a> section below boots
1.32      miod       71: multi-user, and supports enough of the on-board devices to be generally
1.45      pedro      72: usable, unless specified otherwise.
1.32      miod       73:
                     74: <p>
1.49      miod       75: A native, unaccelerated X11R6 server is available for all supported frame
1.82      miod       76: buffers except the
                     77: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;sektion=4">sti</a>
                     78: frame buffers.
1.32      miod       79:
                     80: <hr>
                     81: <a name="projects"></a>
                     82: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     83: </strong></font></h3>
1.9       downsj     84:
                     85: <p>
                     86: <ul>
1.82      miod       87:   <li>Provide an X11 server for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;sektion=4">sti</a>
                     88:       frame buffers.
                     89:   <li>Better PersonalVRX frame buffer support.
1.32      miod       90: </ul>
                     91:
                     92: <hr>
                     93: <a name="hardware"></a>
                     94: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     95:
                     96: <p>
                     97: <h4>Supported machines</h4>
                     98:
                     99: <p>
1.9       downsj    100: <ul>
1.32      miod      101:   <li>HP 9000/300 series:
                    102:   <p>
                    103:   <ul>
1.56      miod      104:     <li>68030-based: 340, 345, 360, 362, 370 and 375
                    105:     <li>68040-based: 380, 382 and 385
1.32      miod      106:   </ul>
1.42      david     107:   <p>
                    108:   </li>
1.32      miod      109:   <li>HP 9000/400 series:
                    110:   <p>
                    111:   <ul>
1.58      miod      112:     <li>68030-based: 400(dl/s/t)
                    113:     <li>68040-based: 425(dl/e/s/t) and 433(dl/e/s/t)
1.32      miod      114:   </ul>
                    115:   <p>
                    116:   These machines are not supported when configured for <i>Domain/OS</i>;
                    117:   the ROM must be in <i>HP-UX mode</i> in order to boot the system.
                    118:   Please refer to the <a href="hp300/hp300faq.html">hp300 FAQ page</a>
                    119:   for information on how to change the ROM mode.
1.49      miod      120:   </li>
1.9       downsj    121: </ul>
1.32      miod      122:
                    123: <p>
                    124: <h4>SCSI controllers and peripherals</h4>
                    125:
                    126: <p>
1.9       downsj    127: <ul>
1.46      miod      128: <li>98658A built-in and add-on SCSI interface
1.49      miod      129: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&amp;sektion=4&amp;arch=hp300">spc</a>)
1.9       downsj    130: </ul>
                    131: <ul>
1.32      miod      132: <li>SCSI-1 disk drives
1.46      miod      133: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd</a>). <sup>(*)</sup>
1.32      miod      134: <li>SCSI-1 cdrom drives
                    135: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>). <sup>(*)</sup>
1.46      miod      136: <li>Autochangers
                    137: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>).
1.32      miod      138: <li>Tape drives: HP DAT, Exabyte, and SCSI QIC drives such as the Archive Viper
                    139: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>).
1.9       downsj    140: </ul>
1.32      miod      141: <p>
1.58      miod      142: <sup>(*)</sup> SCSI-2 devices are known to work, but may require
                    143: changing a jumper to restrict them to SCSI-1 behaviour.
1.49      miod      144: Refer to your hardware documentation for details.
1.32      miod      145:
                    146: <p>
                    147: <h4>HP-IB/CS80 controllers and peripherals</h4>
                    148:
                    149: <p>
1.9       downsj    150: <ul>
1.49      miod      151: <li>98624 built-in interface
                    152: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nhpib&amp;arch=hp300&amp;sektion=4">nhpib</a>)
                    153: <li>98625A and 98625B ``fast'' interface
                    154: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fhpib&amp;arch=hp300&amp;sektion=4">fhpib</a>)
1.9       downsj    155: </ul>
                    156: <ul>
1.32      miod      157: <li>Most HP disks, including: 7912, 7914, 7933, 7936, 7937, 7945, 7957,
1.49      miod      158: 7958, 7959, 2200, and 2203
                    159: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hd&amp;sektion=4&amp;arch=hp300">hd</a>)
1.32      miod      160: <li>Low-density cartridge drives: 7914, 7946, and 9144
1.49      miod      161: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>)
1.32      miod      162: <li>High-density cartridge drives: 9145
1.49      miod      163: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>)
1.32      miod      164: <li>1/2" tape drives: 7974A, 7978A/B, 7979A, 7980A, and 7980XC
1.49      miod      165: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>)
1.9       downsj    166: </ul>
1.32      miod      167:
                    168: <p>
                    169: <h4>Serial ports</h4>
                    170:
                    171: <p>
1.9       downsj    172: <ul>
1.32      miod      173: <li>98644 built-in and add-on card single port
1.49      miod      174: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dca&amp;sektion=4&amp;arch=hp300">dca</a>)
1.32      miod      175: <li>98642 4-port mux
1.49      miod      176: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dcm&amp;sektion=4&amp;arch=hp300">dcm</a>)
1.32      miod      177: <li>98638 8-port mux
1.49      miod      178: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dcm&amp;sektion=4&amp;arch=hp300">dcm</a>)
1.32      miod      179: <li>400-series Apollo 3-port serial/keyboard mux
1.49      miod      180: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apci&amp;sektion=4&amp;arch=hp300">apci</a>)
1.58      miod      181: <br>(The first port being typically configured as a
1.32      miod      182: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dca&amp;sektion=4&amp;arch=hp300">dca</a>
1.58      miod      183: device, except on 425e).
1.9       downsj    184: </ul>
1.32      miod      185:
                    186: <p>
                    187: <h4>Ethernet interfaces</h4>
                    188:
                    189: <p>
1.9       downsj    190: <ul>
1.49      miod      191: <li>98643 built-in and add-on LAN cards
                    192: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=hp300">le</a>)
1.9       downsj    193: </ul>
1.32      miod      194:
                    195: <p>
                    196: <h4>Frame buffers</h4>
                    197:
                    198: <p>
1.9       downsj    199: <ul>
1.32      miod      200: <li>98543, 98544, 98545, and 98547 color and monochrome Topcat
1.49      miod      201: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=topcat&amp;sektion=4&amp;arch=hp300">topcat</a>)
1.58      miod      202: <li>98548, 98549 and 98550 color and monochrome Catseye
                    203: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=topcat&amp;sektion=4&amp;arch=hp300">topcat</a>)
                    204: <li>A1416A color Kathmandu
1.49      miod      205: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=topcat&amp;sektion=4&amp;arch=hp300">topcat</a>)
1.32      miod      206: <li>98700 and 98710 Gatorbox
1.49      miod      207: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gbox&amp;sektion=4&amp;arch=hp300">gbox</a>)
1.32      miod      208: <li>98720 and 98721 Renaissance
1.49      miod      209: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rbox&amp;sektion=4&amp;arch=hp300">rbox</a>)
1.32      miod      210: <li>98730 and 98731 DaVinci
1.49      miod      211: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dvbox&amp;sektion=4&amp;arch=hp300">dvbox</a>)
1.39      miod      212: <li>A1096A monochrome Hyperion
1.49      miod      213: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hyper&amp;sektion=4&amp;arch=hp300">hyper</a>)
1.82      miod      214: <li>98705 PersonalVRX <i>TigerShark</i>
1.68      miod      215: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tvrx&amp;sektion=4&amp;arch=hp300">tvrx</a>)
1.82      miod      216: <li>VRX (362/382 on-board), EVRX (425e on-board) and SGC frame buffers
1.49      miod      217: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;sektion=4">sti</a>)
1.9       downsj    218: </ul>
1.32      miod      219:
1.9       downsj    220: <p>
1.32      miod      221: <h4>Input devices</h4>
1.14      downsj    222:
1.27      downsj    223: <p>
1.32      miod      224: <ul>
                    225: <li>General interface supporting all HIL devices
1.49      miod      226: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hil&amp;sektion=4">hil</a>):
                    227:   <ul>
                    228:   <li>Keyboards
                    229: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;sektion=4">hilkbd</a>)
                    230:   <li>mice and button boxes
                    231: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;sektion=4">hilms</a>)
                    232:   <li>ID module
                    233: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilid&amp;sektion=4">hilid</a>)
                    234:   </ul>
                    235: Serial mice connected to a <i>HIL to quad</i> converter are also known to work.
1.58      miod      236: <li>Apollo Domain keyboard and mouse (on 400-series)
1.52      miod      237: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dnkbd&amp;sektion=4&amp;arch=hp300">dnkbd</a>)
1.32      miod      238: </ul>
1.27      downsj    239:
1.32      miod      240: <p>
                    241: <h4>Miscellaneous</h4>
1.9       downsj    242:
                    243: <p>
                    244: <ul>
1.82      miod      245: <li>Digital audio on model 425e
1.84      miod      246: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arcofi&amp;sektion=4">arcofi</a>)
1.49      miod      247: <li>Battery-backed real-time clock (except on 425e)
                    248: <li>Printers and plotters on RS232 and HP-IB
                    249: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppi&amp;sektion=4&amp;arch=hp300">ppi</a>)
1.9       downsj    250: </ul>
                    251:
1.8       downsj    252: <p>
1.32      miod      253: More information about hardware configuration may be found on the
                    254: <a href="hp300/hp300faq.html">hp300 FAQ page</a>.
1.8       downsj    255:
                    256: <p>
1.32      miod      257: <h4>Unsupported machines</h4>
1.1       deraadt   258:
1.18      downsj    259: <p>
1.32      miod      260: <ul>
1.63      miod      261: <li>68010-based: 310
                    262: <li>68020-based: 318, 319, 320, 330 and 350
1.82      miod      263:     (support for all 68020 models has been dropped after OpenBSD 3.9)
1.80      miod      264: <li>68030-based: 332
1.86      miod      265:     (this model ought to work if a 68882 FPU is installed, but to the
                    266:      best of our knowledge this has never been tried)
1.32      miod      267: </ul>
1.18      downsj    268:
1.12      downsj    269: <p>
1.32      miod      270: <h4>Unsupported devices</h4>
1.14      downsj    271:
                    272: <p>
1.32      miod      273: <ul>
1.62      miod      274: <li>Parallel port.
1.82      miod      275: <li>98765 TurboVRX, X-Genesis and Y-Genesis frame buffers.
1.62      miod      276: <li>ISA slot on the 4xx ``<i>t</i>'' models.
1.82      miod      277: (There is minimal support for it, but interrupts are not working)
1.62      miod      278: <li>EISA slots on the 4xx ``<i>s</i>'' models.
1.32      miod      279: </ul>
1.12      downsj    280:
                    281: <hr>
1.34      miod      282: <a name="install"></a>
                    283: <h3><font color="#0000e0">
                    284: <strong>Getting and installing OpenBSD/hp300:</strong>
                    285: </font></h3>
                    286:
                    287: <p>
                    288: The latest supported OpenBSD/hp300 release is
1.88      sthen     289: <a href="54.html">OpenBSD 5.4</a>.
1.34      miod      290: Here are the
1.88      sthen     291: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.4/hp300/INSTALL.hp300">
                    292: OpenBSD/hp300 5.4 installation instructions
1.34      miod      293: </a>.
                    294:
                    295: <p>
                    296: Snapshots are made available from time to time, in
1.87      sthen     297: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hp300">this location</a>
1.34      miod      298: as well as in a few
                    299: <a href="ftp.html">mirrors</a>.
                    300: Here are the
1.87      sthen     301: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hp300/INSTALL.hp300">
1.34      miod      302: OpenBSD/hp300 snapshot installation instructions
                    303: </a> as well.
1.3       fn        304:
                    305: </body>
                    306: </html>