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

Annotation of www/hp300.html, Revision 1.52

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