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

Annotation of www/mac68k.html, Revision 1.49

1.42      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.3       fn          3: <html>
1.1       deraadt     4: <head>
                      5: <title>OpenBSD/mac68k</title>
1.42      miod        6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/mac68k page">
                     10: <meta name="keywords" content="openbsd,mac68k">
                     11: <meta name="distribution" content="global">
1.37      horacio    12: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.42      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/mac68k</font></h2>
1.1       deraadt    19:
1.3       fn         20: <hr>
1.11      briggs     21:
                     22: <p>
1.42      miod       23: OpenBSD/mac68k runs on many of the Motorola 680x0-based Apple Macintosh
1.47      henning    24: computers.
1.42      miod       25: It requires a Motorola 68020, 68030, or a 68040 processor.  If you have a
1.11      briggs     26: 68020, it will also need a Motorola 68851 PMMU (note that this is
1.42      miod       27: different from the 68881, which is an FPU).
                     28: </p>
                     29:
                     30: <p>
                     31: A mailing list dedicated to the OpenBSD/mac68k port is available at
                     32: <u><font color="#23238e">mac68k@openbsd.org</font></u>.
                     33: To join the OpenBSD/mac68k mailing list, send a message body of <b>"subscribe
                     34: mac68k"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     35: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     36: subscribing.
                     37: </p>
                     38:
                     39: <p>
                     40: There is currently no maintainer for the mac68k port.
1.11      briggs     41: </p>
                     42:
1.42      miod       43: <a href="#toc"></a>
                     44: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     45: <p>
                     46: <ul>
1.46      jufi       47:   <li><a href="#history">History of the port</a>
1.42      miod       48:   <li><a href="#status">Current status</a>
1.44      miod       49:   <li><a href="#hardware">Supported hardware list</a>
1.42      miod       50:   <li><a href="#install">Getting and installing OpenBSD/mac68k</a>
                     51: </ul>
                     52: </p>
                     53:
                     54: <hr>
                     55: <a name="history"></a>
                     56: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       deraadt    57:
1.3       fn         58: <p>
1.11      briggs     59: The mac68k port of OpenBSD was derived from NetBSD/mac68k, and it
1.42      miod       60: used to support most of the same hardware as NetBSD.
                     61: Although this port is still being supported, there has been no effort
                     62: to catch up with recent NetBSD developments.
                     63: </p>
                     64:
                     65: <hr>
                     66: <a name="status"></a>
                     67: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     68:
                     69: <p>
                     70: Currently, all hardware listed in the
                     71: <a href="#hardware">supported hardware list</a> section below should boot
                     72: multi-user, and support enough of the on-board devices to be generally
                     73: usable.
                     74: </p>
                     75:
                     76: <hr>
                     77: <a name="hardware"></a>
                     78: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     79:
                     80: <p>
                     81: <h4>Supported machines</h4>
                     82: </p>
                     83:
                     84: <p>
                     85: OpenBSD/mac68k now runs on a large part of the 680x0-based Macintosh
                     86: computers.
                     87: The kernel itself has support for the following processor combinations:
1.15      johns      88: <ul>
1.42      miod       89:   <li>68020 with 68851 PMMU and 68881 FPU
                     90:   <li>68030 with 68882 FPU
                     91:   <li>68040 (<b>not</b> including the 68LC040)
1.15      johns      92: </ul>
                     93: </p>
                     94:
                     95: <p>
1.42      miod       96: The following Macintosh models are ``fully'' supported.
                     97: This means that at least the SCSI controller, ADB (keyboard and mouse), and
                     98: some sort of display will function on these models.
                     99: On some of these machines, a PMMU and/or FPU are required as they are not
                    100: provided by default with the machine.
1.15      johns     101: <ul>
1.42      miod      102: <li>Macintosh II family: II, IIx, IIcx, IIci, IIsi, IIvx, IIvi
1.45      pvalchev  103: <li>Classic family: Color Classic, Classic II
1.42      miod      104: <li>Centris family: 650
                    105: <li>some models of the Duo series
                    106: <li>LC family: 520, 550, LC II, LC III
                    107: <li>Performa family: 4xx, 600
                    108: <li>Powerbook family: 140, 145, 145B, 160, 165, 165c, 170, 180, 180c
                    109: <li>Quadra family: 610, 650, 700, 800, 840AV
                    110: <li>SE/30
                    111: <li>MacTV
1.15      johns     112: </ul>
                    113: </p>
                    114:
1.42      miod      115: <p>
                    116: <h4>Supported devices</h4>
                    117: </p>
                    118:
                    119: <p>
1.15      johns     120: <ul>
1.42      miod      121: <li>Internal SCSI bus and most SCSI tapes, hard drives, and cdrom.
                    122: <li>Internal sound.
                    123: <li>Most NuBus video cards
                    124:   (there have been some problems with some 24-bit color cards).
                    125: <li>Both internal serial ports.
                    126: <li>ADB keyboards and mice
                    127: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&amp;sektion=4&amp;arch=mac68k">adb</a>).
                    128: <li>Ethernet cards based on the Natl. Semiconductor 8390 (Asante, Apple, and a few others)
                    129: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ae&amp;sektion=4&amp;arch=mac68k">ae</a>).
                    130: <li>Quadra/Centris AV series' onboard MACE ethernet.
                    131: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&amp;sektion=4&amp;arch=mac68k">mc</a>).
                    132: <li>Some ethernet cards based on the SONIC chip including internal Ethernet on many of Apple's non-AV Quadras/Centrises and PowerBook 500 series.
                    133: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sn&amp;sektion=4&amp;arch=mac68k">sn</a>).
1.15      johns     134: </ul>
1.42      miod      135: </p>
1.15      johns     136:
                    137: <p>
1.42      miod      138: <h4>Partially supported systems</h4>
                    139: </p>
                    140:
                    141: <p>
                    142: These systems lack support for the on-board frame buffer and/or adb subsystem,
                    143: but can be used with a serial console:
1.15      johns     144: <ul>
1.42      miod      145: <li>LC475
                    146: <li>Performa 475
                    147: <li>Quadra 605
                    148: <li>Quadra 950
1.15      johns     149: </ul>
1.42      miod      150: </p>
1.15      johns     151:
1.35      miod      152: <p>
                    153: Some systems are reportedly almost supported:
                    154: <ul>
1.36      miod      155: <li>LC/Performa575 (if 68LC040 replaced with a 68040)
                    156: <li>LC/Performa630 (if 68LC040 replaced with a 68040, and booted from an external SCSI drive)
                    157: <li>PowerBook 550c (but the internal SCSI drive is not supported yet)
1.35      miod      158: </ul>
1.42      miod      159: </p>
1.35      miod      160:
1.15      johns     161: <p>
1.42      miod      162: <h4>Unsupported machines</h4>
1.15      johns     163: </p>
                    164:
                    165: <p>
1.42      miod      166: <ul>
                    167: <li>PowerPC-based Macs. Some of these are supported in the
                    168:   <a href="macppc.html">OpenBSD/macppc</a> port.
                    169: <li>Machines based on Apple's IOP technology, including the Mac IIfx.
                    170: <li>Machines based on the 68LC040 processor.
                    171:   Unfortunately, the chip itself contains a major bug for which there is
1.43      miod      172:   no software workaround available in OpenBSD.
1.42      miod      173: </ul>
1.13      gene      174: </p>
                    175:
                    176: <p>
1.42      miod      177: <h4>Unsupported devices</h4>
1.3       fn        178: </p>
1.1       deraadt   179:
1.13      gene      180: <p>
1.42      miod      181: <ul>
                    182: <li>LCPDS ethernet cards.
                    183: <li>Apple Communication Slot (CS) ethernet cards.
1.48      nick      184: <li>Any other NuBus card not listed above.
1.42      miod      185: </ul>
1.8       briggs    186: </p>
                    187:
1.3       fn        188: <hr>
1.44      miod      189: <a name="install"></a>
                    190: <h3><font color="#0000e0">
                    191: <strong>Getting and installing OpenBSD/mac68k:</strong>
                    192: </font></h3>
                    193:
                    194: <p>
                    195: The latest supported OpenBSD/mac68k release is
1.49    ! miod      196: <a href="33.html">OpenBSD 3.3</a>.
1.44      miod      197: Here are the
1.49    ! miod      198: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.3/mac68k/INSTALL.mac68k">
        !           199: OpenBSD/mac68k 3.3 installation instructions
1.44      miod      200: </a>.
                    201: </p>
                    202:
                    203: <p>
                    204: Snapshots are made available from time to time, in
                    205: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mac68k">this location</a>
                    206: as well as in a few
                    207: <a href="ftp.html">mirrors</a>.
                    208: Here are the
                    209: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/mac68k/INSTALL.mac68k">
                    210: OpenBSD/mac68k snapshot installation instructions
                    211: </a> as well.
                    212: </p>
                    213:
                    214: <hr>
1.42      miod      215: <a href="plat.html">
                    216: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    217: </a>
                    218: <br>
                    219: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn        220: <br>
1.49    ! miod      221: <small>$OpenBSD: mac68k.html,v 1.48 2003/03/02 22:49:21 nick Exp $</small>
1.3       fn        222:
                    223: </body>
                    224: </html>