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

Annotation of www/hp300.html, Revision 1.30

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.30    ! millert    87: <li>400-series Apollo keyboards (currently only supported by the bootblocks)
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.28      downsj    103: See the <a href=hp300/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
1.28      downsj    115: <a href=hp300/hp300faq.html>hp300 FAQ page</a>.
1.27      downsj    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.30    ! millert   123: <li>SGC bus on the 425e (and some 4XXt machines),
        !           124: and the associated frame buffers.
1.11      downsj    125: <li>310 and all other 68010 based systems.
1.9       downsj    126: </ul>
                    127: </p>
                    128:
                    129: <hr>
1.19      deraadt   130: <h3><font color=#0000e0><strong>Compatibility Notes and Known Bugs:</strong></font></h3>
1.14      downsj    131:
1.8       downsj    132: <p>
1.30    ! millert   133: OpenBSD/hp300 is known to run sun3 SunOS binaries via the
        !           134: <strong>COMPAT_SUNOS</strong> kernel option (a few have been tested and work).
        !           135: <strong>COMPAT_HPUX</strong> is also available, but has not been tested
        !           136: recently.
1.14      downsj    137: </p>
1.8       downsj    138:
                    139: <p>
1.14      downsj    140: Slower machines may sometimes have problems booting from
                    141: a serial console.  The symptom of this are panics during the kernel
                    142: autoconfiguration process; this can be avoided by using faster/different
                    143: terminals or by eliminating the terminal's use of flow control.
1.3       fn        144: </p>
1.1       deraadt   145:
1.18      downsj    146: <p>
1.30    ! millert   147: Working support for the 425e was added after the 2.9 release but this
        !           148: model is only supported with a serial console on the first serial port.
1.18      downsj    149: </p>
                    150:
1.3       fn        151: <hr>
1.12      downsj    152: <p>
1.14      downsj    153: <a href=ftp.html>Snapshots are made available from time to time.</a>
                    154:
                    155: <p>
1.29      millert   156: There is currently no official maintainer for the hp300 port.
1.30    ! millert   157: Todd Miller <a href=mailto:millert@openbsd.org>millert@openbsd.org</a>
        !           158: hacks on it from time to time.
1.12      downsj    159: </p>
                    160:
                    161: <hr>
1.22      pauls     162: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   163: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        164: <br>
1.30    ! millert   165: <small>$OpenBSD: hp300.html,v 1.29 2001/05/07 15:55:55 millert Exp $</small>
1.3       fn        166:
                    167: </body>
                    168: </html>