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

Annotation of www/hppa.html, Revision 1.198

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