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

Annotation of www/macppc.html, Revision 1.186

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.163     jsg        12: <meta name="copyright" content="This document copyright 1996-2007 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:
1.169     nick       40: <a name="toc"></a>
1.33      miod       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.
1.161     kettenis   67: Support for the 64-bit G5 (running in 32-bit mode) was added in OpenBSD 3.9.
1.33      miod       68:
                     69: <hr>
                     70: <a name="status"></a>
                     71: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     72:
                     73: <p>
                     74: Currently, all the hardware listed in the
1.65      nick       75: <a href="#hardware">supported hardware</a> section below boots
1.33      miod       76: multi-user, supports most, if not all, of the on-board devices, and is
1.60      pedro      77: generally usable.
1.61      drahn      78: <p>
1.156     martin     79: After the 4.0 release basic support for <i>"Old World"</i> machines was
1.157     steven     80: committed.  Most machines are able to netboot and completing bootloader
1.161     kettenis   81: support is in progress.  SMP support is under active development.
1.33      miod       82: <a name="X11"></a>
                     83: <p>
1.111     brad       84: The X Window System is supported on all MacPPC systems.
1.125     brad       85: Most ATI graphics adapters and some NVIDIA graphics adapters are
1.111     brad       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
1.156     martin    106:   <li>Better <i>"Old World"</i> Macintosh support.
1.33      miod      107: </ul>
                    108:
                    109: <hr>
                    110: <a name="hardware"></a>
                    111: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.11      drahn     112:
1.124     brad      113: <p>
                    114:
1.33      miod      115: <h4>Supported models</h4>
1.11      drahn     116:
1.28      henning   117: <p>
1.33      miod      118: PowerPC-based Macintosh systems are divided into <i>"Old World"</i> and
                    119: <i>"New World"</i> systems, the difference being
                    120: <a href="http://developer.apple.com/technotes/tn/tn1167.html">the design
                    121: of the system ROM</a>.
                    122: Only <i>"New World"</i> machines are currently supported.
                    123: Known compatible systems include the following:
1.57      krw       124:
1.13      nick      125: <ul>
1.118     xsa       126: <li>iMac (Revision A, B, C, D (iMac,1))
1.141     jasper    127: <li>iMac (Late 1999 (PowerMac2,1))
1.118     xsa       128: <li>iMac (Summer 2000 (PowerMac2,2))
                    129: <li>iMac (Early 2001, Summer 2001) (PowerMac4,1))
                    130: <li>iMac (Flat-Panel (PowerMac4,2))
                    131: <li>iMac (17" Flat-Panel, 17" 1GHz (PowerMac4,5))
                    132: <li>iMac (USB 2.0 (PowerMac6,1))
                    133: <li>iMac (20" Flat-Panel (PowerMac6,3))
1.162     kettenis  134: <li>iMac G5 (PowerMac8,1) <b>WARNING:</b> This model may overheat with OpenBSD 4.0.  This is fixed in OpenBSD 4.1.
1.142     miod      135: <li>iMac G5 (Ambient Light Sensor (PowerMac8,2))
1.118     xsa       136: </ul>
                    137: <ul>
1.120     aanriot   138: <li>eMac (ATI Graphics, 1GHz G4 (PowerMac4,4))
1.118     xsa       139: <li>eMac (USB 2.0 (PowerMac6,4))
                    140: </ul>
                    141: <ul>
                    142: <li>Mac mini (PowerMac10,1)
1.134     kettenis  143: <li>Mac mini (Late 2005 (PowerMac10,2))
1.118     xsa       144: </ul>
                    145: <ul>
                    146: <li>Power Macintosh G3 (Blue &amp; White (PowerMac1,1))
                    147: <li>Power Macintosh G4 (PCI Graphics (PowerMac1,2))
1.182     jsg       148: <li>Power Macintosh G4 (AGP Graphics (PowerMac3,1, PowerMac3,2 and PowerMac3,3))
1.118     xsa       149: <li>Power Macintosh G4 (Gigabit Ethernet (PowerMac3,3))
                    150: <li>Power Macintosh G4 (Digital Audio (PowerMac3,4))
                    151: <li>Power Macintosh G4 (QuickSilver, QuickSilver 2002 (PowerMac3,5))
                    152: <li>Power Macintosh G4 (Mirrored Drive Doors, FW 800, Mirrored Drive Doors 2003 (PowerMac3,6))
1.119     miod      153: <li>Power Macintosh G4 (Cube (PowerMac5,1))
1.142     miod      154: <li>Power Macintosh G5 (Early 2005, dual 2.0 + 2.3 GHz (PowerMac7,2))
                    155: <li>Power Macintosh G5 (June 2004, Early 2005, dual 2.7 GHz (PowerMac7,3))
                    156: <li>Power Macintosh G5 (Late 2004 (PowerMac9,1))
1.118     xsa       157: </ul>
                    158: <ul>
                    159: <li>iBook (PowerBook2,1)
                    160: <li>iBook (FireWire (PowerBook2,2))
                    161: <li>iBook (Dual USB, Late 2001 (PowerBook4,1))
                    162: <li>iBook (16 VRAM (PowerBook4,2))
                    163: <li>iBook (Opaque 16 VRAM, 32 VRAM, Early 2003 (PowerBook4,3))
1.120     aanriot   164: <li>iBook G4 (PowerBook6,3)
1.119     miod      165: <li>iBook G4 (Early 2004, Late 2004 (PowerBook6,5))
1.118     xsa       166: <li>iBook G4 (Mid 2005 (PowerBook6,7))
                    167: </ul>
                    168: <ul>
                    169: <li>PowerBook G3 (12", 13", 14" Rev. A and Rev. B, Bronze Keyboard (PowerBook1,1))
                    170: <li>PowerBook G3 (FireWire (PowerBook3,1))
                    171: <li>PowerBook G4 (PowerBook3,2)
                    172: <li>PowerBook G4 (Gigabit Ethernet (PowerBook3,3))
                    173: <li>PowerBook G4 (DVI (PowerBook3,4))
                    174: <li>PowerBook G4 (867 MHz, 1 GHz (PowerBook3,5))
                    175: <li>PowerBook G4 (17" (PowerBook5,1))
                    176: <li>PowerBook G4 (15" FW 800 (PowerBook5,2))
1.164     niallo    177: <li>PowerBook G4 (17" 1.33 GHz (PowerBook5,3))
1.118     xsa       178: <li>PowerBook G4 (15" 1.33/1.5 GHz (PowerBook5,4))
                    179: <li>PowerBook G4 (17" 1.5 GHz (PowerBook5,5))
                    180: <li>PowerBook G4 (15" 1.5/1.67 GHz (PowerBook5,6))
                    181: <li>PowerBook G4 (17" 1.67 GHz (PowerBook5,7))
1.120     aanriot   182: <li>PowerBook G4 (15" Double-Layer SD (PowerBook5,8))
                    183: <li>PowerBook G4 (17" Double-Layer SD (PowerBook5,9))
1.118     xsa       184: <li>PowerBook G4 (12" (PowerBook6,1))
                    185: <li>PowerBook G4 (12" DVI (PowerBook6,2))
                    186: <li>PowerBook G4 (12" 1.33 GHz (PowerBook6,4))
                    187: <li>PowerBook G4 (12" 1.5 GHz (PowerBook6,8))
1.11      drahn     188: </ul>
1.118     xsa       189: <ul>
                    190: <li>Xserve G4 (Dual (RackMac1,1)) <i>(currently only running on serial console with video card removed)</i>
1.142     miod      191: <li>Xserve G5 (Dual (RackMac3,1))
1.118     xsa       192: </ul>
                    193:
                    194: <p>
1.33      miod      195: To help us improve the accuracy of this list, <b>PLEASE</b>
                    196: <a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
                    197: to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>.
1.11      drahn     198:
1.33      miod      199: <h4>Supported peripherals</h4>
1.1       brad      200:
1.15      deraadt   201: <ul>
1.56      xsa       202: <li><strong>Onboard I/O modules</strong>
1.84      xsa       203: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macobio&amp;arch=macppc&amp;sektion=4">macobio</a>)
1.1       brad      204: <ul>
1.156     martin    205: <li>Apple GC
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
1.135     brad      220: <li>Apple Intrepid 2 AGP
                    221: <li>Apple Intrepid 2 PCI
1.109     brad      222: <li>Apple K2
                    223: <li>Apple K2 AGP
                    224: <li>Apple Pangea
                    225: <li>Apple Pangea AGP
                    226: <li>Apple Pangea PCI
                    227: <li>Apple Shasta HyperTransport
1.1       brad      228: <li>Apple Uni-North
                    229: <li>Apple Uni-North AGP
                    230: <li>Apple Uni-North Eth
1.109     brad      231: <li>Apple Uni-North 2 AGP
                    232: <li>Apple Uni-North 2 Eth
1.1       brad      233: <li>Motorola MPC106 Host-PCI
                    234: </ul>
                    235:
1.15      deraadt   236: <li><strong>Video Cards</strong>
1.1       brad      237: <ul>
                    238: <li>ATI Mach64 GP
                    239: <li>ATI Mach64 GV
                    240: <li>ATI Mach64 128 PK
                    241: <li>ATI Mach64 128 VR AGP
1.71      jsg       242: <li>ATI Rage 128 Mobility M3
1.1       brad      243: <li>ATI Rage Fury AGP4x
1.71      jsg       244: <li>ATI Radeon Mobility M7
                    245: <li>ATI Radeon Mobility 9200 (M9+)
1.125     brad      246: <li>NVIDIA GeForce4 440 Go 64M
1.1       brad      247: </ul>
                    248:
1.72      jsg       249: <li><strong>Ethernet Adapters</strong>
1.1       brad      250: <ul>
1.78      jsg       251: <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:
                    252:     <ul>
                    253:     <li>3Com 3c460b
                    254:     <li>Abocom UFE1000
                    255:     <li>Abocom DSB650TX
                    256:     <li>Accton USB320-EC
                    257:     <li>Accton SpeedStream Ethernet
                    258:     <li>Admtek Pegasus
                    259:     <li>Admtek Pegasus II
1.92      david     260:     <li>AEI USB Fast Ethernet
                    261:     <li>Allied Telesyn AT-USB100
                    262:     <li>ATEN UC-110T
1.78      jsg       263:     <li>Belkin USB to LAN
                    264:     <li>Billionton Systems USB100
                    265:     <li>Billionton Systems USB100EL
                    266:     <li>Billionton Systems USB100LP
                    267:     <li>Billionton Systems USBE100
                    268:     <li>Corega FEther USB-TX
                    269:     <li>Corega FEther USB-TXS
                    270:     <li>D-Link DSB-650
                    271:     <li>D-Link DSB-650TX
                    272:     <li>D-Link DSB-650TX-PNA
1.92      david     273:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.78      jsg       274:     <li>Elecom LD-USB/TX
                    275:     <li>Elecom LD-USBL/TX
                    276:     <li>Elsa Microlink USB2Ethernet
1.92      david     277:     <li>GIGABYTE GN-BR402W
1.78      jsg       278:     <li>Hawking UF100
                    279:     <li>HP HN210E
                    280:     <li>I/O DATA USB ETTX
                    281:     <li>Kingston KNU101TX
                    282:     <li>Laneed LD-USBL/TX
1.117     jolan     283:     <li>Linksys USB100TX
                    284:     <li>Linksys USB100H1
                    285:     <li>Linksys USB10T
                    286:     <li>Linksys USB10TA
                    287:     <li>Linksys USB10TX
1.78      jsg       288:     <li>Melco Inc. LUA-TX
                    289:     <li>Melco Inc. LUA2-TX
                    290:     <li>Microsoft MN110
1.92      david     291:     <li>Mobility EasiDock Ethernet
1.78      jsg       292:     <li>Netgear FA101
1.92      david     293:     <li>Omnidirectional Control Technology USB TO Ethernet
1.78      jsg       294:     <li>Siemens SpeedStream USB
                    295:     <li>Smartbridges smartNIC 2
1.99      jsg       296:     <li>SMC 2202USB/ETH
                    297:     <li>SMC 2206USB/ETH
1.78      jsg       298:     <li>SOHOware NUB100
1.92      david     299:     <li>SOHOware NUB110
1.78      jsg       300:     </ul>
                    301:
                    302: <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:
                    303:     <ul>
                    304:     <li>3Com 3c985 and 3c985B
                    305:     <li>Alteon ACEnic V (fiber and copper)
                    306:     <li>Digital EtherWORKS 1000SX
                    307:     <li>Farallon PN9000SX
                    308:     <li>Netgear GA620 and GA620T
                    309:     <li>SGI Tigon
                    310:     </ul>
                    311:
1.123     grunk     312: <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       313:
1.156     martin    314: <li>Apple MACE Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&amp;arch=macppc&amp;sektion=4">mc</a>)
                    315:
1.78      jsg       316: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;arch=macppc&amp;sektion=4">gem</a>)
                    317:
                    318: <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:
                    319:     <ul>
1.92      david     320:     <li>ATEN UC210T
1.101     jsg       321:     <li>BAFO BF-320
1.92      david     322:     <li>Billionton Systems USB2AR
1.78      jsg       323:     <li>Buffalo(MELCO) LUA-U2-KTX
1.92      david     324:     <li>Corega FEther USB2-TX
1.78      jsg       325:     <li>D-Link DUB-E100
1.112     miod      326:     <li>Good Way GWUSB2E
1.92      david     327:     <li>Hawking UF200
1.78      jsg       328:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.92      david     329:     <li>JVC MP-PRX1
1.117     jolan     330:     <li>Linksys USB200M
1.78      jsg       331:     <li>Netgear FA120
1.92      david     332:     <li>Sitecom LN-029
1.101     jsg       333:     <li>SMC 2209USB/ETH
1.92      david     334:     <li>SnapPort USB 2.0 LAN Adapter
1.78      jsg       335:     <li>ST Lab USB 2.0 Fast Ethernet
1.92      david     336:     <li>Surecom EP-1427X-2
1.78      jsg       337:     <li>System TALKS SGC-X2UL
1.92      david     338:     <li>TRENDnet TU2-ET100
1.101     jsg       339:     <li>Z-TEK ZK-R01-2
1.78      jsg       340:     </ul>
                    341:
1.88      krw       342: <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:
                    343:     <ul>
                    344:     <li>3Com 3c996-T
                    345:     <li>3Com 3c996-SX
                    346:     <li>3Com 3c996B-T
1.98      brad      347:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    348:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    349:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    350:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    351:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    352:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    353:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.88      krw       354:     <li>Netgear GA302T
                    355:     <li>SysKonnect SK-9D21
                    356:     <li>SysKonnect SK-9D41
                    357:     </ul>
                    358:
1.112     miod      359: <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      360:     <ul>
                    361:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    362:     <li>Antares Microsystems TC9021
                    363:     <li>D-Link DGE-550T
                    364:     </ul>
                    365:
1.78      jsg       366: <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:
                    367:     <ul>
                    368:     <li>Belkin F5U111
                    369:     <li>CATC Netmate
                    370:     <li>CATC Netmate II
                    371:     <li>SmartBridges SmartLink
                    372:     </ul>
                    373:
                    374: <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:
                    375:     <ul>
                    376:     <li>Corega FEther USB-TXC
                    377:     </ul>
                    378:
1.57      krw       379: <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>)
                    380: <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>)
                    381: <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  382:     <ul>
                    383:     <li>Intel EtherExpress PRO/10+
                    384:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    385:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    386:     <li>Intel EtherExpress PRO/100 Dual Port
                    387:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    388:     </ul>
1.57      krw       389: <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      390:
1.127     brad      391: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, is82546, i82547, i82571, i82572 and i82573
                    392: based adapters
1.57      krw       393: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=macppc&amp;sektion=4">em</a>),
1.25      nate      394: including:
                    395:     <ul>
1.126     brad      396:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.137     brad      397:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.126     brad      398:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    399:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    400:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    401:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    402:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    403:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
1.25      nate      404:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    405:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    406:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    407:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    408:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    409:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.124     brad      410:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.25      nate      411:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    412:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    413:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    414:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    415:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    416:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.70      brad      417:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.25      nate      418:     </ul>
1.72      jsg       419:
1.78      jsg       420: <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       421:     <ul>
1.78      jsg       422:     <li>3Com 3c19250
                    423:     <li>3Com 3c460 HomeConnect
                    424:     <li>AboCom Systems URE450 Ethernet
                    425:     <li>ADS Technologies USB-10BT
                    426:     <li>Aox USB101
                    427:     <li>Asante USB to Ethernet
                    428:     <li>ATen DSB-650C
                    429:     <li>ATen UC10T
                    430:     <li>Corega USB-T
                    431:     <li>D-Link DSB-650C
                    432:     <li>Entrega NET-USB-E45
                    433:     <li>I/O Data USB-ET/T
                    434:     <li>Jaton USB XpressNet
                    435:     <li>Kawasaki USB101
                    436:     <li>Kingston Ethernet
1.117     jolan     437:     <li>Linksys USB10T
1.78      jsg       438:     <li>Mobility Ethernet
                    439:     <li>Netgear EA101
                    440:     <li>Peracom USB
                    441:     <li>Portgear Ethernet
                    442:     <li>Portsmith Express Ethernet
1.92      david     443:     <li>Psion Dacom Gold Port Ethernet
1.78      jsg       444:     <li>Shark Pocket Adapter
1.92      david     445:     <li>Silicom U2E
1.78      jsg       446:     <li>SMC 2102USB
                    447:     <li>SMC 2104USB
1.72      jsg       448:     </ul>
1.77      martin    449:
                    450: <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:
                    451:     <ul>
                    452:     <li>Accton MPX5030 CardBus
                    453:     <li>Allied Telesyn AT2550
                    454:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    455:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.129     brad      456:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.77      martin    457:     <li>Genius GF100TXR
                    458:     <li>KTX-9130TX 10/100 Fast Ethernet
                    459:     <li>Longshine LCS-8038TX-R
                    460:     <li>NDC Communications NE100TX-E
1.138     jmc       461:     <li>Netgear FA311 v2
1.77      martin    462:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    463:     <li>Nortel BayStack 21
                    464:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    465:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.106     grunk     466:     <li>TRENDnet TE100-PCBUSR CardBus
1.77      martin    467:     </ul>
1.78      jsg       468:
                    469: <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:
                    470:     <ul>
1.92      david     471:     <li>Abocom RTL8151
1.78      jsg       472:     <li>GreenHouse GH-USB100B
1.92      david     473:     <li>GreenHouse GH-USB100B with HomePNA
1.78      jsg       474:     <li>Linksys USB100M
1.92      david     475:     <li>Longshine LCS-8138TX
1.78      jsg       476:     <li>Melco Inc. LUA-KTX
1.92      david     477:     <li>Micronet SP128AR
1.78      jsg       478:     <li>SMC 2208USB/ETH
1.106     grunk     479:     <li>TRENDnet TU-ET100C
1.78      jsg       480:     <li>Zt USB10/100
                    481:     </ul>
                    482:
                    483: <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:
                    484:     <ul>
                    485:     <li>Buffalo LGY-PCI-GT (8169S)
1.92      david     486:     <li>Corega CG-LAPCIGT (8169S)
1.95      martin    487:     <li>D-Link DGE-528T (8169S)
1.78      jsg       488:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.97      brad      489:     <li>LevelOne GNC-0105T (8169S)
1.102     brad      490:     <li>Linksys EG1032v3 (8169S)
1.95      martin    491:     <li>Netgear GA511 PC Card (8169)
1.78      jsg       492:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.95      martin    493:     <li>Surecom EP-320G-TX1 (8169S)
                    494:     <li>US Robotics USR997902 (8169S)
1.78      jsg       495:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    496:     </ul>
1.89      pvalchev  497:
1.112     miod      498: <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      499:
1.89      pvalchev  500: <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:
                    501:     <ul>
                    502:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    503:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                    504:     </ul>
1.130     martin    505:
1.142     miod      506: <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:
1.115     martin    507:     <ul>
                    508:     <li>Addtron AEF-360TX
                    509:     <li>Hawking PN102TX
                    510:     <li>D-Link DFE530TX
                    511:     </ul>
1.130     martin    512:
1.172     martin    513: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=macppc&amp;sektion=4">xl</a>), including:
1.130     martin    514:     <ul>
                    515:     <li>3Com 3c900/3c900B PCI adapters
                    516:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    517:     <li>3Com 3c980/3c980C server adapters
                    518:     <li>3Com 3cSOHO adapter
                    519:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    520:     </ul>
1.172     martin    521:
                    522: <li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;arch=macppc&amp;sektion=4">pcn</a>), including:
                    523:     <ul>
                    524:     <li>BOCALANcard/PCI
                    525:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    526:     </ul>
1.1       brad      527: </ul>
                    528:
1.15      deraadt   529: <li><strong>Wireless Ethernet Adapters</strong>
1.1       brad      530: <ul>
1.146     jmc       531: <li>ADMtek ADM8211 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=macppc&amp;sektion=4">atw</a>), including:
                    532:     <ul>
                    533:     <li>Belkin F5D6001
                    534:     <li>D-Link DWL-520 Rev. C1
                    535:     <li>LanReady WP2000
                    536:     <li>Xterasys XN2511B
                    537:     </ul>
1.144     jmc       538: <li>Aironet Communications 4500/4800 IEEE 802.11FH/b PCI and PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=macppc&amp;sektion=4">an</a>), including:
                    539:     <ul>
                    540:     <li>Aironet 4500/4800
                    541:     <li>Cisco 340/350
                    542:     </ul>
1.145     jmc       543: <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=macppc&amp;sektion=4">atu</a>), including:
1.83      jsg       544:     <ul>
1.91      jsg       545:     <li>3Com 3CRSHEW696
                    546:     <li>AboCom BWU613
                    547:     <li>Accton 2664W
1.83      jsg       548:     <li>Acer Peripherals AWL300
                    549:     <li>Acer Peripherals AWL400
1.91      jsg       550:     <li>Actiontec 802UAT1
                    551:     <li>Addtron AWU120
1.83      jsg       552:     <li>Aincomm AWU2000B
1.91      jsg       553:     <li>Askey Computer Voyager 1010
                    554:     <li>Askey Computer WLL013 (Intersil Radio)
                    555:     <li>Askey Computer WLL013 (RFMD Radio)
                    556:     <li>Atmel AT76C503 (Intersil Radio)
                    557:     <li>Atmel AT76C503 (RFMD Radio)
                    558:     <li>Atmel AT76C505 (RFMD Radio)
                    559:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    560:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    561:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    562:     <li>Belkin F5D6050
1.83      jsg       563:     <li>Bluetake BW002
1.91      jsg       564:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    565:     <li>Conceptronic C11U
                    566:     <li>Conceptronic WL210
                    567:     <li>Corega WLAN USB Stick 11
                    568:     <li>Dick Smith Electronics CHUSB 611G
                    569:     <li>Dick Smith Electronics WL200U
                    570:     <li>Dick Smith Electronics WL240U
                    571:     <li>Dick Smith Electronics XH1153
                    572:     <li>D-Link DWL-120 rev E
1.83      jsg       573:     <li>Geowave GW-US11S
1.91      jsg       574:     <li>Gigabyte GN-WLBM101
                    575:     <li>Gigaset WLAN
                    576:     <li>Hewlett-Packard HN210W
                    577:     <li>Intel AP310 AnyPoint II
                    578:     <li>I/O DATA USB WN-B11
                    579:     <li>Lexar 2662W-AR
                    580:     <li>Linksys WUSB11 802.11b
                    581:     <li>Linksys WUSB11 802.11b v2.8
                    582:     <li>MSI WLAN
                    583:     <li>Netgear MA101
1.83      jsg       584:     <li>Netgear MA101 rev B
1.145     jmc       585:     <li>OQO model 01 WiFi
1.83      jsg       586:     <li>Ovislink AirLive WL-1120USB
                    587:     <li>OvisLink AirLive WL-1130USB
1.91      jsg       588:     <li>Planex Communications GW-US11S
                    589:     <li>Samsung SWL2100W
                    590:     <li>Siemens WLL013
                    591:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    592:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    593:     <li>Tekram U-300C
1.145     jmc       594:     <li>TRENDnet TEW-229UB
1.91      jsg       595:     <li>W-Buddie WN210
                    596:     <li>Z-Com M4Y-750
1.83      jsg       597:     </ul>
1.179     jmc       598: <li> Broadcom AirForce IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=macppc&amp;sektion=4">bwi</a>), including:
                    599:     <ul>
                    600:     <li>Buffalo WLI-CB-G54
                    601:     <li>Linksys WPC54G Ver 3
                    602:     <li>Linksys WPC54GS Ver 2
                    603:     <li>US Robotics 5411
                    604:     </ul>
                    605: <li> Broadcom AirForce IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=macppc&amp;sektion=4">bwi</a>), including:
                    606:     <ul>
1.180     jmc       607:     <li>Apple Airport Extreme BCM4306
                    608:     <li>Apple Airport Extreme BCM4318
1.179     jmc       609:     <li>ASUS WL-138g
                    610:     <li>Compaq R4035 onboard
                    611:     <li>HP nx6125
                    612:     </ul>
1.166     claudio   613: <li>Marvell Libertas IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=macppc&amp;sektion=4">malo</a>), including:
                    614:     <ul>
                    615:     <li>Netgear WG511v2
                    616:     <li>Tenda TWL541C
                    617:     </ul>
                    618: <li>Marvell Libertas IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=macppc&amp;sektion=4">malo</a>), including:
                    619:     <ul>
                    620:     <li>Netgear WG311v3
                    621:     <li>Tenda TWL542P
                    622:     </ul>
1.178     mglocker  623: <li>Marvell Libertas IEEE 802.11b/g Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=macppc&amp;sektion=4">malo</a>), including:
                    624:     <ul>
                    625:     <li>Ambicom WL54CF
                    626:     </ul>
1.147     jmc       627: <li>Ralink Technology IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=macppc&amp;sektion=4">ral</a>), including:
                    628:     <ul>
                    629:     <li>A-Link WL54H
1.186   ! jmc       630:     <li>AirLive WN-5000PCI
1.147     jmc       631:     <li>Amigo AWI-922W Mini PCI
                    632:     <li>Amigo AWI-926W
                    633:     <li>AMIT WL531P
                    634:     <li>AOpen AOI-831
1.186   ! jmc       635:     <li>ASUS WL-130G
        !           636:     <li>ASUS WL-130N
1.147     jmc       637:     <li>ASUS WIFI-G-AAY
                    638:     <li>Atlantis Land A02-PCI-W54
                    639:     <li>Belkin F5D7000 v3
                    640:     <li>Billionton MIWLGRL Mini PCI
                    641:     <li>Canyon CN-WF511
                    642:     <li>CNet CWP-854
                    643:     <li>Compex WLP54G
                    644:     <li>Conceptronic C54Ri
                    645:     <li>Digitus DN-7006G-RA
                    646:     <li>Dynalink WLG25PCI
                    647:     <li>E-Tech WGPI02
                    648:     <li>Edimax EW-7128g
1.186   ! jmc       649:     <li>Edimax EW-7628Ig
        !           650:     <li>Edimax EW-7728In
1.147     jmc       651:     <li>Eminent EM3037
                    652:     <li>Encore ENLWI-G-RLAM
                    653:     <li>Eusso UGL2454-VPR
                    654:     <li>Fiberline WL-400P
                    655:     <li>Gigabyte GN-WIKG Mini PCI
1.175     jmc       656:     <li>Gigabyte GN-WI01GS Mini PCI
                    657:     <li>Gigabyte GN-WI02GM Mini PCI
1.147     jmc       658:     <li>Gigabyte GN-WPKG
1.175     jmc       659:     <li>Gigabyte GN-WP01GS
                    660:     <li>Gigabyte GN-WI02GM
                    661:     <li>Gigabyte GN-WP01GM
1.147     jmc       662:     <li>Hawking HWP54GR
                    663:     <li>Hercules HWGPCI-54
                    664:     <li>iNexQ CR054g-009 (R03)
                    665:     <li>JAHT WN-4054PCI
                    666:     <li>KCORP LifeStyle KLS-660
                    667:     <li>LevelOne WNC-0301 v2
                    668:     <li>Linksys WMP54G v4
                    669:     <li>Micronet SP906GK
                    670:     <li>Minitar MN54GPC-R
                    671:     <li>MSI MP54G2 Mini PCI
                    672:     <li>MSI MP6833 Mini PCI
                    673:     <li>MSI MS-6834
                    674:     <li>MSI PC54G2
                    675:     <li>OvisLink EVO-W54PCI
                    676:     <li>PheeNet HWL-PCIG/RA
1.186   ! jmc       677:     <li>Planex PCI-GW-DS300N
1.147     jmc       678:     <li>Pro-Nets PC80211G
                    679:     <li>Repotec RP-WP0854
                    680:     <li>SATech SN-54P
                    681:     <li>Signamax 065-1798
                    682:     <li>Sitecom WL-115
                    683:     <li>SparkLAN WL-660R
1.186   ! jmc       684:     <li>SparkLAN WMIR-215GN Mini PCI
1.147     jmc       685:     <li>Surecom EP-9321-g
                    686:     <li>Surecom EP-9321-g1
                    687:     <li>Sweex LC700030
                    688:     <li>TekComm NE-9321-g
                    689:     <li>Tonze PC-620C Mini PCI
                    690:     <li>Tonze PC-6200C
                    691:     <li>Unex CR054g-R02
                    692:     <li>Zinwell ZWX-G360 Mini PCI
                    693:     <li>Zinwell ZWX-G361
                    694:     <li>Zonet ZEW1600
                    695:     </ul>
                    696: <li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=macppc&amp;sektion=4">ural</a>), including:
1.90      jsg       697:     <ul>
                    698:     <li>AMIT WL532U
                    699:     <li>ASUS WL-167g
1.112     miod      700:     <li>Belkin F5D7050
                    701:     <li>Buffalo WLI-U2-KG54
                    702:     <li>Buffalo WLI-U2-KG54-AI
                    703:     <li>Buffalo WLI-U2-KG54-YB
1.90      jsg       704:     <li>CNet CWD-854
                    705:     <li>Compex WLU54G
1.112     miod      706:     <li>Conceptronic C54RU
1.90      jsg       707:     <li>D-Link DWL-G122 (b1)
1.100     jsg       708:     <li>Dynalink WLG25USB
1.90      jsg       709:     <li>E-Tech WGUS02
1.100     jsg       710:     <li>Eminent 3035
1.112     miod      711:     <li>Gigabyte GN-WBKG
                    712:     <li>Hercules HWGUSB2-54
1.100     jsg       713:     <li>KCORP LifeStyle KLS-685
1.90      jsg       714:     <li>Linksys WUSB54G v4
                    715:     <li>Linksys WUSB54GP v4
1.112     miod      716:     <li>MSI MS-6861
                    717:     <li>MSI MS-6865
                    718:     <li>MSI MS-6869
1.147     jmc       719:     <li>Nintendo Wi-Fi USB Connector
                    720:     <li>Nova Tech NV-902W
                    721:     <li>OvisLink Evo-W54USB
1.100     jsg       722:     <li>SerComm UB801R
                    723:     <li>SparkLAN WL-685R
1.112     miod      724:     <li>Sphairon UB801R
1.160     jsg       725:     <li>Surecom EP-9001-g rev 3A
1.147     jmc       726:     <li>Sweex LC100060
1.100     jsg       727:     <li>Tonze UW-6200C
                    728:     <li>Zaapa ZNWUSB-54
1.147     jmc       729:     <li>Zinwell ZPlus-G250
1.112     miod      730:     <li>Zinwell ZWX-G261
1.100     jsg       731:     <li>Zonet ZEW2500
1.90      jsg       732:     </ul>
1.149     jmc       733: <li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=macppc&amp;sektion=4">rum</a>), including:
                    734:     <ul>
1.158     jmc       735:     <li>3Com Aolynk WUB320g
                    736:     <li>Abocom WUG2700
1.149     jmc       737:     <li>Airlink101 AWLL5025
                    738:     <li>ASUS WL-167g ver 2
                    739:     <li>Belkin F5D7050 ver 3
                    740:     <li>Belkin F5D9050 ver 3
1.159     jmc       741:     <li>Buffalo WLI-U2-SG54HP
                    742:     <li>Buffalo WLI-U2-G54HP
1.149     jmc       743:     <li>CNet CWD-854 ver F
                    744:     <li>Conceptronic C54RU ver 2
1.158     jmc       745:     <li>Corega CG-WLUSB2GO
1.149     jmc       746:     <li>D-Link DWL-G122 rev C1
                    747:     <li>D-Link WUA-1340
1.158     jmc       748:     <li>Digitus DN-7003GR
1.149     jmc       749:     <li>Edimax EW-7318USG
                    750:     <li>Gigabyte GN-WB01GS
1.155     jmc       751:     <li>Gigabyte GN-WI05GS
1.149     jmc       752:     <li>Hawking HWUG1
1.158     jmc       753:     <li>Hawking HWU54DM
                    754:     <li>Hercules HWGUSB2-54-LB
                    755:     <li>Hercules HWGUSB2-54V2-AP
                    756:     <li>LevelOne WNC-0301USB v3
1.149     jmc       757:     <li>Linksys WUSB54G rev C
1.158     jmc       758:     <li>Linksys WUSB54GR
                    759:     <li>Planex GW-US54HP
                    760:     <li>Planex GW-US54Mini2
1.149     jmc       761:     <li>Planex GW-USMM
                    762:     <li>Senao NUB-3701
                    763:     <li>Sitecom WL-113 ver 2
                    764:     <li>Sitecom WL-172
                    765:     <li>Sweex LW053
                    766:     <li>TP-LINK TL-WN321G
                    767:     </ul>
1.148     jmc       768: <li>Realtek RTL8180L IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=macppc&amp;sektion=4">rtw</a>), including:
1.94      jsg       769:     <ul>
1.148     jmc       770:     <li>Allnet ALL0182
1.94      jsg       771:     <li>Belkin F5D6020 V3
                    772:     <li>Buffalo WLI-CB-B11
                    773:     <li>Corega CG-WLCB11V3
                    774:     <li>D-Link DWL-610
1.148     jmc       775:     <li>Edimax EW-7106
                    776:     <li>GigaFast WF721-AEX (R* serial)
                    777:     <li>Jensen AirLink 6011
1.94      jsg       778:     <li>Level-One WPC-0101
                    779:     <li>Linksys WPC11 v4
                    780:     <li>Netgear MA521
                    781:     <li>Ovislink AirLive WL-1120PCM
                    782:     <li>Planet WL-3553
1.148     jmc       783:     <li>Q-Tec 770WC
                    784:     <li>Q-Tec 775WC
                    785:     <li>Roper FreeLan 802.11b
                    786:     <li>SAFECOM SWLCR-1100
1.104     grunk     787:     <li>TRENDnet TEW-226PC
1.94      jsg       788:     <li>VCTnet PC-11B1
1.148     jmc       789:     <li>Winstron CB-200B
                    790:     <li>Zonet ZEW1000
1.94      jsg       791:     </ul>
1.165     claudio   792: <li>TI ACX100/ACX111 IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=macppc&amp;sektion=4">acx</a>), including:
                    793:     <ul>
                    794:     <li>D-Link DWL-650+
                    795:     <li>D-Link DWL-G630+
                    796:     <li>D-Link DWL-G650+
                    797:     <li>Ergenic ERG WL-003
                    798:     <li>Hamlet HNWP254
                    799:     <li>Linksys WPC54Gv2
                    800:     <li>Microcom Travelcard
                    801:     <li>Sceptre SC254W+
                    802:     <li>USR USR5410
1.170     cnst      803:     <li>ZyXEL G-160
1.165     claudio   804:     </ul>
                    805: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=macppc&amp;sektion=4">acx</a>), including:
                    806:     <ul>
                    807:     <li>D-Link DWL-520+
                    808:     <li>D-Link DWL-G520+
                    809:     <li>Hawking HWP54G
                    810:     <li>Netgear WG311v2
                    811:     <li>Tornado/ADT 211g
                    812:     <li>USR USR5416
1.170     cnst      813:     <li>ZyXEL G-360 EE
1.165     claudio   814:     </ul>
1.150     jmc       815: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>), including:
                    816:     <ul>
                    817:     <li>AmbiCom WL1100C-CF
                    818:     <li>ASUS SpaceLink WL-110
                    819:     <li>Belkin F5D6060 (version 1 only)
                    820:     <li>Buffalo AirStation
                    821:     <li>D-Link DCF-660W
                    822:     <li>ELSA XI800
                    823:     <li>Linksys WCF12
                    824:     <li>Netgear MA701
                    825:     <li>Pretec Compact WLAN OC-WLBXX-A
                    826:     <li>Senao NL-2511CF
                    827:     </ul>
                    828: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>), including:
                    829:     <ul>
                    830:     <li>3Com AirConnect 3CRWE777A
                    831:     <li>Addtron AWA-100
                    832:     <li>Belkin F5D6001 (version 1 only)
                    833:     <li>Corega CGWLPCIA11
                    834:     <li>D-Link DWL-520 (rev A and B only)
                    835:     <li>Intersil Mini PCI
                    836:     <li>Intersil ISL3872
                    837:     <li>Longshine 8301
                    838:     <li>NDC/Sohoware NCP130
                    839:     <li>Netgear MA311
                    840:     <li>Nortel E-mobility 211818-A
                    841:     <li>Samsung MagicLAN SWL-2210P
                    842:     <li>Senao NL-2511MP
                    843:     <li>Symbol LA4123
                    844:     </ul>
                    845: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>), including:
                    846:     <ul>
                    847:     <li>3Com AirConnect 3CRWE737A
                    848:     <li>Actiontec HWC01170
                    849:     <li>Adaptec AWN-8030
                    850:     <li>Addtron AWP-100
                    851:     <li>Agere ORiNOCO
1.151     jmc       852:     <li>Apple Airport (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macobio&amp;arch=macppc&amp;sektion=4">macobio</a>)
1.150     jmc       853:     <li>ARtem Onair
                    854:     <li>ASUS SpaceLink WL-100
                    855:     <li>Belkin F5D6020 (version 1 only)
                    856:     <li>Buffalo AirStation
                    857:     <li>Cabletron RoamAbout
                    858:     <li>Compaq Agency NC5004
                    859:     <li>Contec FLEXLAN/FX-DS110-PCC
                    860:     <li>Corega PCC-11
                    861:     <li>Corega PCCA-11
                    862:     <li>Corega PCCB-11
                    863:     <li>D-Link DWL-650 (rev A1-J3 only)
                    864:     <li>ELSA XI300
                    865:     <li>ELSA XI325
                    866:     <li>ELSA XI325H
                    867:     <li>EMTAC A2424i
                    868:     <li>Ericsson Wireless LAN CARD C11
                    869:     <li>Gemtek WL-311
                    870:     <li>Hawking Technology WE110P
                    871:     <li>I-O DATA WN-B11/PCM
                    872:     <li>Intel PRO/Wireless 2011
                    873:     <li>Intersil Prism II
                    874:     <li>Linksys Instant Wireless WPC11
                    875:     <li>Linksys Instant Wireless WPC11 2.5
                    876:     <li>Linksys Instant Wireless WPC11 3.0
                    877:     <li>Lucent WaveLAN
                    878:     <li>Microsoft MN520
                    879:     <li>NANOSPEED ROOT-RZ2000
                    880:     <li>NEC CMZ-RT-WP
                    881:     <li>Netgear MA401
                    882:     <li>Netgear MA401RA
                    883:     <li>Nokia C020 Wireless LAN
                    884:     <li>Nokia C110/C111 Wireless LAN
                    885:     <li>NTT-ME 11Mbps Wireless LAN
                    886:     <li>Planex GW-NS11H
                    887:     <li>Proxim Harmony
                    888:     <li>Proxim RangeLAN-DS
                    889:     <li>Samsung MagicLAN SWL-2000N
                    890:     <li>Siemens SpeedStream SS1021
                    891:     <li>SMC 2632 EZ Connect
                    892:     <li>Symbol Spectrum24
                    893:     <li>TDK LAK-CD011WL
                    894:     <li>US Robotics 2410
                    895:     <li>US Robotics 2445
                    896:     </ul>
                    897: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>), including:
                    898:     <ul>
                    899:     <li>Acer Warplink USB-400
                    900:     <li>Actiontec HWU01170
                    901:     <li>AirVast WM168b
                    902:     <li>Ambit WLAN
                    903:     <li>Apacer Wireless Steno MB112
                    904:     <li>ASUS WL-140
                    905:     <li>Compaq W100
                    906:     <li>Corega WLUSB-11
                    907:     <li>Corega WLUSB-11 Key
                    908:     <li>D-Link DWL-120 (rev F)
                    909:     <li>D-Link DWL-122
                    910:     <li>I-O DATA WN-B11/USB
                    911:     <li>Intel PRO/Wireless 2011B
                    912:     <li>Intersil Prism 2X
                    913:     <li>JVC MP-XP7250
                    914:     <li>Linksys WUSB11 v3.0
                    915:     <li>Linksys WUSB12
                    916:     <li>Melco WLI-USB-KB11
                    917:     <li>Melco WLI-USB-KS11G
                    918:     <li>Melco WLI-USB-S11
                    919:     <li>Microsoft MN510
                    920:     <li>Netgear MA111 (version 1 only)
                    921:     <li>Pheenet WL-503IA
                    922:     <li>Planex GW-US11H
                    923:     <li>Siemens SpeedStream SS1022
                    924:     <li>Sitecom WL-022
                    925:     <li>Syntax USB-400
                    926:     <li>US Robotics 1120
                    927:     <li>ViewSonic Airsync
                    928:     <li>Z-Com XI-725/726
                    929:     <li>Z-Com XI-735
                    930:     <li>ZyXEL ZyAIR B-200
                    931:     </ul>
1.1       brad      932: </ul>
1.15      deraadt   933:
1.124     brad      934: <li><strong>WAN Adapters</strong>
                    935: <ul>
1.142     miod      936: <li>Accoom Networks Artery T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;arch=macppc&amp;sektion=4">art</a>)
                    937: <li>SBE (formerly Lan Media Corporation) SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;arch=macppc&amp;sektion=4">lmc</a>)
1.124     brad      938: </ul>
                    939:
1.15      deraadt   940: <li><strong>SCSI and IDE Host Adapters</strong>
1.1       brad      941: <ul>
1.156     martin    942:   <li><i>"Old World"</i> Macintosh on-board SCSI(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mesh&amp;arch=macppc&amp;sektion=4">mesh</a>)
1.57      krw       943:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    944:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    945:     adapters
1.66      mickey    946:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4"
1.57      krw       947:     >ahc</a>)
                    948:     including the Adaptec cards
                    949:     <ul>
                    950:       <li>AHA-274X[W,T]
                    951:       <li>AHA-284X
                    952:       <li>AHA-2910, AHA-2915
                    953:       <li>AHA-2920
                    954:       <li>AHA-2930[C,U2]
                    955:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    956:       <li>AHA-2950[U2W,U2B]
                    957:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    958:       <li>AHA-3950U2
                    959:       <li>AHA-3960
                    960:       <li>AHA-3985
                    961:       <li>AHA-4944UW
                    962:       <li>AHA-19160B
                    963:       <li>AHA-29160[B,N]
                    964:       <li>AHA-39160
                    965:     </ul>
                    966: <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    967: <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    968: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=macppc&amp;sektion=4">pcscp</a>)
                    969: <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.140     marco     970: <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    971:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=macppc&amp;sektion=4"
                    972:   >mpi</a>)
                    973:   <ul>
                    974:     <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    975:     <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    976:     <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    977:   </ul>
                    978:   <li>These chipsets can be found on the following controllers:
                    979:   <ul>
                    980:     <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    981:     <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    982:     <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    983:     <li>A7173A, AB290A
                    984:     <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    985:     <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    986:     <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    987:     <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    988:     <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    989:     <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    990: </ul>
1.13      nick      991: <li>All PCI IDE
1.57      krw       992: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=macppc&amp;sektion=4">pciide</a>)
1.13      nick      993: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      994: </ul>
                    995:
1.15      deraadt   996: <li><strong>RAID Controllers</strong>
1.1       brad      997: <ul>
1.57      krw       998: <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.167     nick      999: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                   1000:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=macppc&amp;sektion=4">arc</a>),
                   1001:    including:
                   1002:     <ul>
                   1003:     <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                   1004:     <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                   1005:     <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                   1006:     <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                   1007:     <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                   1008:     <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                   1009:     <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                   1010:     <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                   1011:     <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                   1012:     <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                   1013:     <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                   1014:     <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                   1015:     <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                   1016:     <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                   1017:     <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                   1018:     <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                   1019:     <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                   1020:     <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                   1021:     <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                   1022:     </ul>
1.1       brad     1023: </ul>
                   1024:
1.15      deraadt  1025: <li><strong>Drives</strong>
1.1       brad     1026: <ul>
                   1027: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                   1028: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                   1029: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                   1030: </ul>
                   1031:
1.15      deraadt  1032: <li><strong>USB Controllers/Hubs</strong>
1.1       brad     1033: <ul>
1.57      krw      1034: <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     1035: <li>Apple Intrepid USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                   1036: <li>Apple Pangea USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                   1037: <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      1038: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                   1039: <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     1040: <li>Alps Electric Hub in Apple USB Keyboard
                   1041: </ul>
                   1042:
1.15      deraadt  1043: <li><strong>USB Devices</strong>
1.1       brad     1044: <ul>
1.57      krw      1045: <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>)
1.142     miod     1046: <li>Apple touchpad mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&amp;arch=macppc&amp;sektion=4">tpms</a>)
1.174     mbalmer  1047: <li>Gude ADS Expert mouseCLOCK DCF77 and HBG radio clock (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&amp;arch=macppc&amp;sektion=4">udcf</a>)
1.57      krw      1048: <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>)
                   1049: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                   1050: <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>)
                   1051: <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     1052: </ul>
                   1053:
1.63      mickey   1054: <li><strong>CardBus/PCMCIA bridges</strong>
1.19      drahn    1055: <ul>
1.41      nick     1056: <li>PBG4 onboard CardBus bridge is now supported, as are PCI CardBus bridges.
1.67      mickey   1057: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.19      drahn    1058: </ul>
1.131     mbalmer  1059:
1.139     fkr      1060: <li><strong>PC Cards (PCMCIA / Cardbus)</strong>
1.131     mbalmer  1061: <ul>
                   1062: <li>Serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>), including:
                   1063:     <ul>
1.139     fkr      1064:     <li>Most modems, digital cellular modems, and serial cards should work.
                   1065:     <li>3Com modems present on combo cards
1.131     mbalmer  1066:     <li>Novatel Wireless Merlin U530 GSM/GPRS/UMTS modems
                   1067:     <li>Siemens Connect2AIR GSM/GPRS modems
1.139     fkr      1068:     <li>Sony Ericcson GC 89 GSM/GPRS/EDGE modems
1.131     mbalmer  1069:     </ul>
                   1070: <li>Wireless Ethernet adapters:
                   1071:     <ul>
                   1072:     <li>See above.
                   1073:     </ul>
                   1074: </ul>
                   1075:
1.41      nick     1076: <li><strong>Cryptography Accelerators</strong>
1.21      drahn    1077: <ul>
1.57      krw      1078: <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>)
                   1079: <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>)
                   1080: <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    1081:     <ul>
1.50      jason    1082:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.29      jason    1083:     <li>GTGI PowerCrypt Encryption Accelerator
                   1084:     <li>NetSec 7751
1.42      jason    1085:     <li>Hifn 7751 and 9751 reference boards
1.29      jason    1086:     <li>Invertex AEON
                   1087:     </ul>
1.57      krw      1088: <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    1089: </ul>
1.19      drahn    1090:
1.46      jason    1091: <li><strong>Audio Devices</strong>
                   1092: <ul>
1.116     brad     1093: <li>Apple Aoa audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aoa&amp;arch=macppc&amp;sektion=4&">aoa</a>)
                   1094: <li>Apple Awacs audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&amp;arch=macppc&amp;sektion=4&">awacs</a>)
                   1095: <li>Apple Daca audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&amp;arch=macppc&amp;sektion=4&">daca</a>)
                   1096: <li>Apple Onyx audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onyx&amp;arch=macppc&amp;sektion=4&">onyx</a>)
                   1097: <li>Apple Snapper audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snapper&amp;arch=macppc&amp;sektion=4&">snapper</a>)
                   1098: <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      1099: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=macppc&amp;sektion=4">eap</a>)
1.124     brad     1100: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=macppc&amp;sektion=4">eap</a>)
1.142     miod     1101: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;arch=macppc&amp;sektion=4">emu</a>)
1.57      krw      1102: <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    1103: </ul>
                   1104:
1.57      krw      1105: <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   1106: <ul>
1.57      krw      1107: <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   1108: </ul>
                   1109:
1.15      deraadt  1110: <li><strong>Other Devices</strong>
1.13      nick     1111: <ul>
                   1112: <li>Serial Ports: While the modern PowerMacintosh series has no external
                   1113:   standard serial ports, many have an on-board modem which can be
                   1114:   removed and replaced with an adapter (several manufacturers of these exist)
                   1115:   which will produce a standard (and supported) serial port.
1.35      miod     1116: <li>Backlight on lcd devices can be controlled through the brightness control
                   1117: keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
1.21      drahn    1118: (0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
1.57      krw      1119: <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   1120:   <ul>
1.54      mickey   1121:   <li>Animation Technologies FlyVideo
1.73      jsg      1122:   <li>AOpen VA1000
1.54      mickey   1123:   <li>Askey/Dynalink Magic TView
1.62      mickey   1124:   <li>ATI TV-Wonder and Wonder/VE
1.54      mickey   1125:   <li>AverMedia cards
                   1126:   <li>Hauppauge Wincast TV and WinTV/PCI
                   1127:   <li>IMS TV Turbo
                   1128:   <li>Intel Smart Video Recorder III
                   1129:   <li>I/O DATA GV-BCTV2/PCI
1.73      jsg      1130:   <li>I/O DATA GV-BCTV3/PCI
1.54      mickey   1131:   <li>KISS TV/FM PCI
                   1132:   <li>Leadtek Winfast TV 2000
                   1133:   <li>Miro PC TV
                   1134:   <li>MMAC Osprey
                   1135:   <li>NEC PK-UG-X017
1.37      mickey   1136:   <li>STB TV PCI Television Tuner
1.54      mickey   1137:   <li>Terratec TerraTVplus
                   1138:   <li>Video Highway XTreme
                   1139:   <li>VideoLogic Captivator PCI
1.80      mickey   1140:   <li>Zoltrix TV and Genie TV/FM
1.37      mickey   1141:   </ul>
1.143     mbalmer  1142: <li>Hardware watchdog timer support:
                   1143:     <ul>
                   1144:     <li>Quancom PWDOG1 watchdog timer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&amp;arch=macppc&amp;sektion=4">pwdog</a>)
                   1145:     </ul>
1.173     cnst     1146: <li>Hardware monitoring sensors, including:
                   1147:     <ul>
                   1148:     <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&amp;arch=macppc&amp;sektion=4">adc</a>)
                   1149:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=macppc&amp;sektion=4">admtmp</a>)
                   1150:     <li>Analog Devices ADT7460 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=macppc&amp;sektion=4">adt</a>)
                   1151:     <li>Apple Fan Control Unit (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fcu&amp;arch=macppc&amp;sektion=4">fcu</a>)
                   1152:     <li>Apple Sudden Motion Sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asms&amp;arch=macppc&amp;sektion=4">asms</a>)
                   1153:     <li>National Semiconductor LM75, LM77 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=macppc&amp;sektion=4">lmtemp</a>)
                   1154:     <li>National Semiconductor LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=macppc&amp;sektion=4">lmenv</a>)
                   1155:     <li>Maxim DS1624/DS1631/DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=macppc&amp;sektion=4">maxds</a>)
                   1156:     <li>Maxim MAX6642/MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=macppc&amp;sektion=4">maxtmp</a>)
                   1157:     <li>TAOS TSL2560/61 light sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsl&amp;arch=macppc&amp;sektion=4">tsl</a>)
                   1158:     </ul>
1.152     mbalmer  1159: <li>Meinberg Funkuhren radio clocks, including:
                   1160:     <ul>
1.184     mbalmer  1161:     <li>GPS170PCI 3.3V/5V 6-channel GPS receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=macppc&amp;sektion=4">mbg</a>)
                   1162:     <li>PCI32 5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=macppc&amp;sektion=4">mbg</a>)
                   1163:     <li>PCI509 5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=macppc&amp;sektion=4">mbg</a>)
                   1164:     <li>PCI511 3.3V/5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=macppc&amp;sektion=4">mbg</a>)
1.185     mbalmer  1165:     <li>USB5131 USB attached DCF77 time signal station receiver (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&amp;arch=macppc&amp;sektion=4">umbg</a>)
1.152     mbalmer  1166:     </ul>
1.15      deraadt  1167: </ul>
1.28      henning  1168: </ul>
1.33      miod     1169:
1.22      drahn    1170: <a name="unsup"></a>
1.33      miod     1171: <h4>Unsupported Hardware</h4>
                   1172:
1.1       brad     1173: <ul>
1.39      ian      1174: <li>Any older Mac with a 4-digit part number (6100, 7300, 7500,
                   1175:   8500, 9500).
1.33      miod     1176: <li>Older Apple PowerMac systems with a 601 processor or lacking
1.59      drahn    1177:   Open Firmware are not supported.
                   1178: <li>Older Open Firmware machines are not currently supported.
1.13      nick     1179:   This is mostly due to lack of developer resources and limited
                   1180:   availability of hardware.
                   1181: <li>Built-in modems on most machines are not supported.  In many systems,
                   1182:   the serial port the modem is attached to is supported, but the modem
                   1183:   itself is not supported.
                   1184: <li>Newer PowerBooks have an internal modem attached as a USB device, these
                   1185:   are not supported.
1.33      miod     1186: <li>Sleep/Suspend on laptops is not supported.
1.47      drahn    1187: <li>Airport Extreme is not supported, no available docs.
                   1188: <li>Bluetooth is not supported.
                   1189: <li>Multi-speed laptops are not adjustable.
1.85      martin   1190: <li>Firewire is not supported.
1.133     kettenis 1191: <li>Power Macintosh G5 (October 2005, dual core (PowerMac 11,2)) is not supported yet.
                   1192: <li>iMac G5 (iSight (PowerMac12,1)) is not supported yet.
1.128     drahn    1193: <li>SATA does not work on PowerMac G5 and Xserve G5 systems.
1.1       brad     1194: </ul>
1.33      miod     1195:
1.36      miod     1196: <hr>
                   1197: <a name="install"></a>
                   1198: <h3><font color="#0000e0">
                   1199: <strong>Getting and installing OpenBSD/macppc:</strong>
                   1200: </font></h3>
                   1201:
                   1202: <p>
                   1203: The latest supported OpenBSD/macppc release is
1.183     miod     1204: <a href="42.html">OpenBSD 4.2</a>.
1.36      miod     1205: Here are the
1.183     miod     1206: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/macppc/INSTALL.macppc">
                   1207: OpenBSD/macppc 4.2 installation instructions
1.36      miod     1208: </a>.
                   1209:
                   1210: <p>
                   1211: Snapshots are made available from time to time, in
                   1212: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
                   1213: as well as in a few
                   1214: <a href="ftp.html">mirrors</a>.
                   1215: Here are the
                   1216: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
                   1217: OpenBSD/macppc snapshot installation instructions
                   1218: </a> as well.
                   1219:
                   1220: <p>
                   1221: There are several installation media provided:
1.57      krw      1222:
1.36      miod     1223: <ul>
                   1224:   <li><strong>CD boot</strong>
                   1225:   <p>
                   1226:   With the OpenBSD CD inserted in the cdrom drive, powering the machine on
                   1227:   while leaving the ``C'' key pressed will bootstrap the installation
                   1228:   procedure.
1.59      drahn    1229:   Alternatively, the CD can be booted at the Open Firmware prompt, with
1.36      miod     1230: <pre>
1.183     miod     1231:   boot cd:,ofwboot 4.2/macppc/bsd.rd
1.36      miod     1232: </pre>
1.53      saad     1233:   <li><strong>Mac OS based boot</strong>
1.36      miod     1234:   <p>
1.53      saad     1235:   If the system disk is shared with Mac OS, the <tt>ofwboot</tt> boot loader
1.36      miod     1236:   and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
                   1237:   or HFS+ partition.
1.59      drahn    1238:   Then the installation procedure can be booted at the Open Firmware prompt,
1.36      miod     1239:   with
                   1240: <pre>
                   1241:   boot hd:,ofwboot bsd.rd
                   1242: </pre>
                   1243: </ul>
                   1244:
                   1245: <a name="multiboot"></a>
                   1246: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                   1247: <p>
1.53      saad     1248: Having OpenBSD multiboot, or share, a disk with Mac OS X/Mac OS 9
1.36      miod     1249: is possible as long as the disk is first partitioned with the
1.53      saad     1250: Mac OS utility, <i>Drive Setup</i> (Mac OS 9) or <i>System Disk
                   1251: Utility</i> (Mac OS X).
1.36      miod     1252: Unallocated space, or a partition not in use, must be left for OpenBSD's use.
1.53      saad     1253: Since OpenBSD is only able to boot from HFS (not Mac OS X UFS) filesystem,
1.36      miod     1254: the first partition must formated as HFS or HFS+, not UFS, to be able to boot
                   1255: OpenBSD.
                   1256:
                   1257: <p>
                   1258: Please refer to the installation instructions for more details on how to
                   1259: install a shared disk.
1.53      saad     1260: Standalone (no Mac OS present) installation is also supported.
1.36      miod     1261:
                   1262: <a name="root"></a>
                   1263: <h3><font color="#0000e0">Boot device considerations:</font></h3>
                   1264: <p>
                   1265: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
                   1266: which can have two devices on them (ultra0, ultra1, ide0, ide1).
                   1267: When multiple drives are present in the system, there are limitations
                   1268: of which drives can be configured as the OpenBSD root drive.
                   1269: Invalid configurations will not be able to properly
                   1270: detect which drive is the root drive, so any attempt will either
                   1271: prompt for a root drive or fail.
                   1272:
                   1273: <ul>
                   1274: <li><tt>ultra0</tt> is always a valid root drive.
                   1275: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
                   1276:   is a hard drive, not a non-hard disk ATAPI device).
                   1277: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
                   1278:   located at <tt>ultra1</tt>,
                   1279: <li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
                   1280:   drives are connected to the Ultra bus.
                   1281: </ul>
                   1282:
                   1283: <hr>
1.33      miod     1284: <a name="problems"></a>
                   1285: <h3><font color="#0000e0">Known Problems</font></h3>
                   1286:
                   1287: <ul>
                   1288: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
                   1289:   while running from battery.
                   1290: <li>Older iMacs can have a problem with the USB keyboard driver where
                   1291:   the first key pressed after boot will repeat endlessly.  The workaround
                   1292:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
                   1293:   after the problem has occurred.
                   1294: </ul>
1.1       brad     1295:
1.36      miod     1296: <hr>
1.33      miod     1297: <a name="other"></a>
                   1298: <h3><font color="#0000e0">Other Features</font></h3>
1.1       brad     1299:
1.33      miod     1300: <ul>
                   1301: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
                   1302: will reset the computer.
                   1303: </ul>
1.5       miod     1304:
1.1       brad     1305: <hr>
1.33      miod     1306: <a href="plat.html">
                   1307: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1308: </a>
                   1309: <br>
                   1310: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       brad     1311: <br>
1.186   ! jmc      1312: <small>$OpenBSD: macppc.html,v 1.185 2007/11/10 13:20:57 mbalmer Exp $</small>
1.1       brad     1313:
                   1314: </body>
                   1315: </html>