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

Annotation of www/macppc.html, Revision 1.205

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.195     steven     12: <meta name="copyright" content="This document copyright 1996-2008 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.205   ! 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>)
1.78      jsg       252:
                    253: <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:
                    254:     <ul>
                    255:     <li>3Com 3c985 and 3c985B
                    256:     <li>Alteon ACEnic V (fiber and copper)
                    257:     <li>Digital EtherWORKS 1000SX
                    258:     <li>Farallon PN9000SX
                    259:     <li>Netgear GA620 and GA620T
                    260:     <li>SGI Tigon
                    261:     </ul>
                    262:
1.123     grunk     263: <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       264:
1.156     martin    265: <li>Apple MACE Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&amp;arch=macppc&amp;sektion=4">mc</a>)
                    266:
1.78      jsg       267: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;arch=macppc&amp;sektion=4">gem</a>)
                    268:
1.205   ! jsg       269: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=macppc&amp;sektion=4">axe</a>)
1.78      jsg       270:
1.88      krw       271: <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:
                    272:     <ul>
                    273:     <li>3Com 3c996-T
                    274:     <li>3Com 3c996-SX
                    275:     <li>3Com 3c996B-T
1.98      brad      276:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    277:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    278:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    279:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    280:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    281:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    282:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.88      krw       283:     <li>Netgear GA302T
                    284:     <li>SysKonnect SK-9D21
                    285:     <li>SysKonnect SK-9D41
                    286:     </ul>
                    287:
1.112     miod      288: <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      289:     <ul>
                    290:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    291:     <li>Antares Microsystems TC9021
                    292:     <li>D-Link DGE-550T
                    293:     </ul>
                    294:
1.205   ! jsg       295: <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>)
1.78      jsg       296:
1.205   ! jsg       297: <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>)
1.78      jsg       298:
1.57      krw       299: <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>)
                    300: <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>)
                    301: <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  302:     <ul>
                    303:     <li>Intel EtherExpress PRO/10+
                    304:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    305:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    306:     <li>Intel EtherExpress PRO/100 Dual Port
                    307:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    308:     </ul>
1.57      krw       309: <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      310:
1.127     brad      311: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, is82546, i82547, i82571, i82572 and i82573
                    312: based adapters
1.57      krw       313: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=macppc&amp;sektion=4">em</a>),
1.25      nate      314: including:
                    315:     <ul>
1.126     brad      316:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.137     brad      317:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.126     brad      318:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    319:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    320:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    321:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    322:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    323:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
1.25      nate      324:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    325:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    326:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    327:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    328:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    329:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.124     brad      330:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.25      nate      331:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    332:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    333:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    334:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    335:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    336:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.70      brad      337:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.25      nate      338:     </ul>
1.72      jsg       339:
1.205   ! jsg       340: <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>)
1.77      martin    341:
                    342: <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:
                    343:     <ul>
                    344:     <li>Accton MPX5030 CardBus
                    345:     <li>Allied Telesyn AT2550
                    346:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    347:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.129     brad      348:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.77      martin    349:     <li>Genius GF100TXR
                    350:     <li>KTX-9130TX 10/100 Fast Ethernet
                    351:     <li>Longshine LCS-8038TX-R
                    352:     <li>NDC Communications NE100TX-E
1.138     jmc       353:     <li>Netgear FA311 v2
1.77      martin    354:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    355:     <li>Nortel BayStack 21
                    356:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    357:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.106     grunk     358:     <li>TRENDnet TE100-PCBUSR CardBus
1.77      martin    359:     </ul>
1.78      jsg       360:
1.205   ! jsg       361: <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>)
1.78      jsg       362:
                    363: <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:
                    364:     <ul>
1.190     jdixon    365:     <li>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
1.78      jsg       366:     <li>Buffalo LGY-PCI-GT (8169S)
1.190     jdixon    367:     <li>Compaq Evo N1015v Integrated Ethernet (8139C+)
1.92      david     368:     <li>Corega CG-LAPCIGT (8169S)
1.95      martin    369:     <li>D-Link DGE-528T (8169S)
1.190     jdixon    370:     <li>D-Link DGE-660TD (8169/8110SB)
1.78      jsg       371:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.97      brad      372:     <li>LevelOne GNC-0105T (8169S)
1.102     brad      373:     <li>Linksys EG1032v3 (8169S)
1.190     jdixon    374:     <li>Netgear GA311 (8169S)
1.95      martin    375:     <li>Netgear GA511 PC Card (8169)
1.78      jsg       376:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.95      martin    377:     <li>Surecom EP-320G-TX1 (8169S)
1.190     jdixon    378:     <li>TTTech MC322 (8139C+)
1.95      martin    379:     <li>US Robotics USR997902 (8169S)
1.78      jsg       380:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    381:     </ul>
1.89      pvalchev  382:
1.112     miod      383: <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      384:
1.89      pvalchev  385: <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:
                    386:     <ul>
                    387:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    388:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                    389:     </ul>
1.130     martin    390:
1.142     miod      391: <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    392:     <ul>
                    393:     <li>Addtron AEF-360TX
                    394:     <li>Hawking PN102TX
                    395:     <li>D-Link DFE530TX
                    396:     </ul>
1.130     martin    397:
1.172     martin    398: <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    399:     <ul>
                    400:     <li>3Com 3c900/3c900B PCI adapters
                    401:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    402:     <li>3Com 3c980/3c980C server adapters
                    403:     <li>3Com 3cSOHO adapter
                    404:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    405:     </ul>
1.172     martin    406:
                    407: <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:
                    408:     <ul>
                    409:     <li>BOCALANcard/PCI
                    410:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    411:     </ul>
1.1       brad      412: </ul>
                    413:
1.15      deraadt   414: <li><strong>Wireless Ethernet Adapters</strong>
1.1       brad      415: <ul>
1.204     jsg       416: <li>ADMtek ADM8211 IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=macppc&amp;sektion=4">atw</a>)
                    417: <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>)
                    418: <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>)
                    419: <li> Broadcom AirForce IEEE 802.11b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=macppc&amp;sektion=4">bwi</a>), including:
1.179     jmc       420:     <ul>
1.180     jmc       421:     <li>Apple Airport Extreme BCM4306
                    422:     <li>Apple Airport Extreme BCM4318
1.147     jmc       423:     </ul>
1.204     jsg       424: <li>Marvell Libertas IEEE 802.11b/g PCMCIA/PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=macppc&amp;sektion=4">malo</a>)
                    425: <li>Ralink Technology IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=macppc&amp;sektion=4">ral</a>)
                    426: <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=macppc&amp;sektion=4">ural</a>)
                    427: <li>Ralink Technology 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>)
                    428: <li>Realtek RTL8180L IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=macppc&amp;sektion=4">rtw</a>)
                    429: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=macppc&amp;sektion=4">acx</a>)
                    430: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA/PCI/USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=macppc&amp;sektion=4">wi</a>), including:
1.90      jsg       431:     <ul>
1.151     jmc       432:     <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       433:     </ul>
1.1       brad      434: </ul>
1.15      deraadt   435:
1.124     brad      436: <li><strong>WAN Adapters</strong>
                    437: <ul>
1.142     miod      438: <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>)
                    439: <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      440: </ul>
                    441:
1.15      deraadt   442: <li><strong>SCSI and IDE Host Adapters</strong>
1.1       brad      443: <ul>
1.156     martin    444:   <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       445:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    446:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    447:     adapters
1.66      mickey    448:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4"
1.57      krw       449:     >ahc</a>)
                    450:     including the Adaptec cards
                    451:     <ul>
                    452:       <li>AHA-274X[W,T]
                    453:       <li>AHA-284X
                    454:       <li>AHA-2910, AHA-2915
                    455:       <li>AHA-2920
                    456:       <li>AHA-2930[C,U2]
                    457:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    458:       <li>AHA-2950[U2W,U2B]
                    459:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    460:       <li>AHA-3950U2
                    461:       <li>AHA-3960
                    462:       <li>AHA-3985
                    463:       <li>AHA-4944UW
                    464:       <li>AHA-19160B
                    465:       <li>AHA-29160[B,N]
                    466:       <li>AHA-39160
                    467:     </ul>
                    468: <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    469: <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    470: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=macppc&amp;sektion=4">pcscp</a>)
                    471: <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     472: <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    473:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=macppc&amp;sektion=4"
                    474:   >mpi</a>)
                    475:   <ul>
                    476:     <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    477:     <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    478:     <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    479:   </ul>
                    480:   <li>These chipsets can be found on the following controllers:
                    481:   <ul>
                    482:     <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    483:     <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    484:     <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    485:     <li>A7173A, AB290A
                    486:     <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    487:     <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    488:     <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    489:     <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    490:     <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    491:     <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    492: </ul>
1.13      nick      493: <li>All PCI IDE
1.57      krw       494: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=macppc&amp;sektion=4">pciide</a>)
1.13      nick      495: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      496: </ul>
                    497:
1.15      deraadt   498: <li><strong>RAID Controllers</strong>
1.1       brad      499: <ul>
1.57      krw       500: <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      501: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    502:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=macppc&amp;sektion=4">arc</a>),
                    503:    including:
                    504:     <ul>
                    505:     <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    506:     <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    507:     <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    508:     <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    509:     <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    510:     <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    511:     <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    512:     <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    513:     <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    514:     <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    515:     <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    516:     <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    517:     <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    518:     <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    519:     <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    520:     <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    521:     <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    522:     <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    523:     <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    524:     </ul>
1.1       brad      525: </ul>
                    526:
1.15      deraadt   527: <li><strong>Drives</strong>
1.1       brad      528: <ul>
                    529: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    530: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    531: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                    532: </ul>
                    533:
1.15      deraadt   534: <li><strong>USB Controllers/Hubs</strong>
1.1       brad      535: <ul>
1.57      krw       536: <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      537: <li>Apple Intrepid USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    538: <li>Apple Pangea USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    539: <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       540: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=macppc&amp;sektion=4">ohci</a>)
                    541: <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      542: <li>Alps Electric Hub in Apple USB Keyboard
                    543: </ul>
                    544:
1.15      deraadt   545: <li><strong>USB Devices</strong>
1.1       brad      546: <ul>
1.57      krw       547: <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      548: <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.198     mbalmer   549: <li>Gude ADS Expert mouseCLOCK USB and Expert mouseCLOCK USB II DCF77 and HBG radio clocks (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&amp;arch=macppc&amp;sektion=4">udcf</a>)
1.57      krw       550: <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>)
                    551: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=macppc&amp;sektion=4">ums</a>)
                    552: <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>)
                    553: <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      554: </ul>
                    555:
1.63      mickey    556: <li><strong>CardBus/PCMCIA bridges</strong>
1.19      drahn     557: <ul>
1.41      nick      558: <li>PBG4 onboard CardBus bridge is now supported, as are PCI CardBus bridges.
1.67      mickey    559: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.19      drahn     560: </ul>
1.131     mbalmer   561:
1.139     fkr       562: <li><strong>PC Cards (PCMCIA / Cardbus)</strong>
1.131     mbalmer   563: <ul>
                    564: <li>Serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>), including:
                    565:     <ul>
1.139     fkr       566:     <li>Most modems, digital cellular modems, and serial cards should work.
                    567:     <li>3Com modems present on combo cards
1.131     mbalmer   568:     <li>Novatel Wireless Merlin U530 GSM/GPRS/UMTS modems
                    569:     <li>Siemens Connect2AIR GSM/GPRS modems
1.139     fkr       570:     <li>Sony Ericcson GC 89 GSM/GPRS/EDGE modems
1.131     mbalmer   571:     </ul>
                    572: <li>Wireless Ethernet adapters:
                    573:     <ul>
                    574:     <li>See above.
                    575:     </ul>
                    576: </ul>
                    577:
1.41      nick      578: <li><strong>Cryptography Accelerators</strong>
1.21      drahn     579: <ul>
1.57      krw       580: <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>)
                    581: <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>)
                    582: <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     583:     <ul>
1.50      jason     584:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.29      jason     585:     <li>GTGI PowerCrypt Encryption Accelerator
                    586:     <li>NetSec 7751
1.42      jason     587:     <li>Hifn 7751 and 9751 reference boards
1.29      jason     588:     <li>Invertex AEON
                    589:     </ul>
1.57      krw       590: <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     591: </ul>
1.19      drahn     592:
1.46      jason     593: <li><strong>Audio Devices</strong>
                    594: <ul>
1.116     brad      595: <li>Apple Aoa audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aoa&amp;arch=macppc&amp;sektion=4&">aoa</a>)
                    596: <li>Apple Awacs audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=awacs&amp;arch=macppc&amp;sektion=4&">awacs</a>)
                    597: <li>Apple Daca audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&amp;arch=macppc&amp;sektion=4&">daca</a>)
                    598: <li>Apple Onyx audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=onyx&amp;arch=macppc&amp;sektion=4&">onyx</a>)
                    599: <li>Apple Snapper audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snapper&amp;arch=macppc&amp;sektion=4&">snapper</a>)
                    600: <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       601: <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      602: <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      603: <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       604: <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     605: </ul>
                    606:
1.57      krw       607: <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    608: <ul>
1.57      krw       609: <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    610: </ul>
                    611:
1.15      deraadt   612: <li><strong>Other Devices</strong>
1.13      nick      613: <ul>
                    614: <li>Serial Ports: While the modern PowerMacintosh series has no external
                    615:   standard serial ports, many have an on-board modem which can be
                    616:   removed and replaced with an adapter (several manufacturers of these exist)
                    617:   which will produce a standard (and supported) serial port.
1.35      miod      618: <li>Backlight on lcd devices can be controlled through the brightness control
                    619: keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
1.21      drahn     620: (0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
1.57      krw       621: <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    622:   <ul>
1.54      mickey    623:   <li>Animation Technologies FlyVideo
1.73      jsg       624:   <li>AOpen VA1000
1.54      mickey    625:   <li>Askey/Dynalink Magic TView
1.62      mickey    626:   <li>ATI TV-Wonder and Wonder/VE
1.54      mickey    627:   <li>AverMedia cards
                    628:   <li>Hauppauge Wincast TV and WinTV/PCI
                    629:   <li>IMS TV Turbo
                    630:   <li>Intel Smart Video Recorder III
                    631:   <li>I/O DATA GV-BCTV2/PCI
1.73      jsg       632:   <li>I/O DATA GV-BCTV3/PCI
1.54      mickey    633:   <li>KISS TV/FM PCI
                    634:   <li>Leadtek Winfast TV 2000
                    635:   <li>Miro PC TV
                    636:   <li>MMAC Osprey
                    637:   <li>NEC PK-UG-X017
1.37      mickey    638:   <li>STB TV PCI Television Tuner
1.54      mickey    639:   <li>Terratec TerraTVplus
                    640:   <li>Video Highway XTreme
                    641:   <li>VideoLogic Captivator PCI
1.80      mickey    642:   <li>Zoltrix TV and Genie TV/FM
1.37      mickey    643:   </ul>
1.143     mbalmer   644: <li>Hardware watchdog timer support:
                    645:     <ul>
                    646:     <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>)
                    647:     </ul>
1.173     cnst      648: <li>Hardware monitoring sensors, including:
                    649:     <ul>
                    650:     <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>)
                    651:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=macppc&amp;sektion=4">admtmp</a>)
                    652:     <li>Analog Devices ADT7460 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=macppc&amp;sektion=4">adt</a>)
                    653:     <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>)
                    654:     <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>)
                    655:     <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>)
                    656:     <li>National Semiconductor LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=macppc&amp;sektion=4">lmenv</a>)
                    657:     <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>)
                    658:     <li>Maxim MAX6642/MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=macppc&amp;sektion=4">maxtmp</a>)
                    659:     <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>)
                    660:     </ul>
1.152     mbalmer   661: <li>Meinberg Funkuhren radio clocks, including:
                    662:     <ul>
1.184     mbalmer   663:     <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>)
                    664:     <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>)
                    665:     <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>)
                    666:     <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   667:     <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   668:     </ul>
1.15      deraadt   669: </ul>
1.28      henning   670: </ul>
1.33      miod      671:
1.22      drahn     672: <a name="unsup"></a>
1.33      miod      673: <h4>Unsupported Hardware</h4>
                    674:
1.1       brad      675: <ul>
1.39      ian       676: <li>Any older Mac with a 4-digit part number (6100, 7300, 7500,
                    677:   8500, 9500).
1.33      miod      678: <li>Older Apple PowerMac systems with a 601 processor or lacking
1.59      drahn     679:   Open Firmware are not supported.
                    680: <li>Older Open Firmware machines are not currently supported.
1.13      nick      681:   This is mostly due to lack of developer resources and limited
                    682:   availability of hardware.
                    683: <li>Built-in modems on most machines are not supported.  In many systems,
                    684:   the serial port the modem is attached to is supported, but the modem
                    685:   itself is not supported.
                    686: <li>Newer PowerBooks have an internal modem attached as a USB device, these
                    687:   are not supported.
1.33      miod      688: <li>Sleep/Suspend on laptops is not supported.
1.47      drahn     689: <li>Bluetooth is not supported.
                    690: <li>Multi-speed laptops are not adjustable.
1.85      martin    691: <li>Firewire is not supported.
1.133     kettenis  692: <li>Power Macintosh G5 (October 2005, dual core (PowerMac 11,2)) is not supported yet.
                    693: <li>iMac G5 (iSight (PowerMac12,1)) is not supported yet.
1.128     drahn     694: <li>SATA does not work on PowerMac G5 and Xserve G5 systems.
1.1       brad      695: </ul>
1.33      miod      696:
1.36      miod      697: <hr>
                    698: <a name="install"></a>
                    699: <h3><font color="#0000e0">
                    700: <strong>Getting and installing OpenBSD/macppc:</strong>
                    701: </font></h3>
                    702:
                    703: <p>
                    704: The latest supported OpenBSD/macppc release is
1.195     steven    705: <a href="43.html">OpenBSD 4.3</a>.
1.36      miod      706: Here are the
1.195     steven    707: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.3/macppc/INSTALL.macppc">
                    708: OpenBSD/macppc 4.3 installation instructions
1.36      miod      709: </a>.
                    710:
                    711: <p>
                    712: Snapshots are made available from time to time, in
                    713: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
                    714: as well as in a few
                    715: <a href="ftp.html">mirrors</a>.
                    716: Here are the
                    717: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
                    718: OpenBSD/macppc snapshot installation instructions
                    719: </a> as well.
                    720:
                    721: <p>
                    722: There are several installation media provided:
1.57      krw       723:
1.36      miod      724: <ul>
                    725:   <li><strong>CD boot</strong>
                    726:   <p>
                    727:   With the OpenBSD CD inserted in the cdrom drive, powering the machine on
                    728:   while leaving the ``C'' key pressed will bootstrap the installation
                    729:   procedure.
1.59      drahn     730:   Alternatively, the CD can be booted at the Open Firmware prompt, with
1.36      miod      731: <pre>
1.195     steven    732:   boot cd:,ofwboot 4.3/macppc/bsd.rd
1.36      miod      733: </pre>
1.53      saad      734:   <li><strong>Mac OS based boot</strong>
1.36      miod      735:   <p>
1.53      saad      736:   If the system disk is shared with Mac OS, the <tt>ofwboot</tt> boot loader
1.36      miod      737:   and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
                    738:   or HFS+ partition.
1.59      drahn     739:   Then the installation procedure can be booted at the Open Firmware prompt,
1.36      miod      740:   with
                    741: <pre>
                    742:   boot hd:,ofwboot bsd.rd
                    743: </pre>
                    744: </ul>
                    745:
                    746: <a name="multiboot"></a>
                    747: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                    748: <p>
1.53      saad      749: Having OpenBSD multiboot, or share, a disk with Mac OS X/Mac OS 9
1.36      miod      750: is possible as long as the disk is first partitioned with the
1.53      saad      751: Mac OS utility, <i>Drive Setup</i> (Mac OS 9) or <i>System Disk
                    752: Utility</i> (Mac OS X).
1.36      miod      753: Unallocated space, or a partition not in use, must be left for OpenBSD's use.
1.202     sthen     754: Since OpenBSD is only able to boot from an HFS (not Mac OS X UFS) filesystem,
                    755: the first partition must be formatted as HFS or HFS+, not UFS, to be able to
                    756: boot OpenBSD.
1.36      miod      757:
                    758: <p>
                    759: Please refer to the installation instructions for more details on how to
                    760: install a shared disk.
1.53      saad      761: Standalone (no Mac OS present) installation is also supported.
1.36      miod      762:
                    763: <a name="root"></a>
                    764: <h3><font color="#0000e0">Boot device considerations:</font></h3>
                    765: <p>
                    766: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
                    767: which can have two devices on them (ultra0, ultra1, ide0, ide1).
                    768: When multiple drives are present in the system, there are limitations
                    769: of which drives can be configured as the OpenBSD root drive.
                    770: Invalid configurations will not be able to properly
                    771: detect which drive is the root drive, so any attempt will either
                    772: prompt for a root drive or fail.
                    773:
                    774: <ul>
                    775: <li><tt>ultra0</tt> is always a valid root drive.
                    776: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
                    777:   is a hard drive, not a non-hard disk ATAPI device).
                    778: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
                    779:   located at <tt>ultra1</tt>,
                    780: <li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
                    781:   drives are connected to the Ultra bus.
                    782: </ul>
                    783:
                    784: <hr>
1.33      miod      785: <a name="problems"></a>
                    786: <h3><font color="#0000e0">Known Problems</font></h3>
                    787:
                    788: <ul>
                    789: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
                    790:   while running from battery.
                    791: <li>Older iMacs can have a problem with the USB keyboard driver where
                    792:   the first key pressed after boot will repeat endlessly.  The workaround
                    793:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
                    794:   after the problem has occurred.
                    795: </ul>
1.1       brad      796:
1.36      miod      797: <hr>
1.33      miod      798: <a name="other"></a>
                    799: <h3><font color="#0000e0">Other Features</font></h3>
1.1       brad      800:
1.33      miod      801: <ul>
                    802: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
                    803: will reset the computer.
                    804: </ul>
1.5       miod      805:
1.1       brad      806: <hr>
1.33      miod      807: <a href="plat.html">
                    808: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    809: </a>
                    810: <br>
                    811: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       brad      812: <br>
1.205   ! jsg       813: <small>$OpenBSD: macppc.html,v 1.204 2008/09/11 14:19:33 jsg Exp $</small>
1.1       brad      814:
                    815: </body>
                    816: </html>