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

Annotation of www/hp300.html, Revision 1.27

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/hp300</title>
1.25      wvdputte    5: <link rev=  "made"          href=    "mailto:www@openbsd.org">
                      6: <meta name= "resource-type" content= "document">
                      7: <meta name= "description"   content= "the OpenBSD/hp300 page">
                      8: <meta name= "keywords"      content= "openbsd,hp300">
                      9: <meta name= "distribution"  content= "global">
                     10: <meta name= "copyright"     content= "This document copyright 1996, 1997, 1998, 1999 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.16      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.3       fn         14:
1.1       deraadt    15: <h2>OpenBSD/hp300</h2>
                     16:
1.3       fn         17: <hr>
1.19      deraadt    18: <h3><font color=#0000e0><strong>History and Status:</strong></font></h3>
1.1       deraadt    19:
1.3       fn         20: <p>
1.8       downsj     21: OpenBSD follows in the footsteps of 4.4BSD by supporting the hp300; most
                     22: types of machine are supported with 68020 or better processors, along with
                     23: SCSI and HPIB storage devices.
1.4       deraadt    24: </p>
                     25:
                     26: <p>
1.8       downsj     27: OpenBSD/hp300 runs 8k pagesize executables natively (the first operating
                     28: system for the hp300 to do so), maintaining the standard binary format
                     29: used by all other OpenBSD m68k platforms.
                     30: </p>
                     31:
1.13      downsj     32: <p>
                     33: The hp300 port has now also switched to the regular config(8) for kernel
                     34: configuration.  This enables the port to support things like
                     35: <i>User Kernel Config</i> and, in the future, the generic SCSI sub-system.
                     36: </p>
                     37:
1.8       downsj     38: <hr>
1.19      deraadt    39: <h3><font color=#0000e0><strong>Supported Hardware:</strong></font></h3>
1.9       downsj     40:
                     41: <p>
                     42: <ul>
                     43: <li>CPUs:
                     44: <ul>
                     45: <li>68020-based: 318, 319, 320, 330, and 350.
1.12      downsj     46: <li>68030-based: 340, 345, 360, 370, 375, and 400<sup>(1)</sup>.
1.21      downsj     47: <li>68040-based: 380, 385, 425<sup>(1)</sup>, and 433<sup>(1)</sup>.
1.9       downsj     48: </ul>
                     49: <li>Disks:
                     50: <ul>
                     51: <li>Most HP-IB/CS80, including: 7912, 7914, 7933, 7936, 7937, 7945, 7957,
                     52: 7958, 7959, 2200, and 2203.
1.12      downsj     53: <li>SCSI-I<sup>(2)</sup>, including magneto-optical and CD-ROM.
1.9       downsj     54: </ul>
                     55: <li>Tape drives:
                     56: <ul>
                     57: <li>Low-density HP-IB/CS80 cartridge: 7914, 7946, and 9144.
                     58: <li>High-density HP-IB/CS80 cartridge: 9145.
                     59: <li>HP-IB/CS80 1/2": 7974A, 7978A/B, 7979A, 7980A, and 7980XC.
                     60: <li>SCSI: HP DAT, Exabyte, and SCSI QIC drives such as the Archive Viper.
                     61: </ul>
                     62: <li>RS232 interfaces:
                     63: <ul>
1.17      downsj     64: <li>98644 built-in and add-on card single port (<i>dca</i>).
                     65: <li>98642 4-port mux (<i>dcm</i>).
                     66: <li>98638 8-port mux (<i>dcm</i>).
                     67: <li>400-series Apollo 3-port serial/keyboard mux (<i>apci</i>).
                     68: <br>(The first port is typically configured as a <i>dca</i> device.)
1.9       downsj     69: </ul>
                     70: <li>Network interfaces:
                     71: <ul>
                     72: <li>98643 built-in and add-on LAN cards.
                     73: </ul>
                     74: <li>Displays:
                     75: <ul>
1.23      downsj     76: <li>98543, 98544, 98545, and 98547 color and monochrome Topcat.
1.10      downsj     77: <li>98548, 98549, 98550, and A1416A color and monochrome Catseye.
1.9       downsj     78: <li>98700 and 98710 Gatorbox.
                     79: <li>98720 and 98721 Renaissance.
                     80: <li>98730 and 98731 DaVinci.
                     81: <li>A1096A monochrome Hyperion.
                     82: </ul>
                     83: <li>Input devices:
                     84: <ul>
                     85: <li>General interface supporting all HIL devices: keyboard, 2 and 3 button
1.12      downsj     86: mice<sup>(3)</sup>, and ID module.
1.18      downsj     87: <li>400-series Apollo keyboards (bootblocks, kernel soon).
1.9       downsj     88: </ul>
                     89: <li>Miscellaneous:
                     90: <ul>
                     91: <li>Battery-backed real-time clock.
                     92: <li>98624 built-in HP-IB interface.
                     93: <li>98625A and 98625B `fast' HP-IB interface.
                     94: <li>98658A built-in and add-on SCSI interface.
                     95: <li>Printers and plotters on RS232 and HP-IB.
                     96: <li>SCSI autochanger.
                     97: </ul>
                     98: </ul>
                     99: </p>
                    100: <p>
1.12      downsj    101: <sup>(1)</sup> 400-series machines configured for <i>Domain/OS</i> are not fully
1.17      downsj    102: supported; the ROMs must be in <i>HP-UX mode</i> in order to boot the system.
1.26      downsj    103: See the <a href=hp300faq.html>hp300 FAQ page</a> for information on how to
1.20      downsj    104: change the ROM mode.
1.9       downsj    105: <br>
1.12      downsj    106: <sup>(2)</sup> SCSI-II drives are known to work, though this may require
1.9       downsj    107: changing a jumper on some drives.  See your disk's documentation for details.
                    108: <br>
1.12      downsj    109: <sup>(3)</sup> Serial mice connected to a <i>HIL to quad</i> converter are also
1.9       downsj    110: known to work.
                    111: </p>
1.14      downsj    112:
1.27    ! downsj    113: <p>
        !           114: Much more information about hardware configuration may be found on the
        !           115: <a href=hp300faq.html>hp300 FAQ page</a>.
        !           116: </p>
        !           117:
1.14      downsj    118: <hr>
1.19      deraadt   119: <h3><font color=#0000e0><strong>Notably Unsupported Hardware:</strong></font></h3>
1.9       downsj    120:
                    121: <p>
                    122: <ul>
1.18      downsj    123: <li>SGC bus on the 425e, and all associated frame buffers.
1.11      downsj    124: <li>310 and all other 68010 based systems.
1.9       downsj    125: </ul>
                    126: </p>
                    127:
                    128: <hr>
1.19      deraadt   129: <h3><font color=#0000e0><strong>Compatibility Notes and Known Bugs:</strong></font></h3>
1.14      downsj    130:
1.8       downsj    131: <p>
1.14      downsj    132: OpenBSD/hp300 is known to run old pre-1.2 NetBSD m68k4k binaries via the
                    133: <strong>COMPAT_M68K4K</strong>, <strong>COMPAT_10</strong> and
                    134: <strong>COMPAT_11</strong> kernel options; it is assumed that it will
                    135: also still run hp300 4.4BSD binaries.  <strong>COMPAT_SUNOS</strong> may be
                    136: used to run sun3 SunOS binaries (a few have been tested and work).
                    137: <strong>COMPAT_HPUX</strong> is also available, but has not been tested.
                    138: </p>
1.8       downsj    139:
                    140: <p>
1.14      downsj    141: Slower machines may sometimes have problems booting from
                    142: a serial console.  The symptom of this are panics during the kernel
                    143: autoconfiguration process; this can be avoided by using faster/different
                    144: terminals or by eliminating the terminal's use of flow control.
1.3       fn        145: </p>
1.1       deraadt   146:
1.18      downsj    147: <p>
                    148: There is now (untested) support for the 425e; a terminal must be connected
                    149: to the first serial port in order to boot the system.  If anyone gets
                    150: a 425e to work, please let me know.
                    151: </p>
                    152:
1.3       fn        153: <hr>
1.12      downsj    154: <p>
1.14      downsj    155: <a href=ftp.html>Snapshots are made available from time to time.</a>
                    156:
                    157: <p>
                    158: The maintainer of the hp300 port is Jason Downs,
                    159: <a href=mailto:downsj@openbsd.org>&lt;downsj@openbsd.org&gt;</a>.
1.12      downsj    160: </p>
                    161:
                    162: <hr>
1.22      pauls     163: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   164: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        165: <br>
1.27    ! downsj    166: <small>$OpenBSD: hp300.html,v 1.26 1999/12/19 15:58:20 downsj Exp $</small>
1.3       fn        167:
                    168: </body>
                    169: </html>