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

Annotation of www/hppa.html, Revision 1.254

1.74      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/hppa</title>
1.74      miod        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/hppa page">
                      9: <meta name="keywords" content="openbsd,hppa">
                     10: <meta name="distribution" content="global">
1.228     miod       11: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.3       fn         12: </head>
                     13:
1.74      miod       14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.65      mickey     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.74      miod       16: <h2><font color="#e00000">OpenBSD/hppa</font></h2>
                     17:
                     18: <hr>
1.251     rapha      19: <img src="images/hppa.jpg" width="208" height="288" align="right" alt="hppa">
1.74      miod       20:
                     21: OpenBSD/hppa runs on a large set of the 32-bit Hewlett Packard Precision
1.219     deraadt    22: Architecture workstations and servers (HP PA-RISC).  A subset of the 64-bit
                     23: models are supported in 32-bit mode, as well.
1.74      miod       24:
                     25: <p>
                     26: A mailing list dedicated to the OpenBSD/hppa port is available at
                     27: <u><font color="#23238e">hppa@openbsd.org</font></u>.
                     28: To join the OpenBSD/hppa mailing list, send a message body of <b>"subscribe
                     29: hppa"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     30: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     31: subscribing.
                     32:
                     33: <p>
1.219     deraadt    34: The current port maintainer is
                     35: Mark Kettenis (<a href="mailto:kettenis@openbsd.org">kettenis@openbsd.org</a>).
1.74      miod       36: Others are definitely welcome to contribute!
                     37:
1.203     nick       38: <a name="toc"></a>
1.74      miod       39: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.251     rapha      40: <ul>
1.219     deraadt    41:   <li><a href="#history">History of the port</a><br>
                     42:   <li><a href="#status">Current status</a><br>
                     43:   <li><a href="#hardware">Supported hardware</a><br>
                     44:   <li><a href="#install">Getting and installing</a><br>
1.74      miod       45:   <li><a href="#hwdocs">Hardware documentation</a>
1.251     rapha      46: </ul>
1.221     deraadt    47: <br clear=all>
1.219     deraadt    48: <hr>
1.3       fn         49:
1.74      miod       50: <a name="history"></a>
1.219     deraadt    51: <h3><font color="#0000e0"><strong>History</strong></font></h3>
1.64      mickey     52: <p>
1.67      deraadt    53: This project was started in those days when the only
1.38      mickey     54: open source operating systems for HP PA-RISC computers were
1.66      jufi       55: <a href="http://www.cs.utah.edu/projects/flux/lites/html">Lites</a> and
1.68      jufi       56: <a href="http://www.mklinux.org">MkLinux</a>.
1.38      mickey     57: These two sources were a major supply of information and
                     58: code for initial development of the OpenBSD/hppa port.
1.67      deraadt    59: <a href="http://www.cs.utah.edu/~mike/hpbsd/hpbsd.html">HPBSD</a>
1.38      mickey     60: is encumbered by HP proprietary code and USL licensing and is
                     61: not publicly available.
                     62: One of the major direct benefits from previous porting efforts
1.74      miod       63: (besides the code, of course) was support for HP PA-RISC in GCC and
                     64: binutils, which allowed quick building of a cross-tools environment
                     65: for development.
                     66:
1.38      mickey     67: <p>
1.74      miod       68: Later on, Hewlett-Packard decided to sponsor a
                     69: <a href="http://www.parisc-linux.org/">Linux</a> port to the PA-RISC
                     70: family, which actually resulted in some proprietary documentation
                     71: being released, even though their target was a different class of 9000
                     72: machines back then.
                     73:
                     74: <a name="status"></a>
1.219     deraadt    75: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
1.74      miod       76:
1.38      mickey     77: <p>
1.142     mickey     78: Currently, all the supported systems boot multi-user.
                     79: In addition to the release, full snapshots are made periodically,
                     80: and work is ongoing to provide better hardware support.
1.64      mickey     81:
1.219     deraadt    82: <a name="hardware"></a>
                     83: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
1.64      mickey     84:
1.219     deraadt    85: For a system component and device driver listing for this architecture, see
1.251     rapha      86: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=intro&amp;arch=hppa&amp;sektion=4">intro(4/hppa)</a>.
1.74      miod       87: <p>
                     88:
1.251     rapha      89: <ul>
1.246     nick       90: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;sektion=4&amp;arch=hppa">cpu(4)</a> support for the 7000,
1.230     miod       91: 7100, 7100LC, 7150, 7200, 7300LC, 8000, 8200, 8500, 8600, 8700 processors<br>
1.219     deraadt    92: found on the following systems:
                     93:   <ul>
1.233     miod       94:   <li>PA7000-based: 705, 710, 720, 730, 750
1.115     mickey     95:   <li>PA7100-based: 715/33, 715/50, 715/75, 725/50, 725/75, 735/100, 742i, 745i, 747i, 755/100
                     96:   <li>PA7100LC-based: 712, 715/64, 715/80, 715/100, 715/100XC, 725/64, 725/100, 743i, 748i, SAIC Galaxy 1100
1.74      miod       97:   <li>PA7150-based: 735/125, 755/125
1.163     mickey     98:   <li>PA7300LC-based: 744, 745, 748, A180[C], B132L[+], B160L, B180L+, C132L, C160L, Dx20, Dx30, RDI PrecisionBook (C160L)
1.228     miod       99:   <li>PA7200-based: C100, C110, J200, J210, J210XC, Kx00, Kx10, Kx20
1.210     martin    100:   <li>PA8000-based (in 32-bit mode): C160, C180, J280, J282
1.247     jsg       101:   <li>PA8200-based (in 32-bit mode): C200, C240, J2240
1.204     martin    102:   <li>PA8500-based (in 32-bit mode): B1000, B2000, C360, C3000, J5000, J7000
                    103:   <li>PA8600-based (in 32-bit mode): B2600, C3600, J5600, J6000, J7600
                    104:   <li>PA8700-based (in 32-bit mode): C3650, C3700, C3750, J6700, J6750
1.181     brad      105:   </ul>
                    106:
1.234     miod      107: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mem&amp;sektion=4&amp;arch=hppa">mem(4)</a> memory controllers for up to 2GB of memory.
1.219     deraadt   108: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=io&amp;sektion=4&amp;arch=hppa">io(4)</a> Bus/IO controllers and bridges, including:
1.136     mickey    109:     <ul>
1.219     deraadt   110:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=phantomas&amp;sektion=4&amp;arch=hppa">phantomas(4)</a> Phantom PseudoBC GSC+ Port,
                    111:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uturn&amp;sektion=4&amp;arch=hppa">uturn(4)</a> U2/UTurn Runway-GSC with IOA,
                    112:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsc&amp;sektion=4&amp;arch=hppa">gsc(4)</a> GSC,
                    113:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lasi&amp;sektion=4&amp;arch=hppa">lasi(4)</a> LASI,
                    114:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asp&amp;sektion=4&amp;arch=hppa">asp(4)</a> ASP,
                    115:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wax&amp;sektion=4&amp;arch=hppa">wax(4)</a> WAX,
                    116:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=astro&amp;sektion=4&amp;arch=hppa">astro(4)</a> Astro Memory and I/O controller.
                    117:     </ul>
                    118: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino(4)</a> Dino/Cujo or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elroy&amp;sektion=4&amp;arch=hppa">elroy(4)</a>) Elroy PCI host bridges providing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;arch=hppa&amp;sektion=4">pci(4)</a> PCI busses, supporting most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;arch=hppa&amp;sektion=4">pci(4)</a> cards.
                    119: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&amp;arch=hppa&amp;sektion=4">ppb(4)</a> standard PCI-PCI bridges, including PCI expansion backplanes.
                    120: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=hppa&amp;sektion=4">cbb(4)</a> YENTA-compatible PCI-CardBus bridges supporting some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&amp;arch=hppa&amp;sektion=4">cardbus(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;arch=hppa&amp;sektion=4">pcmcia(4)</a> cards, on some models.
1.231     miod      121: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&amp;sektion=4">oosiop(4)</a>,
                    122: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;sektion=4">osiop(4)</a>
                    123: and
                    124: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop(4)</a>
                    125: on-board SCSI controllers.
1.223     martynas  126: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> IDE drive controller supporting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd(4)</a> drives.
1.219     deraadt   127: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=hppa&amp;sektion=4">dc(4)</a> on-board Digital 10/100Mbit ethernet.
                    128: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=hppa&amp;sektion=4">ohci(4)</a> on-board USB controller supporting most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&amp;sektion=4">usb(4)</a> devices.
                    129: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;arch=hppa&amp;sektion=4">sti(4)</a> SGC/GSC/PCI graphics controllers.
                    130: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=hppa&amp;sektion=4">com(4)</a> on-board ns16550 serial ports.
                    131: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=hppa&amp;sektion=4">lpt(4)</a> on-board parallel port.
                    132: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=harmony&amp;arch=hppa&amp;sektion=4">harmony(4)</a> on-board CS4215/AD1849 audio.
                    133: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;arch=hppa&amp;sektion=4">hilkbd(4)</a> HIL keyboards.
                    134: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;arch=hppa&amp;sektion=4">hilms(4)</a> HIL mice and graphics tablet.
                    135: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilid&amp;arch=hppa&amp;sektion=4">hilid(4)</a> HIL ID modules.
1.226     miod      136: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&amp;sektion=4&amp;arch=hppa">pckbd(4)</a> PS/2 keyboards.
                    137: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> PS/2 mice.
1.219     deraadt   138: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;sektion=4&amp;arch=hppa">power(4)</a> soft power button as available on some models.
                    139: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;sektion=4&amp;arch=hppa">lcd(4)</a> front-panel display on some models.
                    140: <li>Battery-backed real time clock.
1.74      miod      141: </ul>
                    142:
                    143: <p>
1.219     deraadt   144: <h4>Unsupported systems and devices</h4>
                    145:
                    146: The following systems are unsupported, but may eventually be coaxed to life.
1.231     miod      147: Some of them will boot OpenBSD, but there is not enough device support for
                    148: OpenBSD to be really useful on them.
1.74      miod      149: <ul>
1.219     deraadt   150: <li>PA7100LC-based: Dx00, Dx10
                    151: <li>PA7200-based: Dx50, Dx60
                    152: <li>PA8000-based(in 32-bit mode): Dx70, Dx80/R380, Kx50/Kx60
                    153: <li>PA8200-based(in 32-bit mode): D390/R390, Kx70/Kx80
                    154: <li>HP 9000 E-Class (with limited I/O)
1.231     miod      155: <li>Most Hitachi PA-RISC workstations and servers
1.74      miod      156: </ul>
                    157:
                    158: <p>
1.96      mickey    159: The following systems are very unlikely to be supported since they either have
1.99      mickey    160: incompatible firmware (the 3000s) or almost completely undocumented I/O
1.219     deraadt   161: subsystems (the 8x7s).
1.96      mickey    162: <ul>
1.219     deraadt   163: <li>HP 3000 900
                    164: <li>HP 9000 8x7 (F, G, H, I-Class)
1.96      mickey    165: </ul>
                    166:
1.148     mickey    167: Even though some 64-bit systems are supported by this port in 32-bit mode,
                    168: the following models cannot be supported due to the I/O system limitations
1.231     miod      169: and will only run the
1.148     mickey    170: <a href="hppa64.html">OpenBSD/hppa64</a> port:
                    171: <ul>
1.219     deraadt   172: <li>PA8500-based: A400/rp24x0, L1000/L2000
                    173: <li>PA8600-based: A400/rp2450, L3000/rp5400
                    174: <li>PA8700-based: A500/rp2470, N4000/rp74x0, rp8400
1.232     jsg       175: <li>PA8800-based: A500-9x, C8000, rp3410, rp3440, rp4410, rp4440, rp7420, rp84x0
                    176: <li>PA8900-based: C8000, rp3410, rp3440, rp4410, rp4440, rp7420, rp84x0
1.148     mickey    177: </ul>
                    178:
1.96      mickey    179: <p>
1.231     miod      180: Convex PA-RISC systems (NUMA supercomputing clusters
                    181: consisting of one or more 8-way SMP nodes with PA7100 or PA7200 CPUs)
                    182: are unlikely to be ever supported.
1.99      mickey    183:
                    184: <p>
1.231     miod      185: All other HP 9000 6xx, 8xx and 9xx server systems will probably never
                    186: be supported by this port since they are of 1.0 PA-RISC architecture,
                    187: which is substantially inferior to the 1.1.
1.78      mickey    188:
                    189: <p>
1.74      miod      190: <h4>Unsupported peripherals</h4>
                    191:
                    192: <p>
                    193: This list is not meant to be exhaustive either, but sums up the most commonly
                    194: encountered devices on hppa machines.
                    195: <ul>
1.219     deraadt   196: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino(4)</a> Dino in card mode.
                    197: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;arch=hppa&amp;sektion=4">pcmcia(4)</a> PCMCIA adapters.
                    198: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mongoose&amp;sektion=4&amp;arch=hppa">mongoose(4)</a> EISA bus adapter.
                    199: <li>VME controller
                    200: <li>any HP-PB devices
                    201: <li>On-board floppy controller
                    202: <li>Dino's PS/2 keyboard and mouse controller
                    203: <li>Power management on PrecisionBook
                    204: </ul>
                    205:
                    206: <a name="install"></a>
                    207: <h3><font color="#0000e0">
                    208: <strong>Getting and installing</strong>
                    209: </font></h3>
                    210:
                    211: <p>
                    212: The latest supported OpenBSD/hppa release is
1.252     sthen     213: <a href="54.html">OpenBSD 5.4</a>.
1.219     deraadt   214: Here are the
1.252     sthen     215: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.4/hppa/INSTALL.hppa">
                    216: OpenBSD/hppa 5.4 installation instructions
1.219     deraadt   217: </a>.
                    218:
                    219: <p>
                    220: Snapshots are made available from time to time, in
1.250     sthen     221: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa">this location</a>
1.219     deraadt   222: as well as in a few
                    223: <a href="ftp.html">mirrors</a>.
                    224: Here are the
1.250     sthen     225: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa/INSTALL.hppa">
1.219     deraadt   226: OpenBSD/hppa snapshot installation instructions
                    227: </a> as well.
1.74      miod      228:
                    229: <a name="hwdocs"></a>
1.219     deraadt   230: <h3><font color="#0000e0"><strong>Hardware documentation</strong></font></h3>
1.64      mickey    231:
1.219     deraadt   232: <p>
1.74      miod      233: Most of the following documents have been released by Hewlett-Packard for
                    234: the <a href="http://www.parisc-linux.org/">PA-RISC Linux</a> project.
1.16      mickey    235:
1.74      miod      236: <p>
1.38      mickey    237: <ol type=1>
1.58      mickey    238: <li>HP PA-RISC CPUs
1.38      mickey    239:        <ol type=a>
1.106     mickey    240: <li><a href="http://ftp.parisc-linux.org/docs/chips/PCXL_ers.ps">PA7100LC CPU ERS</a>
                    241: <li><a href="http://ftp.parisc-linux.org/docs/chips/pcxl2_ers.ps">PA7300LC CPU ERS</a>
1.38      mickey    242:        </ol>
1.74      miod      243: <li>Processor Dependent Code/I/O Dependent Code Interface<br> <small>(selected chapters from "PA-RISC I/O Architecture Specification")</small>
1.38      mickey    244:        <ol type=a>
1.172     mickey    245: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch1-procs.pdf">PDC 1.1</a>
                    246: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch3-IODC.pdf">IODC 1.1</a>
1.106     mickey    247: <li><a href="http://ftp.parisc-linux.org/docs/arch/ver_nums.pdf">Version and Identification Number Allocation</a>
1.172     mickey    248: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v0.36-ChC-datafmt.pdf">Memory Data Formats 2.0</a>
                    249: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch3-entry.pdf">PDC Entry Points 2.0</a>
                    250: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch4-procs.pdf">PDC Procedures 2.0</a>
                    251: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch6-OS.pdf">OS Interface 2.0</a>
1.38      mickey    252:        </ol>
1.74      miod      253: <li>Bus controllers/bridges/adaptors
1.38      mickey    254:        <ol type=a>
1.106     mickey    255: <li><a href="http://ftp.parisc-linux.org/docs/chips/hardball_ers.pdf">ASP</a>
1.140     nick      256: <li><a href="http://ftp.parisc-linux.org/docs/chips/lasi_ers.ps">LASI Core Bus Adapter (including LAN, SCSI, serial, lpt controllers)</a>
1.106     mickey    257: <li><a href="http://ftp.parisc-linux.org/docs/chips/dino_ers.ps">Dino PCI bridge</a>,
                    258: and <a href="http://ftp.parisc-linux.org/docs/chips/Dino_3_1_Errata.html">Errata</a>
                    259: <li><a href="http://ftp.parisc-linux.org/docs/chips/elroy_ers.ps">Elroy ERS (Edited for Open Source)</a>
1.95      mickey    260: <li>Astro
1.106     mickey    261: <a href="http://ftp.parisc-linux.org/docs/chips/astro_intro.ps">Overview</a>,
                    262: <a href="http://ftp.parisc-linux.org/docs/chips/astro_errors.ps">Error handling</a>,
                    263: <a href="http://ftp.parisc-linux.org/docs/chips/astro_ioc.ps">R2I Operations</a>,
                    264: <a href="http://ftp.parisc-linux.org/docs/chips/astro_regmap.ps">Registers Map</a>,
                    265: <a href="http://ftp.parisc-linux.org/docs/chips/astro_runway.ps">Runway Interface</a>,
1.143     mickey    266: <a href="http://ftp.parisc-linux.org/docs/chips/astro_sysmap.ps">System Memory Map</a>
1.38      mickey    267:        </ol>
1.106     mickey    268: <li><a href="http://ftp.parisc-linux.org/docs/arch/sti.pdf">Stinger
1.74      miod      269: graphics</a>
1.236     jasper    270: <li><a href="http://www.lsi.com/DistributionSystem/AssetDocument/files/docs/techdocs/storage_stand_prod/SCSIControllers/875_4_2.pdf">
                    271: LSI 53C875 SCSI I/O Processor</a>
1.74      miod      272: <li>Intel
                    273: <a href="http://developer.intel.com/design/network/datashts/290219.htm">i82596DX/SX</a>
                    274: and
                    275: <a href="http://developer.intel.com/design/network/datashts/290218.htm">i82596CA</a>
                    276: Ethernet Controllers
1.38      mickey    277: </ol>
1.74      miod      278:
                    279: <p>
                    280: Of course, no hppa page, be it OpenBSD or not, could pretend to be serious
                    281: without linking to the essential <a href="http://www.openpa.net/">OpenPA</a>
                    282: reference website.
                    283:
1.3       fn        284: </body>
                    285: </html>