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

Annotation of www/macppc.html, Revision 1.111

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.33      miod       17: <h2><font color="#e00000">OpenBSD/macppc</font></h2>
                     18:
                     19: <hr>
                     20:
                     21: <p>
                     22: OpenBSD/macppc runs on the PowerPC-based Macintosh systems from the
                     23: <i>``New World''</i> family, i.e. all Apple computers from the iMac to current
1.110     tom        24: models. It does not run on any <a href="#unsup">unsupported models</a>.
1.33      miod       25:
                     26: <p>
1.41      nick       27: A mailing list dedicated to the OpenBSD/macppc port is available at
1.33      miod       28: <u><font color="#23238e">ppc@openbsd.org</font></u>.
                     29: To join the OpenBSD/macppc mailing list, send a message body of <b>"subscribe
                     30: ppc"</b> to
                     31: <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:
                     35: <p>
                     36: The current port maintainer is Dale Rahn
                     37: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
1.41      nick       38: Others are definitely welcome to contribute!
1.33      miod       39:
                     40: <a href="#toc"></a>
                     41: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     42: <ul>
1.38      jufi       43:   <li><a href="#history">History of the port</a>
1.33      miod       44:   <li><a href="#status">Current status</a>
                     45:   <li><a href="#projects">Project list</a>
1.65      nick       46:   <li><a href="#hardware">Supported hardware</a>
1.33      miod       47:   <li><a href="#install">Getting and installing OpenBSD/macppc</a>
                     48:   <li><a href="#multiboot">Multiboot/Shared HFS disks</a>
                     49:   <li><a href="#root">Boot device considerations</a>
                     50:   <li><a href="#problems">Known problems</a>
                     51:   <li><a href="#other">Other features</a>
                     52: </ul>
                     53:
                     54: <hr>
                     55: <a name="history"></a>
                     56: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     57:
                     58: <p>
                     59: The OpenBSD/macppc port started as OpenBSD/powerpc, and was initially
1.59      drahn      60: focused on Motorola computers with Open Firmware, and VI Power4e boards.
1.33      miod       61: This port was eventually thrown away after OpenBSD 2.5 was released.
                     62: As a result there was no OpenBSD/powerpc port for the 2.6 and 2.7 releases.
                     63: In the meantime, a new port was started, focusing on Apple hardware, and
                     64: based on code from NetBSD/macppc, and after a lot of work from Dale Rahn,
                     65: OpenBSD 2.8 was released with a powerpc port.
                     66: As work on the port continued, it was renamed to OpenBSD/macppc for 3.0.
                     67:
                     68: <hr>
                     69: <a name="status"></a>
                     70: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     71:
                     72: <p>
                     73: Currently, all the hardware listed in the
1.65      nick       74: <a href="#hardware">supported hardware</a> section below boots
1.33      miod       75: multi-user, supports most, if not all, of the on-board devices, and is
1.60      pedro      76: generally usable.
1.61      drahn      77: <p>
1.107     deraadt    78: After the 3.8 release, support for the G5 was started, with the goal to
1.108     martin     79: have full G5 support ship in the next release.  SMP development is also in
                     80: progress now.
1.61      drahn      81: <p>
1.33      miod       82: <a name="X11"></a>
                     83: <p>
1.111   ! brad       84: The X Window System is supported on all MacPPC systems.
        !            85: Most ATI graphics adapters and some nVidia graphics adapters are
        !            86: supported by <i>accelerated</i> X servers.
        !            87: The graphics adapters not supported by an accelerated driver can be
        !            88: used by X in frame buffer (unaccelerated) mode, at the boot resolution
        !            89: resolution and color depth using the wsfb driver (installed by default).
1.33      miod       90:
                     91: <p>
                     92: Directions on enabling the accelerated X server can be found
                     93: in the <tt>/usr/X11R6/README</tt> file on the installed system.
                     94:
1.32      jufi       95: <hr>
1.33      miod       96: <a name="projects"></a>
                     97: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     98: </strong></font></h3>
1.1       brad       99:
                    100: <ul>
1.61      drahn     101:   <li>SMP
1.33      miod      102:   <li>Work on unsupported on-board devices
                    103:   <li>Fix known problems
                    104:   <li>Improve port-specific documentation
                    105:   <li>Test more platforms and peripherals, especially PCI drivers
                    106: </ul>
                    107:
                    108: <hr>
                    109: <a name="hardware"></a>
                    110: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.11      drahn     111:
1.33      miod      112: <h4>Supported models</h4>
1.11      drahn     113:
1.28      henning   114: <p>
1.33      miod      115: PowerPC-based Macintosh systems are divided into <i>"Old World"</i> and
                    116: <i>"New World"</i> systems, the difference being
                    117: <a href="http://developer.apple.com/technotes/tn/tn1167.html">the design
                    118: of the system ROM</a>.
                    119: Only <i>"New World"</i> machines are currently supported.
                    120: Known compatible systems include the following:
1.57      krw       121:
1.13      nick      122: <ul>
1.33      miod      123: <li>PowerMac G3 (B&amp;W)
1.111   ! brad      124: <li>PowerMac G4 (PCI Graphics)
1.33      miod      125: <li>PowerMac G4 (AGP Graphics)
                    126: <li>PowerMac G4 (Digital Audio)
                    127: <li>PowerMac G4 (QuickSilver)
                    128: <li>PowerMac G4 (QuickSilver 2002)
1.47      drahn     129: <li>PowerMac G4 (Mirror Door Drive)
                    130: <li>PowerMac G4 (FW 800)
1.33      miod      131: <li>PowerMac Dual G4
                    132: <li>PowerMac G4 Cube
1.111   ! brad      133: <li>PowerMac G5 (Dual) (after the 3.8 release)
1.33      miod      134: <li>iMac Rev A
                    135: <li>iMac Rev B
                    136: <li>iMac Rev C
                    137: <li>iMac DV
                    138: <li>iMac DV+
1.111   ! brad      139: <li>iMac (LCD)
        !           140: <li>iMac G5 (after the 3.8 release)
        !           141: <li>Mac mini
1.33      miod      142: <li>PowerBook G3 (FireWire)
                    143: <li>PowerBook G4
1.68      brad      144: <li>PowerBook G4 12", 15" and 17"
1.33      miod      145: <li>iBook
1.69      brad      146: <li>iBook2
                    147: <li>iBook G4
1.111   ! brad      148: <li>Xserve G4 (Dual) <i>(currently only running on serial console with video card removed)</i>
        !           149: <li>Xserve G5 (Dual) (after the 3.8 release)
1.11      drahn     150: </ul>
1.33      miod      151: To help us improve the accuracy of this list, <b>PLEASE</b>
                    152: <a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
                    153: to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>.
1.11      drahn     154:
1.33      miod      155: <h4>Supported peripherals</h4>
1.1       brad      156:
1.15      deraadt   157: <ul>
1.56      xsa       158: <li><strong>Onboard I/O modules</strong>
1.84      xsa       159: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macobio&amp;arch=macppc&amp;sektion=4">macobio</a>)
1.1       brad      160: <ul>
1.109     brad      161: <li>Apple Heathrow
                    162: <li>Apple Intrepid
                    163: <li>Apple K2
                    164: <li>Apple Keylargo
                    165: <li>Apple OHare
1.1       brad      166: <li>Apple Paddington
1.109     brad      167: <li>Apple Pangea
                    168: <li>Apple Shasta
1.1       brad      169: </ul>
                    170:
1.15      deraadt   171: <li><strong>PCI-Bridges</strong>
1.57      krw       172: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&amp;arch=macppc&amp;sektion=4">pchb</a>)
1.1       brad      173: <ul>
1.109     brad      174: <li>Apple Bandit
                    175: <li>Apple K2
                    176: <li>Apple K2 AGP
                    177: <li>Apple Pangea
                    178: <li>Apple Pangea AGP
                    179: <li>Apple Pangea PCI
                    180: <li>Apple Shasta HyperTransport
1.1       brad      181: <li>Apple Uni-North
                    182: <li>Apple Uni-North AGP
                    183: <li>Apple Uni-North Eth
1.109     brad      184: <li>Apple Uni-North 2 AGP
                    185: <li>Apple Uni-North 2 Eth
1.1       brad      186: <li>Motorola MPC106 Host-PCI
                    187: </ul>
                    188:
1.15      deraadt   189: <li><strong>Video Cards</strong>
1.1       brad      190: <ul>
                    191: <li>ATI Mach64 GP
                    192: <li>ATI Mach64 GV
                    193: <li>ATI Mach64 128 PK
                    194: <li>ATI Mach64 128 VR AGP
1.71      jsg       195: <li>ATI Rage 128 Mobility M3
1.1       brad      196: <li>ATI Rage Fury AGP4x
1.71      jsg       197: <li>ATI Radeon Mobility M7
                    198: <li>ATI Radeon Mobility 9200 (M9+)
                    199: <li>Nvidia GeForce4 440 Go 64M
1.1       brad      200: </ul>
                    201:
1.72      jsg       202: <li><strong>Ethernet Adapters</strong>
1.1       brad      203: <ul>
1.78      jsg       204: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=macppc&amp;sektion=4">aue</a>), including:
                    205:     <ul>
                    206:     <li>3Com 3c460b
                    207:     <li>Abocom UFE1000
                    208:     <li>Abocom DSB650TX
                    209:     <li>Accton USB320-EC
                    210:     <li>Accton SpeedStream Ethernet
                    211:     <li>Admtek Pegasus
                    212:     <li>Admtek Pegasus II
1.92      david     213:     <li>AEI USB Fast Ethernet
                    214:     <li>Allied Telesyn AT-USB100
                    215:     <li>ATEN UC-110T
1.78      jsg       216:     <li>Belkin USB to LAN
                    217:     <li>Billionton Systems USB100
                    218:     <li>Billionton Systems USB100EL
                    219:     <li>Billionton Systems USB100LP
                    220:     <li>Billionton Systems USBE100
                    221:     <li>Corega FEther USB-TX
                    222:     <li>Corega FEther USB-TXS
                    223:     <li>D-Link DSB-650
                    224:     <li>D-Link DSB-650TX
                    225:     <li>D-Link DSB-650TX-PNA
1.92      david     226:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.78      jsg       227:     <li>Elecom LD-USB/TX
                    228:     <li>Elecom LD-USBL/TX
                    229:     <li>Elsa Microlink USB2Ethernet
1.92      david     230:     <li>GIGABYTE GN-BR402W
1.78      jsg       231:     <li>Hawking UF100
                    232:     <li>HP HN210E
                    233:     <li>I/O DATA USB ETTX
                    234:     <li>Kingston KNU101TX
                    235:     <li>Laneed LD-USBL/TX
                    236:     <li>LinkSys USB100TX
                    237:     <li>LinkSys USB100H1
                    238:     <li>LinkSys USB10T
                    239:     <li>LinkSys USB10TA
                    240:     <li>LinkSys USB10TX
                    241:     <li>Melco Inc. LUA-TX
                    242:     <li>Melco Inc. LUA2-TX
                    243:     <li>Microsoft MN110
1.92      david     244:     <li>Mobility EasiDock Ethernet
1.78      jsg       245:     <li>Netgear FA101
1.92      david     246:     <li>Omnidirectional Control Technology USB TO Ethernet
1.78      jsg       247:     <li>Siemens SpeedStream USB
                    248:     <li>Smartbridges smartNIC 2
1.99      jsg       249:     <li>SMC 2202USB/ETH
                    250:     <li>SMC 2206USB/ETH
1.78      jsg       251:     <li>SOHOware NUB100
1.92      david     252:     <li>SOHOware NUB110
1.78      jsg       253:     </ul>
                    254:
                    255: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;arch=macppc&amp;sektion=4">ti</a>), including:
                    256:     <ul>
                    257:     <li>3Com 3c985 and 3c985B
                    258:     <li>Alteon ACEnic V (fiber and copper)
                    259:     <li>Digital EtherWORKS 1000SX
                    260:     <li>Farallon PN9000SX
                    261:     <li>Netgear GA620 and GA620T
                    262:     <li>SGI Tigon
                    263:     </ul>
                    264:
                    265: <li>Apple iMac Rev. A-C Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bm&amp;arch=macppc&amp;sektion=4&amp;arch=powerpc">bm</a>)
                    266:
                    267: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;arch=macppc&amp;sektion=4">gem</a>)
                    268:
                    269: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=macppc&amp;sektion=4">axe</a>), including:
                    270:     <ul>
1.92      david     271:     <li>ATEN UC210T
1.101     jsg       272:     <li>BAFO BF-320
1.92      david     273:     <li>Billionton Systems USB2AR
1.78      jsg       274:     <li>Buffalo(MELCO) LUA-U2-KTX
1.92      david     275:     <li>Corega FEther USB2-TX
1.78      jsg       276:     <li>D-Link DUB-E100
1.101     jsg       277:     <li>Good Way GWUSB2E<font color="#0000e0">*</font>
1.92      david     278:     <li>Hawking UF200
1.78      jsg       279:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.92      david     280:     <li>JVC MP-PRX1
1.78      jsg       281:     <li>LinkSys USB200M
                    282:     <li>Netgear FA120
1.92      david     283:     <li>Sitecom LN-029
1.101     jsg       284:     <li>SMC 2209USB/ETH
1.92      david     285:     <li>SnapPort USB 2.0 LAN Adapter
1.78      jsg       286:     <li>ST Lab USB 2.0 Fast Ethernet
1.92      david     287:     <li>Surecom EP-1427X-2
1.78      jsg       288:     <li>System TALKS SGC-X2UL
1.92      david     289:     <li>TRENDnet TU2-ET100
1.101     jsg       290:     <li>Z-TEK ZK-R01-2
1.78      jsg       291:     </ul>
                    292:
1.88      krw       293: <li>Broadcom BCM570x (Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;arch=macppc&amp;sektion=4">bge</a>), including:
                    294:     <ul>
                    295:     <li>3Com 3c996-T
                    296:     <li>3Com 3c996-SX
                    297:     <li>3Com 3c996B-T
1.98      brad      298:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    299:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    300:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    301:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    302:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    303:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    304:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.88      krw       305:     <li>Netgear GA302T
                    306:     <li>SysKonnect SK-9D21
                    307:     <li>SysKonnect SK-9D41
                    308:     </ul>
                    309:
1.96      brad      310: <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;arch=macppc&amp;sektion=4">stge</a>), including:<font color="#0000e0">*</font>
                    311:     <ul>
                    312:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    313:     <li>Antares Microsystems TC9021
                    314:     <li>D-Link DGE-550T
                    315:     </ul>
                    316:
1.78      jsg       317: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=macppc&amp;sektion=4">cue</a>), including:
                    318:     <ul>
                    319:     <li>Belkin F5U111
                    320:     <li>CATC Netmate
                    321:     <li>CATC Netmate II
                    322:     <li>SmartBridges SmartLink
                    323:     </ul>
                    324:
                    325: <li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=macppc&amp;sektion=4">udav</a>), including:
                    326:     <ul>
                    327:     <li>Corega FEther USB-TXC
                    328:     </ul>
                    329:
1.57      krw       330: <li>DEC DECchip 21040 (Tulip) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;arch=macppc&amp;sektion=4">de</a>)
                    331: <li>DEC DECchip 21143 (Tulip clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=macppc&amp;sektion=4">dc</a>)
                    332: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=macppc&amp;sektion=4">fxp</a>), including:
1.26      pvalchev  333:     <ul>
                    334:     <li>Intel EtherExpress PRO/10+
                    335:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    336:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    337:     <li>Intel EtherExpress PRO/100 Dual Port
                    338:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    339:     </ul>
1.57      krw       340: <li>Intel 21145-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=macppc&amp;sektion=4">dc</a>)
1.30      nate      341:
1.70      brad      342: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, is82546 and i82547 based adapters
1.57      krw       343: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=macppc&amp;sektion=4">em</a>),
1.25      nate      344: including:
                    345:     <ul>
                    346:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    347:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    348:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    349:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    350:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    351:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    352:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    353:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    354:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    355:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    356:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    357:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    358:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.70      brad      359:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.25      nate      360:     </ul>
1.72      jsg       361:
1.78      jsg       362: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=macppc&amp;sektion=4">kue</a>), including:
1.72      jsg       363:     <ul>
1.78      jsg       364:     <li>3Com 3c19250
                    365:     <li>3Com 3c460 HomeConnect
                    366:     <li>AboCom Systems URE450 Ethernet
                    367:     <li>ADS Technologies USB-10BT
                    368:     <li>Aox USB101
                    369:     <li>Asante USB to Ethernet
                    370:     <li>ATen DSB-650C
                    371:     <li>ATen UC10T
                    372:     <li>Corega USB-T
                    373:     <li>D-Link DSB-650C
                    374:     <li>Entrega NET-USB-E45
                    375:     <li>I/O Data USB-ET/T
                    376:     <li>Jaton USB XpressNet
                    377:     <li>Kawasaki USB101
                    378:     <li>Kingston Ethernet
                    379:     <li>LinkSys USB10T
                    380:     <li>Mobility Ethernet
                    381:     <li>Netgear EA101
                    382:     <li>Peracom USB
                    383:     <li>Portgear Ethernet
                    384:     <li>Portsmith Express Ethernet
1.92      david     385:     <li>Psion Dacom Gold Port Ethernet
1.78      jsg       386:     <li>Shark Pocket Adapter
1.92      david     387:     <li>Silicom U2E
1.78      jsg       388:     <li>SMC 2102USB
                    389:     <li>SMC 2104USB
1.72      jsg       390:     </ul>
1.77      martin    391:
                    392: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=macppc&amp;sektion=4">rl</a>), including:
                    393:     <ul>
                    394:     <li>Accton MPX5030 CardBus
                    395:     <li>Allied Telesyn AT2550
                    396:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    397:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
                    398:     <li>Encore ENL832-TX 10/100 M PCI
                    399:     <li>Genius GF100TXR
                    400:     <li>KTX-9130TX 10/100 Fast Ethernet
                    401:     <li>Longshine LCS-8038TX-R
                    402:     <li>NDC Communications NE100TX-E
                    403:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    404:     <li>Nortel BayStack 21
                    405:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    406:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.106     grunk     407:     <li>TRENDnet TE100-PCBUSR CardBus
1.77      martin    408:     </ul>
1.78      jsg       409:
                    410: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=macppc&amp;sektion=4">url</a>), including:
                    411:     <ul>
1.92      david     412:     <li>Abocom RTL8151
1.78      jsg       413:     <li>GreenHouse GH-USB100B
1.92      david     414:     <li>GreenHouse GH-USB100B with HomePNA
1.78      jsg       415:     <li>Linksys USB100M
1.92      david     416:     <li>Longshine LCS-8138TX
1.78      jsg       417:     <li>Melco Inc. LUA-KTX
1.92      david     418:     <li>Micronet SP128AR
1.78      jsg       419:     <li>SMC 2208USB/ETH
1.106     grunk     420:     <li>TRENDnet TU-ET100C
1.78      jsg       421:     <li>Zt USB10/100
                    422:     </ul>
                    423:
                    424: <li>Realtek 8169/8169S/8110S based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;arch=macppc&amp;sektion=4">re</a>), including:
                    425:     <ul>
                    426:     <li>Buffalo LGY-PCI-GT (8169S)
1.92      david     427:     <li>Corega CG-LAPCIGT (8169S)
1.95      martin    428:     <li>D-Link DGE-528T (8169S)
1.78      jsg       429:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.97      brad      430:     <li>LevelOne GNC-0105T (8169S)
1.102     brad      431:     <li>Linksys EG1032v3 (8169S)
1.95      martin    432:     <li>Netgear GA511 PC Card (8169)
1.78      jsg       433:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.95      martin    434:     <li>Surecom EP-320G-TX1 (8169S)
                    435:     <li>US Robotics USR997902 (8169S)
1.78      jsg       436:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    437:     </ul>
1.89      pvalchev  438:
1.96      brad      439: <li>SMC 83C170 ("EtherPower II") (EPIC/100) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=epic&amp;arch=macppc&amp;sektion=4">epic</a>)<font color="#0000e0">*</font>
                    440:
1.89      pvalchev  441: <li>VIA Networking VT6122 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;arch=macppc&amp;sektion=4">vge</a>), including:
                    442:     <ul>
                    443:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    444:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                    445:     </ul>
1.1       brad      446: </ul>
                    447:
1.15      deraadt   448: <li><strong>Wireless Ethernet Adapters</strong>
1.1       brad      449: <ul>
1.83      jsg       450: <li>Aironet 802.11b PCI and PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=macppc&amp;sektion=4">an</a>)
                    451: <li>Atmel AT76C50x based USB 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=macppc&amp;sektion=4">atu</a>), including:
                    452:     <ul>
1.91      jsg       453:     <li>3Com 3CRSHEW696
                    454:     <li>AboCom BWU613
                    455:     <li>Accton 2664W
1.83      jsg       456:     <li>Acer Peripherals AWL300
                    457:     <li>Acer Peripherals AWL400
1.91      jsg       458:     <li>Actiontec 802UAT1
                    459:     <li>Addtron AWU120
1.83      jsg       460:     <li>Aincomm AWU2000B
1.91      jsg       461:     <li>Askey Computer Voyager 1010
                    462:     <li>Askey Computer WLL013 (Intersil Radio)
                    463:     <li>Askey Computer WLL013 (RFMD Radio)
                    464:     <li>Atmel AT76C503 (Intersil Radio)
                    465:     <li>Atmel AT76C503 (RFMD Radio)
                    466:     <li>Atmel AT76C505 (RFMD Radio)
                    467:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    468:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    469:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    470:     <li>Belkin F5D6050
1.83      jsg       471:     <li>Bluetake BW002
1.91      jsg       472:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    473:     <li>Conceptronic C11U
                    474:     <li>Conceptronic WL210
                    475:     <li>Corega WLAN USB Stick 11
                    476:     <li>Dick Smith Electronics CHUSB 611G
                    477:     <li>Dick Smith Electronics WL200U
                    478:     <li>Dick Smith Electronics WL240U
                    479:     <li>Dick Smith Electronics XH1153
                    480:     <li>D-Link DWL-120 rev E
1.83      jsg       481:     <li>Geowave GW-US11S
1.91      jsg       482:     <li>Gigabyte GN-WLBM101
                    483:     <li>Gigaset WLAN
                    484:     <li>Hewlett-Packard HN210W
                    485:     <li>Intel AP310 AnyPoint II
                    486:     <li>I/O DATA USB WN-B11
                    487:     <li>Lexar 2662W-AR
                    488:     <li>Linksys WUSB11 802.11b
                    489:     <li>Linksys WUSB11 802.11b v2.8
                    490:     <li>MSI WLAN
                    491:     <li>Netgear MA101
1.83      jsg       492:     <li>Netgear MA101 rev B
                    493:     <li>Ovislink AirLive WL-1120USB
                    494:     <li>OvisLink AirLive WL-1130USB
1.91      jsg       495:     <li>Planex Communications GW-US11S
                    496:     <li>Samsung SWL2100W
                    497:     <li>Siemens WLL013
                    498:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    499:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    500:     <li>Tekram U-300C
                    501:     <li>W-Buddie WN210
                    502:     <li>Z-Com M4Y-750
1.83      jsg       503:     </ul>
1.90      jsg       504: <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=macppc&amp;sektion=4">ural</a>), including:
                    505:     <ul>
                    506:     <li>AMIT WL532U
                    507:     <li>ASUS WL-167g
1.100     jsg       508:     <li>Belkin F5D7050<font color="#0000e0">*</font>
                    509:     <li>Buffalo WLI-U2-KG54<font color="#0000e0">*</font>
                    510:     <li>Buffalo WLI-U2-KG54-AI<font color="#0000e0">*</font>
                    511:     <li>Buffalo WLI-U2-KG54-YB<font color="#0000e0">*</font>
1.90      jsg       512:     <li>CNet CWD-854
                    513:     <li>Compex WLU54G
1.100     jsg       514:     <li>Conceptronic C54RU<font color="#0000e0">*</font>
1.90      jsg       515:     <li>D-Link DWL-G122 (b1)
1.100     jsg       516:     <li>Dynalink WLG25USB
1.90      jsg       517:     <li>E-Tech WGUS02
1.100     jsg       518:     <li>Eminent 3035
                    519:     <li>Gigabyte GN-WBKG<font color="#0000e0">*</font>
                    520:     <li>Hercules HWGUSB2-54<font color="#0000e0">*</font>
                    521:     <li>KCORP LifeStyle KLS-685
1.90      jsg       522:     <li>Linksys WUSB54G v4
                    523:     <li>Linksys WUSB54GP v4
1.100     jsg       524:     <li>MSI MS-6861<font color="#0000e0">*</font>
                    525:     <li>MSI MS-6865<font color="#0000e0">*</font>
                    526:     <li>MSI MS-6869<font color="#0000e0">*</font>
                    527:     <li>SerComm UB801R
                    528:     <li>SparkLAN WL-685R
                    529:     <li>Sphairon UB801R<font color="#0000e0">*</font>
                    530:     <li>Surecom EP-9001-g<font color="#0000e0">*</font>
                    531:     <li>Tonze UW-6200C
                    532:     <li>Zaapa ZNWUSB-54
                    533:     <li>Zinwell ZWX-G261<font color="#0000e0">*</font>
                    534:     <li>Zonet ZEW2500
1.90      jsg       535:     </ul>
1.105     grunk     536: <li>Realtek RTL8180L based CardBus 802.11b adapters
                    537: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=macppc&amp;sektion=4">rtw</a>),
                    538: including:<font color="#0000e0">*</font>
1.94      jsg       539:     <ul>
                    540:     <li>Belkin F5D6020 V3
                    541:     <li>Buffalo WLI-CB-B11
                    542:     <li>Corega CG-WLCB11V3
                    543:     <li>D-Link DWL-610
                    544:     <li>Level-One WPC-0101
                    545:     <li>Linksys WPC11 v4
                    546:     <li>Netgear MA521
                    547:     <li>Ovislink AirLive WL-1120PCM
                    548:     <li>Planet WL-3553
1.104     grunk     549:     <li>TRENDnet TEW-226PC
1.94      jsg       550:     <li>VCTnet PC-11B1
                    551:     </ul>
1.83      jsg       552: <li>WaveLAN 802.11b onboard Airport slot, PCI, and PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>)
                    553: <li>Prism II and Prism 2.5 PCI, PCMCIA and USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>). See <a href="i386.html">i386</a> for a complete list.
1.1       brad      554: </ul>
1.15      deraadt   555:
                    556: <li><strong>SCSI and IDE Host Adapters</strong>
1.1       brad      557: <ul>
1.57      krw       558:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    559:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    560:     adapters
1.66      mickey    561:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4"
1.57      krw       562:     >ahc</a>)
                    563:     including the Adaptec cards
                    564:     <ul>
                    565:       <li>AHA-274X[W,T]
                    566:       <li>AHA-284X
                    567:       <li>AHA-2910, AHA-2915
                    568:       <li>AHA-2920
                    569:       <li>AHA-2930[C,U2]
                    570:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    571:       <li>AHA-2950[U2W,U2B]
                    572:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    573:       <li>AHA-3950U2
                    574:       <li>AHA-3960
                    575:       <li>AHA-3985
                    576:       <li>AHA-4944UW
                    577:       <li>AHA-19160B
                    578:       <li>AHA-29160[B,N]
                    579:       <li>AHA-39160
                    580:     </ul>
                    581: <li>Symbios Logic 53c810, 53c825 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=macppc&amp;sektion=4">siop</a>)
1.77      martin    582: <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    583: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=macppc&amp;sektion=4">pcscp</a>)
                    584: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=macppc&amp;sektion=4">isp</a>)
1.13      nick      585: <li>All PCI IDE
1.57      krw       586: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=macppc&amp;sektion=4">pciide</a>)
1.13      nick      587: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      588: </ul>
                    589:
1.15      deraadt   590: <li><strong>RAID Controllers</strong>
1.1       brad      591: <ul>
1.57      krw       592: <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;arch=macppc&amp;sektion=4">iop</a>)
1.1       brad      593: </ul>
                    594:
1.15      deraadt   595: <li><strong>Drives</strong>
1.1       brad      596: <ul>
                    597: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    598: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    599: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                    600: </ul>
                    601:
1.15      deraadt   602: <li><strong>USB Controllers/Hubs</strong>
1.1       brad      603: <ul>
1.57      krw       604: <li>Apple USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
1.109     brad      605: <li>Apple Intrepid USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    606: <li>Apple Pangea USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    607: <li>NEC USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
1.57      krw       608: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    609: <li>Opti RM861HA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
1.1       brad      610: <li>Alps Electric Hub in Apple USB Keyboard
                    611: </ul>
                    612:
1.15      deraadt   613: <li><strong>USB Devices</strong>
1.1       brad      614: <ul>
1.57      krw       615: <li>Alps Electric Apple USB Keyboard (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=macppc&amp;sektion=4">ukbd</a>)
                    616: <li>Solid Year Keyboard and Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=macppc&amp;sektion=4">ukbd</a>) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                    617: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                    618: <li>Kensington USB/PS2 Wheel Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                    619: <li>USB Zip Drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;arch=macppc&amp;sektion=4">umass</a>)
1.1       brad      620: </ul>
                    621:
1.63      mickey    622: <li><strong>CardBus/PCMCIA bridges</strong>
1.19      drahn     623: <ul>
1.41      nick      624: <li>PBG4 onboard CardBus bridge is now supported, as are PCI CardBus bridges.
1.67      mickey    625: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.19      drahn     626: <li>Orinoco/Prism cards are only current supported cards
1.67      mickey    627: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.19      drahn     628: </ul>
1.41      nick      629: <li><strong>Cryptography Accelerators</strong>
1.21      drahn     630: <ul>
1.57      krw       631: <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;arch=macppc&amp;sektion=4">ubsec</a>)
                    632: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=macppc&amp;sektion=4">lofn</a>)
                    633: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;arch=macppc&amp;sektion=4">hifn</a>), including:
1.29      jason     634:     <ul>
1.50      jason     635:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.29      jason     636:     <li>GTGI PowerCrypt Encryption Accelerator
                    637:     <li>NetSec 7751
1.42      jason     638:     <li>Hifn 7751 and 9751 reference boards
1.29      jason     639:     <li>Invertex AEON
                    640:     </ul>
1.57      krw       641: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;arch=macppc&amp;sektion=4">safe</a>)
1.21      drahn     642: </ul>
1.19      drahn     643:
1.46      jason     644: <li><strong>Audio Devices</strong>
                    645: <ul>
1.57      krw       646: <li>AWACS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&amp;arch=macppc&amp;sektion=4&">awacs</a>)
                    647: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=macppc&amp;sektion=4">eap</a>)
                    648: <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;arch=macppc&amp;sektion=4&">snapper</a>)
                    649: <li>USB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=macppc&amp;sektion=4">uaudio</a>)
1.46      jason     650: </ul>
                    651:
1.57      krw       652: <li><strong>Radio Receiver Devices</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=macppc&amp;sektion=9">radio</a>)
1.37      mickey    653: <ul>
1.57      krw       654: <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=macppc&amp;sektion=4">bktr</a>)
1.37      mickey    655: </ul>
                    656:
1.15      deraadt   657: <li><strong>Other Devices</strong>
1.13      nick      658: <ul>
                    659: <li>Serial Ports: While the modern PowerMacintosh series has no external
                    660:   standard serial ports, many have an on-board modem which can be
                    661:   removed and replaced with an adapter (several manufacturers of these exist)
                    662:   which will produce a standard (and supported) serial port.
1.35      miod      663: <li>Backlight on lcd devices can be controlled through the brightness control
                    664: keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
1.21      drahn     665: (0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
1.57      krw       666: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=macppc&amp;sektion=4">bktr</a>), including:
1.37      mickey    667:   <ul>
1.54      mickey    668:   <li>Animation Technologies FlyVideo
1.73      jsg       669:   <li>AOpen VA1000
1.54      mickey    670:   <li>Askey/Dynalink Magic TView
1.62      mickey    671:   <li>ATI TV-Wonder and Wonder/VE
1.54      mickey    672:   <li>AverMedia cards
                    673:   <li>Hauppauge Wincast TV and WinTV/PCI
                    674:   <li>IMS TV Turbo
                    675:   <li>Intel Smart Video Recorder III
                    676:   <li>I/O DATA GV-BCTV2/PCI
1.73      jsg       677:   <li>I/O DATA GV-BCTV3/PCI
1.54      mickey    678:   <li>KISS TV/FM PCI
                    679:   <li>Leadtek Winfast TV 2000
                    680:   <li>Miro PC TV
                    681:   <li>MMAC Osprey
                    682:   <li>NEC PK-UG-X017
1.37      mickey    683:   <li>STB TV PCI Television Tuner
1.54      mickey    684:   <li>Terratec TerraTVplus
                    685:   <li>Video Highway XTreme
                    686:   <li>VideoLogic Captivator PCI
1.80      mickey    687:   <li>Zoltrix TV and Genie TV/FM
1.37      mickey    688:   </ul>
1.15      deraadt   689: </ul>
1.28      henning   690: </ul>
1.33      miod      691:
1.78      jsg       692: <p>
1.92      david     693: <font color="#0000e0">*</font> Support added after 3.7.
1.78      jsg       694:
1.22      drahn     695: <a name="unsup"></a>
1.33      miod      696: <h4>Unsupported Hardware</h4>
                    697:
1.1       brad      698: <ul>
1.39      ian       699: <li>Any older Mac with a 4-digit part number (6100, 7300, 7500,
                    700:   8500, 9500).
1.33      miod      701: <li>Older Apple PowerMac systems with a 601 processor or lacking
1.59      drahn     702:   Open Firmware are not supported.
                    703: <li>Older Open Firmware machines are not currently supported.
1.13      nick      704:   This is mostly due to lack of developer resources and limited
                    705:   availability of hardware.
                    706: <li>Built-in modems on most machines are not supported.  In many systems,
                    707:   the serial port the modem is attached to is supported, but the modem
                    708:   itself is not supported.
                    709: <li>Newer PowerBooks have an internal modem attached as a USB device, these
                    710:   are not supported.
1.33      miod      711: <li>Sleep/Suspend on laptops is not supported.
1.47      drahn     712: <li>Airport Extreme is not supported, no available docs.
                    713: <li>Bluetooth is not supported.
                    714: <li>Multi-speed laptops are not adjustable.
1.85      martin    715: <li>Firewire is not supported.
1.1       brad      716: </ul>
1.33      miod      717:
1.36      miod      718: <hr>
                    719: <a name="install"></a>
                    720: <h3><font color="#0000e0">
                    721: <strong>Getting and installing OpenBSD/macppc:</strong>
                    722: </font></h3>
                    723:
                    724: <p>
                    725: The latest supported OpenBSD/macppc release is
1.92      david     726: <a href="37.html">OpenBSD 3.7</a>.
1.36      miod      727: Here are the
1.92      david     728: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/macppc/INSTALL.macppc">
                    729: OpenBSD/macppc 3.7 installation instructions
1.36      miod      730: </a>.
                    731:
                    732: <p>
                    733: Snapshots are made available from time to time, in
                    734: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
                    735: as well as in a few
                    736: <a href="ftp.html">mirrors</a>.
                    737: Here are the
                    738: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
                    739: OpenBSD/macppc snapshot installation instructions
                    740: </a> as well.
                    741:
                    742: <p>
                    743: There are several installation media provided:
1.57      krw       744:
1.36      miod      745: <ul>
                    746:   <li><strong>CD boot</strong>
                    747:   <p>
                    748:   With the OpenBSD CD inserted in the cdrom drive, powering the machine on
                    749:   while leaving the ``C'' key pressed will bootstrap the installation
                    750:   procedure.
1.59      drahn     751:   Alternatively, the CD can be booted at the Open Firmware prompt, with
1.36      miod      752: <pre>
1.92      david     753:   boot cd:,ofwboot 3.7/macppc/bsd.rd
1.36      miod      754: </pre>
1.53      saad      755:   <li><strong>Mac OS based boot</strong>
1.36      miod      756:   <p>
1.53      saad      757:   If the system disk is shared with Mac OS, the <tt>ofwboot</tt> boot loader
1.36      miod      758:   and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
                    759:   or HFS+ partition.
1.59      drahn     760:   Then the installation procedure can be booted at the Open Firmware prompt,
1.36      miod      761:   with
                    762: <pre>
                    763:   boot hd:,ofwboot bsd.rd
                    764: </pre>
                    765: </ul>
                    766:
                    767: <a name="multiboot"></a>
                    768: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                    769: <p>
1.53      saad      770: Having OpenBSD multiboot, or share, a disk with Mac OS X/Mac OS 9
1.36      miod      771: is possible as long as the disk is first partitioned with the
1.53      saad      772: Mac OS utility, <i>Drive Setup</i> (Mac OS 9) or <i>System Disk
                    773: Utility</i> (Mac OS X).
1.36      miod      774: Unallocated space, or a partition not in use, must be left for OpenBSD's use.
1.53      saad      775: Since OpenBSD is only able to boot from HFS (not Mac OS X UFS) filesystem,
1.36      miod      776: the first partition must formated as HFS or HFS+, not UFS, to be able to boot
                    777: OpenBSD.
                    778:
                    779: <p>
                    780: Please refer to the installation instructions for more details on how to
                    781: install a shared disk.
1.53      saad      782: Standalone (no Mac OS present) installation is also supported.
1.36      miod      783:
                    784: <a name="root"></a>
                    785: <h3><font color="#0000e0">Boot device considerations:</font></h3>
                    786: <p>
                    787: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
                    788: which can have two devices on them (ultra0, ultra1, ide0, ide1).
                    789: When multiple drives are present in the system, there are limitations
                    790: of which drives can be configured as the OpenBSD root drive.
                    791: Invalid configurations will not be able to properly
                    792: detect which drive is the root drive, so any attempt will either
                    793: prompt for a root drive or fail.
                    794:
                    795: <ul>
                    796: <li><tt>ultra0</tt> is always a valid root drive.
                    797: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
                    798:   is a hard drive, not a non-hard disk ATAPI device).
                    799: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
                    800:   located at <tt>ultra1</tt>,
                    801: <li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
                    802:   drives are connected to the Ultra bus.
                    803: </ul>
                    804:
                    805: <hr>
1.33      miod      806: <a name="problems"></a>
                    807: <h3><font color="#0000e0">Known Problems</font></h3>
                    808:
                    809: <ul>
                    810: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
                    811:   while running from battery.
                    812: <li>Older iMacs can have a problem with the USB keyboard driver where
                    813:   the first key pressed after boot will repeat endlessly.  The workaround
                    814:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
                    815:   after the problem has occurred.
                    816: </ul>
1.1       brad      817:
1.36      miod      818: <hr>
1.33      miod      819: <a name="other"></a>
                    820: <h3><font color="#0000e0">Other Features</font></h3>
1.1       brad      821:
1.33      miod      822: <ul>
                    823: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
                    824: will reset the computer.
                    825: </ul>
1.5       miod      826:
1.1       brad      827: <hr>
1.33      miod      828: <a href="plat.html">
                    829: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    830: </a>
                    831: <br>
                    832: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       brad      833: <br>
1.111   ! brad      834: <small>$OpenBSD: macppc.html,v 1.110 2005/10/18 19:23:57 tom Exp $</small>
1.1       brad      835:
                    836: </body>
                    837: </html>