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

Annotation of www/hp300.html, Revision 1.38

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