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

Annotation of www/hppa.html, Revision 1.209

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.201     jsg        12: <meta name="copyright" content="This document copyright 1996-2007 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>
1.208     kettenis   37: The current port maintainer is Michael Shalayeff.
1.74      miod       38: Others are definitely welcome to contribute!
                     39: </p>
                     40:
1.203     nick       41: <a name="toc"></a>
1.74      miod       42: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     43: <p>
                     44: <ul>
1.82      jufi       45:   <li><a href="#history">History of the port</a>
1.74      miod       46:   <li><a href="#status">Current status</a>
                     47:   <li><a href="#projects">Project list</a>
1.140     nick       48:   <li><a href="#hardware">Supported hardware</a>
1.74      miod       49:   <li><a href="#hwdocs">Hardware documentation</a>
                     50:   <li><a href="#install">Getting and installing OpenBSD/hppa</a>
                     51: </ul>
1.3       fn         52:
1.66      jufi       53: <hr>
1.74      miod       54: <a name="history"></a>
                     55: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.30      deraadt    56:
1.64      mickey     57: <p>
1.67      deraadt    58: This project was started in those days when the only
1.38      mickey     59: open source operating systems for HP PA-RISC computers were
1.66      jufi       60: <a href="http://www.cs.utah.edu/projects/flux/lites/html">Lites</a> and
1.68      jufi       61: <a href="http://www.mklinux.org">MkLinux</a>.
1.38      mickey     62: These two sources were a major supply of information and
                     63: code for initial development of the OpenBSD/hppa port.
1.67      deraadt    64: <a href="http://www.cs.utah.edu/~mike/hpbsd/hpbsd.html">HPBSD</a>
1.38      mickey     65: is encumbered by HP proprietary code and USL licensing and is
                     66: not publicly available.
                     67: One of the major direct benefits from previous porting efforts
1.74      miod       68: (besides the code, of course) was support for HP PA-RISC in GCC and
                     69: binutils, which allowed quick building of a cross-tools environment
                     70: for development.
                     71: </p>
                     72:
1.38      mickey     73: <p>
1.74      miod       74: Later on, Hewlett-Packard decided to sponsor a
                     75: <a href="http://www.parisc-linux.org/">Linux</a> port to the PA-RISC
                     76: family, which actually resulted in some proprietary documentation
                     77: being released, even though their target was a different class of 9000
                     78: machines back then.
                     79: </p>
                     80:
                     81: <hr>
                     82: <a name="status"></a>
                     83: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     84:
1.38      mickey     85: <p>
1.142     mickey     86: Currently, all the supported systems boot multi-user.
                     87: In addition to the release, full snapshots are made periodically,
                     88: and work is ongoing to provide better hardware support.
1.169     mickey     89: <p>
                     90: OpenBSD/hppa contains some limited (for now) support for running
1.170     mickey     91: HP-UX binaries via the <strong>COMPAT_HPUX</strong> kernel option.
1.169     mickey     92: Work is in progress to improve this support.
1.74      miod       93: </p>
1.64      mickey     94:
1.74      miod       95: <hr>
                     96: <a name="projects"></a>
                     97: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     98: </strong></font></h3>
1.64      mickey     99:
1.74      miod      100: <p>
1.16      mickey    101: <ul>
1.74      miod      102:   <li>Improve overall stability
1.96      mickey    103:   <li>Support for 7000 CPUs (the "original snakes" machines)
1.168     mickey    104:   <li>improve HP-UX emulation
1.86      mickey    105:   <li>PARISC/Linux emulation
1.122     miod      106:   <li>X11 server support
1.104     mickey    107:   <li>Support for multiprocessor systems
1.64      mickey    108: </ul>
1.74      miod      109:
                    110: <hr>
                    111: <a name="hardware"></a>
                    112: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    113:
                    114: <p>
                    115: <h4>Supported models</h4>
                    116:
                    117: <p>
1.64      mickey    118: <ul>
1.115     mickey    119:   <li>PA7100-based: 715/33, 715/50, 715/75, 725/50, 725/75, 735/100, 742i, 745i, 747i, 755/100
                    120:   <li>PA7100LC-based: 712, 715/64, 715/80, 715/100, 715/100XC, 725/64, 725/100, 743i, 748i, SAIC Galaxy 1100
1.74      miod      121:   <li>PA7150-based: 735/125, 755/125
1.163     mickey    122:   <li>PA7300LC-based: 744, 745, 748, A180[C], B132L[+], B160L, B180L+, C132L, C160L, Dx20, Dx30, RDI PrecisionBook (C160L)
1.128     mickey    123:   <li>PA7200-based: C100, C110, J200, J210, J210XC
1.147     miod      124:   <li>PA8000-based (in 32-bit mode): C160, C180
1.204     martin    125:   <li>PA8200-based (in 32-bit mode): C200, C230, C240, J2240
                    126:   <li>PA8500-based (in 32-bit mode): B1000, B2000, C360, C3000, J5000, J7000
                    127:   <li>PA8600-based (in 32-bit mode): B2600, C3600, J5600, J6000, J7600
                    128:   <li>PA8700-based (in 32-bit mode): C3650, C3700, C3750, J6700, J6750
1.16      mickey    129: </ul>
1.74      miod      130:
                    131: <p>
                    132: <h4>Supported peripherals</h4>
                    133:
                    134: <p>
                    135: The list of supported hardware below is not meant to be exhaustive.
                    136: Hardware is needed for developers, to further help development and testing.
1.208     kettenis  137: Please see our <a href="want.html">"Wanted List"</a>.
1.74      miod      138: </p>
                    139:
                    140: <p>
                    141: <ul>
                    142: <li><strong>
1.125     mickey    143: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;sektion=4&amp;arch=hppa">PA-RISC CPU</a></strong>:
1.205     martin    144: 7100, 7150, 7100LC, 7300LC, 7200, 8000, 8200, 8500, 8600, 8700
1.125     mickey    145: <li><strong>
1.160     mickey    146: <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    147: Viper, PCXL/PCXL2 MIOC
1.125     mickey    148: <li><strong>
1.144     mickey    149: <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      150:   <ul>
                    151:   <li>Phantom PseudoBC GSC+ Port
                    152: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=phantomas&amp;sektion=4&amp;arch=hppa">phantomas</a>)
1.145     mickey    153:   <li>U2/UTurn Runway-GSC with IOA
1.146     mickey    154: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uturn&amp;sektion=4&amp;arch=hppa">uturn</a>)
1.74      miod      155:   <li>GSC
                    156: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsc&amp;sektion=4&amp;arch=hppa">gsc</a>):
                    157:   LASI
                    158: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lasi&amp;sektion=4&amp;arch=hppa">lasi</a>),
                    159:   ASP
1.204     martin    160: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asp&amp;sektion=4&amp;arch=hppa">asp</a>),
                    161:   WAX
                    162: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wax&amp;sektion=4&amp;arch=hppa">wax</a>)
                    163:   <li>Astro Memory and I/O controller
                    164: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=astro&amp;sektion=4&amp;arch=hppa">astro</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.204     martin    170:     <li>Elroy PCI hostbridge
                    171: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elroy&amp;sektion=4&amp;arch=hppa">elroy</a>)
1.144     mickey    172:     <li>Standard PCI-PCI bridges, including PCI expansion backplanes
1.152     mickey    173: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppb&amp;arch=hppa&amp;sektion=4">ppb</a>)
1.144     mickey    174:     <li>YENTA-compatible PCI-CardBus bridges
1.152     mickey    175: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=hppa&amp;sektion=4">cbb</a>)
1.144     mickey    176:     </ul>
1.74      miod      177:   </ul>
1.197     miod      178: <li><strong>SGC/GSC/PCI graphics</strong>
1.152     mickey    179: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;arch=hppa&amp;sektion=4">sti</a>)
1.74      miod      180:   <ul>
1.132     mickey    181:   <li>On-board Timber (705/710), Artist (712), Stinger (715, 725, 74x)
1.74      miod      182:   <li>CRX-8, CRX-24, HCRX-8, HCRX-24
1.132     mickey    183:   <li>On-board Visualize EG
1.207     miod      184:   <li>PCI Visualize EG, FX2, FX4 and FX6
1.74      miod      185:   </ul>
                    186: <li><strong>Serial ports</strong>
                    187:   <ul>
1.86      mickey    188:   <li>On-board ns16550 and compatibles
1.152     mickey    189: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=hppa&amp;sektion=4">com</a>)
1.74      miod      190:   </ul>
                    191: <li><strong>Parallel ports</strong>
                    192:   <ul>
                    193:   <li>On-board parallel port
1.152     mickey    194: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=hppa&amp;sektion=4">lpt</a>)
1.74      miod      195:   </ul>
1.80      mickey    196: <li><strong>SCSI controllers</strong>
                    197:   <ul>
1.121     miod      198:   <li>NCR53C700 SCSI Narrow SE controller
1.152     mickey    199: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&amp;arch=hppa&amp;sektion=4">oosiop</a>)
1.96      mickey    200:   <li>NCR53C710 SCSI Narrow SE controller
1.152     mickey    201: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;arch=hppa&amp;sektion=4">osiop</a>)
1.114     mickey    202:   <li>NCR53C8xx SCSI I/O Processors
1.152     mickey    203: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=hppa&amp;sektion=4">siop</a>)
1.141     mickey    204:   <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    205: (<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    206: including the Adaptec cards
                    207:        <ul>
                    208:        <li>AHA-274X[W,T]
                    209:        <li>AHA-284X
                    210:        <li>AHA-2910, AHA-2915
                    211:        <li>AHA-2920
                    212:        <li>AHA-2930[C,U2]
                    213:        <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    214:        <li>AHA-2950[U2W,U2B]
                    215:        <li>AHA-3940[U,AU,UW,AUW,U2W]
                    216:        <li>AHA-3950U2
                    217:        <li>AHA-3960
                    218:        <li>AHA-3985
                    219:        <li>AHA-4944UW
                    220:        <li>AHA-19160B
                    221:        <li>AHA-29160[B,N]
                    222:        <li>AHA-39160
                    223:        </ul>
1.188     marco     224:   <li>LSI Logic Fusion-MPT (Symbios Logic/NCR) without booting capability
1.187     marco     225:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=hppa&amp;sektion=4"
                    226:     >mpi</a>)
                    227:     <ul>
                    228:       <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    229:       <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    230:       <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    231:     </ul>
1.189     marco     232:   <li>These chipsets can be found on the following controllers:
1.187     marco     233:     <ul>
                    234:       <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    235:       <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    236:       <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    237:       <li>A7173A, AB290A
                    238:       <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    239:       <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    240:       <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    241:       <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    242:       <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    243:       <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    244:     </ul>
1.189     marco     245:   </ul>
1.74      miod      246: <li><strong>Ethernet</strong>
                    247:   <ul>
                    248:   <li>On-board Intel i82596 ethernet
                    249: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=hppa">ie</a>)
1.155     mickey    250:   <li>Intel/DEC 21143 "Tulip" clones (onboard on A, B and C class)
1.152     mickey    251: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=hppa&amp;sektion=4">dc</a>)
1.149     mickey    252:   <li>Novell NE1000, NE2000 (not bootable)
1.152     mickey    253: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=hppa&amp;sektion=4">ne</a>)
1.113     mickey    254:   <li>Intel i8255x-based (except the i82556) PCI adapters (not bootable)
1.152     mickey    255: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=hppa&amp;sektion=4">fxp</a>), including:
1.113     mickey    256:        <ul>
                    257:        <li>Intel EtherExpress PRO/10+
                    258:        <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    259:        <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    260:        <li>Intel EtherExpress PRO/100 Dual Port
                    261:        <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    262:        </ul>
1.206     martin    263:   <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=hppa&amp;sektion=4">xl</a>), including:
                    264:        <ul>
                    265:        <li>3Com 3c900/3c900B PCI adapters
                    266:        <li>3Com 3c905/3c905B/3c905C PCI adapters
                    267:        <li>3Com 3c980/3c980C server adapters
                    268:        <li>3Com 3cSOHO adapter
                    269:        <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    270:        <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    271:        </ul>
1.74      miod      272:   </ul>
1.181     brad      273: <li><strong>Gigabit Ethernet Adapters</strong>
                    274:   <ul>
1.184     brad      275:    <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
1.181     brad      276:    based adapters
1.182     martin    277:    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=hppa&amp;sektion=4">em</a>),
1.181     brad      278:    including:
                    279:     <ul>
1.183     brad      280:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.186     brad      281:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.183     brad      282:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    283:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    284:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    285:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    286:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    287:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
1.181     brad      288:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    289:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    290:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    291:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    292:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    293:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    294:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
                    295:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    296:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    297:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    298:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    299:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    300:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    301:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
                    302:     </ul>
                    303:   </ul>
                    304:
1.136     mickey    305: <li><strong>Wireless Ethernet Adapters</strong>
1.139     deraadt   306:   <ul>
1.191     jmc       307:    <li>Aironet Communications 4500/4800 IEEE 802.11FH/b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=hppa&amp;sektion=4">an</a>), including:
                    308:     <ul>
                    309:     <li>Aironet 4500/4800
                    310:     <li>Cisco 340/350
                    311:     </ul>
1.192     jmc       312:    <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=hppa&amp;sektion=4">atu</a>), including:
                    313:     <ul>
                    314:     <li>3Com 3CRSHEW696
                    315:     <li>AboCom BWU613
                    316:     <li>Accton 2664W
                    317:     <li>Acer Peripherals AWL300
                    318:     <li>Acer Peripherals AWL400
                    319:     <li>Actiontec 802UAT1
                    320:     <li>Addtron AWU120
                    321:     <li>Aincomm AWU2000B
                    322:     <li>Askey Computer Voyager 1010
                    323:     <li>Askey Computer WLL013 (Intersil Radio)
                    324:     <li>Askey Computer WLL013 (RFMD Radio)
                    325:     <li>Atmel AT76C503 (Intersil Radio)
                    326:     <li>Atmel AT76C503 (RFMD Radio)
                    327:     <li>Atmel AT76C505 (RFMD Radio)
                    328:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    329:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    330:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    331:     <li>Belkin F5D6050
                    332:     <li>Bluetake BW002
                    333:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    334:     <li>Conceptronic C11U
                    335:     <li>Conceptronic WL210
                    336:     <li>Corega WLAN USB Stick 11
                    337:     <li>Dick Smith Electronics CHUSB 611G
                    338:     <li>Dick Smith Electronics WL200U
                    339:     <li>Dick Smith Electronics WL240U
                    340:     <li>Dick Smith Electronics XH1153
                    341:     <li>D-Link DWL-120 rev E
                    342:     <li>Geowave GW-US11S
                    343:     <li>Gigabyte GN-WLBM101
                    344:     <li>Gigaset WLAN
                    345:     <li>Hewlett-Packard HN210W
                    346:     <li>Intel AP310 AnyPoint II
                    347:     <li>I/O DATA USB WN-B11
                    348:     <li>Lexar 2662W-AR
                    349:     <li>Linksys WUSB11 802.11b
                    350:     <li>Linksys WUSB11 802.11b v2.8
                    351:     <li>MSI WLAN
                    352:     <li>Netgear MA101
                    353:     <li>Netgear MA101 rev B
                    354:     <li>OQO model 01 WiFi
                    355:     <li>Ovislink AirLive WL-1120USB
                    356:     <li>OvisLink AirLive WL-1130USB
                    357:     <li>Planex Communications GW-US11S
                    358:     <li>Samsung SWL2100W
                    359:     <li>Siemens WLL013
                    360:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    361:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    362:     <li>Tekram U-300C
                    363:     <li>TRENDnet TEW-229UB
                    364:     <li>W-Buddie WN210
                    365:     <li>Z-Com M4Y-750
                    366:     </ul>
1.193     jmc       367:    <li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=hppa&amp;sektion=4">ural</a>), including:
                    368:     <ul>
                    369:     <li>AMIT WL532U
                    370:     <li>ASUS WL-167g
                    371:     <li>Belkin F5D7050
                    372:     <li>Buffalo WLI-U2-KG54
                    373:     <li>Buffalo WLI-U2-KG54-AI
                    374:     <li>Buffalo WLI-U2-KG54-YB
                    375:     <li>CNet CWD-854
                    376:     <li>Compex WLU54G
                    377:     <li>Conceptronic C54RU
                    378:     <li>D-Link DWL-G122 (b1)
                    379:     <li>Dynalink WLG25USB
                    380:     <li>E-Tech WGUS02
                    381:     <li>Eminent 3035
                    382:     <li>Gigabyte GN-WBKG
                    383:     <li>Hercules HWGUSB2-54
                    384:     <li>KCORP LifeStyle KLS-685
                    385:     <li>Linksys WUSB54G v4
                    386:     <li>Linksys WUSB54GP v4
                    387:     <li>MSI MS-6861
                    388:     <li>MSI MS-6865
                    389:     <li>MSI MS-6869
                    390:     <li>Nintendo Wi-Fi USB Connector
                    391:     <li>Nova Tech NV-902W
                    392:     <li>OvisLink Evo-W54USB
                    393:     <li>SerComm UB801R
                    394:     <li>SparkLAN WL-685R
                    395:     <li>Sphairon UB801R
1.200     jsg       396:     <li>Surecom EP-9001-g rev 3A
1.193     jmc       397:     <li>Sweex LC100060
                    398:     <li>Tonze UW-6200C
                    399:     <li>Zaapa ZNWUSB-54
                    400:     <li>Zinwell ZPlus-G250
                    401:     <li>Zinwell ZWX-G261
                    402:     <li>Zonet ZEW2500
                    403:     </ul>
1.194     jmc       404:    <li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=hppa&amp;sektion=4">rum</a>), including:
                    405:     <ul>
1.198     jmc       406:     <li>3Com Aolynk WUB320g
                    407:     <li>Abocom WUG2700
1.194     jmc       408:     <li>Airlink101 AWLL5025
                    409:     <li>ASUS WL-167g ver 2
                    410:     <li>Belkin F5D7050 ver 3
                    411:     <li>Belkin F5D9050 ver 3
1.199     jmc       412:     <li>Buffalo WLI-U2-SG54HP
                    413:     <li>Buffalo WLI-U2-G54HP
1.194     jmc       414:     <li>CNet CWD-854 ver F
                    415:     <li>Conceptronic C54RU ver 2
1.198     jmc       416:     <li>Corega CG-WLUSB2GO
1.194     jmc       417:     <li>D-Link DWL-G122 rev C1
                    418:     <li>D-Link WUA-1340
1.198     jmc       419:     <li>Digitus DN-7003GR
1.194     jmc       420:     <li>Edimax EW-7318USG
                    421:     <li>Gigabyte GN-WB01GS
1.196     jmc       422:     <li>Gigabyte GN-WI05GS
1.194     jmc       423:     <li>Hawking HWUG1
1.198     jmc       424:     <li>Hawking HWU54DM
                    425:     <li>Hercules HWGUSB2-54-LB
                    426:     <li>Hercules HWGUSB2-54V2-AP
                    427:     <li>LevelOne WNC-0301USB v3
1.194     jmc       428:     <li>Linksys WUSB54G rev C
1.198     jmc       429:     <li>Linksys WUSB54GR
                    430:     <li>Planex GW-US54HP
                    431:     <li>Planex GW-US54Mini2
1.194     jmc       432:     <li>Planex GW-USMM
                    433:     <li>Senao NUB-3701
                    434:     <li>Sitecom WL-113 ver 2
                    435:     <li>Sitecom WL-172
                    436:     <li>Sweex LW053
                    437:     <li>TP-LINK TL-WN321G
                    438:     </ul>
1.195     jmc       439:    <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=hppa&amp;sektion=4">wi</a>), including:
                    440:     <ul>
                    441:     <li>AmbiCom WL1100C-CF
                    442:     <li>ASUS SpaceLink WL-110
                    443:     <li>Belkin F5D6060 (version 1 only)
                    444:     <li>Buffalo AirStation
                    445:     <li>D-Link DCF-660W
                    446:     <li>ELSA XI800
                    447:     <li>Linksys WCF12
                    448:     <li>Netgear MA701
                    449:     <li>Pretec Compact WLAN OC-WLBXX-A
                    450:     <li>Senao NL-2511CF
                    451:     </ul>
                    452:    <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=hppa&amp;sektion=4">wi</a>), including:
                    453:     <ul>
                    454:     <li>3Com AirConnect 3CRWE737A
                    455:     <li>Actiontec HWC01170
                    456:     <li>Adaptec AWN-8030
                    457:     <li>Addtron AWP-100
                    458:     <li>Agere ORiNOCO
                    459:     <li>ARtem Onair
                    460:     <li>ASUS SpaceLink WL-100
                    461:     <li>Belkin F5D6020 (version 1 only)
                    462:     <li>Buffalo AirStation
                    463:     <li>Cabletron RoamAbout
                    464:     <li>Compaq Agency NC5004
                    465:     <li>Contec FLEXLAN/FX-DS110-PCC
                    466:     <li>Corega PCC-11
                    467:     <li>Corega PCCA-11
                    468:     <li>Corega PCCB-11
                    469:     <li>D-Link DWL-650 (rev A1-J3 only)
                    470:     <li>ELSA XI300
                    471:     <li>ELSA XI325
                    472:     <li>ELSA XI325H
                    473:     <li>EMTAC A2424i
                    474:     <li>Ericsson Wireless LAN CARD C11
                    475:     <li>Gemtek WL-311
                    476:     <li>Hawking Technology WE110P
                    477:     <li>I-O DATA WN-B11/PCM
                    478:     <li>Intel PRO/Wireless 2011
                    479:     <li>Intersil Prism II
                    480:     <li>Linksys Instant Wireless WPC11
                    481:     <li>Linksys Instant Wireless WPC11 2.5
                    482:     <li>Linksys Instant Wireless WPC11 3.0
                    483:     <li>Lucent WaveLAN
                    484:     <li>Microsoft MN520
                    485:     <li>NANOSPEED ROOT-RZ2000
                    486:     <li>NEC CMZ-RT-WP
                    487:     <li>Netgear MA401
                    488:     <li>Netgear MA401RA
                    489:     <li>Nokia C020 Wireless LAN
                    490:     <li>Nokia C110/C111 Wireless LAN
                    491:     <li>NTT-ME 11Mbps Wireless LAN
                    492:     <li>Planex GW-NS11H
                    493:     <li>Proxim Harmony
                    494:     <li>Proxim RangeLAN-DS
                    495:     <li>Samsung MagicLAN SWL-2000N
                    496:     <li>Siemens SpeedStream SS1021
                    497:     <li>SMC 2632 EZ Connect
                    498:     <li>Symbol Spectrum24
                    499:     <li>TDK LAK-CD011WL
                    500:     <li>US Robotics 2410
                    501:     <li>US Robotics 2445
                    502:     </ul>
                    503:    <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=hppa&amp;sektion=4">wi</a>), including:
                    504:     <ul>
                    505:     <li>Acer Warplink USB-400
                    506:     <li>Actiontec HWU01170
                    507:     <li>AirVast WM168b
                    508:     <li>Ambit WLAN
                    509:     <li>Apacer Wireless Steno MB112
                    510:     <li>ASUS WL-140
                    511:     <li>Compaq W100
                    512:     <li>Corega WLUSB-11
                    513:     <li>Corega WLUSB-11 Key
                    514:     <li>D-Link DWL-120 (rev F)
                    515:     <li>D-Link DWL-122
                    516:     <li>I-O DATA WN-B11/USB
                    517:     <li>Intel PRO/Wireless 2011B
                    518:     <li>Intersil Prism 2X
                    519:     <li>JVC MP-XP7250
                    520:     <li>Linksys WUSB11 v3.0
                    521:     <li>Linksys WUSB12
                    522:     <li>Melco WLI-USB-KB11
                    523:     <li>Melco WLI-USB-KS11G
                    524:     <li>Melco WLI-USB-S11
                    525:     <li>Microsoft MN510
                    526:     <li>Netgear MA111 (version 1 only)
                    527:     <li>Pheenet WL-503IA
                    528:     <li>Planex GW-US11H
                    529:     <li>Siemens SpeedStream SS1022
                    530:     <li>Sitecom WL-022
                    531:     <li>Syntax USB-400
                    532:     <li>US Robotics 1120
                    533:     <li>ViewSonic Airsync
                    534:     <li>Z-Com XI-725/726
                    535:     <li>Z-Com XI-735
                    536:     <li>ZyXEL ZyAIR B-200
                    537:     </ul>
1.136     mickey    538:   </ul>
1.141     mickey    539: <li><strong>PC Cards (PCMCIA/CardBus) </strong>
1.136     mickey    540:   <ul>
                    541:   <li>ATA cards
1.152     mickey    542:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=hppa&amp;sektion=4">wdc</a>,
                    543:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=hppa&amp;sektion=4">wd</a>,
                    544:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=hppa&amp;sektion=4">sd</a>,
                    545:      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=hppa&amp;sektion=4">cd</a>), including:
1.136     mickey    546:      <ul>
                    547:      <li>ATA/IDE card drives
                    548:      <li>ATA/IDE CD-ROM adapters
                    549:      <li>CF/ATA flash cards and disk drives
                    550:      </ul>
                    551:   <li>Ethernet adapters, including:
                    552:     <ul>
1.152     mickey    553:     <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    554:        <ul>
                    555:        <li>Accton EN2212, EN2216
                    556:        <li>Allied Telesis LA-PCM
                    557:        <li>AmbiCom AMB8002T
                    558:        <li>Arowana FE
                    559:        <li>Belkin F5D5020
                    560:        <li>Billionton Systems LNT-10TN
1.162     matthieu  561:         <li>Billionton Systems CFLT2-10N
1.180     uwe       562:        <li>Buffalo LPC-CF-CLT
1.136     mickey    563:        <li>CNet NE2000
                    564:        <li>Compex Linkport ENET-B
                    565:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                    566:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                    567:        <li>Dayna CommuniCard E
                    568:        <li>Digital DEPCM-XX
                    569:        <li>Dual NE2000
                    570:        <li>Edimax NE2000
                    571:        <li>Genius ME 3000II SE
                    572:        <li>Grey Cell GCS2000 Gold II
                    573:        <li>GVC NIC-2000p, NP0335
1.180     uwe       574:        <li>Hawking CF686TX
1.136     mickey    575:        <li>Hawking PN650TX
                    576:        <li>I-O DATA PCLA, PCLA/TE
                    577:        <li>IC-Card
                    578:        <li>Kingston KNE-PC2
                    579:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                    580:        <li>MACNICA ME1 for JEIDA
                    581:        <li>Melco LPC3-TX
                    582:        <li>National Semiconductor InfoMover
                    583:        <li>NDC Instant-Link
                    584:        <li>Netgear FA410TX, FA410TXC, FA411
                    585:        <li>Network Everywhere NP10T
                    586:        <li>New Media LiveWire 10/100
                    587:        <li>Planet SmartCom 2000
                    588:        <li>Planex FNW-3600-T, FNW-3700-T
                    589:        <li>Premax PE-200
                    590:        <li>RPTI EP-400, EP-401
                    591:        <li>Seiko Epson EN10B
                    592:        <li>SMC EZCard, 8041
                    593:        <li>Socket Communications LP-CF, LP-E
                    594:        <li>SVEC PN650TX, ComboCard, LANCard
                    595:        <li>Synergy S21810
                    596:        <li>Tamarack NE2000
1.180     uwe       597:        <li>Tamarack TC3299CE
                    598:        <li>TRENDnet TE-CF100
1.136     mickey    599:        <li>Telecom Device TCD-HPC100
                    600:        <li>Wisecom T210CT, iPort
                    601:        <li>Xircom CFE-10
                    602:        </ul>
                    603:     </ul>
                    604:   </ul>
1.174     mickey    605: <li><strong>Universal Serial Bus host controllers</strong>
                    606:     <ul>
                    607:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;arch=hppa&amp;sektion=4">uhci</a>)
                    608:     <!-- li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=hppa&amp;sektion=4">ohci</a>)
                    609:     <li>USB 2.0 Enhanced Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;arch=hppa&amp;sektion=4">ehci</a>)
                    610:     --></ul>
1.173     martin    611: <li><strong>Universal Serial Bus (USB) Devices</strong>
                    612:    <ul>
                    613:    <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;arch=hppa&amp;sektion=4">uhid</a>)
                    614:    <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=hppa&amp;sektion=4">uhub</a>)
                    615:    <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=hppa&amp;sektion=4">ukbd</a>)
                    616:    <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;arch=hppa&amp;sektion=4">umass</a>)
                    617:    <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=hppa&amp;sektion=4">ums</a>)
                    618:   </ul>
1.85      jason     619: <li><strong>Audio devices</strong>
                    620:   <ul>
                    621:   <li>On-board harmony CS4215/AD1849
                    622: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=harmony&amp;sektion=4&amp;arch=hppa">harmony</a>)
                    623:   </ul>
1.88      miod      624: <li><strong>Input devices</strong>
                    625:   <ul>
                    626:   <li>HIL keyboards
1.152     mickey    627: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;arch=hppa&amp;sektion=4">hilkbd</a>)
1.89      miod      628:   <li>HIL mice and graphics tablet
1.152     mickey    629: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;arch=hppa&amp;sektion=4">hilms</a>)
1.133     mickey    630:   <li>HIL ID module
1.152     mickey    631: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilid&amp;arch=hppa&amp;sektion=4">hilid</a>)
1.88      miod      632:   <li>PS/2 keyboards
1.152     mickey    633: (<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      634:   <li>PS/2 mice
1.152     mickey    635: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=hppa&amp;sektion=4">pms</a>)
1.88      miod      636:   </ul>
1.74      miod      637: <li><strong>Miscellaneous devices</strong>
                    638:   <ul>
                    639:   <li>Battery-backed real time clock
1.107     mickey    640:   <li>Soft power button as available on some models
                    641: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;sektion=4&amp;arch=hppa">power</a>)
1.74      miod      642:   </ul>
                    643: </ul>
                    644:
                    645: <p>
                    646: <h4>Unsupported models</h4>
                    647:
                    648: <p>
                    649: The following systems may eventually work:
                    650: <ul>
1.159     mickey    651:   <li>PA7000-based: 705, 710, 720, 730, 750
                    652:   <li>PA7100LC-based: Dx00, Dx10
                    653:   <li>PA7200-based: Dx50, Dx60, Kx00, Kx10, Kx20
                    654:   <li>PA8000-based(in 32-bit mode): Dx70, Dx80/R380, J280/J282, Kx50/Kx60
                    655:   <li>PA8200-based(in 32-bit mode): D390/R390, J2240/J2280, Kx70/Kx80
1.96      mickey    656:   <li>HP 9000 E-Class (with limited I/O)
1.74      miod      657:   <li>Hitachi VQ200, VQ210, and some other non-HP workstations
1.99      mickey    658:   <li>Hitachi 9000V 3050RX/* workstations and 3500/* servers
1.74      miod      659:   <li>HP VME and VXI single board systems (requires VME at least)
                    660: </ul>
                    661:
                    662: <p>
1.96      mickey    663: The following systems are very unlikely to be supported since they either have
1.99      mickey    664: incompatible firmware (the 3000s) or almost completely undocumented I/O
                    665: subsystems (the 8x7s).
1.96      mickey    666: <ul>
                    667:   <li>HP 3000 900
                    668:   <li>HP 9000 8x7 (F, G, H, I-Class)
                    669: </ul>
                    670:
1.148     mickey    671: Even though some 64-bit systems are supported by this port in 32-bit mode,
                    672: the following models cannot be supported due to the I/O system limitations
                    673: and can only run the
                    674: <a href="hppa64.html">OpenBSD/hppa64</a> port:
                    675: <ul>
1.204     martin    676:   <li>PA8500-based: A400/rp24x0, L1000/L2000
                    677:   <li>PA8600-based: A400/rp2450, L3000/rp5400
                    678:   <li>PA8700-based: A500/rp2470, N4000/rp74x0, rp8400
1.150     mickey    679:   <li>PA8800-based: A500-9x, C8000, rp3410, rp3440, rp4440, rp7420, rp84x0
1.148     mickey    680: </ul>
                    681:
1.96      mickey    682: <p>
1.99      mickey    683: These Convex systems are NUMA supercomputing clusters
                    684: consisting of one or more 8-way SMP nodes with PA7100 or PA7200 CPUs.
                    685: They are very unlikely to be ever supported.
                    686: <ul>
                    687:   <li>Convex Exemplar SPP1000/{CD,XA}
                    688:   <li>Convex Exemplar SPP1200/{CD,XA}
                    689:   <li>Convex Exemplar SPP1600/{CD,XA}
                    690: </ul>
                    691:
                    692: <p>
1.79      mickey    693: These systems will, probably, never be supported by this port since
                    694: they are of 1.0 PA-RISC architecture, which is substantially
1.96      mickey    695: inferior to the 1.1:
1.78      mickey    696: <ul>
                    697:   <li>HP 9000 600, 635, 645
1.110     mickey    698:   <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
                    699:   <li>HP 9000 900, 920, 922, 925, 930, 932, 935, 948, 949, 950, 950S, 955, 958, 960, 980, 990, 992
1.78      mickey    700: </ul>
                    701:
                    702: <p>
1.74      miod      703: <h4>Unsupported peripherals</h4>
                    704:
                    705: <p>
                    706: This list is not meant to be exhaustive either, but sums up the most commonly
                    707: encountered devices on hppa machines.
                    708: <ul>
                    709: <li><strong>Bus/IO controllers</strong>
                    710:   <ul>
1.117     mickey    711:   <li>Dino in card mode
1.135     mickey    712: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino</a>)
1.136     mickey    713:   <li>PCMCIA adapters
1.152     mickey    714: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;arch=hppa&amp;sektion=4">PCMCIA</a>)
1.134     mickey    715:   <li>EISA bus adapter
                    716: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mongoose&amp;sektion=4&amp;arch=hppa">mongoose</a>)
1.117     mickey    717:   <li>VME controller
1.118     mickey    718:   <li>any HP-PB devices
1.74      miod      719:   </ul>
                    720: <li><strong>SCSI controllers</strong>
                    721:   <ul>
1.161     mickey    722:   <li>NCR53C720 SCSI Fast Wide HVD controller
1.152     mickey    723: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=hppa&amp;sektion=4">siop</a>)
1.74      miod      724:   </ul>
                    725: <li><strong>On-board floppy controller</strong>
1.117     mickey    726: <li><strong>Dino's ps/2 keyboard and mouse controller</strong>
1.136     mickey    727: <li><strong>Power management on PrecisionBook</strong>
1.74      miod      728: </ul>
                    729:
                    730: <hr>
                    731: <a name="hwdocs"></a>
                    732: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
1.64      mickey    733:
1.74      miod      734: <p><small>
                    735: Most of the following documents have been released by Hewlett-Packard for
                    736: the <a href="http://www.parisc-linux.org/">PA-RISC Linux</a> project.
                    737: </small></p>
1.16      mickey    738:
1.74      miod      739: <p>
1.38      mickey    740: <ol type=1>
1.58      mickey    741: <li>HP PA-RISC CPUs
1.38      mickey    742:        <ol type=a>
1.106     mickey    743: <li><a href="http://ftp.parisc-linux.org/docs/chips/PCXL_ers.ps">PA7100LC CPU ERS</a>
                    744: <li><a href="http://ftp.parisc-linux.org/docs/chips/pcxl2_ers.ps">PA7300LC CPU ERS</a>
1.38      mickey    745:        </ol>
1.74      miod      746: <li>Processor Dependent Code/I/O Dependent Code Interface<br> <small>(selected chapters from "PA-RISC I/O Architecture Specification")</small>
1.38      mickey    747:        <ol type=a>
1.172     mickey    748: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch1-procs.pdf">PDC 1.1</a>
                    749: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc11-v0.96-Ch3-IODC.pdf">IODC 1.1</a>
1.106     mickey    750: <li><a href="http://ftp.parisc-linux.org/docs/arch/ver_nums.pdf">Version and Identification Number Allocation</a>
1.172     mickey    751: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v0.36-ChC-datafmt.pdf">Memory Data Formats 2.0</a>
                    752: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch3-entry.pdf">PDC Entry Points 2.0</a>
                    753: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch4-procs.pdf">PDC Procedures 2.0</a>
                    754: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch6-OS.pdf">OS Interface 2.0</a>
1.38      mickey    755:        </ol>
1.74      miod      756: <li>Bus controllers/bridges/adaptors
1.38      mickey    757:        <ol type=a>
1.106     mickey    758: <li><a href="http://ftp.parisc-linux.org/docs/chips/hardball_ers.pdf">ASP</a>
1.140     nick      759: <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    760: <li><a href="http://ftp.parisc-linux.org/docs/chips/dino_ers.ps">Dino PCI bridge</a>,
                    761: and <a href="http://ftp.parisc-linux.org/docs/chips/Dino_3_1_Errata.html">Errata</a>
                    762: <li><a href="http://ftp.parisc-linux.org/docs/chips/elroy_ers.ps">Elroy ERS (Edited for Open Source)</a>
1.95      mickey    763: <li>Astro
1.106     mickey    764: <a href="http://ftp.parisc-linux.org/docs/chips/astro_intro.ps">Overview</a>,
                    765: <a href="http://ftp.parisc-linux.org/docs/chips/astro_errors.ps">Error handling</a>,
                    766: <a href="http://ftp.parisc-linux.org/docs/chips/astro_ioc.ps">R2I Operations</a>,
                    767: <a href="http://ftp.parisc-linux.org/docs/chips/astro_regmap.ps">Registers Map</a>,
                    768: <a href="http://ftp.parisc-linux.org/docs/chips/astro_runway.ps">Runway Interface</a>,
1.143     mickey    769: <a href="http://ftp.parisc-linux.org/docs/chips/astro_sysmap.ps">System Memory Map</a>
1.38      mickey    770:        </ol>
1.106     mickey    771: <li><a href="http://ftp.parisc-linux.org/docs/arch/sti.pdf">Stinger
1.74      miod      772: graphics</a>
1.172     mickey    773: <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      774: <li>Intel
                    775: <a href="http://developer.intel.com/design/network/datashts/290219.htm">i82596DX/SX</a>
                    776: and
                    777: <a href="http://developer.intel.com/design/network/datashts/290218.htm">i82596CA</a>
                    778: Ethernet Controllers
1.38      mickey    779: </ol>
1.74      miod      780:
                    781: <p>
                    782: Of course, no hppa page, be it OpenBSD or not, could pretend to be serious
                    783: without linking to the essential <a href="http://www.openpa.net/">OpenPA</a>
                    784: reference website.
                    785: </p>
1.38      mickey    786:
1.64      mickey    787: <hr>
1.74      miod      788: <a name="install"></a>
                    789: <h3><font color="#0000e0">
                    790: <strong>Getting and installing OpenBSD/hppa:</strong>
                    791: </font></h3>
1.64      mickey    792:
1.18      mickey    793: <p>
1.74      miod      794: The latest supported OpenBSD/hppa release is
1.202     miod      795: <a href="41.html">OpenBSD 4.1</a>.
1.74      miod      796: Here are the
1.202     miod      797: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.1/hppa/INSTALL.hppa">
                    798: OpenBSD/hppa 4.1 installation instructions
1.74      miod      799: </a>.
                    800: </p>
1.66      jufi      801:
1.18      mickey    802: <p>
1.74      miod      803: Snapshots are made available from time to time, in
                    804: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa">this location</a>
                    805: as well as in a few
                    806: <a href="ftp.html">mirrors</a>.
                    807: Here are the
                    808: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa/INSTALL.hppa">
                    809: OpenBSD/hppa snapshot installation instructions
                    810: </a> as well.
1.15      mickey    811: </p>
1.74      miod      812:
1.3       fn        813: <hr>
1.74      miod      814: <a href="plat.html">
                    815: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.76      mickey    816: </a>
1.3       fn        817: <br>
1.74      miod      818: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    819: <br>
1.209   ! kettenis  820: <small>$OpenBSD: hppa.html,v 1.208 2007/08/08 18:41:24 kettenis Exp $</small>
1.3       fn        821: </body>
                    822: </html>