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

Annotation of www/hp300.html, Revision 1.32

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">
        !            12: <meta name="copyright" content="This document copyright 1996-2002 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>
        !            38:   <li><a href="#history">Past history of the port</a>
        !            39:   <li><a href="#status">Current status</a>
        !            40:   <li><a href="#projects">Project list</a>
        !            41:   <li><a href="#install">Getting and installing OpenBSD/hp300</a>
        !            42:   <li><a href="#hardware">Supported hardware list</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
                     53: SCSI and HPIB 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
        !            89: not been tested recently (but this used to be enough get HP-UX X11 environment
        !            90: to run).
        !            91: </p>
        !            92:
        !            93: <p>
        !            94: Slower machines may sometimes have problems booting from
        !            95: a serial console.  The symptom of this are panics during the kernel
        !            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="install"></a>
        !           121: <h3><font color="#0000e0">
        !           122: <strong>Getting and installing OpenBSD/hp300:</strong>
        !           123: </font></h3>
        !           124:
        !           125: <p>
        !           126: The latest supported OpenBSD/hp300 release is
        !           127: <a href="32.html">OpenBSD 3.2</a>.
        !           128: Here are the
        !           129: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/hp300/INSTALL.hp300">
        !           130: OpenBSD/hp300 3.2 installation instructions
        !           131: </a>.
        !           132: </p>
        !           133:
        !           134: <p>
        !           135: Snapshots are made available from time to time, in
        !           136: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hp300">this location</a>
        !           137: as well as in a few
        !           138: <a href="ftp.html">mirrors</a>.
        !           139: Here are the
        !           140: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hp300/INSTALL.hp300">
        !           141: OpenBSD/hp300 snapshot installation instructions
        !           142: </a> as well.
        !           143: </p>
        !           144:
        !           145: <hr>
        !           146: <a name="hardware"></a>
        !           147: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
        !           148:
        !           149: <p>
        !           150: <h4>Supported machines</h4>
        !           151: </p>
        !           152:
        !           153: <p>
1.9       downsj    154: <ul>
1.32    ! miod      155:   <li>HP 9000/300 series:
        !           156:   <p>
        !           157:   <ul>
        !           158:     <li>68020-based: 318, 319, 320, 330 and 350.
        !           159:     <li>68030-based: 340, 345, 360, 370 and 375.
        !           160:     <li>68040-based: 380 and 385.
        !           161:   </ul>
        !           162:   </p></li>
        !           163:   <li>HP 9000/400 series:
        !           164:   <p>
        !           165:   <ul>
        !           166:     <li>68030-based: 400.
        !           167:     <li>68040-based: 425 and 433.
        !           168:   </ul>
        !           169:   </p>
        !           170:   <p>
        !           171:   These machines are not supported when configured for <i>Domain/OS</i>;
        !           172:   the ROM must be in <i>HP-UX mode</i> in order to boot the system.
        !           173:   Please refer to the <a href="hp300/hp300faq.html">hp300 FAQ page</a>
        !           174:   for information on how to change the ROM mode.
        !           175:   </p></li>
1.9       downsj    176: </ul>
1.32    ! miod      177: </p>
        !           178:
        !           179: <p>
        !           180: <h4>SCSI controllers and peripherals</h4>
        !           181: </p>
        !           182:
        !           183: <p>
1.9       downsj    184: <ul>
1.32    ! miod      185: <li>98658A built-in and add-on SCSI interface.
1.9       downsj    186: </ul>
                    187: <ul>
1.32    ! miod      188: <li>SCSI-1 disk drives
        !           189: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4&amp;arch=hp300">sd</a>). <sup>(*)</sup>
        !           190: <li>SCSI-1 cdrom drives
        !           191: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>). <sup>(*)</sup>
        !           192: <li>Autochangers.
        !           193: <li>Tape drives: HP DAT, Exabyte, and SCSI QIC drives such as the Archive Viper
        !           194: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>).
1.9       downsj    195: </ul>
1.32    ! miod      196: </p>
        !           197: <p>
        !           198: <sup>(*)</sup> SCSI-2 peripherals are known to work, but this may require
        !           199: changing a jumper on some drives.
        !           200: Refer to your disk's documentation for details.
        !           201: </p>
        !           202:
        !           203: </p>
        !           204:
        !           205: <p>
        !           206: <h4>HP-IB/CS80 controllers and peripherals</h4>
        !           207: </p>
        !           208:
        !           209: <p>
1.9       downsj    210: <ul>
1.32    ! miod      211: <li>98624 built-in interface.
        !           212: <li>98625A and 98625B ``fast'' interface.
1.9       downsj    213: </ul>
                    214: <ul>
1.32    ! miod      215: <li>Most HP disks, including: 7912, 7914, 7933, 7936, 7937, 7945, 7957,
        !           216: 7958, 7959, 2200, and 2203.
        !           217: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hd&amp;sektion=4&amp;arch=hp300">hd</a>).
        !           218: <li>Low-density cartridge drives: 7914, 7946, and 9144
        !           219: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>).
        !           220: <li>High-density cartridge drives: 9145
        !           221: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>).
        !           222: <li>1/2" tape drives: 7974A, 7978A/B, 7979A, 7980A, and 7980XC
        !           223: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4&amp;arch=hp300">ct</a>).
1.9       downsj    224: </ul>
1.32    ! miod      225: </p>
        !           226:
        !           227: <p>
        !           228: <h4>Serial ports</h4>
        !           229: </p>
        !           230:
        !           231: <p>
1.9       downsj    232: <ul>
1.32    ! miod      233: <li>98644 built-in and add-on card single port
        !           234: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dca&amp;sektion=4&amp;arch=hp300">dca</a>).
        !           235: <li>98642 4-port mux
        !           236: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dcm&amp;sektion=4&amp;arch=hp300">dcm</a>).
        !           237: <li>98638 8-port mux
        !           238: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dcm&amp;sektion=4&amp;arch=hp300">dcm</a>).
        !           239: <li>400-series Apollo 3-port serial/keyboard mux
        !           240: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apci&amp;sektion=4&amp;arch=hp300">apci</a>).
        !           241: <br>(The first port is typically configured as a
        !           242: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dca&amp;sektion=4&amp;arch=hp300">dca</a>
        !           243: device).
1.9       downsj    244: </ul>
1.32    ! miod      245: </p>
        !           246:
        !           247: <p>
        !           248: <h4>Ethernet interfaces</h4>
        !           249: </p>
        !           250:
        !           251: <p>
1.9       downsj    252: <ul>
1.32    ! miod      253: <li>98643 built-in and add-on LAN cards.
        !           254: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=hp300">le</a>).
1.9       downsj    255: </ul>
1.32    ! miod      256: </p>
        !           257:
        !           258: <p>
        !           259: <h4>Frame buffers</h4>
        !           260: </p>
        !           261:
        !           262: <p>
1.9       downsj    263: <ul>
1.32    ! miod      264: <li>98543, 98544, 98545, and 98547 color and monochrome Topcat
        !           265: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tc&amp;sektion=4&amp;arch=hp300">topcat</a>).
        !           266: <li>98548, 98549, 98550, and A1416A color and monochrome Catseye.
        !           267: <li>98700 and 98710 Gatorbox
        !           268: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gb&amp;sektion=4&amp;arch=hp300">gbox</a>).
        !           269: <li>98720 and 98721 Renaissance
        !           270: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rb&amp;sektion=4&amp;arch=hp300">rbox</a>).
        !           271: <li>98730 and 98731 DaVinci
        !           272: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dv&amp;sektion=4&amp;arch=hp300">dvbox</a>).
        !           273: <li>A1096A monochrome Hyperion.
1.9       downsj    274: </ul>
                    275: </p>
1.32    ! miod      276:
1.9       downsj    277: <p>
1.32    ! miod      278: <h4>Input devices</h4>
1.9       downsj    279: </p>
1.14      downsj    280:
1.27      downsj    281: <p>
1.32    ! miod      282: <ul>
        !           283: <li>General interface supporting all HIL devices
        !           284: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hil&amp;sektion=4&amp;arch=hp300">hil</a>):
        !           285:     keyboard, 2 and 3 button mice, and ID module.
        !           286:     Serial mice connected to a <i>HIL to quad</i> converter are also known to
        !           287:     work.
        !           288: <li>400-series Apollo keyboards
        !           289:     <i>(currently only supported by the bootblocks)</i>
        !           290: </ul>
1.27      downsj    291: </p>
                    292:
1.32    ! miod      293: <p>
        !           294: <h4>Miscellaneous</h4>
        !           295: </p>
1.9       downsj    296:
                    297: <p>
                    298: <ul>
1.32    ! miod      299: <li>Battery-backed real-time clock.
        !           300: <li>Printers and plotters on RS232 and HP-IB.
        !           301: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=&amp;sektion=4&amp;arch=hp300"></a>).
1.9       downsj    302: </ul>
                    303: </p>
                    304:
1.8       downsj    305: <p>
1.32    ! miod      306: More information about hardware configuration may be found on the
        !           307: <a href="hp300/hp300faq.html">hp300 FAQ page</a>.
1.14      downsj    308: </p>
1.8       downsj    309:
                    310: <p>
1.32    ! miod      311: <h4>Unsupported machines</h4>
1.3       fn        312: </p>
1.1       deraadt   313:
1.18      downsj    314: <p>
1.32    ! miod      315: <ul>
        !           316: <li>310 and all other 68010 based systems.
        !           317: </ul>
1.18      downsj    318: </p>
                    319:
1.12      downsj    320: <p>
1.32    ! miod      321: <h4>Unsupported devices</h4>
        !           322: </p>
1.14      downsj    323:
                    324: <p>
1.32    ! miod      325: <ul>
        !           326: <li>SGC bus on the 425e (and some 4XXt machines),
        !           327: and the associated frame buffers.
        !           328: </ul>
1.12      downsj    329: </p>
                    330:
                    331: <hr>
1.32    ! miod      332: <a href="plat.html">
        !           333: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
        !           334: </a>
        !           335: <br>
        !           336: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn        337: <br>
1.32    ! miod      338: <small>$OpenBSD$</small>
1.3       fn        339:
                    340: </body>
                    341: </html>