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

Annotation of www/hppa.html, Revision 1.172

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: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/hppa page">
                     10: <meta name="keywords" content="openbsd,hppa">
                     11: <meta name="distribution" content="global">
1.116     jose       12: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.74      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.65      mickey     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.74      miod       17: <p>
                     18: <h2><font color="#e00000">OpenBSD/hppa</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
                     23: OpenBSD/hppa runs on a large set of the 32-bit Hewlett Packard Precision
                     24: Architecture workstations and servers (HP PA-RISC).
                     25: </p>
                     26:
                     27: <p>
                     28: A mailing list dedicated to the OpenBSD/hppa port is available at
                     29: <u><font color="#23238e">hppa@openbsd.org</font></u>.
                     30: To join the OpenBSD/hppa mailing list, send a message body of <b>"subscribe
                     31: hppa"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34: </p>
                     35:
                     36: <p>
                     37: The current port maintainer is
                     38: <a href="mailto:mickey@openbsd.org">Michael Shalayeff</a>.
                     39: Others are definitely welcome to contribute!
                     40: </p>
                     41:
                     42: <a href="#toc"></a>
                     43: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     44: <p>
                     45: <ul>
1.82      jufi       46:   <li><a href="#history">History of the port</a>
1.74      miod       47:   <li><a href="#status">Current status</a>
                     48:   <li><a href="#projects">Project list</a>
1.140     nick       49:   <li><a href="#hardware">Supported hardware</a>
1.74      miod       50:   <li><a href="#hwdocs">Hardware documentation</a>
                     51:   <li><a href="#install">Getting and installing OpenBSD/hppa</a>
                     52: </ul>
1.3       fn         53:
1.66      jufi       54: <hr>
1.74      miod       55: <a name="history"></a>
                     56: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.30      deraadt    57:
1.64      mickey     58: <p>
1.67      deraadt    59: This project was started in those days when the only
1.38      mickey     60: open source operating systems for HP PA-RISC computers were
1.66      jufi       61: <a href="http://www.cs.utah.edu/projects/flux/lites/html">Lites</a> and
1.68      jufi       62: <a href="http://www.mklinux.org">MkLinux</a>.
1.38      mickey     63: These two sources were a major supply of information and
                     64: code for initial development of the OpenBSD/hppa port.
1.67      deraadt    65: <a href="http://www.cs.utah.edu/~mike/hpbsd/hpbsd.html">HPBSD</a>
1.38      mickey     66: is encumbered by HP proprietary code and USL licensing and is
                     67: not publicly available.
                     68: One of the major direct benefits from previous porting efforts
1.74      miod       69: (besides the code, of course) was support for HP PA-RISC in GCC and
                     70: binutils, which allowed quick building of a cross-tools environment
                     71: for development.
                     72: </p>
                     73:
1.38      mickey     74: <p>
1.74      miod       75: Later on, Hewlett-Packard decided to sponsor a
                     76: <a href="http://www.parisc-linux.org/">Linux</a> port to the PA-RISC
                     77: family, which actually resulted in some proprietary documentation
                     78: being released, even though their target was a different class of 9000
                     79: machines back then.
                     80: </p>
                     81:
                     82: <hr>
                     83: <a name="status"></a>
                     84: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     85:
1.38      mickey     86: <p>
1.142     mickey     87: Currently, all the supported systems boot multi-user.
                     88: In addition to the release, full snapshots are made periodically,
                     89: and work is ongoing to provide better hardware support.
1.169     mickey     90: <p>
                     91: OpenBSD/hppa contains some limited (for now) support for running
1.170     mickey     92: HP-UX binaries via the <strong>COMPAT_HPUX</strong> kernel option.
1.169     mickey     93: Work is in progress to improve this support.
1.74      miod       94: </p>
1.64      mickey     95:
1.74      miod       96: <hr>
                     97: <a name="projects"></a>
                     98: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     99: </strong></font></h3>
1.64      mickey    100:
1.74      miod      101: <p>
1.16      mickey    102: <ul>
1.74      miod      103:   <li>Improve overall stability
1.96      mickey    104:   <li>Support the NCR53C720 SCSI FWD controller
                    105:   <li>Support for 7000 CPUs (the "original snakes" machines)
1.168     mickey    106:   <li>improve HP-UX emulation
1.86      mickey    107:   <li>PARISC/Linux emulation
1.122     miod      108:   <li>X11 server support
1.104     mickey    109:   <li>Support for multiprocessor systems
1.64      mickey    110: </ul>
1.74      miod      111:
                    112: <hr>
                    113: <a name="hardware"></a>
                    114: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    115:
                    116: <p>
                    117: <h4>Supported models</h4>
                    118:
                    119: <p>
1.128     mickey    120: The rule of thumb is:
                    121: if it weighs more than 25kg -- most likely it is not supported.
                    122: <p>
1.64      mickey    123: <ul>
1.115     mickey    124:   <li>PA7100-based: 715/33, 715/50, 715/75, 725/50, 725/75, 735/100, 742i, 745i, 747i, 755/100
                    125:   <li>PA7100LC-based: 712, 715/64, 715/80, 715/100, 715/100XC, 725/64, 725/100, 743i, 748i, SAIC Galaxy 1100
1.74      miod      126:   <li>PA7150-based: 735/125, 755/125
1.163     mickey    127:   <li>PA7300LC-based: 744, 745, 748, A180[C], B132L[+], B160L, B180L+, C132L, C160L, Dx20, Dx30, RDI PrecisionBook (C160L)
1.128     mickey    128:   <li>PA7200-based: C100, C110, J200, J210, J210XC
1.147     miod      129:   <li>PA8000-based (in 32-bit mode): C160, C180
                    130:   <li>PA8200-based (in 32-bit mode): C200, C230, C240
                    131:   <li>PA8500-based (in 32-bit mode): C360
1.16      mickey    132: </ul>
1.74      miod      133:
                    134: <p>
                    135: <h4>Supported peripherals</h4>
                    136:
                    137: <p>
                    138: The list of supported hardware below is not meant to be exhaustive.
                    139: Hardware is needed for developers, to further help development and testing.
                    140: Please see our <a href="want.html">"Wanted List"</a>
1.66      jufi      141: (contact <a href="mailto:mickey@openbsd.org">mickey</a>).
1.74      miod      142: </p>
                    143:
                    144: <p>
                    145: <ul>
                    146: <li><strong>
1.125     mickey    147: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;sektion=4&amp;arch=hppa">PA-RISC CPU</a></strong>:
1.160     mickey    148: 7100, 7150, 7100LC, 7300LC, 7200, 8000, 8200, 8500
1.125     mickey    149: <li><strong>
1.160     mickey    150: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mem&amp;sektion=4&amp;arch=hppa">Memory Controllers</a> for up to 3GB of memory</strong>:
1.148     mickey    151: Viper, PCXL/PCXL2 MIOC
1.125     mickey    152: <li><strong>
1.144     mickey    153: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=io&amp;sektion=4&amp;arch=hppa">Bus/IO controllers and bridges</a></strong>
1.74      miod      154:   <ul>
                    155:   <li>Phantom PseudoBC GSC+ Port
                    156: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=phantomas&amp;sektion=4&amp;arch=hppa">phantomas</a>)
1.145     mickey    157:   <li>U2/UTurn Runway-GSC with IOA
1.146     mickey    158: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uturn&amp;sektion=4&amp;arch=hppa">uturn</a>)
1.74      miod      159:   <li>GSC
                    160: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsc&amp;sektion=4&amp;arch=hppa">gsc</a>):
                    161:   LASI
                    162: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lasi&amp;sektion=4&amp;arch=hppa">lasi</a>),
                    163:   ASP
                    164: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asp&amp;sektion=4&amp;arch=hppa">asp</a>)
1.126     mickey    165:   <li>PCI
1.152     mickey    166: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;arch=hppa&amp;sektion=4">pci</a>):
1.144     mickey    167:   <ul>
                    168:     <li>Dino and Cujo bridges
1.108     mickey    169: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino</a>)
1.144     mickey    170:     <li>Standard PCI-PCI bridges, including PCI expansion backplanes
1.152     mickey    171: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&amp;arch=hppa&amp;sektion=4">ppb</a>)
1.144     mickey    172:     <li>YENTA-compatible PCI-CardBus bridges
1.152     mickey    173: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=hppa&amp;sektion=4">cbb</a>)
1.144     mickey    174:     </ul>
1.74      miod      175:   </ul>
                    176: <li><strong>SGC/GSC graphics</strong>
1.152     mickey    177: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;arch=hppa&amp;sektion=4">sti</a>)
1.74      miod      178:   <ul>
1.132     mickey    179:   <li>On-board Timber (705/710), Artist (712), Stinger (715, 725, 74x)
1.74      miod      180:   <li>CRX-8, CRX-24, HCRX-8, HCRX-24
1.132     mickey    181:   <li>On-board Visualize EG
1.74      miod      182:   </ul>
                    183: <li><strong>Serial ports</strong>
                    184:   <ul>
1.86      mickey    185:   <li>On-board ns16550 and compatibles
1.152     mickey    186: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=hppa&amp;sektion=4">com</a>)
1.74      miod      187:   </ul>
                    188: <li><strong>Parallel ports</strong>
                    189:   <ul>
                    190:   <li>On-board parallel port
1.152     mickey    191: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=hppa&amp;sektion=4">lpt</a>)
1.74      miod      192:   </ul>
1.80      mickey    193: <li><strong>SCSI controllers</strong>
                    194:   <ul>
1.121     miod      195:   <li>NCR53C700 SCSI Narrow SE controller
1.152     mickey    196: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&amp;arch=hppa&amp;sektion=4">oosiop</a>)
1.96      mickey    197:   <li>NCR53C710 SCSI Narrow SE controller
1.152     mickey    198: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;arch=hppa&amp;sektion=4">osiop</a>)
1.114     mickey    199:   <li>NCR53C8xx SCSI I/O Processors
1.152     mickey    200: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=hppa&amp;sektion=4">siop</a>)
1.141     mickey    201:   <li>Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890, AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host adapters
1.152     mickey    202: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=hppa&amp;sektion=4">ahc</a>) (not bootable)
1.141     mickey    203: including the Adaptec cards
                    204:        <ul>
                    205:        <li>AHA-274X[W,T]
                    206:        <li>AHA-284X
                    207:        <li>AHA-2910, AHA-2915
                    208:        <li>AHA-2920
                    209:        <li>AHA-2930[C,U2]
                    210:        <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    211:        <li>AHA-2950[U2W,U2B]
                    212:        <li>AHA-3940[U,AU,UW,AUW,U2W]
                    213:        <li>AHA-3950U2
                    214:        <li>AHA-3960
                    215:        <li>AHA-3985
                    216:        <li>AHA-4944UW
                    217:        <li>AHA-19160B
                    218:        <li>AHA-29160[B,N]
                    219:        <li>AHA-39160
                    220:        </ul>
1.80      mickey    221:   </ul>
1.74      miod      222: <li><strong>Ethernet</strong>
                    223:   <ul>
                    224:   <li>On-board Intel i82596 ethernet
                    225: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=hppa">ie</a>)
1.155     mickey    226:   <li>Intel/DEC 21143 "Tulip" clones (onboard on A, B and C class)
1.152     mickey    227: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=hppa&amp;sektion=4">dc</a>)
1.149     mickey    228:   <li>Novell NE1000, NE2000 (not bootable)
1.152     mickey    229: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=hppa&amp;sektion=4">ne</a>)
1.113     mickey    230:   <li>Intel i8255x-based (except the i82556) PCI adapters (not bootable)
1.152     mickey    231: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=hppa&amp;sektion=4">fxp</a>), including:
1.113     mickey    232:        <ul>
                    233:        <li>Intel EtherExpress PRO/10+
                    234:        <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    235:        <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    236:        <li>Intel EtherExpress PRO/100 Dual Port
                    237:        <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    238:        </ul>
1.74      miod      239:   </ul>
1.136     mickey    240: <li><strong>Wireless Ethernet Adapters</strong>
1.139     deraadt   241:   <ul>
1.166     jsg       242:    <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
                    243:    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=hppa&amp;sektion=4">wi</a>), including:
1.136     mickey    244:     <ul>
1.166     jsg       245:     <li>3Com AirConnect 3CRWE737A
                    246:     <li>ACTIONTEC HWC01170
                    247:     <li>Addtron AWP-100
                    248:     <li>Agere Orinoco
                    249:     <li>ARtem Onair
                    250:     <li>BUFFALO AirStation
                    251:     <li>Cabletron RoamAbout
                    252:     <li>Compaq Agency NC5004
                    253:     <li>Contec FLEXLAN/FX-DS110-PCC
                    254:     <li>Corega PCC-11
                    255:     <li>Corega PCCA-11
                    256:     <li>Corega PCCB-11
                    257:     <li>Corega CGWLPCIA11
                    258:     <li>Dlink DWL650 revisions A1-J3
                    259:     <li>ELSA XI300
                    260:     <li>ELSA XI325
                    261:     <li>ELSA XI325H
                    262:     <li>EMTAC A2424i
                    263:     <li>Ericsson Wireless LAN CARD C11
                    264:     <li>Gemtek WL-311
                    265:     <li>Hawking Technology WE110P
                    266:     <li>I-O DATA WN-B11/PCM
                    267:     <li>Intel PRO/Wireless 2011
                    268:     <li>Intersil Prism II
                    269:     <li>Linksys Instant Wireless WPC11
                    270:     <li>Linksys Instant Wireless WPC11 2.5
                    271:     <li>Linksys Instant Wireless WPC11 3.0
                    272:     <li>Lucent WaveLAN
                    273:     <li>NANOSPEED ROOT-RZ2000
                    274:     <li>NEC CMZ-RT-WP
                    275:     <li>Netgear MA401
                    276:     <li>Netgear MA401RA
                    277:     <li>Nokia C020 Wireless LAN
                    278:     <li>Nokia C110/C111 Wireless LAN
                    279:     <li>NTT-ME 11Mbps Wireless LAN
                    280:     <li>Planex GW-NS11H Wireless LAN
                    281:     <li>Proxim Harmony
                    282:     <li>Proxim RangeLAN-DS
                    283:     <li>Samsung MagicLAN SWL-2000N
                    284:     <li>SMC 2632 EZ Connect
                    285:     <li>Symbol Spectrum24
                    286:     <li>TDK LAK-CD011WL
                    287:     <li>US Robotics 2410
                    288:     <li>US Robotics 2445
1.136     mickey    289:     </ul>
                    290:   </ul>
1.141     mickey    291: <li><strong>PC Cards (PCMCIA/CardBus) </strong>
1.136     mickey    292:   <ul>
                    293:   <li>ATA cards
1.152     mickey    294:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=hppa&amp;sektion=4">wdc</a>,
                    295:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=hppa&amp;sektion=4">wd</a>,
                    296:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=hppa&amp;sektion=4">sd</a>,
                    297:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=hppa&amp;sektion=4">cd</a>), including:
1.136     mickey    298:      <ul>
                    299:      <li>ATA/IDE card drives
                    300:      <li>ATA/IDE CD-ROM adapters
                    301:      <li>CF/ATA flash cards and disk drives
                    302:      </ul>
                    303:   <li>Ethernet adapters, including:
                    304:     <ul>
1.152     mickey    305:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=hppa&amp;sektion=4">ne</a>), including:
1.136     mickey    306:        <ul>
                    307:        <li>Accton EN2212, EN2216
                    308:        <li>Allied Telesis LA-PCM
                    309:        <li>AmbiCom AMB8002T
                    310:        <li>Arowana FE
                    311:        <li>Belkin F5D5020
                    312:        <li>Billionton Systems LNT-10TN
1.162     matthieu  313:         <li>Billionton Systems CFLT2-10N
1.136     mickey    314:        <li>CNet NE2000
                    315:        <li>Compex Linkport ENET-B
                    316:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                    317:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                    318:        <li>Dayna CommuniCard E
                    319:        <li>Digital DEPCM-XX
                    320:        <li>Dual NE2000
                    321:        <li>Edimax NE2000
                    322:        <li>Genius ME 3000II SE
                    323:        <li>Grey Cell GCS2000 Gold II
                    324:        <li>GVC NIC-2000p, NP0335
                    325:        <li>Hawking PN650TX
                    326:        <li>I-O DATA PCLA, PCLA/TE
                    327:        <li>IC-Card
                    328:        <li>Kingston KNE-PC2
                    329:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                    330:        <li>MACNICA ME1 for JEIDA
                    331:        <li>Melco LPC3-TX
                    332:        <li>National Semiconductor InfoMover
                    333:        <li>NDC Instant-Link
                    334:        <li>Netgear FA410TX, FA410TXC, FA411
                    335:        <li>Network Everywhere NP10T
                    336:        <li>New Media LiveWire 10/100
                    337:        <li>Planet SmartCom 2000
                    338:        <li>Planex FNW-3600-T, FNW-3700-T
                    339:        <li>Premax PE-200
                    340:        <li>RPTI EP-400, EP-401
                    341:        <li>Seiko Epson EN10B
                    342:        <li>SMC EZCard, 8041
                    343:        <li>Socket Communications LP-CF, LP-E
                    344:        <li>SVEC PN650TX, ComboCard, LANCard
                    345:        <li>Synergy S21810
                    346:        <li>Tamarack NE2000
                    347:        <li>Telecom Device TCD-HPC100
                    348:        <li>Wisecom T210CT, iPort
                    349:        <li>Xircom CFE-10
                    350:        </ul>
                    351:     </ul>
                    352:   </ul>
1.85      jason     353: <li><strong>Audio devices</strong>
                    354:   <ul>
                    355:   <li>On-board harmony CS4215/AD1849
                    356: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=harmony&amp;sektion=4&amp;arch=hppa">harmony</a>)
                    357:   </ul>
1.88      miod      358: <li><strong>Input devices</strong>
                    359:   <ul>
                    360:   <li>HIL keyboards
1.152     mickey    361: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;arch=hppa&amp;sektion=4">hilkbd</a>)
1.89      miod      362:   <li>HIL mice and graphics tablet
1.152     mickey    363: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;arch=hppa&amp;sektion=4">hilms</a>)
1.133     mickey    364:   <li>HIL ID module
1.152     mickey    365: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilid&amp;arch=hppa&amp;sektion=4">hilid</a>)
1.88      miod      366:   <li>PS/2 keyboards
1.152     mickey    367: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsckbd&amp;arch=hppa&amp;sektion=4&amp;arch=hppa">gsckbd</a>)
1.94      miod      368:   <li>PS/2 mice
1.152     mickey    369: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=hppa&amp;sektion=4">pms</a>)
1.88      miod      370:   </ul>
1.74      miod      371: <li><strong>Miscellaneous devices</strong>
                    372:   <ul>
                    373:   <li>Battery-backed real time clock
1.107     mickey    374:   <li>Soft power button as available on some models
                    375: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;sektion=4&amp;arch=hppa">power</a>)
1.74      miod      376:   </ul>
                    377: </ul>
                    378:
                    379: <p>
                    380: <h4>Unsupported models</h4>
                    381:
                    382: <p>
                    383: The following systems may eventually work:
                    384: <ul>
1.159     mickey    385:   <li>PA7000-based: 705, 710, 720, 730, 750
                    386:   <li>PA7100LC-based: Dx00, Dx10
                    387:   <li>PA7200-based: Dx50, Dx60, Kx00, Kx10, Kx20
                    388:   <li>PA8000-based(in 32-bit mode): Dx70, Dx80/R380, J280/J282, Kx50/Kx60
                    389:   <li>PA8200-based(in 32-bit mode): D390/R390, J2240/J2280, Kx70/Kx80
1.96      mickey    390:   <li>HP 9000 E-Class (with limited I/O)
1.74      miod      391:   <li>Hitachi VQ200, VQ210, and some other non-HP workstations
1.99      mickey    392:   <li>Hitachi 9000V 3050RX/* workstations and 3500/* servers
1.74      miod      393:   <li>HP VME and VXI single board systems (requires VME at least)
                    394: </ul>
                    395:
                    396: <p>
1.96      mickey    397: The following systems are very unlikely to be supported since they either have
1.99      mickey    398: incompatible firmware (the 3000s) or almost completely undocumented I/O
                    399: subsystems (the 8x7s).
1.96      mickey    400: <ul>
                    401:   <li>HP 3000 900
                    402:   <li>HP 9000 8x7 (F, G, H, I-Class)
                    403: </ul>
                    404:
1.148     mickey    405: Even though some 64-bit systems are supported by this port in 32-bit mode,
                    406: the following models cannot be supported due to the I/O system limitations
                    407: and can only run the
                    408: <a href="hppa64.html">OpenBSD/hppa64</a> port:
                    409: <ul>
1.158     mickey    410:   <li>PA8500-based: A400/rp24x0, B1000/B2000, C3000, J5000/J7000, L1000/L2000
1.157     mickey    411:   <li>PA8600-based: A400/rp2450, B2000/B2600, C3600, J5600/J6000, L3000/rp5400
1.158     mickey    412:   <li>PA8700-based: A500/rp2470, C3700, J6700/J6750, N4000/rp74x0, rp8400
1.150     mickey    413:   <li>PA8800-based: A500-9x, C8000, rp3410, rp3440, rp4440, rp7420, rp84x0
1.148     mickey    414: </ul>
                    415:
1.96      mickey    416: <p>
1.99      mickey    417: These Convex systems are NUMA supercomputing clusters
                    418: consisting of one or more 8-way SMP nodes with PA7100 or PA7200 CPUs.
                    419: They are very unlikely to be ever supported.
                    420: <ul>
                    421:   <li>Convex Exemplar SPP1000/{CD,XA}
                    422:   <li>Convex Exemplar SPP1200/{CD,XA}
                    423:   <li>Convex Exemplar SPP1600/{CD,XA}
                    424: </ul>
                    425:
                    426: <p>
1.79      mickey    427: These systems will, probably, never be supported by this port since
                    428: they are of 1.0 PA-RISC architecture, which is substantially
1.96      mickey    429: inferior to the 1.1:
1.78      mickey    430: <ul>
                    431:   <li>HP 9000 600, 635, 645
1.110     mickey    432:   <li>HP 9000 800, 808, 810, 815, 822, 825, 832, 834, 835, 836, 840, 842, 844, 845, 846, 850, 852, 855, 860, 865, 870, 890
                    433:   <li>HP 9000 900, 920, 922, 925, 930, 932, 935, 948, 949, 950, 950S, 955, 958, 960, 980, 990, 992
1.78      mickey    434: </ul>
                    435:
                    436: <p>
1.74      miod      437: <h4>Unsupported peripherals</h4>
                    438:
                    439: <p>
                    440: This list is not meant to be exhaustive either, but sums up the most commonly
                    441: encountered devices on hppa machines.
                    442: <ul>
                    443: <li><strong>Bus/IO controllers</strong>
                    444:   <ul>
1.117     mickey    445:   <li>Dino in card mode
1.135     mickey    446: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino</a>)
1.136     mickey    447:   <li>PCMCIA adapters
1.152     mickey    448: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;arch=hppa&amp;sektion=4">PCMCIA</a>)
1.134     mickey    449:   <li>EISA bus adapter
                    450: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mongoose&amp;sektion=4&amp;arch=hppa">mongoose</a>)
1.117     mickey    451:   <li>VME controller
1.118     mickey    452:   <li>any HP-PB devices
1.74      miod      453:   </ul>
                    454: <li><strong>SCSI controllers</strong>
                    455:   <ul>
1.161     mickey    456:   <li>NCR53C720 SCSI Fast Wide HVD controller
1.152     mickey    457: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=hppa&amp;sektion=4">siop</a>)
1.74      miod      458:   </ul>
                    459: <li><strong>On-board floppy controller</strong>
1.117     mickey    460: <li><strong>Dino's ps/2 keyboard and mouse controller</strong>
1.136     mickey    461: <li><strong>Power management on PrecisionBook</strong>
1.74      miod      462: </ul>
                    463:
                    464: <hr>
                    465: <a name="hwdocs"></a>
                    466: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
1.64      mickey    467:
1.74      miod      468: <p><small>
                    469: Most of the following documents have been released by Hewlett-Packard for
                    470: the <a href="http://www.parisc-linux.org/">PA-RISC Linux</a> project.
                    471: </small></p>
1.16      mickey    472:
1.74      miod      473: <p>
1.38      mickey    474: <ol type=1>
1.58      mickey    475: <li>HP PA-RISC CPUs
1.38      mickey    476:        <ol type=a>
1.106     mickey    477: <li><a href="http://ftp.parisc-linux.org/docs/chips/PCXL_ers.ps">PA7100LC CPU ERS</a>
                    478: <li><a href="http://ftp.parisc-linux.org/docs/chips/pcxl2_ers.ps">PA7300LC CPU ERS</a>
1.38      mickey    479:        </ol>
1.74      miod      480: <li>Processor Dependent Code/I/O Dependent Code Interface<br> <small>(selected chapters from "PA-RISC I/O Architecture Specification")</small>
1.38      mickey    481:        <ol type=a>
1.172   ! mickey    482: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch1-procs.pdf">PDC 1.1</a>
        !           483: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch3-IODC.pdf">IODC 1.1</a>
1.106     mickey    484: <li><a href="http://ftp.parisc-linux.org/docs/arch/ver_nums.pdf">Version and Identification Number Allocation</a>
1.172   ! mickey    485: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v0.36-ChC-datafmt.pdf">Memory Data Formats 2.0</a>
        !           486: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch3-entry.pdf">PDC Entry Points 2.0</a>
        !           487: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch4-procs.pdf">PDC Procedures 2.0</a>
        !           488: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch6-OS.pdf">OS Interface 2.0</a>
1.38      mickey    489:        </ol>
1.74      miod      490: <li>Bus controllers/bridges/adaptors
1.38      mickey    491:        <ol type=a>
1.106     mickey    492: <li><a href="http://ftp.parisc-linux.org/docs/chips/hardball_ers.pdf">ASP</a>
1.140     nick      493: <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    494: <li><a href="http://ftp.parisc-linux.org/docs/chips/dino_ers.ps">Dino PCI bridge</a>,
                    495: and <a href="http://ftp.parisc-linux.org/docs/chips/Dino_3_1_Errata.html">Errata</a>
                    496: <li><a href="http://ftp.parisc-linux.org/docs/chips/elroy_ers.ps">Elroy ERS (Edited for Open Source)</a>
1.95      mickey    497: <li>Astro
1.106     mickey    498: <a href="http://ftp.parisc-linux.org/docs/chips/astro_intro.ps">Overview</a>,
                    499: <a href="http://ftp.parisc-linux.org/docs/chips/astro_errors.ps">Error handling</a>,
                    500: <a href="http://ftp.parisc-linux.org/docs/chips/astro_ioc.ps">R2I Operations</a>,
                    501: <a href="http://ftp.parisc-linux.org/docs/chips/astro_regmap.ps">Registers Map</a>,
                    502: <a href="http://ftp.parisc-linux.org/docs/chips/astro_runway.ps">Runway Interface</a>,
1.143     mickey    503: <a href="http://ftp.parisc-linux.org/docs/chips/astro_sysmap.ps">System Memory Map</a>
1.38      mickey    504:        </ol>
1.106     mickey    505: <li><a href="http://ftp.parisc-linux.org/docs/arch/sti.pdf">Stinger
1.74      miod      506: graphics</a>
1.172   ! mickey    507: <li><a href="http://www.lsilogic.com/files/docs/techdocs/storage_stand_prod/SCSIControllers/875_4_2.pdf">LSI 53C875 SCSI I/O Processor</a>
1.74      miod      508: <li>Intel
                    509: <a href="http://developer.intel.com/design/network/datashts/290219.htm">i82596DX/SX</a>
                    510: and
                    511: <a href="http://developer.intel.com/design/network/datashts/290218.htm">i82596CA</a>
                    512: Ethernet Controllers
1.38      mickey    513: </ol>
1.74      miod      514:
                    515: <p>
                    516: Of course, no hppa page, be it OpenBSD or not, could pretend to be serious
                    517: without linking to the essential <a href="http://www.openpa.net/">OpenPA</a>
                    518: reference website.
                    519: </p>
1.38      mickey    520:
1.64      mickey    521: <hr>
1.74      miod      522: <a name="install"></a>
                    523: <h3><font color="#0000e0">
                    524: <strong>Getting and installing OpenBSD/hppa:</strong>
                    525: </font></h3>
1.64      mickey    526:
1.18      mickey    527: <p>
1.74      miod      528: The latest supported OpenBSD/hppa release is
1.171     david     529: <a href="37.html">OpenBSD 3.7</a>.
1.74      miod      530: Here are the
1.171     david     531: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/hppa/INSTALL.hppa">
                    532: OpenBSD/hppa 3.7 installation instructions
1.74      miod      533: </a>.
                    534: </p>
1.66      jufi      535:
1.18      mickey    536: <p>
1.74      miod      537: Snapshots are made available from time to time, in
                    538: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa">this location</a>
                    539: as well as in a few
                    540: <a href="ftp.html">mirrors</a>.
                    541: Here are the
                    542: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa/INSTALL.hppa">
                    543: OpenBSD/hppa snapshot installation instructions
                    544: </a> as well.
1.15      mickey    545: </p>
1.74      miod      546:
1.3       fn        547: <hr>
1.74      miod      548: <a href="plat.html">
                    549: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.76      mickey    550: </a>
1.3       fn        551: <br>
1.74      miod      552: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    553: <br>
1.172   ! mickey    554: <small>$OpenBSD: hppa.html,v 1.171 2005/05/19 17:27:46 david Exp $</small>
1.3       fn        555: </body>
                    556: </html>