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

File: [local] / www / macppc.html (download) (as text)

Revision 1.35, Mon Dec 30 11:20:57 2002 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.34: +3 -3 lines

Fix some wording and layout glitches.

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD/macppc</title>
<link rev="made" href="mailto:www@openbsd.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD/macppc page">
<meta name="keywords" content="openbsd,macppc,ppc,powerpc,mac,macintosh,apple">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">
<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<p>
<h2><font color="#e00000">OpenBSD/macppc</font></h2>

<hr>

<p>
OpenBSD/macppc runs on the PowerPC-based Macintosh systems from the
<i>``New World''</i> family, i.e. all Apple computers from the iMac to current
models.
</p>

<p>
A mailinglist dedicated to the OpenBSD/macppc port is available at
<u><font color="#23238e">ppc@openbsd.org</font></u>.
To join the OpenBSD/macppc mailing list, send a message body of <b>"subscribe
ppc"</b> to
<a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
Please be sure to check our <a href="mail.html">mailing list policy</a> before
subscribing.
</p>

<p>
The current port maintainer is Dale Rahn
(<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
</p>

<a href="#toc"></a>
<h3><font color="#0000e0"><i>Table of contents</i></font></h3>
<p>
<ul>
  <li><a href="#history">Past history of the port</a>
  <li><a href="#status">Current status</a>
  <li><a href="#projects">Project list</a>
  <li><a href="#install">Getting and installing OpenBSD/macppc</a>
  <li><a href="#multiboot">Multiboot/Shared HFS disks</a>
  <li><a href="#root">Boot device considerations</a>
  <li><a href="#hardware">Supported hardware list</a>
  <li><a href="#problems">Known problems</a>
  <li><a href="#other">Other features</a>
</ul>
</p>

<hr>
<a name="history"></a>
<h3><font color="#0000e0"><strong>History:</strong></font></h3>

<p>
The OpenBSD/macppc port started as OpenBSD/powerpc, and was initially
focused on Motorola computers with OpenFirmware, and VI Power4e boards.
This port was eventually thrown away after OpenBSD 2.5 was released.
As a result there was no OpenBSD/powerpc port for the 2.6 and 2.7 releases.
In the meantime, a new port was started, focusing on Apple hardware, and
based on code from NetBSD/macppc, and after a lot of work from Dale Rahn,
OpenBSD 2.8 was released with a powerpc port.
As work on the port continued, it was renamed to OpenBSD/macppc for 3.0.
</p>

<hr>
<a name="status"></a>
<h3><font color="#0000e0"><strong>Current status:</strong></font></h3>

<p>
Currently, all the hardware listed in the
<a href="#hardware">supported hardware list</a> section below boots
multi-user, supports most, if not all, of the on-board devices, and is
generally useable.
</p>

<a name="X11"></a>
<p>
The X-Window system is supported on all MacPPC systems, however
only the ATI graphics adapters are supported by an <i>accelerated</i> 
X server at the current time.
The nVidia accelerated X server does not currently work, however nVidia
(and ATI) cards can be used by X in framebuffer (unaccelerated) mode, 
at the boot resolution and color depth using the wsfb driver (installed by 
default).
</p>

<p>
Directions on enabling the accelerated X server can be found
in the <tt>/usr/X11R6/README</tt> file on the installed system.
</p>

<hr>
<a name="projects"></a>
<h3><font color="#0000e0"><strong>Projects (in no particular order):
</strong></font></h3>

<p>
<ul>
  <li>Work on unsupported on-board devices
  <li>Fix known problems
  <li>Improve port-specific documentation
  <li>Test more platforms and peripherals, especially PCI drivers
</ul>
</p>

<hr>
<a name="install"></a>
<h3><font color="#0000e0">
<strong>Getting and installing OpenBSD/macppc:</strong>
</font></h3>

<p>
The latest supported OpenBSD/macppc release is
<a href="32.html">OpenBSD 3.2</a>.
Here are the
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/macppc/INSTALL.macppc">
OpenBSD/macppc 3.2 installation instructions
</a>.
</p>

<p>
Snapshots are made available from time to time, in
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc">this location</a>
as well as in a few
<a href="ftp.html">mirrors</a>.
Here are the
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/macppc/INSTALL.macppc">
OpenBSD/macppc snapshot installation instructions
</a> as well.
</p>

<p>
There are several installation media provided:
<ul>
  <li><strong>CD boot</strong>
  <p>
  With the OpenBSD CD inserted in the cdrom drive, powering the machine on
  while leaving the ``C'' key pressed will bootstrap the installation
  procedure.
  Alternatively, the CD can be booted at the OpenFirmware prompt, with
<pre>
  boot cd:,ofwboot 3.2/macppc/bsd.rd
</pre>
  </p></li>
  <li><strong>MacOS-based boot</strong>
  <p>
  If the system disk is shared with MacOS, the <tt>ofwboot</tt> boot loader
  and the <tt>bsd.rd</tt> installation media can be copied to the first HFS
  or HFS+ partition.
  Then the installation procedure can be booted at the OpenFirmware prompt,
  with
<pre>
  boot hd:,ofwboot bsd.rd
</pre>
</ul>
</p>

<a name="multiboot"></a>
<h3><font color="#0000e0">Multiboot/Shared HFS disks:</font></h3>
<p>
Having OpenBSD multiboot, or share, a disk with OS X/MacOS 9 
is possible as long as the disk is first partitioned with the 
MacOS utility, <i>Drive Setup</i> (MacOS 9) or <i>System Disk 
Utility</i> (MacOS X).
Unallocated space, or a partition not in use, must be left for OpenBSD's use. 
Since OpenBSD is only able to boot from HFS (not MacOS X UFS) filesystem,
the first partition must formated as HFS or HFS+, not UFS, to be able to boot
OpenBSD.
</p>

<p>
Please refer to the installation instructions for more details on how to
install a shared disk.
Standalone (no MacOS present) installation is also supported.
</p>

<a name="root"></a>
<h3><font color="#0000e0">Boot device considerations:</font></h3>
<p>
Modern MacPPC systems have two IDE interfaces (called Ultra and IDE), each of 
which can have two devices on them (ultra0, ultra1, ide0, ide1).
When multiple drives are present in the system, there are limitations
of which drives can be configured as the OpenBSD root drive. 
Invalid configurations will not be able to properly
detect which drive is the root drive, so any attempt will either
prompt for a root drive or fail.
</p>

<p>
<ul>
<li><tt>ultra0</tt> is always a valid root drive.
<li><tt>ultra1</tt> is valid as a root disk, as long as <tt>ultra0</tt> 
  is a hard drive, not a non-hard disk ATAPI device).
<li><tt>ide1</tt> (Zip drive bay) is valid as a root disk if no hard drive is 
  located at <tt>ultra1</tt>, 
<li><tt>ide0</tt> (cdrom) is valid as a root drive <b>only</b> if no hard
  drives are connected to the Ultra bus.
</ul>
</p>

<hr>
<a name="hardware"></a>
<h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>

<p>
<h4>Supported models</h4>
</p>

<p>
PowerPC-based Macintosh systems are divided into <i>"Old World"</i> and
<i>"New World"</i> systems, the difference being
<a href="http://developer.apple.com/technotes/tn/tn1167.html">the design
of the system ROM</a>.
Only <i>"New World"</i> machines are currently supported. 
Known compatible systems include the following:
<ul>
<li>PowerMac G3 (B&amp;W)
<li><a href="http://docs.info.apple.com/article.html?artnum=58418">PowerMac G4
</a> (PCI Graphics? - untested but should work)
<li>PowerMac G4 (AGP Graphics)
<li>PowerMac G4 (Digital Audio)
<li>PowerMac G4 (QuickSilver)
<li>PowerMac G4 (QuickSilver 2002)
<li>PowerMac Dual G4
<li>PowerMac G4 Cube
<li>iMac Rev A
<li>iMac Rev B
<li>iMac Rev C
<li>iMac DV
<li>iMac DV+
<li>LCD iMac
<li>PowerBook G3 (FireWire)
<li>PowerBook G4
<li>iBook
<li>iBook2 <i>(problems with Combo drive thought to be fixed in 3.1)</i>
<li>Xserve <i>(currently only running on serial console with video card removed)</i>
<li>StarMax <i>(development in progress)</i>
<li>others... <i>(development in progress)</i>
</ul>
To help us improve the accuracy of this list, <b>PLEASE</b> 
<a href="faq/faq4.html#SendDmesg">send your dmesg</a> after installation
to <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a>.
</p>

<p>
<h4>Supported peripherals</h4>
</p>

<p>
<ul>
<li><strong>Onboard I/O modules</strong> (obio)
<ul>
<li>Apple Paddington
<li>Apple Keylargo
</ul>

<li><strong>PCI-Bridges</strong> 
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&amp;sektion=4">pchb</a>)
<ul>
<li>Apple Uni-North
<li>Apple Uni-North AGP
<li>Apple Uni-North Eth
<li>Motorola MPC106 Host-PCI
</ul>

<li><strong>Video Cards</strong>
<ul>
<li>ATI Mach64 GP
<li>ATI Mach64 GV
<li>ATI Mach64 128 PK
<li>ATI Mach64 128 VR AGP
<li>ATI Mobility M3
<li>ATI Rage Fury AGP4x
</ul>

<li><strong>Ethernet</strong>
<ul>
<li>DEC DECchip 21040 (Tulip) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>)
<li>DEC DECchip 21143 (Tulip clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
<li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
    <ul>
    <li>Intel EtherExpress PRO/10+
    <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
    <li>Intel EtherExpress PRO/100+ "Management Adapter"
    <li>Intel EtherExpress PRO/100 Dual Port
    <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
    </ul>
<li>Intel 21145-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
<li>Apple iMac Rev. A-C Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bm&amp;sektion=4&amp;arch=powerpc">bm</a>)
<li>Apple GMAC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4">gem</a>)
<li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including:
    <ul>
    <li>3Com 3c985 and 3c985B
    <li>Alteon ACEnic V (fiber and copper)
    <li>Digital EtherWORKS 1000SX
    <li>Farallon PN9000SX
    <li>Netgear GA620 and GA620T
    <li>SGI Tigon
    </ul>

<li>Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>),
including:
    <ul>
    <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
    <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
    <li> Intel PRO/1000T Server Adapter (PWLA8490T)
    <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
    <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
    <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
    <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
    <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
    <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
    <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
    <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
    <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
    <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
    </ul>
</ul>
 
<li><strong>Wireless Ethernet Adapters</strong>
<ul>
<li>Aironet 802.11DS PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;sektion=4">an</a>)
<li>WaveLAN 802.11DS onboard airport slot, PCI and CardBus (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
<li>Prism II and Prism 2.5 PCI and Cardbus (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) see <a href="i386.html">i386</a> for a complete list.
</ul>

<li><strong>SCSI and IDE Host Adapters</strong>
<ul>
<li>Symbios Logic 53c810, 53c825 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
<li>All PCI IDE 
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>) 
adapters supported by the <a href="i386.html">i386</a> platform
</ul>

<li><strong>RAID Controllers</strong>
<ul>
<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;sektion=4">iop</a>)
</ul>

<li><strong>Drives</strong>
<ul>
<li>All IDE devices supported on the <a href="i386.html">i386</a>.
<li>All ATAPI drives supported on the <a href="i386.html">i386</a>.
<li>All SCSI drives supported on the <a href="i386.html">i386</a>.
</ul>

<li><strong>USB Controllers/Hubs</strong>
<ul>
<li>Apple USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
<li>OHCI root hub (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
<li>Opti RM861HA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
<li>Alps Electric Hub in Apple USB Keyboard
</ul>
 
<li><strong>USB Devices</strong>
<ul>
<li>Alps Electric Apple USB Keyboard (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
<li>Solid Year Keyboard and Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
<li>Logitech M4848 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
<li>Kensington Kensington USB/PS2 Wheel Mouse (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
<li>USB Zip Drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
</ul> 

<li><strong>Cardbus/PCMCIA bridges</strong>
<ul>
<li>PBG4 onboard cardbus bridge is now supported, as are PCI CardBus bridges. 
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
<li>Orinoco/Prism cards are only current supported cards
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
</ul>
<li><strong>Cryptography Devices</strong>
<ul>
<li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>)
<li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>)
<li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including:
    <ul>
    <li>Soekris Engineering vpn1201 and vpn1211
    <li>GTGI PowerCrypt Encryption Accelerator
    <li>NetSec 7751
    <li>Hifn reference board
    <li>Invertex AEON
    </ul>
</ul>

<li><strong>Other Devices</strong>
<ul>
<li>Serial Ports: While the modern PowerMacintosh series has no external 
  standard serial ports, many have an on-board modem which can be 
  removed and replaced with an adapter (several manufacturers of these exist)
  which will produce a standard (and supported) serial port.
<li>Firewire device now probes and is configured, but no devices will attach
  on the firewire bus, yet.
<li>Backlight on lcd devices can be controlled through the brightness control
keys on ADB (laptop) keyboards, or through'wsconsctl -w display.brightness=xx'
(0 - 100) and 'wsconsctl -w display.backlight=xx' (0 or 100)
</ul>
</ul>
</p>

<p>
<a name="unsup"></a>
<h4>Unsupported Hardware</h4>
</p>

<p>
<ul>
<li>Older Apple PowerMac systems with a 601 processor or lacking
  OpenFirmware are not supported. 
<li>Older OpenFirmware machines are not currently supported.
  This is mostly due to lack of developer resources and limited 
  availability of hardware.
<li>Built-in modems on most machines are not supported.  In many systems,
  the serial port the modem is attached to is supported, but the modem 
  itself is not supported. 
<li>Newer PowerBooks have an internal modem attached as a USB device, these
  are not supported.
<li>The new 'digital audio' subsystem on iBooks and newer PBG4, G4 and iMacs
  is not supported.
<li>Sleep/Suspend on laptops is not supported.
</ul>
</p>

<a name="problems"></a>
<h3><font color="#0000e0">Known Problems</font></h3>

<p>
<ul>
<li>Laptop systems may power off within 2-5 minutes if the lid is closed 
  while running from battery.
<li>Older iMacs can have a problem with the USB keyboard driver where 
  the first key pressed after boot will repeat endlessly.  The workaround 
  is to press &lt;SHIFT&gt; first or to disconnect and reconnect the USB mouse 
  after the problem has occurred.
</ul>
</p>

<a name="other"></a>
<h3><font color="#0000e0">Other Features</font></h3>

<p>
<ul>
<li> &lt;CTRL&gt;&lt;CMD&gt;&lt;POWER&gt; on ADB (not USB) keyboards 
will reset the computer.
</ul>
</p>

<hr>
<a href="plat.html">
<img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
</a> 
<br>
<small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
<br>
<small>$OpenBSD: macppc.html,v 1.35 2002/12/30 11:20:57 miod Exp $</small>

</body>
</html>