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

Annotation of www/macppc.html, Revision 1.123

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
1.113     pedro      89: 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.118     xsa       123: <li>iMac (Revision A, B, C, D (iMac,1))
                    124: <li>iMac (Summer 2000 (PowerMac2,2))
                    125: <li>iMac (Early 2001, Summer 2001) (PowerMac4,1))
                    126: <li>iMac (Flat-Panel (PowerMac4,2))
                    127: <li>iMac (17" Flat-Panel, 17" 1GHz (PowerMac4,5))
                    128: <li>iMac (USB 2.0 (PowerMac6,1))
                    129: <li>iMac (20" Flat-Panel (PowerMac6,3))
                    130: <li>iMac G5 (PowerMac8,1) (*)
                    131: <li>iMac G5 (Ambient Light Sensor (PowerMac8,2)) (*)
                    132: <li>iMac G5 (iSight (PowerMac12,1)) (*)
                    133: </ul>
                    134: <ul>
1.120     aanriot   135: <li>eMac (ATI Graphics, 1GHz G4 (PowerMac4,4))
1.118     xsa       136: <li>eMac (USB 2.0 (PowerMac6,4))
                    137: </ul>
                    138: <ul>
                    139: <li>Mac mini (PowerMac10,1)
                    140: <li>Mac mini (Late 2005 (PowerMac11,2))
                    141: </ul>
                    142: <ul>
                    143: <li>Power Macintosh G3 (Blue &amp; White (PowerMac1,1))
                    144: <li>Power Macintosh G4 (PCI Graphics (PowerMac1,2))
                    145: <li>Power Macintosh G4 (AGP Graphics (PowerMac3,2 and PowerMac3,3))
                    146: <li>Power Macintosh G4 (Gigabit Ethernet (PowerMac3,3))
                    147: <li>Power Macintosh G4 (Digital Audio (PowerMac3,4))
                    148: <li>Power Macintosh G4 (QuickSilver, QuickSilver 2002 (PowerMac3,5))
                    149: <li>Power Macintosh G4 (Mirrored Drive Doors, FW 800, Mirrored Drive Doors 2003 (PowerMac3,6))
1.119     miod      150: <li>Power Macintosh G4 (Cube (PowerMac5,1))
1.118     xsa       151: <li>Power Macintosh G5 (Early 2005, dual 2.0 + 2.3 GHz (PowerMac7,2)) (*)
                    152: <li>Power Macintosh G5 (June 2004, Early 2005, dual 2.7 GHz (PowerMac7,3)) (*)
                    153: <li>Power Macintosh G5 (Late 2004 (PowerMac9,1)) (*)
                    154: </ul>
                    155: <ul>
                    156: <li>iBook (PowerBook2,1)
                    157: <li>iBook (FireWire (PowerBook2,2))
                    158: <li>iBook (Dual USB, Late 2001 (PowerBook4,1))
                    159: <li>iBook (16 VRAM (PowerBook4,2))
                    160: <li>iBook (Opaque 16 VRAM, 32 VRAM, Early 2003 (PowerBook4,3))
1.120     aanriot   161: <li>iBook G4 (PowerBook6,3)
1.119     miod      162: <li>iBook G4 (Early 2004, Late 2004 (PowerBook6,5))
1.118     xsa       163: <li>iBook G4 (Mid 2005 (PowerBook6,7))
                    164: </ul>
                    165: <ul>
                    166: <li>PowerBook G3 (12", 13", 14" Rev. A and Rev. B, Bronze Keyboard (PowerBook1,1))
                    167: <li>PowerBook G3 (FireWire (PowerBook3,1))
                    168: <li>PowerBook G4 (PowerBook3,2)
                    169: <li>PowerBook G4 (Gigabit Ethernet (PowerBook3,3))
                    170: <li>PowerBook G4 (DVI (PowerBook3,4))
                    171: <li>PowerBook G4 (867 MHz, 1 GHz (PowerBook3,5))
                    172: <li>PowerBook G4 (17" (PowerBook5,1))
                    173: <li>PowerBook G4 (15" FW 800 (PowerBook5,2))
                    174: <li>Powerbook G4 (17" 1.33 GHz (PowerBook5,3))
                    175: <li>PowerBook G4 (15" 1.33/1.5 GHz (PowerBook5,4))
                    176: <li>PowerBook G4 (17" 1.5 GHz (PowerBook5,5))
                    177: <li>PowerBook G4 (15" 1.5/1.67 GHz (PowerBook5,6))
                    178: <li>PowerBook G4 (17" 1.67 GHz (PowerBook5,7))
1.120     aanriot   179: <li>PowerBook G4 (15" Double-Layer SD (PowerBook5,8))
                    180: <li>PowerBook G4 (17" Double-Layer SD (PowerBook5,9))
1.118     xsa       181: <li>PowerBook G4 (12" (PowerBook6,1))
                    182: <li>PowerBook G4 (12" DVI (PowerBook6,2))
                    183: <li>PowerBook G4 (12" 1.33 GHz (PowerBook6,4))
                    184: <li>PowerBook G4 (12" 1.5 GHz (PowerBook6,8))
1.11      drahn     185: </ul>
1.118     xsa       186: <ul>
                    187: <li>Xserve G4 (Dual (RackMac1,1)) <i>(currently only running on serial console with video card removed)</i>
1.122     martin    188: <li>Xserve G5 (Dual (RackMac3,1)) (*)
1.118     xsa       189: </ul>
                    190:
                    191: <p>
                    192: <sup>(*)</sup> Support for models marked with (*) was
                    193: added after the 3.8 release.
                    194:
                    195: <p>
1.33      miod      196: To help us improve the accuracy of this list, <b>PLEASE</b>
                    197: <a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
                    198: to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>.
1.11      drahn     199:
1.33      miod      200: <h4>Supported peripherals</h4>
1.1       brad      201:
1.15      deraadt   202: <ul>
1.56      xsa       203: <li><strong>Onboard I/O modules</strong>
1.84      xsa       204: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macobio&amp;arch=macppc&amp;sektion=4">macobio</a>)
1.1       brad      205: <ul>
1.109     brad      206: <li>Apple Heathrow
                    207: <li>Apple Intrepid
                    208: <li>Apple K2
                    209: <li>Apple Keylargo
                    210: <li>Apple OHare
1.1       brad      211: <li>Apple Paddington
1.109     brad      212: <li>Apple Pangea
                    213: <li>Apple Shasta
1.1       brad      214: </ul>
                    215:
1.15      deraadt   216: <li><strong>PCI-Bridges</strong>
1.57      krw       217: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&amp;arch=macppc&amp;sektion=4">pchb</a>)
1.1       brad      218: <ul>
1.109     brad      219: <li>Apple Bandit
                    220: <li>Apple K2
                    221: <li>Apple K2 AGP
                    222: <li>Apple Pangea
                    223: <li>Apple Pangea AGP
                    224: <li>Apple Pangea PCI
                    225: <li>Apple Shasta HyperTransport
1.1       brad      226: <li>Apple Uni-North
                    227: <li>Apple Uni-North AGP
                    228: <li>Apple Uni-North Eth
1.109     brad      229: <li>Apple Uni-North 2 AGP
                    230: <li>Apple Uni-North 2 Eth
1.1       brad      231: <li>Motorola MPC106 Host-PCI
                    232: </ul>
                    233:
1.15      deraadt   234: <li><strong>Video Cards</strong>
1.1       brad      235: <ul>
                    236: <li>ATI Mach64 GP
                    237: <li>ATI Mach64 GV
                    238: <li>ATI Mach64 128 PK
                    239: <li>ATI Mach64 128 VR AGP
1.71      jsg       240: <li>ATI Rage 128 Mobility M3
1.1       brad      241: <li>ATI Rage Fury AGP4x
1.71      jsg       242: <li>ATI Radeon Mobility M7
                    243: <li>ATI Radeon Mobility 9200 (M9+)
                    244: <li>Nvidia GeForce4 440 Go 64M
1.1       brad      245: </ul>
                    246:
1.72      jsg       247: <li><strong>Ethernet Adapters</strong>
1.1       brad      248: <ul>
1.78      jsg       249: <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:
                    250:     <ul>
                    251:     <li>3Com 3c460b
                    252:     <li>Abocom UFE1000
                    253:     <li>Abocom DSB650TX
                    254:     <li>Accton USB320-EC
                    255:     <li>Accton SpeedStream Ethernet
                    256:     <li>Admtek Pegasus
                    257:     <li>Admtek Pegasus II
1.92      david     258:     <li>AEI USB Fast Ethernet
                    259:     <li>Allied Telesyn AT-USB100
                    260:     <li>ATEN UC-110T
1.78      jsg       261:     <li>Belkin USB to LAN
                    262:     <li>Billionton Systems USB100
                    263:     <li>Billionton Systems USB100EL
                    264:     <li>Billionton Systems USB100LP
                    265:     <li>Billionton Systems USBE100
                    266:     <li>Corega FEther USB-TX
                    267:     <li>Corega FEther USB-TXS
                    268:     <li>D-Link DSB-650
                    269:     <li>D-Link DSB-650TX
                    270:     <li>D-Link DSB-650TX-PNA
1.92      david     271:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.78      jsg       272:     <li>Elecom LD-USB/TX
                    273:     <li>Elecom LD-USBL/TX
                    274:     <li>Elsa Microlink USB2Ethernet
1.92      david     275:     <li>GIGABYTE GN-BR402W
1.78      jsg       276:     <li>Hawking UF100
                    277:     <li>HP HN210E
                    278:     <li>I/O DATA USB ETTX
                    279:     <li>Kingston KNU101TX
                    280:     <li>Laneed LD-USBL/TX
1.117     jolan     281:     <li>Linksys USB100TX
                    282:     <li>Linksys USB100H1
                    283:     <li>Linksys USB10T
                    284:     <li>Linksys USB10TA
                    285:     <li>Linksys USB10TX
1.78      jsg       286:     <li>Melco Inc. LUA-TX
                    287:     <li>Melco Inc. LUA2-TX
                    288:     <li>Microsoft MN110
1.92      david     289:     <li>Mobility EasiDock Ethernet
1.78      jsg       290:     <li>Netgear FA101
1.92      david     291:     <li>Omnidirectional Control Technology USB TO Ethernet
1.78      jsg       292:     <li>Siemens SpeedStream USB
                    293:     <li>Smartbridges smartNIC 2
1.99      jsg       294:     <li>SMC 2202USB/ETH
                    295:     <li>SMC 2206USB/ETH
1.78      jsg       296:     <li>SOHOware NUB100
1.92      david     297:     <li>SOHOware NUB110
1.78      jsg       298:     </ul>
                    299:
                    300: <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:
                    301:     <ul>
                    302:     <li>3Com 3c985 and 3c985B
                    303:     <li>Alteon ACEnic V (fiber and copper)
                    304:     <li>Digital EtherWORKS 1000SX
                    305:     <li>Farallon PN9000SX
                    306:     <li>Netgear GA620 and GA620T
                    307:     <li>SGI Tigon
                    308:     </ul>
                    309:
1.123   ! grunk     310: <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">bm</a>)
1.78      jsg       311:
                    312: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;arch=macppc&amp;sektion=4">gem</a>)
                    313:
                    314: <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:
                    315:     <ul>
1.92      david     316:     <li>ATEN UC210T
1.101     jsg       317:     <li>BAFO BF-320
1.92      david     318:     <li>Billionton Systems USB2AR
1.78      jsg       319:     <li>Buffalo(MELCO) LUA-U2-KTX
1.92      david     320:     <li>Corega FEther USB2-TX
1.78      jsg       321:     <li>D-Link DUB-E100
1.112     miod      322:     <li>Good Way GWUSB2E
1.92      david     323:     <li>Hawking UF200
1.78      jsg       324:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.92      david     325:     <li>JVC MP-PRX1
1.117     jolan     326:     <li>Linksys USB200M
1.78      jsg       327:     <li>Netgear FA120
1.92      david     328:     <li>Sitecom LN-029
1.101     jsg       329:     <li>SMC 2209USB/ETH
1.92      david     330:     <li>SnapPort USB 2.0 LAN Adapter
1.78      jsg       331:     <li>ST Lab USB 2.0 Fast Ethernet
1.92      david     332:     <li>Surecom EP-1427X-2
1.78      jsg       333:     <li>System TALKS SGC-X2UL
1.92      david     334:     <li>TRENDnet TU2-ET100
1.101     jsg       335:     <li>Z-TEK ZK-R01-2
1.78      jsg       336:     </ul>
                    337:
1.88      krw       338: <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:
                    339:     <ul>
                    340:     <li>3Com 3c996-T
                    341:     <li>3Com 3c996-SX
                    342:     <li>3Com 3c996B-T
1.98      brad      343:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    344:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    345:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    346:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    347:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    348:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    349:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.88      krw       350:     <li>Netgear GA302T
                    351:     <li>SysKonnect SK-9D21
                    352:     <li>SysKonnect SK-9D41
                    353:     </ul>
                    354:
1.112     miod      355: <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:
1.96      brad      356:     <ul>
                    357:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    358:     <li>Antares Microsystems TC9021
                    359:     <li>D-Link DGE-550T
                    360:     </ul>
                    361:
1.78      jsg       362: <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:
                    363:     <ul>
                    364:     <li>Belkin F5U111
                    365:     <li>CATC Netmate
                    366:     <li>CATC Netmate II
                    367:     <li>SmartBridges SmartLink
                    368:     </ul>
                    369:
                    370: <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:
                    371:     <ul>
                    372:     <li>Corega FEther USB-TXC
                    373:     </ul>
                    374:
1.57      krw       375: <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>)
                    376: <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>)
                    377: <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  378:     <ul>
                    379:     <li>Intel EtherExpress PRO/10+
                    380:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    381:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    382:     <li>Intel EtherExpress PRO/100 Dual Port
                    383:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    384:     </ul>
1.57      krw       385: <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      386:
1.70      brad      387: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, is82546 and i82547 based adapters
1.57      krw       388: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=macppc&amp;sektion=4">em</a>),
1.25      nate      389: including:
                    390:     <ul>
                    391:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    392:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    393:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    394:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    395:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    396:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    397:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    398:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    399:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    400:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    401:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    402:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    403:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.70      brad      404:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.25      nate      405:     </ul>
1.72      jsg       406:
1.78      jsg       407: <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       408:     <ul>
1.78      jsg       409:     <li>3Com 3c19250
                    410:     <li>3Com 3c460 HomeConnect
                    411:     <li>AboCom Systems URE450 Ethernet
                    412:     <li>ADS Technologies USB-10BT
                    413:     <li>Aox USB101
                    414:     <li>Asante USB to Ethernet
                    415:     <li>ATen DSB-650C
                    416:     <li>ATen UC10T
                    417:     <li>Corega USB-T
                    418:     <li>D-Link DSB-650C
                    419:     <li>Entrega NET-USB-E45
                    420:     <li>I/O Data USB-ET/T
                    421:     <li>Jaton USB XpressNet
                    422:     <li>Kawasaki USB101
                    423:     <li>Kingston Ethernet
1.117     jolan     424:     <li>Linksys USB10T
1.78      jsg       425:     <li>Mobility Ethernet
                    426:     <li>Netgear EA101
                    427:     <li>Peracom USB
                    428:     <li>Portgear Ethernet
                    429:     <li>Portsmith Express Ethernet
1.92      david     430:     <li>Psion Dacom Gold Port Ethernet
1.78      jsg       431:     <li>Shark Pocket Adapter
1.92      david     432:     <li>Silicom U2E
1.78      jsg       433:     <li>SMC 2102USB
                    434:     <li>SMC 2104USB
1.72      jsg       435:     </ul>
1.77      martin    436:
                    437: <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:
                    438:     <ul>
                    439:     <li>Accton MPX5030 CardBus
                    440:     <li>Allied Telesyn AT2550
                    441:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    442:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
                    443:     <li>Encore ENL832-TX 10/100 M PCI
                    444:     <li>Genius GF100TXR
                    445:     <li>KTX-9130TX 10/100 Fast Ethernet
                    446:     <li>Longshine LCS-8038TX-R
                    447:     <li>NDC Communications NE100TX-E
                    448:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    449:     <li>Nortel BayStack 21
                    450:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    451:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.106     grunk     452:     <li>TRENDnet TE100-PCBUSR CardBus
1.77      martin    453:     </ul>
1.78      jsg       454:
                    455: <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:
                    456:     <ul>
1.92      david     457:     <li>Abocom RTL8151
1.78      jsg       458:     <li>GreenHouse GH-USB100B
1.92      david     459:     <li>GreenHouse GH-USB100B with HomePNA
1.78      jsg       460:     <li>Linksys USB100M
1.92      david     461:     <li>Longshine LCS-8138TX
1.78      jsg       462:     <li>Melco Inc. LUA-KTX
1.92      david     463:     <li>Micronet SP128AR
1.78      jsg       464:     <li>SMC 2208USB/ETH
1.106     grunk     465:     <li>TRENDnet TU-ET100C
1.78      jsg       466:     <li>Zt USB10/100
                    467:     </ul>
                    468:
                    469: <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:
                    470:     <ul>
                    471:     <li>Buffalo LGY-PCI-GT (8169S)
1.92      david     472:     <li>Corega CG-LAPCIGT (8169S)
1.95      martin    473:     <li>D-Link DGE-528T (8169S)
1.78      jsg       474:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.97      brad      475:     <li>LevelOne GNC-0105T (8169S)
1.102     brad      476:     <li>Linksys EG1032v3 (8169S)
1.95      martin    477:     <li>Netgear GA511 PC Card (8169)
1.78      jsg       478:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.95      martin    479:     <li>Surecom EP-320G-TX1 (8169S)
                    480:     <li>US Robotics USR997902 (8169S)
1.78      jsg       481:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    482:     </ul>
1.89      pvalchev  483:
1.112     miod      484: <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>)
1.96      brad      485:
1.89      pvalchev  486: <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:
                    487:     <ul>
                    488:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    489:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                    490:     </ul>
1.115     martin    491: <li>VIA Rhine/RhineII/RhineIII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;arch=macppc&amp;sektion=4">vr</a>), including:
                    492:     <ul>
                    493:     <li>Addtron AEF-360TX
                    494:     <li>Hawking PN102TX
                    495:     <li>D-Link DFE530TX
                    496:     </ul>
1.1       brad      497: </ul>
                    498:
1.15      deraadt   499: <li><strong>Wireless Ethernet Adapters</strong>
1.1       brad      500: <ul>
1.83      jsg       501: <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>)
                    502: <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:
                    503:     <ul>
1.91      jsg       504:     <li>3Com 3CRSHEW696
                    505:     <li>AboCom BWU613
                    506:     <li>Accton 2664W
1.83      jsg       507:     <li>Acer Peripherals AWL300
                    508:     <li>Acer Peripherals AWL400
1.91      jsg       509:     <li>Actiontec 802UAT1
                    510:     <li>Addtron AWU120
1.83      jsg       511:     <li>Aincomm AWU2000B
1.91      jsg       512:     <li>Askey Computer Voyager 1010
                    513:     <li>Askey Computer WLL013 (Intersil Radio)
                    514:     <li>Askey Computer WLL013 (RFMD Radio)
                    515:     <li>Atmel AT76C503 (Intersil Radio)
                    516:     <li>Atmel AT76C503 (RFMD Radio)
                    517:     <li>Atmel AT76C505 (RFMD Radio)
                    518:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    519:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    520:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    521:     <li>Belkin F5D6050
1.83      jsg       522:     <li>Bluetake BW002
1.91      jsg       523:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    524:     <li>Conceptronic C11U
                    525:     <li>Conceptronic WL210
                    526:     <li>Corega WLAN USB Stick 11
                    527:     <li>Dick Smith Electronics CHUSB 611G
                    528:     <li>Dick Smith Electronics WL200U
                    529:     <li>Dick Smith Electronics WL240U
                    530:     <li>Dick Smith Electronics XH1153
                    531:     <li>D-Link DWL-120 rev E
1.83      jsg       532:     <li>Geowave GW-US11S
1.91      jsg       533:     <li>Gigabyte GN-WLBM101
                    534:     <li>Gigaset WLAN
                    535:     <li>Hewlett-Packard HN210W
                    536:     <li>Intel AP310 AnyPoint II
                    537:     <li>I/O DATA USB WN-B11
                    538:     <li>Lexar 2662W-AR
                    539:     <li>Linksys WUSB11 802.11b
                    540:     <li>Linksys WUSB11 802.11b v2.8
                    541:     <li>MSI WLAN
                    542:     <li>Netgear MA101
1.83      jsg       543:     <li>Netgear MA101 rev B
                    544:     <li>Ovislink AirLive WL-1120USB
                    545:     <li>OvisLink AirLive WL-1130USB
1.91      jsg       546:     <li>Planex Communications GW-US11S
                    547:     <li>Samsung SWL2100W
                    548:     <li>Siemens WLL013
                    549:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    550:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    551:     <li>Tekram U-300C
                    552:     <li>W-Buddie WN210
                    553:     <li>Z-Com M4Y-750
1.83      jsg       554:     </ul>
1.90      jsg       555: <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:
                    556:     <ul>
                    557:     <li>AMIT WL532U
                    558:     <li>ASUS WL-167g
1.112     miod      559:     <li>Belkin F5D7050
                    560:     <li>Buffalo WLI-U2-KG54
                    561:     <li>Buffalo WLI-U2-KG54-AI
                    562:     <li>Buffalo WLI-U2-KG54-YB
1.90      jsg       563:     <li>CNet CWD-854
                    564:     <li>Compex WLU54G
1.112     miod      565:     <li>Conceptronic C54RU
1.90      jsg       566:     <li>D-Link DWL-G122 (b1)
1.100     jsg       567:     <li>Dynalink WLG25USB
1.90      jsg       568:     <li>E-Tech WGUS02
1.100     jsg       569:     <li>Eminent 3035
1.112     miod      570:     <li>Gigabyte GN-WBKG
                    571:     <li>Hercules HWGUSB2-54
1.100     jsg       572:     <li>KCORP LifeStyle KLS-685
1.90      jsg       573:     <li>Linksys WUSB54G v4
                    574:     <li>Linksys WUSB54GP v4
1.112     miod      575:     <li>MSI MS-6861
                    576:     <li>MSI MS-6865
                    577:     <li>MSI MS-6869
1.100     jsg       578:     <li>SerComm UB801R
                    579:     <li>SparkLAN WL-685R
1.112     miod      580:     <li>Sphairon UB801R
                    581:     <li>Surecom EP-9001-g
1.100     jsg       582:     <li>Tonze UW-6200C
                    583:     <li>Zaapa ZNWUSB-54
1.112     miod      584:     <li>Zinwell ZWX-G261
1.100     jsg       585:     <li>Zonet ZEW2500
1.90      jsg       586:     </ul>
1.105     grunk     587: <li>Realtek RTL8180L based CardBus 802.11b adapters
                    588: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=macppc&amp;sektion=4">rtw</a>),
1.112     miod      589: including:
1.94      jsg       590:     <ul>
                    591:     <li>Belkin F5D6020 V3
                    592:     <li>Buffalo WLI-CB-B11
                    593:     <li>Corega CG-WLCB11V3
                    594:     <li>D-Link DWL-610
                    595:     <li>Level-One WPC-0101
                    596:     <li>Linksys WPC11 v4
                    597:     <li>Netgear MA521
                    598:     <li>Ovislink AirLive WL-1120PCM
                    599:     <li>Planet WL-3553
1.104     grunk     600:     <li>TRENDnet TEW-226PC
1.94      jsg       601:     <li>VCTnet PC-11B1
                    602:     </ul>
1.83      jsg       603: <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>)
                    604: <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      605: </ul>
1.15      deraadt   606:
                    607: <li><strong>SCSI and IDE Host Adapters</strong>
1.1       brad      608: <ul>
1.57      krw       609:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    610:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    611:     adapters
1.66      mickey    612:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4"
1.57      krw       613:     >ahc</a>)
                    614:     including the Adaptec cards
                    615:     <ul>
                    616:       <li>AHA-274X[W,T]
                    617:       <li>AHA-284X
                    618:       <li>AHA-2910, AHA-2915
                    619:       <li>AHA-2920
                    620:       <li>AHA-2930[C,U2]
                    621:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    622:       <li>AHA-2950[U2W,U2B]
                    623:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    624:       <li>AHA-3950U2
                    625:       <li>AHA-3960
                    626:       <li>AHA-3985
                    627:       <li>AHA-4944UW
                    628:       <li>AHA-19160B
                    629:       <li>AHA-29160[B,N]
                    630:       <li>AHA-39160
                    631:     </ul>
                    632: <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    633: <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    634: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=macppc&amp;sektion=4">pcscp</a>)
                    635: <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      636: <li>All PCI IDE
1.57      krw       637: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=macppc&amp;sektion=4">pciide</a>)
1.13      nick      638: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      639: </ul>
                    640:
1.15      deraadt   641: <li><strong>RAID Controllers</strong>
1.1       brad      642: <ul>
1.57      krw       643: <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      644: </ul>
                    645:
1.15      deraadt   646: <li><strong>Drives</strong>
1.1       brad      647: <ul>
                    648: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    649: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    650: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                    651: </ul>
                    652:
1.15      deraadt   653: <li><strong>USB Controllers/Hubs</strong>
1.1       brad      654: <ul>
1.57      krw       655: <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      656: <li>Apple Intrepid USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    657: <li>Apple Pangea USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    658: <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       659: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    660: <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      661: <li>Alps Electric Hub in Apple USB Keyboard
                    662: </ul>
                    663:
1.15      deraadt   664: <li><strong>USB Devices</strong>
1.1       brad      665: <ul>
1.57      krw       666: <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>)
                    667: <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>)
                    668: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                    669: <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>)
                    670: <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      671: </ul>
                    672:
1.63      mickey    673: <li><strong>CardBus/PCMCIA bridges</strong>
1.19      drahn     674: <ul>
1.41      nick      675: <li>PBG4 onboard CardBus bridge is now supported, as are PCI CardBus bridges.
1.67      mickey    676: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.19      drahn     677: <li>Orinoco/Prism cards are only current supported cards
1.67      mickey    678: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.19      drahn     679: </ul>
1.41      nick      680: <li><strong>Cryptography Accelerators</strong>
1.21      drahn     681: <ul>
1.57      krw       682: <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>)
                    683: <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>)
                    684: <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     685:     <ul>
1.50      jason     686:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.29      jason     687:     <li>GTGI PowerCrypt Encryption Accelerator
                    688:     <li>NetSec 7751
1.42      jason     689:     <li>Hifn 7751 and 9751 reference boards
1.29      jason     690:     <li>Invertex AEON
                    691:     </ul>
1.57      krw       692: <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     693: </ul>
1.19      drahn     694:
1.46      jason     695: <li><strong>Audio Devices</strong>
                    696: <ul>
1.116     brad      697: <li>Apple Aoa audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aoa&amp;arch=macppc&amp;sektion=4&">aoa</a>)
                    698: <li>Apple Awacs audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&amp;arch=macppc&amp;sektion=4&">awacs</a>)
                    699: <li>Apple Daca audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&amp;arch=macppc&amp;sektion=4&">daca</a>)
                    700: <li>Apple Onyx audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onyx&amp;arch=macppc&amp;sektion=4&">onyx</a>)
                    701: <li>Apple Snapper audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snapper&amp;arch=macppc&amp;sektion=4&">snapper</a>)
                    702: <li>Apple Tumbler audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tumbler&amp;arch=macppc&amp;sektion=4&">tumbler</a>)
1.57      krw       703: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=macppc&amp;sektion=4">eap</a>)
                    704: <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     705: </ul>
                    706:
1.57      krw       707: <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    708: <ul>
1.57      krw       709: <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    710: </ul>
                    711:
1.15      deraadt   712: <li><strong>Other Devices</strong>
1.13      nick      713: <ul>
                    714: <li>Serial Ports: While the modern PowerMacintosh series has no external
                    715:   standard serial ports, many have an on-board modem which can be
                    716:   removed and replaced with an adapter (several manufacturers of these exist)
                    717:   which will produce a standard (and supported) serial port.
1.35      miod      718: <li>Backlight on lcd devices can be controlled through the brightness control
                    719: keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
1.21      drahn     720: (0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
1.57      krw       721: <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    722:   <ul>
1.54      mickey    723:   <li>Animation Technologies FlyVideo
1.73      jsg       724:   <li>AOpen VA1000
1.54      mickey    725:   <li>Askey/Dynalink Magic TView
1.62      mickey    726:   <li>ATI TV-Wonder and Wonder/VE
1.54      mickey    727:   <li>AverMedia cards
                    728:   <li>Hauppauge Wincast TV and WinTV/PCI
                    729:   <li>IMS TV Turbo
                    730:   <li>Intel Smart Video Recorder III
                    731:   <li>I/O DATA GV-BCTV2/PCI
1.73      jsg       732:   <li>I/O DATA GV-BCTV3/PCI
1.54      mickey    733:   <li>KISS TV/FM PCI
                    734:   <li>Leadtek Winfast TV 2000
                    735:   <li>Miro PC TV
                    736:   <li>MMAC Osprey
                    737:   <li>NEC PK-UG-X017
1.37      mickey    738:   <li>STB TV PCI Television Tuner
1.54      mickey    739:   <li>Terratec TerraTVplus
                    740:   <li>Video Highway XTreme
                    741:   <li>VideoLogic Captivator PCI
1.80      mickey    742:   <li>Zoltrix TV and Genie TV/FM
1.37      mickey    743:   </ul>
1.15      deraadt   744: </ul>
1.28      henning   745: </ul>
1.33      miod      746:
1.22      drahn     747: <a name="unsup"></a>
1.33      miod      748: <h4>Unsupported Hardware</h4>
                    749:
1.1       brad      750: <ul>
1.39      ian       751: <li>Any older Mac with a 4-digit part number (6100, 7300, 7500,
                    752:   8500, 9500).
1.33      miod      753: <li>Older Apple PowerMac systems with a 601 processor or lacking
1.59      drahn     754:   Open Firmware are not supported.
                    755: <li>Older Open Firmware machines are not currently supported.
1.13      nick      756:   This is mostly due to lack of developer resources and limited
                    757:   availability of hardware.
                    758: <li>Built-in modems on most machines are not supported.  In many systems,
                    759:   the serial port the modem is attached to is supported, but the modem
                    760:   itself is not supported.
                    761: <li>Newer PowerBooks have an internal modem attached as a USB device, these
                    762:   are not supported.
1.33      miod      763: <li>Sleep/Suspend on laptops is not supported.
1.47      drahn     764: <li>Airport Extreme is not supported, no available docs.
                    765: <li>Bluetooth is not supported.
                    766: <li>Multi-speed laptops are not adjustable.
1.85      martin    767: <li>Firewire is not supported.
1.1       brad      768: </ul>
1.33      miod      769:
1.36      miod      770: <hr>
                    771: <a name="install"></a>
                    772: <h3><font color="#0000e0">
                    773: <strong>Getting and installing OpenBSD/macppc:</strong>
                    774: </font></h3>
                    775:
                    776: <p>
                    777: The latest supported OpenBSD/macppc release is
1.112     miod      778: <a href="38.html">OpenBSD 3.8</a>.
1.36      miod      779: Here are the
1.112     miod      780: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.8/macppc/INSTALL.macppc">
                    781: OpenBSD/macppc 3.8 installation instructions
1.36      miod      782: </a>.
                    783:
                    784: <p>
                    785: Snapshots are made available from time to time, in
                    786: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
                    787: as well as in a few
                    788: <a href="ftp.html">mirrors</a>.
                    789: Here are the
                    790: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
                    791: OpenBSD/macppc snapshot installation instructions
                    792: </a> as well.
                    793:
                    794: <p>
                    795: There are several installation media provided:
1.57      krw       796:
1.36      miod      797: <ul>
                    798:   <li><strong>CD boot</strong>
                    799:   <p>
                    800:   With the OpenBSD CD inserted in the cdrom drive, powering the machine on
                    801:   while leaving the ``C'' key pressed will bootstrap the installation
                    802:   procedure.
1.59      drahn     803:   Alternatively, the CD can be booted at the Open Firmware prompt, with
1.36      miod      804: <pre>
1.112     miod      805:   boot cd:,ofwboot 3.8/macppc/bsd.rd
1.36      miod      806: </pre>
1.53      saad      807:   <li><strong>Mac OS based boot</strong>
1.36      miod      808:   <p>
1.53      saad      809:   If the system disk is shared with Mac OS, the <tt>ofwboot</tt> boot loader
1.36      miod      810:   and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
                    811:   or HFS+ partition.
1.59      drahn     812:   Then the installation procedure can be booted at the Open Firmware prompt,
1.36      miod      813:   with
                    814: <pre>
                    815:   boot hd:,ofwboot bsd.rd
                    816: </pre>
                    817: </ul>
                    818:
                    819: <a name="multiboot"></a>
                    820: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                    821: <p>
1.53      saad      822: Having OpenBSD multiboot, or share, a disk with Mac OS X/Mac OS 9
1.36      miod      823: is possible as long as the disk is first partitioned with the
1.53      saad      824: Mac OS utility, <i>Drive Setup</i> (Mac OS 9) or <i>System Disk
                    825: Utility</i> (Mac OS X).
1.36      miod      826: Unallocated space, or a partition not in use, must be left for OpenBSD's use.
1.53      saad      827: Since OpenBSD is only able to boot from HFS (not Mac OS X UFS) filesystem,
1.36      miod      828: the first partition must formated as HFS or HFS+, not UFS, to be able to boot
                    829: OpenBSD.
                    830:
                    831: <p>
                    832: Please refer to the installation instructions for more details on how to
                    833: install a shared disk.
1.53      saad      834: Standalone (no Mac OS present) installation is also supported.
1.36      miod      835:
                    836: <a name="root"></a>
                    837: <h3><font color="#0000e0">Boot device considerations:</font></h3>
                    838: <p>
                    839: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
                    840: which can have two devices on them (ultra0, ultra1, ide0, ide1).
                    841: When multiple drives are present in the system, there are limitations
                    842: of which drives can be configured as the OpenBSD root drive.
                    843: Invalid configurations will not be able to properly
                    844: detect which drive is the root drive, so any attempt will either
                    845: prompt for a root drive or fail.
                    846:
                    847: <ul>
                    848: <li><tt>ultra0</tt> is always a valid root drive.
                    849: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
                    850:   is a hard drive, not a non-hard disk ATAPI device).
                    851: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
                    852:   located at <tt>ultra1</tt>,
                    853: <li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
                    854:   drives are connected to the Ultra bus.
                    855: </ul>
                    856:
                    857: <hr>
1.33      miod      858: <a name="problems"></a>
                    859: <h3><font color="#0000e0">Known Problems</font></h3>
                    860:
                    861: <ul>
                    862: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
                    863:   while running from battery.
                    864: <li>Older iMacs can have a problem with the USB keyboard driver where
                    865:   the first key pressed after boot will repeat endlessly.  The workaround
                    866:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
                    867:   after the problem has occurred.
                    868: </ul>
1.1       brad      869:
1.36      miod      870: <hr>
1.33      miod      871: <a name="other"></a>
                    872: <h3><font color="#0000e0">Other Features</font></h3>
1.1       brad      873:
1.33      miod      874: <ul>
                    875: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
                    876: will reset the computer.
                    877: </ul>
1.5       miod      878:
1.1       brad      879: <hr>
1.33      miod      880: <a href="plat.html">
                    881: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    882: </a>
                    883: <br>
                    884: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       brad      885: <br>
1.123   ! grunk     886: <small>$OpenBSD: macppc.html,v 1.122 2006/01/19 12:19:02 martin Exp $</small>
1.1       brad      887:
                    888: </body>
                    889: </html>