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

Annotation of www/hppa.html, Revision 1.130

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>
                     49:   <li><a href="#hardware">Supported hardware list</a>
                     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.102     miod       87: Currently, all the supported systems boot multi-user, although not all of them
                     88: can boot off disk. In addition to the release, full snapshots are made
                     89: periodically, and work is ongoing to provide better hardware support.
1.74      miod       90: </p>
1.64      mickey     91:
1.74      miod       92: <hr>
                     93: <a name="projects"></a>
                     94: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     95: </strong></font></h3>
1.64      mickey     96:
1.74      miod       97: <p>
1.16      mickey     98: <ul>
1.74      miod       99:   <li>Improve overall stability
1.96      mickey    100:   <li>Support the NCR53C720 SCSI FWD controller
                    101:   <li>Support booting from tape and CD-ROM
1.108     mickey    102:   <li>Support for 8x00 CPUs
1.96      mickey    103:   <li>Support for 7000 CPUs (the "original snakes" machines)
1.86      mickey    104:   <li>HP-UX emulation
                    105:   <li>PARISC/Linux emulation
                    106:   <li>Shared libraries
1.122     miod      107:   <li>X11 server support
1.104     mickey    108:   <li>Support for multiprocessor systems
1.64      mickey    109: </ul>
1.74      miod      110:
                    111: <hr>
                    112: <a name="hardware"></a>
                    113: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    114:
                    115: <p>
                    116: <h4>Supported models</h4>
                    117:
                    118: <p>
1.128     mickey    119: The rule of thumb is:
                    120: if it weighs more than 25kg -- most likely it is not supported.
                    121: <p>
1.64      mickey    122: <ul>
1.115     mickey    123:   <li>PA7100-based: 715/33, 715/50, 715/75, 725/50, 725/75, 735/100, 742i, 745i, 747i, 755/100
                    124:   <li>PA7100LC-based: 712, 715/64, 715/80, 715/100, 715/100XC, 725/64, 725/100, 743i, 748i, SAIC Galaxy 1100
1.74      miod      125:   <li>PA7150-based: 735/125, 755/125
1.128     mickey    126:   <li>PA7200-based: C100, C110, J200, J210, J210XC
1.115     mickey    127:   <li>PA7300LC-based: 744, 745, 748, A180[C], B132L[+], B160L, B180L+, C132L, C160L, RDI PrecisionBook (C160L)
1.16      mickey    128: </ul>
1.74      miod      129:
                    130: <p>
                    131: <h4>Supported peripherals</h4>
                    132:
                    133: <p>
                    134: The list of supported hardware below is not meant to be exhaustive.
                    135: Hardware is needed for developers, to further help development and testing.
                    136: Please see our <a href="want.html">"Wanted List"</a>
1.66      jufi      137: (contact <a href="mailto:mickey@openbsd.org">mickey</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>:
                    144: 7100, 7150, 7100LC, 7200, 7300LC
                    145: <li><strong>
                    146: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mem&amp;sektion=4&amp;arch=hppa">Memory Controllers</a></strong>:
                    147: Viper, PCXL2 MIOC
                    148: <li><strong>
                    149: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=io&amp;sektion=4&amp;arch=hppa">Bus/IO controllers</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>)
                    153:   <li>GSC
                    154: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsc&amp;sektion=4&amp;arch=hppa">gsc</a>):
                    155:   LASI
                    156: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lasi&amp;sektion=4&amp;arch=hppa">lasi</a>),
                    157:   ASP
                    158: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asp&amp;sektion=4&amp;arch=hppa">asp</a>)
1.126     mickey    159:   <li>PCI
                    160: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&amp;sektion=4">pci</a>):
                    161:   Dino and Cujo bridges
1.108     mickey    162: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dino&amp;sektion=4&amp;arch=hppa">dino</a>)
1.74      miod      163:   </ul>
                    164: <li><strong>SGC/GSC graphics</strong>
                    165: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sti&amp;sektion=4">sti</a>)
                    166:   <ul>
                    167:   <li>Artist (as found on 712)
                    168:   <li>CRX-8, CRX-24, HCRX-8, HCRX-24
                    169:   </ul>
                    170: <li><strong>Serial ports</strong>
                    171:   <ul>
1.86      mickey    172:   <li>On-board ns16550 and compatibles
1.74      miod      173: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    174:   </ul>
                    175: <li><strong>Parallel ports</strong>
                    176:   <ul>
                    177:   <li>On-board parallel port
                    178: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;sektion=4">lpt</a>)
                    179:   </ul>
1.80      mickey    180: <li><strong>SCSI controllers</strong>
                    181:   <ul>
1.121     miod      182:   <li>NCR53C700 SCSI Narrow SE controller
                    183: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oosiop&amp;sektion=4">oosiop</a>)
1.96      mickey    184:   <li>NCR53C710 SCSI Narrow SE controller
1.80      mickey    185: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=osiop&amp;sektion=4">osiop</a>)
1.114     mickey    186:   <li>NCR53C8xx SCSI I/O Processors
1.108     mickey    187: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.80      mickey    188:   </ul>
1.74      miod      189: <li><strong>Ethernet</strong>
                    190:   <ul>
                    191:   <li>On-board Intel i82596 ethernet
                    192: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;sektion=4&amp;arch=hppa">ie</a>)
1.108     mickey    193:   <li>Intel/DEC 21443 "Tulip" clones (onboard on A, B and C class)
                    194: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
1.113     mickey    195:   <li>Intel i8255x-based (except the i82556) PCI adapters (not bootable)
                    196: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
                    197:        <ul>
                    198:        <li>Intel EtherExpress PRO/10+
                    199:        <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    200:        <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    201:        <li>Intel EtherExpress PRO/100 Dual Port
                    202:        <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    203:        </ul>
1.74      miod      204:   </ul>
1.85      jason     205: <li><strong>Audio devices</strong>
                    206:   <ul>
                    207:   <li>On-board harmony CS4215/AD1849
                    208: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=harmony&amp;sektion=4&amp;arch=hppa">harmony</a>)
                    209:   </ul>
1.88      miod      210: <li><strong>Input devices</strong>
                    211:   <ul>
                    212:   <li>HIL keyboards
                    213: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilkbd&amp;sektion=4">hilkbd</a>)
1.89      miod      214:   <li>HIL mice and graphics tablet
                    215: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hilms&amp;sektion=4">hilms</a>)
1.88      miod      216:   <li>PS/2 keyboards
                    217: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gsckbd&amp;sektion=4&amp;arch=hppa">gsckbd</a>)
1.94      miod      218:   <li>PS/2 mice
                    219: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms</a>)
1.88      miod      220:   </ul>
1.74      miod      221: <li><strong>Miscellaneous devices</strong>
                    222:   <ul>
                    223:   <li>Battery-backed real time clock
1.107     mickey    224:   <li>Soft power button as available on some models
                    225: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;sektion=4&amp;arch=hppa">power</a>)
1.74      miod      226:   </ul>
                    227: </ul>
                    228:
                    229: <p>
                    230: <h4>Unsupported models</h4>
                    231:
                    232: <p>
                    233: The following systems may eventually work:
                    234: <ul>
                    235:   <li>PA7000-based machines: 705, 710, 720, 730, 750
1.112     mickey    236:   <li>PA2.0 systems (in 32-bit mode): C160, C180, C180XP, C180+, C200+, C230, C240+
1.96      mickey    237:   <li>HP 9000 E-Class (with limited I/O)
                    238:   <li>HP 9000 D-Class, at least the 32-bit models
1.112     mickey    239:   <li>HP 9000 K100, K200, K210, K220, K400, K410, K420
1.74      miod      240:   <li>Hitachi VQ200, VQ210, and some other non-HP workstations
1.99      mickey    241:   <li>Hitachi 9000V 3050RX/* workstations and 3500/* servers
1.74      miod      242:   <li>HP VME and VXI single board systems (requires VME at least)
                    243: </ul>
                    244:
                    245: <p>
1.96      mickey    246: The following systems are very unlikely to be supported since they either have
1.99      mickey    247: incompatible firmware (the 3000s) or almost completely undocumented I/O
                    248: subsystems (the 8x7s).
1.96      mickey    249: <ul>
                    250:   <li>HP 3000 900
                    251:   <li>HP 9000 8x7 (F, G, H, I-Class)
                    252: </ul>
                    253:
                    254: <p>
1.99      mickey    255: These Convex systems are NUMA supercomputing clusters
                    256: consisting of one or more 8-way SMP nodes with PA7100 or PA7200 CPUs.
                    257: They are very unlikely to be ever supported.
                    258: <ul>
                    259:   <li>Convex Exemplar SPP1000/{CD,XA}
                    260:   <li>Convex Exemplar SPP1200/{CD,XA}
                    261:   <li>Convex Exemplar SPP1600/{CD,XA}
                    262: </ul>
                    263:
                    264: <p>
1.79      mickey    265: These systems will, probably, never be supported by this port since
                    266: they are of 1.0 PA-RISC architecture, which is substantially
1.96      mickey    267: inferior to the 1.1:
1.78      mickey    268: <ul>
                    269:   <li>HP 9000 600, 635, 645
1.110     mickey    270:   <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
                    271:   <li>HP 9000 900, 920, 922, 925, 930, 932, 935, 948, 949, 950, 950S, 955, 958, 960, 980, 990, 992
1.78      mickey    272: </ul>
                    273:
                    274: <p>
1.74      miod      275: <h4>Unsupported peripherals</h4>
                    276:
                    277: <p>
                    278: This list is not meant to be exhaustive either, but sums up the most commonly
                    279: encountered devices on hppa machines.
                    280: <ul>
                    281: <li><strong>Bus/IO controllers</strong>
                    282:   <ul>
1.117     mickey    283:   <li>Dino in card mode
1.74      miod      284:   <li>EISA bus
1.109     mickey    285:   <li>Runway IOC
1.117     mickey    286:   <li>VME controller
1.118     mickey    287:   <li>any HP-PB devices
1.74      miod      288:   </ul>
                    289: <li><strong>SCSI controllers</strong>
                    290:   <ul>
                    291:   <li>NCR53C720 SCSI I/O Processors
                    292: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
                    293:   </ul>
                    294: <li><strong>On-board floppy controller</strong>
1.117     mickey    295: <li><strong>Dino's ps/2 keyboard and mouse controller</strong>
1.74      miod      296: </ul>
                    297:
                    298: <hr>
                    299: <a name="hwdocs"></a>
                    300: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
1.64      mickey    301:
1.74      miod      302: <p><small>
                    303: Most of the following documents have been released by Hewlett-Packard for
                    304: the <a href="http://www.parisc-linux.org/">PA-RISC Linux</a> project.
                    305: </small></p>
1.16      mickey    306:
1.74      miod      307: <p>
1.38      mickey    308: <ol type=1>
1.58      mickey    309: <li>HP PA-RISC CPUs
1.38      mickey    310:        <ol type=a>
1.106     mickey    311: <li><a href="http://ftp.parisc-linux.org/docs/chips/PCXL_ers.ps">PA7100LC CPU ERS</a>
                    312: <li><a href="http://ftp.parisc-linux.org/docs/chips/pcxl2_ers.ps">PA7300LC CPU ERS</a>
1.38      mickey    313:        </ol>
1.74      miod      314: <li>Processor Dependent Code/I/O Dependent Code Interface<br> <small>(selected chapters from "PA-RISC I/O Architecture Specification")</small>
1.38      mickey    315:        <ol type=a>
1.106     mickey    316: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc32.pdf">PDC 1.1</a>
                    317: <li><a href="http://ftp.parisc-linux.org/docs/arch/iodc.pdf">IODC 1.1</a>
                    318: <li><a href="http://ftp.parisc-linux.org/docs/arch/ver_nums.pdf">Version and Identification Number Allocation</a>
                    319: <li><a href="http://ftp.parisc-linux.org/docs/arch/data_formats.pdf">Memory Data Formats 2.0</a>
                    320: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc.pdf">PDC Procedures 2.0</a>
                    321: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdce.pdf">PDC Entry Points 2.0</a>
                    322: <li><a href="http://ftp.parisc-linux.org/docs/arch/os_interface.pdf">OS Interface 2.0</a>
1.38      mickey    323:        </ol>
1.74      miod      324: <li>Bus controllers/bridges/adaptors
1.38      mickey    325:        <ol type=a>
1.106     mickey    326: <li><a href="http://ftp.parisc-linux.org/docs/chips/hardball_ers.pdf">ASP</a>
                    327: <li><a href="http://ftp.parisc-linux.org/docs/chips/lasi_ers.ps">LASI Core Bus Adapter (including lan, scsi, serial, lpt controllers)</a>
                    328: <li><a href="http://ftp.parisc-linux.org/docs/chips/dino_ers.ps">Dino PCI bridge</a>,
                    329: and <a href="http://ftp.parisc-linux.org/docs/chips/Dino_3_1_Errata.html">Errata</a>
                    330: <li><a href="http://ftp.parisc-linux.org/docs/chips/elroy_ers.ps">Elroy ERS (Edited for Open Source)</a>
1.95      mickey    331: <li>Astro
1.106     mickey    332: <a href="http://ftp.parisc-linux.org/docs/chips/astro_intro.ps">Overview</a>,
                    333: <a href="http://ftp.parisc-linux.org/docs/chips/astro_errors.ps">Error handling</a>,
                    334: <a href="http://ftp.parisc-linux.org/docs/chips/astro_ioc.ps">R2I Operations</a>,
                    335: <a href="http://ftp.parisc-linux.org/docs/chips/astro_regmap.ps">Registers Map</a>,
                    336: <a href="http://ftp.parisc-linux.org/docs/chips/astro_runway.ps">Runway Interface</a>,
                    337: <a href="http://ftp.parisc-linux.org/docs/chips/astro_sysmap.ps">System Mamory Map</a>
1.38      mickey    338:        </ol>
1.106     mickey    339: <li><a href="http://ftp.parisc-linux.org/docs/arch/sti.pdf">Stinger
1.74      miod      340: graphics</a>
1.83      mickey    341: <li><a href="http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/SCSIControllers/770.pdf">NCR
1.74      miod      342: 53C700/710/720 SCSI I/O Processors</a>
1.40      mickey    343:     <small>(the doc is actually for 770, which is claimed as compatible)</small>
1.106     mickey    344: <li><a href="http://www.lsilogic.com/techlib/marketing_docs/storage_stand_prod/integrated_circuits/lsi53c875e_pb.pdf">LSI
                    345: 53C875 SCSI I/O Processor</a>
1.74      miod      346: <li>Intel
                    347: <a href="http://developer.intel.com/design/network/datashts/290219.htm">i82596DX/SX</a>
                    348: and
                    349: <a href="http://developer.intel.com/design/network/datashts/290218.htm">i82596CA</a>
                    350: Ethernet Controllers
1.38      mickey    351: </ol>
1.74      miod      352:
                    353: <p>
                    354: Of course, no hppa page, be it OpenBSD or not, could pretend to be serious
                    355: without linking to the essential <a href="http://www.openpa.net/">OpenPA</a>
                    356: reference website.
                    357: </p>
1.38      mickey    358:
1.64      mickey    359: <hr>
1.74      miod      360: <a name="install"></a>
                    361: <h3><font color="#0000e0">
                    362: <strong>Getting and installing OpenBSD/hppa:</strong>
                    363: </font></h3>
1.64      mickey    364:
1.18      mickey    365: <p>
1.74      miod      366: The latest supported OpenBSD/hppa release is
1.129     david     367: <a href="35.html">OpenBSD 3.5</a>.
1.74      miod      368: Here are the
1.129     david     369: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/hppa/INSTALL.hppa">
                    370: OpenBSD/hppa 3.5 installation instructions
1.74      miod      371: </a>.
                    372: </p>
1.66      jufi      373:
1.18      mickey    374: <p>
1.74      miod      375: Snapshots are made available from time to time, in
                    376: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa">this location</a>
                    377: as well as in a few
                    378: <a href="ftp.html">mirrors</a>.
                    379: Here are the
                    380: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/hppa/INSTALL.hppa">
                    381: OpenBSD/hppa snapshot installation instructions
                    382: </a> as well.
1.15      mickey    383: </p>
1.74      miod      384:
1.3       fn        385: <hr>
1.74      miod      386: <a href="plat.html">
                    387: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.76      mickey    388: </a>
1.3       fn        389: <br>
1.74      miod      390: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    391: <br>
1.130   ! mickey    392: <small>$OpenBSD: hppa.html,v 1.129 2004/05/04 20:55:37 david Exp $</small>
1.3       fn        393: </body>
                    394: </html>