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

Annotation of www/hppa64.html, Revision 1.26

1.2       mickey      1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
1.7       david       2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       mickey      3: <html>
                      4: <head>
                      5: <title>OpenBSD/hppa64</title>
1.7       david       6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       mickey      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/hppa64 page">
                      9: <meta name="keywords" content="openbsd,hppa,hppa64">
                     10: <meta name="distribution" content="global">
1.9       jose       11: <meta name="copyright" content="This document copyright 2003-2004 by OpenBSD.">
1.1       mickey     12: </head>
                     13:
1.7       david      14: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.1       mickey     15:
1.2       mickey     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141"
                     17: src="images/smalltitle.gif" border="0"></a>
                     18:
                     19: <h2><font color="#e00000">OpenBSD/hppa64</font></h2>
1.1       mickey     20:
1.3       mickey     21: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     22: <p>
                     23: <ul>
                     24:   <li><a href="#history">History and Status</a>
1.4       mickey     25:   <li><a href="#projects">Project list</a>
1.11      nick       26:   <li><a href="#hardware"><i>Un</i>-supported hardware</a>
1.3       mickey     27:   <li><a href="#hwdocs">Hardware documentation</a>
                     28: </ul>
                     29:
                     30:
1.1       mickey     31: <hr>
1.3       mickey     32: <a name="history"></a>
1.2       mickey     33: <h3><font color="#0000e0"><strong>History and Status:</strong></font></h3>
1.1       mickey     34:
                     35: <p>
1.5       mickey     36: There is an HP PA-RISC 2.x port in the beginning stages with support
                     37: aimed for the 64-bit PA8x00-based HP workstations and servers.
1.1       mickey     38: </p>
                     39:
                     40: <hr>
1.4       mickey     41: <a name="projects"></a>
                     42: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     43: </strong></font></h3>
                     44:
                     45: <p>
                     46: <ul>
1.8       mickey     47:   <li>hppa64 configuration for gcc3 (now in the tree);
                     48:   <li>Verify binutils version in -current is sufficient (should be);
                     49:   <li>Clone hppa/stand for 64 bit support;
                     50:   <li>Clone arch/hppa kernel files for 64 bit support;
                     51:   <li>PCI drivers;
                     52:   <li>Support for multiprocessor systems.
1.4       mickey     53: </ul>
                     54:
                     55: <hr>
1.5       mickey     56: <a name="hardware"></a>
                     57: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     58:
                     59: <p>
                     60: As of now, no hardware is supported. Below is a list of models
                     61: aimed for support.
                     62: </p>
                     63:
                     64: <p>
                     65: <h4>Unsupported models</h4>
                     66: <ul>
1.16      mickey     67:   <li>PA8500-based: A400/rp24x0, B1000/B2000, C3000, J5000/J7000, L1000/L2000
1.15      mickey     68:   <li>PA8600-based: A400/rp2450, B2000/B2600, C3600, J5600, J6000, L3000/rp5400
1.16      mickey     69:   <li>PA8700-based: A500/rp2470, C3700, J6700/J6750, N4000/rp74x0, rp8400
1.22      jsg        70:   <li>PA8800-based: A500-9x, C8000, rp3410, rp3440, rp4410, rp4440, rp7420, rp84x0
                     71:   <li>PA8900-based: C8000, rp3410, rp3440, rp4410, rp4440, rp7420, rp84x0
1.5       mickey     72: </ul>
                     73:
1.12      miod       74: <p>
1.13      mickey     75: However, the following machines run in 32-bit mode using the
1.12      miod       76: <a href="hppa.html">OpenBSD/hppa</a> port:
                     77: <ul>
                     78:   <li>PA8000-based: C160, C180
1.25      jsg        79:   <li>PA8200-based: C200, C240, J2240
1.21      deraadt    80:   <li>PA8500-based: B1000, B2000, C360, C3000, J5000, J7000
                     81:   <li>PA8600-based: B2600, C3600, J5600, J6000, J7600
                     82:   <li>PA8700-based: C3650, C3700, C3750, J6700, J6750
1.12      miod       83: </ul>
                     84:
1.5       mickey     85: <hr>
1.3       mickey     86: <a name="hwdocs"></a>
                     87: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                     88:
                     89: <p>
                     90: <ul>
1.24      jasper     91: <li><a href="http://ftp.parisc-linux.org/docs/arch/parisc2.0.pdf">PA-RISC 2.0 Instruction Set Architecture</a>;
1.18      mickey     92: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch4-procs.pdf">PA-RISC 2.0 Firmware Architecture Reference</a>;
                     93: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch3-entry.pdf">PA-RISC 2.0 Firmware Architecture Reference (entry points)</a>;
                     94: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch5-IODC.pdf">PA-RISC 2.0 Firmware Architecture Reference (IODC)</a>;
1.20      martin     95: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v1.0-Ch6-OS.pdf">PA-RISC 2.0 Firmware Architecture Reference (Operating System Interface)</a>;
1.18      mickey     96: <li><a href="http://ftp.parisc-linux.org/docs/arch/pdc20-v0.36-ChC-datafmt.pdf">PA-RISC 2.0 Firmware Architecture Reference (Memory Data Formats)</a>.
1.19      mickey     97: <li><a href="http://docs.hp.com/en/A3725-96022/index.html">HP 9000 V-Class Server</a>
1.3       mickey     98: </ul>
                     99:
1.1       mickey    100: </body>
                    101: </html>