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

Annotation of www/macppc.html, Revision 1.56

1.33      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       brad        3: <html>
                      4: <head>
1.2       brad        5: <title>OpenBSD/macppc</title>
1.1       brad        6: <link rev="made" href="mailto:www@openbsd.org">
1.33      miod        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       brad        8: <meta name="resource-type" content="document">
1.2       brad        9: <meta name="description" content="the OpenBSD/macppc page">
1.33      miod       10: <meta name="keywords" content="openbsd,macppc,ppc,powerpc,mac,macintosh,apple">
1.1       brad       11: <meta name="distribution" content="global">
1.52      nick       12: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.18      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       brad       17: <p>
1.33      miod       18: <h2><font color="#e00000">OpenBSD/macppc</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
                     23: OpenBSD/macppc runs on the PowerPC-based Macintosh systems from the
                     24: <i>``New World''</i> family, i.e. all Apple computers from the iMac to current
1.39      ian        25: models. It does not run any <a href="#unsup">unsupported models</a>.
1.33      miod       26: </p>
                     27:
                     28: <p>
1.41      nick       29: A mailing list dedicated to the OpenBSD/macppc port is available at
1.33      miod       30: <u><font color="#23238e">ppc@openbsd.org</font></u>.
                     31: To join the OpenBSD/macppc mailing list, send a message body of <b>"subscribe
                     32: ppc"</b> to
                     33: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     34: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     35: subscribing.
                     36: </p>
                     37:
                     38: <p>
                     39: The current port maintainer is Dale Rahn
                     40: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
1.41      nick       41: Others are definitely welcome to contribute!
1.33      miod       42: </p>
                     43:
                     44: <a href="#toc"></a>
                     45: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     46: <p>
                     47: <ul>
1.38      jufi       48:   <li><a href="#history">History of the port</a>
1.33      miod       49:   <li><a href="#status">Current status</a>
                     50:   <li><a href="#projects">Project list</a>
1.36      miod       51:   <li><a href="#hardware">Supported hardware list</a>
1.33      miod       52:   <li><a href="#install">Getting and installing OpenBSD/macppc</a>
                     53:   <li><a href="#multiboot">Multiboot/Shared HFS disks</a>
                     54:   <li><a href="#root">Boot device considerations</a>
                     55:   <li><a href="#problems">Known problems</a>
                     56:   <li><a href="#other">Other features</a>
                     57: </ul>
                     58:
                     59: <hr>
                     60: <a name="history"></a>
                     61: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     62:
                     63: <p>
                     64: The OpenBSD/macppc port started as OpenBSD/powerpc, and was initially
                     65: focused on Motorola computers with OpenFirmware, and VI Power4e boards.
                     66: This port was eventually thrown away after OpenBSD 2.5 was released.
                     67: As a result there was no OpenBSD/powerpc port for the 2.6 and 2.7 releases.
                     68: In the meantime, a new port was started, focusing on Apple hardware, and
                     69: based on code from NetBSD/macppc, and after a lot of work from Dale Rahn,
                     70: OpenBSD 2.8 was released with a powerpc port.
                     71: As work on the port continued, it was renamed to OpenBSD/macppc for 3.0.
                     72: </p>
                     73:
                     74: <hr>
                     75: <a name="status"></a>
                     76: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     77:
                     78: <p>
                     79: Currently, all the hardware listed in the
                     80: <a href="#hardware">supported hardware list</a> section below boots
                     81: multi-user, supports most, if not all, of the on-board devices, and is
                     82: generally useable.
                     83: </p>
                     84:
                     85: <a name="X11"></a>
                     86: <p>
1.44      jmc        87: XFree86 is supported on all MacPPC systems, however
1.33      miod       88: only the ATI graphics adapters are supported by an <i>accelerated</i>
                     89: X server at the current time.
                     90: The nVidia accelerated X server does not currently work, however nVidia
1.41      nick       91: (and ATI) cards can be used by X in frame buffer (unaccelerated) mode,
1.33      miod       92: at the boot resolution and color depth using the wsfb driver (installed by
                     93: default).
                     94: </p>
                     95:
                     96: <p>
                     97: Directions on enabling the accelerated X server can be found
                     98: in the <tt>/usr/X11R6/README</tt> file on the installed system.
                     99: </p>
                    100:
1.32      jufi      101: <hr>
1.33      miod      102: <a name="projects"></a>
                    103: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    104: </strong></font></h3>
1.1       brad      105:
                    106: <p>
                    107: <ul>
1.33      miod      108:   <li>Work on unsupported on-board devices
                    109:   <li>Fix known problems
                    110:   <li>Improve port-specific documentation
                    111:   <li>Test more platforms and peripherals, especially PCI drivers
                    112: </ul>
                    113:
                    114: <hr>
                    115: <a name="hardware"></a>
                    116: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.11      drahn     117:
                    118: <p>
1.33      miod      119: <h4>Supported models</h4>
1.11      drahn     120:
1.28      henning   121: <p>
1.33      miod      122: PowerPC-based Macintosh systems are divided into <i>"Old World"</i> and
                    123: <i>"New World"</i> systems, the difference being
                    124: <a href="http://developer.apple.com/technotes/tn/tn1167.html">the design
                    125: of the system ROM</a>.
                    126: Only <i>"New World"</i> machines are currently supported.
                    127: Known compatible systems include the following:
1.13      nick      128: <ul>
1.33      miod      129: <li>PowerMac G3 (B&amp;W)
                    130: <li><a href="http://docs.info.apple.com/article.html?artnum=58418">PowerMac G4
                    131: </a> (PCI Graphics? - untested but should work)
                    132: <li>PowerMac G4 (AGP Graphics)
                    133: <li>PowerMac G4 (Digital Audio)
                    134: <li>PowerMac G4 (QuickSilver)
                    135: <li>PowerMac G4 (QuickSilver 2002)
1.47      drahn     136: <li>PowerMac G4 (Mirror Door Drive)
                    137: <li>PowerMac G4 (FW 800)
1.33      miod      138: <li>PowerMac Dual G4
                    139: <li>PowerMac G4 Cube
                    140: <li>iMac Rev A
                    141: <li>iMac Rev B
                    142: <li>iMac Rev C
                    143: <li>iMac DV
                    144: <li>iMac DV+
                    145: <li>LCD iMac
                    146: <li>PowerBook G3 (FireWire)
                    147: <li>PowerBook G4
1.47      drahn     148: <li>PowerBook G4 12", 17"
1.33      miod      149: <li>iBook
                    150: <li>iBook2 <i>(problems with Combo drive thought to be fixed in 3.1)</i>
                    151: <li>Xserve <i>(currently only running on serial console with video card removed)</i>
                    152: <li>StarMax <i>(development in progress)</i>
                    153: <li>others... <i>(development in progress)</i>
1.11      drahn     154: </ul>
1.33      miod      155: To help us improve the accuracy of this list, <b>PLEASE</b>
                    156: <a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
                    157: to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>.
1.11      drahn     158:
1.33      miod      159: <p>
                    160: <h4>Supported peripherals</h4>
1.1       brad      161:
1.33      miod      162: <p>
1.15      deraadt   163: <ul>
1.56    ! xsa       164: <li><strong>Onboard I/O modules</strong>
        !           165: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macobio&amp;sektion=4&amp;arch=macppc">macobio</a>)
1.1       brad      166: <ul>
                    167: <li>Apple Paddington
                    168: <li>Apple Keylargo
                    169: </ul>
                    170:
1.15      deraadt   171: <li><strong>PCI-Bridges</strong>
1.32      jufi      172: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&amp;sektion=4">pchb</a>)
1.1       brad      173: <ul>
                    174: <li>Apple Uni-North
                    175: <li>Apple Uni-North AGP
                    176: <li>Apple Uni-North Eth
                    177: <li>Motorola MPC106 Host-PCI
                    178: </ul>
                    179:
1.15      deraadt   180: <li><strong>Video Cards</strong>
1.1       brad      181: <ul>
                    182: <li>ATI Mach64 GP
                    183: <li>ATI Mach64 GV
                    184: <li>ATI Mach64 128 PK
                    185: <li>ATI Mach64 128 VR AGP
                    186: <li>ATI Mobility M3
                    187: <li>ATI Rage Fury AGP4x
                    188: </ul>
                    189:
1.15      deraadt   190: <li><strong>Ethernet</strong>
1.1       brad      191: <ul>
1.32      jufi      192: <li>DEC DECchip 21040 (Tulip) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>)
                    193: <li>DEC DECchip 21143 (Tulip clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
                    194: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
1.26      pvalchev  195:     <ul>
                    196:     <li>Intel EtherExpress PRO/10+
                    197:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    198:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    199:     <li>Intel EtherExpress PRO/100 Dual Port
                    200:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    201:     </ul>
1.27      henning   202: <li>Intel 21145-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
1.32      jufi      203: <li>Apple iMac Rev. A-C Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bm&amp;sektion=4&amp;arch=powerpc">bm</a>)
                    204: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem</a>)
                    205: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including:
1.30      nate      206:     <ul>
                    207:     <li>3Com 3c985 and 3c985B
                    208:     <li>Alteon ACEnic V (fiber and copper)
                    209:     <li>Digital EtherWORKS 1000SX
                    210:     <li>Farallon PN9000SX
                    211:     <li>Netgear GA620 and GA620T
                    212:     <li>SGI Tigon
                    213:     </ul>
                    214:
1.31      margarid  215: <li>Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters
1.32      jufi      216: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>),
1.25      nate      217: including:
                    218:     <ul>
                    219:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    220:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    221:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    222:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    223:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    224:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    225:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    226:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    227:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    228:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    229:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    230:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    231:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    232:     </ul>
1.1       brad      233: </ul>
                    234:
1.15      deraadt   235: <li><strong>Wireless Ethernet Adapters</strong>
1.1       brad      236: <ul>
1.32      jufi      237: <li>Aironet 802.11DS PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;sektion=4">an</a>)
                    238: <li>WaveLAN 802.11DS onboard airport slot, PCI and CardBus (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.41      nick      239: <li>Prism II and Prism 2.5 PCI and Cardbus (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>). See <a href="i386.html">i386</a> for a complete list.
1.1       brad      240: </ul>
1.15      deraadt   241:
                    242: <li><strong>SCSI and IDE Host Adapters</strong>
1.1       brad      243: <ul>
1.32      jufi      244: <li>Symbios Logic 53c810, 53c825 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.43      drahn     245: <li>Adaptec AIC-7770-based SCSI host adapters (including the
                    246:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
                    247: <li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
                    248:     AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(C)</sup>
                    249: <li>Adaptec AHA-[23]9[34]xU[2W] cards and on-board PCI designs using the
                    250:     AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
                    251: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
                    252:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
                    253:     (However, the 7899G card is currently not supported with more than one device attached)
1.13      nick      254: <li>All PCI IDE
1.32      jufi      255: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)
1.13      nick      256: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      257: </ul>
                    258:
1.15      deraadt   259: <li><strong>RAID Controllers</strong>
1.1       brad      260: <ul>
1.32      jufi      261: <li>Adaptec SCSI RAID (<a href="http://www.intelligent-io.com/">I2O</a>) controllers (ASR-2100S, ASR-3200S, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&amp;sektion=4">iop</a>)
1.1       brad      262: </ul>
                    263:
1.15      deraadt   264: <li><strong>Drives</strong>
1.1       brad      265: <ul>
                    266: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    267: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    268: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                    269: </ul>
                    270:
1.15      deraadt   271: <li><strong>USB Controllers/Hubs</strong>
1.1       brad      272: <ul>
1.32      jufi      273: <li>Apple USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
                    274: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
                    275: <li>Opti RM861HA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.1       brad      276: <li>Alps Electric Hub in Apple USB Keyboard
                    277: </ul>
                    278:
1.15      deraadt   279: <li><strong>USB Devices</strong>
1.1       brad      280: <ul>
1.32      jufi      281: <li>Alps Electric Apple USB Keyboard (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    282: <li>Solid Year Keyboard and Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
                    283: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
1.40      david     284: <li>Kensington USB/PS2 Wheel Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
1.32      jufi      285: <li>USB Zip Drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
1.1       brad      286: </ul>
                    287:
1.33      miod      288: <li><strong>Cardbus/PCMCIA bridges</strong>
1.19      drahn     289: <ul>
1.41      nick      290: <li>PBG4 onboard CardBus bridge is now supported, as are PCI CardBus bridges.
1.32      jufi      291: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.19      drahn     292: <li>Orinoco/Prism cards are only current supported cards
1.32      jufi      293: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.19      drahn     294: </ul>
1.41      nick      295: <li><strong>Cryptography Accelerators</strong>
1.21      drahn     296: <ul>
1.49      jason     297: <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822, BCM5823 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>)
1.32      jufi      298: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>)
1.50      jason     299: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including:
1.29      jason     300:     <ul>
1.50      jason     301:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.29      jason     302:     <li>GTGI PowerCrypt Encryption Accelerator
                    303:     <li>NetSec 7751
1.42      jason     304:     <li>Hifn 7751 and 9751 reference boards
1.29      jason     305:     <li>Invertex AEON
                    306:     </ul>
1.48      jason     307: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;sektion=4">safe</a>)
1.21      drahn     308: </ul>
1.19      drahn     309:
1.46      jason     310: <li><strong>Audio Devices</strong>
                    311: <ul>
1.51      david     312: <li>AWACS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&amp;sektion=4&amp;arch=macppc">awacs</a>)
                    313: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
1.55      xsa       314: <li>Snapper audio found on recent iBook (since May 02) and PowerBook (since Apr 02) models (need to verify iMac (Jan 02) and Power Mac G4 (Sep 02)) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snapper&amp;sektion=4&amp;arch=macppc">snapper</a>)
                    315: <font color="#0000e0">*</font>
1.51      david     316: <li>USB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>)
1.46      jason     317: </ul>
                    318:
1.51      david     319: <li><strong>Radio Receiver Devices</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)
1.37      mickey    320: <ul>
1.51      david     321: <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>)
1.37      mickey    322: </ul>
                    323:
1.15      deraadt   324: <li><strong>Other Devices</strong>
1.13      nick      325: <ul>
                    326: <li>Serial Ports: While the modern PowerMacintosh series has no external
                    327:   standard serial ports, many have an on-board modem which can be
                    328:   removed and replaced with an adapter (several manufacturers of these exist)
                    329:   which will produce a standard (and supported) serial port.
1.21      drahn     330: <li>Firewire device now probes and is configured, but no devices will attach
                    331:   on the firewire bus, yet.
1.35      miod      332: <li>Backlight on lcd devices can be controlled through the brightness control
                    333: keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
1.21      drahn     334: (0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
1.51      david     335: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>), including:
1.37      mickey    336:   <ul>
1.54      mickey    337:   <li>Animation Technologies FlyVideo
                    338:   <li>Askey/Dynalink Magic TView
                    339:   <li>AverMedia cards
                    340:   <li>Hauppauge Wincast TV and WinTV/PCI
                    341:   <li>IMS TV Turbo
                    342:   <li>Intel Smart Video Recorder III
                    343:   <li>I/O DATA GV-BCTV2/PCI
                    344:   <li>KISS TV/FM PCI
                    345:   <li>Leadtek Winfast TV 2000
                    346:   <li>Miro PC TV
                    347:   <li>MMAC Osprey
                    348:   <li>NEC PK-UG-X017
1.37      mickey    349:   <li>STB TV PCI Television Tuner
1.54      mickey    350:   <li>Terratec TerraTVplus
                    351:   <li>Video Highway XTreme
                    352:   <li>VideoLogic Captivator PCI
                    353:   <li>Zoltrix TV
1.37      mickey    354:   </ul>
1.15      deraadt   355: </ul>
1.28      henning   356: </ul>
1.55      xsa       357: <font color="#0000e0">*</font> Support added after 3.4.
1.33      miod      358:
1.1       brad      359: <p>
1.22      drahn     360: <a name="unsup"></a>
1.33      miod      361: <h4>Unsupported Hardware</h4>
                    362:
                    363: <p>
1.1       brad      364: <ul>
1.39      ian       365: <li>Any older Mac with a 4-digit part number (6100, 7300, 7500,
                    366:   8500, 9500).
1.33      miod      367: <li>Older Apple PowerMac systems with a 601 processor or lacking
                    368:   OpenFirmware are not supported.
1.13      nick      369: <li>Older OpenFirmware machines are not currently supported.
                    370:   This is mostly due to lack of developer resources and limited
                    371:   availability of hardware.
                    372: <li>Built-in modems on most machines are not supported.  In many systems,
                    373:   the serial port the modem is attached to is supported, but the modem
                    374:   itself is not supported.
                    375: <li>Newer PowerBooks have an internal modem attached as a USB device, these
                    376:   are not supported.
1.55      xsa       377: <li>The tumbler 'digital audio' subsystem on older iBooks is not supported.
1.33      miod      378: <li>Sleep/Suspend on laptops is not supported.
1.47      drahn     379: <li>Airport Extreme is not supported, no available docs.
                    380: <li>Bluetooth is not supported.
                    381: <li>Multi-speed laptops are not adjustable.
1.1       brad      382: </ul>
1.33      miod      383:
1.36      miod      384: <hr>
                    385: <a name="install"></a>
                    386: <h3><font color="#0000e0">
                    387: <strong>Getting and installing OpenBSD/macppc:</strong>
                    388: </font></h3>
                    389:
                    390: <p>
                    391: The latest supported OpenBSD/macppc release is
1.51      david     392: <a href="34.html">OpenBSD 3.4</a>.
1.36      miod      393: Here are the
1.51      david     394: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.4/macppc/INSTALL.macppc">
                    395: OpenBSD/macppc 3.4 installation instructions
1.36      miod      396: </a>.
                    397: </p>
                    398:
                    399: <p>
                    400: Snapshots are made available from time to time, in
                    401: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
                    402: as well as in a few
                    403: <a href="ftp.html">mirrors</a>.
                    404: Here are the
                    405: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
                    406: OpenBSD/macppc snapshot installation instructions
                    407: </a> as well.
                    408: </p>
                    409:
                    410: <p>
                    411: There are several installation media provided:
                    412: <ul>
                    413:   <li><strong>CD boot</strong>
                    414:   <p>
                    415:   With the OpenBSD CD inserted in the cdrom drive, powering the machine on
                    416:   while leaving the ``C'' key pressed will bootstrap the installation
                    417:   procedure.
                    418:   Alternatively, the CD can be booted at the OpenFirmware prompt, with
                    419: <pre>
1.51      david     420:   boot cd:,ofwboot 3.4/macppc/bsd.rd
1.36      miod      421: </pre>
1.51      david     422:   </li>
1.53      saad      423:   <li><strong>Mac OS based boot</strong>
1.36      miod      424:   <p>
1.53      saad      425:   If the system disk is shared with Mac OS, the <tt>ofwboot</tt> boot loader
1.36      miod      426:   and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
                    427:   or HFS+ partition.
                    428:   Then the installation procedure can be booted at the OpenFirmware prompt,
                    429:   with
                    430: <pre>
                    431:   boot hd:,ofwboot bsd.rd
                    432: </pre>
                    433: </ul>
                    434:
                    435: <a name="multiboot"></a>
                    436: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                    437: <p>
1.53      saad      438: Having OpenBSD multiboot, or share, a disk with Mac OS X/Mac OS 9
1.36      miod      439: is possible as long as the disk is first partitioned with the
1.53      saad      440: Mac OS utility, <i>Drive Setup</i> (Mac OS 9) or <i>System Disk
                    441: Utility</i> (Mac OS X).
1.36      miod      442: Unallocated space, or a partition not in use, must be left for OpenBSD's use.
1.53      saad      443: Since OpenBSD is only able to boot from HFS (not Mac OS X UFS) filesystem,
1.36      miod      444: the first partition must formated as HFS or HFS+, not UFS, to be able to boot
                    445: OpenBSD.
                    446: </p>
                    447:
                    448: <p>
                    449: Please refer to the installation instructions for more details on how to
                    450: install a shared disk.
1.53      saad      451: Standalone (no Mac OS present) installation is also supported.
1.36      miod      452: </p>
                    453:
                    454: <a name="root"></a>
                    455: <h3><font color="#0000e0">Boot device considerations:</font></h3>
                    456: <p>
                    457: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
                    458: which can have two devices on them (ultra0, ultra1, ide0, ide1).
                    459: When multiple drives are present in the system, there are limitations
                    460: of which drives can be configured as the OpenBSD root drive.
                    461: Invalid configurations will not be able to properly
                    462: detect which drive is the root drive, so any attempt will either
                    463: prompt for a root drive or fail.
                    464: </p>
                    465:
                    466: <p>
                    467: <ul>
                    468: <li><tt>ultra0</tt> is always a valid root drive.
                    469: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
                    470:   is a hard drive, not a non-hard disk ATAPI device).
                    471: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
                    472:   located at <tt>ultra1</tt>,
                    473: <li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
                    474:   drives are connected to the Ultra bus.
                    475: </ul>
                    476:
                    477: <hr>
1.33      miod      478: <a name="problems"></a>
                    479: <h3><font color="#0000e0">Known Problems</font></h3>
                    480:
1.1       brad      481: <p>
1.33      miod      482: <ul>
                    483: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
                    484:   while running from battery.
                    485: <li>Older iMacs can have a problem with the USB keyboard driver where
                    486:   the first key pressed after boot will repeat endlessly.  The workaround
                    487:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
                    488:   after the problem has occurred.
                    489: </ul>
1.1       brad      490:
1.36      miod      491: <hr>
1.33      miod      492: <a name="other"></a>
                    493: <h3><font color="#0000e0">Other Features</font></h3>
1.1       brad      494:
1.5       miod      495: <p>
1.33      miod      496: <ul>
                    497: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
                    498: will reset the computer.
                    499: </ul>
1.5       miod      500:
1.1       brad      501: <hr>
1.33      miod      502: <a href="plat.html">
                    503: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    504: </a>
                    505: <br>
                    506: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       brad      507: <br>
1.56    ! xsa       508: <small>$OpenBSD: macppc.html,v 1.55 2004/03/17 18:37:15 xsa Exp $</small>
1.1       brad      509:
                    510: </body>
                    511: </html>