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

Annotation of www/hp300.html, Revision 1.48

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