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

Annotation of www/hp300.html, Revision 1.90

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