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

Annotation of www/macppc.html, Revision 1.13

1.1       brad        1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.2       brad        4: <title>OpenBSD/macppc</title>
1.1       brad        5: <link rev="made" href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
1.2       brad        7: <meta name="description" content="the OpenBSD/macppc page">
1.1       brad        8: <meta name="keywords" content="openbsd,ppc,powerpc,mac,macintosh,apple">
                      9: <meta name="distribution" content="global">
1.8       horacio    10: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.1       brad       11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     14: <img border="0" alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif">
                     15: <p>
1.2       brad       16: <h2><font color="#e00000">macppc</font><hr></h2>
1.1       brad       17:
                     18: <h3><font color="#0000e0">Supported Hardware:</font></h3>
                     19: <p>
1.13    ! nick       20: PowerPC-based Macintosh systems are divided into "Old World" and "New World"
        !            21: systems, the difference being
        !            22: <a href="http://developer.apple.com/technotes/tn/tn1167.html">the design
        !            23: of the system ROM</a>.  Only "New World" machines are supported.
        !            24: Known compatible systems include the following:
1.1       brad       25: <ul>
1.12      drahn      26: <li>PowerMac G3 (B&W)
                     27: <li><a href="http://docs.info.apple.com/article.html?artnum=58418">PowerMac G4
                     28: </a> (PCI Graphics? - untested but should work)
                     29: <li>PowerMac G4 (AGP Graphics)
                     30: <li>PowerMac G4 (Digital Audio)
                     31: <li>PowerMac G4 (QuickSilver)
                     32: <li>PowerMac G4 (QuickSilver 2002)
1.1       brad       33: <li>PowerMac Dual G4
                     34: <li>PowerMac G4 Cube
                     35: <li>iMac Rev A
                     36: <li>iMac Rev B
                     37: <li>iMac Rev C
                     38: <li>iMac DV
                     39: <li>iMac DV+
1.11      drahn      40: <li>LCD iMac <i>(new with 3.1)</i>
1.1       brad       41: <li>PowerBook G3 (FireWire)
                     42: <li>PowerBook G4
1.3       miod       43: <li>iBook
1.11      drahn      44: <li>iBook2 <i>(problems with Combo drive thought to be fixed in 3.1)</i>
1.1       brad       45: <li>StarMax <i>(development in progress)</i>
                     46: <li>others... <i>(development in progress)</i>
                     47: </ul>
1.13    ! nick       48: To help us improve the accuracy of this list, <b>PLEASE</b>
        !            49: <a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
        !            50: to <a href="mailto:dmesg@openbsd.org">dmesg@OpenBSD.org</a>.
        !            51:
1.11      drahn      52: <h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
                     53: <p>
1.13    ! nick       54: Having OpenBSD multiboot, or share, a disk with OS X/MacOS 9
        !            55: is possible as long as the disk is first partitioned with the
        !            56: macOS utility, <i>Drive Setup</i> (MacOS9) or <i>System Disk
        !            57: Utility</i> (Mac OS X). Unallocated space or a
        !            58: no longer desired partition must be left for OpenBSD's use.
        !            59: Since OpenBSD is only able to boot from HFS (not MacOS X UFS) partitions
        !            60: the first partition must formated HFS(+), not UFS, to be able to boot
1.11      drahn      61: OpenBSD.
                     62: <p>
                     63: See INSTALL.macppc for more details on how to install a shared disk.
                     64: <p>
1.13    ! nick       65: Stand-alone (no MacOS present) installation is also supported.
1.11      drahn      66:
                     67: <h3><font color="#0000e0">Root Drive:</font></h3>
                     68: <p>
1.13    ! nick       69: Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of
        !            70: which can have two devices on them (ultra0, ultra1, ide0, ide1).
        !            71: When multiple drives are present in the system, there are limitations
        !            72: of which drives can be configured as the OpenBSD root drive.
        !            73: Invalid configurations will not be able to properly
        !            74: detect which drive is the root drive, so any attempt will either
        !            75: prompt for a root drive or fail.
        !            76: <p>
        !            77: <ul>
        !            78: <li><tt>ultra0</tt> is always a valid root drive.
        !            79: <li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt>
        !            80:   is a hard drive, not a non-hard disk ATAPI device).
        !            81: <li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is
        !            82:   located at <tt>ultra1</tt>,
        !            83: <li><tt>ide0</tt> (CD-ROM) is valid as a root drive <b>only</b> if no hard
        !            84:   drives are connected to the Ultra bus.
1.11      drahn      85: </ul>
                     86:
                     87: <h3><font color="#0000e0">X Window System:</font></h3>
                     88: <p>
1.13    ! nick       89: XFree86 Version 4.2.0 is supported on all MacPPC systems, however
        !            90: only the ATI graphics adapters are supported by an <i>accelerated</i>
        !            91: X server at the current time.
        !            92: The nVidia accelerated X server does not currently work, however nVidia
        !            93: (and ATI) cards can be used by X in framebuffer (unaccelerated) mode,
        !            94: at the boot resolution and color depth using the wsfb driver (installed by
        !            95: default).
        !            96: <p>
        !            97: Directions on enabling the accelerated X server is
        !            98: in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.11      drahn      99: <p>
                    100:
                    101: <h3><font color="#0000e0">Known Problems</font></h3>
                    102: <ul>
1.13    ! nick      103: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gm&sektion=4&arch=powerpc">gm0</a>
        !           104:   ethernet driver does not support 1000Mbps operation, only 10/100Mbps.
        !           105: <li>Laptop systems may power off within 2-5 minutes if the lid is closed
        !           106:   while running from battery.
        !           107: <li>Older iMacs can have a problem with the USB keyboard driver where
        !           108:   the first key pressed after boot will repeat endlessly.  The workaround
        !           109:   is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse
        !           110:   after the problem has occurred.
        !           111: </ul>
        !           112:
        !           113: <h3><font color="#0000e0">Other Features</font></h3>
        !           114: <ul>
        !           115: <li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards
        !           116: will reset the computer.
1.11      drahn     117: </ul>
                    118:
                    119: <h3><font color="#0000e0">Supported Hardware:</font></h3>
1.1       brad      120:
                    121: <p>
                    122: <b>Onboard I/O modules</b> (obio)
                    123: <ul>
                    124: <li>Apple Paddington
                    125: <li>Apple Keylargo
                    126: </ul>
                    127:
                    128: <p>
1.13    ! nick      129: <b>PCI-Bridges</b>
        !           130: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4">pchb</a>)
1.1       brad      131: <ul>
                    132: <li>Apple Uni-North
                    133: <li>Apple Uni-North AGP
                    134: <li>Apple Uni-North Eth
                    135: <li>Motorola MPC106 Host-PCI
                    136: </ul>
                    137:
                    138: <p>
                    139: <b>Video Cards</b>
                    140: <ul>
                    141: <li>ATI Mach64 GP
                    142: <li>ATI Mach64 GV
                    143: <li>ATI Mach64 128 PK
                    144: <li>ATI Mach64 128 VR AGP
                    145: <li>ATI Mobility M3
                    146: <li>ATI Rage Fury AGP4x
                    147: </ul>
                    148:
                    149: <p><b>Ethernet</b>
                    150: <ul>
1.11      drahn     151: <li>DEC DECchip 21040 (Tulip) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>)
                    152: <li>DEC DECchip 21143 (Tulip clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>)
1.1       brad      153: <li>Apple iMac Rev. A-C Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bm&sektion=4&arch=powerpc">bm</a>)
                    154: <li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gm&sektion=4&arch=powerpc">gm</a>)
                    155: </ul>
                    156:
                    157: <b>Wireless Ethernet Adapters</b><p>
                    158: <ul>
                    159: <li>Aironet 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an</a>)
                    160: <li>WaveLAN 802.11DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
                    161: </ul>
                    162: <p>
                    163:
1.13    ! nick      164: <p><b>SCSI and IDE Host Adapters</b>
1.1       brad      165: <ul>
                    166: <li>Symbios Logic 53c810, 53c825 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.13    ! nick      167: <li>All PCI IDE
        !           168: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)
        !           169: adapters supported by the <a href="i386.html">i386</a> platform
1.1       brad      170: </ul>
                    171:
                    172: <p><b>RAID Controllers</b>
                    173: <ul>
                    174: <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&sektion=4">iop</a>)
                    175: </ul>
                    176:
                    177: <p><b>Drives</b>
                    178: <ul>
                    179: <li>All IDE devices supported on the <a href="i386.html">i386</a>.
                    180: <li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
                    181: <li>All SCSI drives supported on the <a href="i386.html">i386</a>.
                    182: </ul>
                    183:
                    184: <p><b>USB Controllers/Hubs</b>
                    185: <ul>
                    186: <li>Apple USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
                    187: <li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
                    188: <li>Opti RM861HA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
                    189: <li>Alps Electric Hub in Apple USB Keyboard
                    190: </ul>
                    191:
                    192: <p><b>USB Devices</b>
                    193: <ul>
                    194: <li>Alps Electric Apple USB Keyboard (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
                    195: <li>Solid Year Keyboard and Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>)
                    196: <li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>)
                    197: <li>Kensington Kensington USB/PS2 Wheel Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>)
1.3       miod      198: <li>USB Zip Drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&sektion=4">umass</a>)
1.1       brad      199: </ul>
                    200:
1.13    ! nick      201: <p><b>Other Devices</b>
        !           202: <ul>
        !           203: <li>Serial Ports: While the modern PowerMacintosh series has no external
        !           204:   standard serial ports, many have an on-board modem which can be
        !           205:   removed and replaced with an adapter (several manufacturers of these exist)
        !           206:   which will produce a standard (and supported) serial port.
        !           207: </ul>
        !           208:
1.6       jason     209: <p><b>Cryptography Devices</b>
                    210: <ul>
1.9       jason     211: <li>Hifn 7751/7811/7951 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>)
                    212: <li>Bluesteelnet 5501/5601, Broadcom 5805/5820/5821 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec</a>)
1.6       jason     213: </ul>
                    214:
1.1       brad      215: <hr>
                    216: <p>
                    217: <a name="#unsup"><h3><font color=#0000e0>Unsupported Hardware:</font></h3></a>
                    218: <ul>
1.13    ! nick      219: <li>Older Apple PowerMac systems with a 601 processor and those that
        !           220:   lack OpenFirmware are not supported.
        !           221: <li>Older OpenFirmware machines are not currently supported.
        !           222:   This is mostly due to lack of developer resources and limited
        !           223:   availability of hardware.
        !           224: <li>Texas Instruments TSB12LV23 FireWire is recognized, but not supported.
        !           225: <li>Built-in modems on most machines are not supported.  In many systems,
        !           226:   the serial port the modem is attached to is supported, but the modem
        !           227:   itself is not supported.
        !           228: <li>Newer PowerBooks have an internal modem attached as a USB device, these
        !           229:   are not supported.
        !           230: <li>The new 'digital audio' subsystem on iBooks and newer PBG4, G4 and iMacs
        !           231:   is not supported.
        !           232: <li>The built-in Cardbus slot in PowerBook systems is not supported.
        !           233: <li>Sleep/Suspend is not supported.
        !           234: <li>Turning off the backlight and screen blanking is not supported.
1.1       brad      235: </ul>
                    236: <hr>
1.13    ! nick      237: <p>If you are looking for or are willing to test new pre-release
        !           238: features, you can try using a
        !           239: <a href="faq/upgrade-minifaq.html#1.1">snapshot</a> which are made available
        !           240: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/macppc">on the FTP
        !           241: sites</a> from time to time.
1.1       brad      242: <p>
                    243:
                    244: <hr>
1.5       miod      245: <p>
1.1       brad      246: Contact
                    247: <a href="mailto:deraadt@openbsd.org">Theo de Raadt</a> or
                    248: <a href="mailto:drahn@openbsd.org">Dale Rahn</a>
                    249: if you are interested in working with other people on this, or need more
                    250: information.
                    251:
1.5       miod      252: <p>
                    253: A mailing list for users and developers exists at
                    254: <a href="mailto:ppc@openbsd.org">ppc@openbsd.org</a>.
                    255: To join the OpenBSD/macppc mailing list, send a message body of <b>"subscribe
                    256: ppc"</b> to <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>.
                    257: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                    258: subscribing.
                    259: </p>
                    260:
1.1       brad      261: <hr>
                    262: <a href="plat.html"><img height="24" width="24" src="back.gif" border="0" alt="[OpenBSD]"></a>
                    263: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    264: <br>
1.13    ! nick      265: <small>$OpenBSD: macppc.html,v 1.12 2002/04/08 13:47:41 drahn Exp $</small>
1.1       brad      266:
                    267: </body>
                    268: </html>