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

Annotation of www/powerpc.html, Revision 1.30

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
1.22      rahnds      4: <title>OpenBSD/powerpc</title>
1.23      avsm        5: <link rev="made" href="mailto:www@openbsd.org">
1.3       fn          6: <meta name="resource-type" content="document">
1.22      rahnds      7: <meta name="description" content="the OpenBSD/powerpc page">
1.23      avsm        8: <meta name="keywords" content="openbsd,ppc,powerpc,mac,macintosh,apple">
1.3       fn          9: <meta name="distribution" content="global">
1.23      avsm       10: <meta name="copyright" content="This document copyright 1996-2000 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.23      avsm       13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     14: <img border="0" alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif">
                     15: <p>
                     16: <h2><font color="#e00000">powerpc</font><hr></h2>
                     17:
                     18: <h3><font color="#0000e0">History:</font></h3>
1.1       deraadt    19:
1.23      avsm       20: <p>
                     21: The powerpc port was first imported into OpenBSD at the end of 1996.
1.30    ! brad       22: Portions of the kernel came from the NetBSD/macppc port, and the
        !            23: userland and build pieces came from
        !            24: <a href="mailto:drahn@openbsd.org">Dale Rahn</a>.
1.1       deraadt    25:
1.3       fn         26: <p>
1.24      deraadt    27: Dale added ELF binary support, and then work with Per Fogelstrom
                     28: continued on general driver support for the next few releases.
1.23      avsm       29: Support was added for OpenFirmware, VI Power4e boards, MCG Powerstack
1.30    ! brad       30: machines, DEC 21040, VGA terminal support, and so on.
1.12      deraadt    31:
                     32: <p>
1.23      avsm       33: In 1998, the focus shifted towards the Apple machines, and Dale Rahn
                     34: started work to make the range of iMacs and PowerMacs work with this port.
                     35: Due to this, official powerpc releases were not made for the 2.6 and 2.7
                     36: releases as work continued.  A number of compiler loader issues were resolved,
1.30    ! brad       37: iMac driver support was added, and compatibility with older systems
1.23      avsm       38: was withdrawn to fully concentrate on the Apple machines.
1.22      rahnds     39:
1.11      deraadt    40: <p>
1.30    ! brad       41: As of the 2.8 release there will be official releases for the powerpc port
        !            42: again.
1.11      deraadt    43:
1.23      avsm       44: <h3><font color="#0000e0">Supported Hardware:</font></h3>
1.11      deraadt    45: <p>
1.23      avsm       46: Currently only New World machines are supported. Tested working machines
                     47: are the iMac machines Rev A - Rev C, and the PowerMac G4 systems including
1.29      brad       48: the G4 Cube.  To improve the list below, <b>please</b> mail your dmesg after
1.23      avsm       49: installation to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>,
                     50: as detailed <a href="http://www.openbsd.org/faq/faq4.html#4.5">in the FAQ</a>.
1.1       deraadt    51:
                     52: <p>
1.23      avsm       53: <b>Machines</b>
                     54: <ul>
1.30    ! brad       55: <li>PowerMac B&W G3 (needs testing)
1.23      avsm       56: <li>PowerMac G4
1.27      deraadt    57: <li>PowerMac Dual G4
1.29      brad       58: <li>PowerMac G4 Cube
1.27      deraadt    59: <li>iMac Rev A
                     60: <li>iMac Rev B
                     61: <li>iMac Rev C
                     62: <li>iMac DV <i>(post-2.8)</i>
                     63: <li>iMac DV+ <i>(unknown)</i>
                     64: <li>StarMax <i>(development in progress)</i>
                     65: <li>others... <i>(development in progress)</i>
1.23      avsm       66: </ul>
1.20      rahnds     67:
1.23      avsm       68: <p>
                     69: <b>Onboard I/O modules</b> (obio)
                     70: <ul>
                     71: <li>Apple Paddington
                     72: <li>Apple Keylargo
                     73: </ul>
1.8       rahnds     74:
                     75: <p>
1.23      avsm       76: <b>PCI-Bridges</b>
1.11      deraadt    77: <ul>
1.23      avsm       78: <li>Apple Uni-North (pchb)
                     79: <li>Apple Uni-North AGP (pchb)
                     80: <li>Apple Uni-North Eth (pchb)
                     81: <li>Motorola MPC106 Host-PCI
                     82: </ul>
                     83:
                     84: <p>
                     85: <b>Video Cards</b>
1.8       rahnds     86: <ul>
1.23      avsm       87: <li>ATI Rage Fury AGP4x
                     88: <li>ATI Mach64 GP
1.20      rahnds     89: </ul>
1.23      avsm       90:
                     91: <p><b>Ethernet</b>
1.20      rahnds     92: <ul>
1.23      avsm       93: <li>DEC DECchip 21040 (Tulip) (de)
                     94: <li>Apple GMAC (gm0)
1.8       rahnds     95: </ul>
1.23      avsm       96:
                     97: <p><b>SCSI Host Adapters</b>
1.11      deraadt    98: <ul>
1.23      avsm       99: <li>Symbios Logic 53c810 (ncr)
1.8       rahnds    100: </ul>
1.23      avsm      101:
1.27      deraadt   102: <p><b>Drives</b>
1.23      avsm      103: <ul>
1.27      deraadt   104: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    105: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    106: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
1.23      avsm      107: </ul>
                    108:
                    109: <p><b>USB Controllers/Hubs</b>
                    110: <ul>
                    111: <li>Apple USB (ohci)
                    112: <li>OHCI root hub (ohci)
                    113: <li>Opti RM861HA (ohci)
                    114: <li>Alps Electric Hub in Apple USB Keyboard
1.11      deraadt   115: </ul>
1.23      avsm      116:
                    117: <p><b>USB Devices</b>
                    118: <ul>
                    119: <li>Alps Electric Apple USB Keyboard (ukbd)
                    120: <li>Solid Year Keyboard and Mouse (ukbd) (ums)
                    121: <li>Logitech M4848 (ums)
                    122: <li>Kensington Kensington USB/PS2 Wheel Mouse (ums)
                    123: </ul>
1.11      deraadt   124:
1.23      avsm      125: <hr>
1.11      deraadt   126: <p>
1.28      jufi      127: <a name="#unsup"><h3><font color=#0000e0>Unsupported Hardware:</font></h3></a>
1.8       rahnds    128: <ul>
1.23      avsm      129: <li>
                    130: Support for older PREP style machines have been removed; lack of availability
                    131: of the hardware and relatively slow speed compared to more recent machines has
                    132: contributed to this decision.
                    133: <li>
                    134: Apple PowerMac systems with a 601 processor or lack OpenFirmware
                    135: will likely never be supported.
                    136: <li>
                    137: At the current time, older OpenFirmware machines are not supported.
                    138: This is mostly due to lack of developer resources to work on the support
                    139: in addition to limited availability of hardware.
                    140: <li>On the device side, the following are recognized, but not supported:
                    141: <ul>
                    142: <li>Texas Instruments TSB12LV23 FireWire
                    143: </ul>
1.8       rahnds    144: </ul>
                    145:
1.23      avsm      146: <h3><font color="#0000e0">Root Drive:</font></h3>
                    147: <p>
                    148: With multiple drives installed in the system, only certain drives can
                    149: be configured as an OpenBSD root drive.  Any other configurations than
                    150: those below will not be able to properly detect which drive is the root
                    151: drive, and so any attempt with either prompt for a root drive, or fail.
                    152: <p>
                    153: <ul>
                    154: <li><tt>ultra0</tt> is always fine to use as an root drive.
                    155: <li><tt>ultra1</tt> is fine to use as a root disk (as long as <tt>ultra0</tt>
                    156: is a hard drive, not ATAPI).
                    157: <li>If no hard drive is located at <tt>ultra1</tt>, it is possible to use a
                    158: hard drive configured as <tt>ide1</tt> (zip bay) as root drive.
                    159: <li>It is not possible to use <tt>ide0</tt> (CD-ROM) as a root drive unless
                    160: no drives are connected to the Ultra IDE bus.
                    161: </ul>
                    162:
                    163: <h3><font color="#0000e0">X Resolution:</font></h3>
                    164: <p>
                    165: The current X server has no mechanism to change the resolution
                    166: of the display. To change the resolution, it is necessary to boot MacOS
                    167: and change to the desired resolution under MacOS. It will save that
                    168: resolution and OpenFirmware will boot in that resolution until connected
                    169: to a different monitor. The X server will run in whatever resolution
                    170: OpenFirmware boots in.
1.8       rahnds    171:
1.23      avsm      172: <hr>
                    173: <p>If you are looking for to test new pre-release features, you can
                    174: try one of the snapshots.
1.25      deraadt   175: For the powerpc architecture, <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/powerpc">snapshots</a> are made available from time to time.
1.22      rahnds    176: <p>
                    177:
1.8       rahnds    178: Contact
1.23      avsm      179: <a href="mailto:deraadt@openbsd.org">Theo de Raadt</a> or
                    180: <a href="mailto:drahn@openbsd.org">Dale Rahn</a>
1.8       rahnds    181: if you are interested in working with other people on this, or need more
1.1       deraadt   182: information.
1.3       fn        183: </p>
1.1       deraadt   184:
1.3       fn        185: <hr>
1.23      avsm      186: <a href="plat.html"><img height="24" width="24" src="back.gif" border="0" alt="[OpenBSD]"></a>
                    187: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3       fn        188: <br>
1.30    ! brad      189: <small>$OpenBSD: powerpc.html,v 1.29 2000/12/26 09:04:57 brad Exp $</small>
1.3       fn        190:
                    191: </body>
                    192: </html>