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

Annotation of www/mac68k.html, Revision 1.89

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: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/mac68k page">
                      9: <meta name="keywords" content="openbsd,mac68k">
                     10: <meta name="distribution" content="global">
1.87      miod       11: <meta name="copyright" content="This document copyright 1996-2013 by OpenBSD.">
1.3       fn         12: </head>
                     13:
1.42      miod       14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
                     17: <h2><font color="#e00000">OpenBSD/mac68k</font></h2>
1.1       deraadt    18:
1.3       fn         19: <hr>
1.11      briggs     20:
                     21: <p>
1.87      miod       22: OpenBSD/mac68k used to run on many of the Motorola 680x0-based Apple Macintosh
1.47      henning    23: computers.
1.87      miod       24: It used to require a Motorola 68020 or better processor, with an external
                     25: Motorola 68851 PMMU in case of a 68020.
1.42      miod       26: </p>
                     27:
                     28: <p>
1.89    ! deraadt    29: <strong>The OpenBSD/mac68k port was discontinued after the 5.1 release.</strong>
1.87      miod       30: </p>
                     31:
                     32: <!--
                     33: <p>
1.42      miod       34: A mailing list dedicated to the OpenBSD/mac68k port is available at
                     35: <u><font color="#23238e">mac68k@openbsd.org</font></u>.
                     36: To join the OpenBSD/mac68k mailing list, send a message body of <b>"subscribe
                     37: mac68k"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     38: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     39: subscribing.
                     40: </p>
1.87      miod       41: -->
1.42      miod       42:
                     43: <p>
1.87      miod       44: There is currently no one working on bringing this port back to life.
                     45: The source code is still available in the CVS Attic, and code can be found in
                     46: NetBSD as well.
1.11      briggs     47: </p>
                     48:
1.79      nick       49: <a name="toc"></a>
1.42      miod       50: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     51: <p>
                     52: <ul>
1.46      jufi       53:   <li><a href="#history">History of the port</a>
1.56      nick       54:   <li><a href="#hardware">Supported hardware</a>
1.42      miod       55:   <li><a href="#install">Getting and installing OpenBSD/mac68k</a>
                     56: </ul>
                     57:
                     58: <hr>
                     59: <a name="history"></a>
                     60: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       deraadt    61:
1.3       fn         62: <p>
1.11      briggs     63: The mac68k port of OpenBSD was derived from NetBSD/mac68k, and it
1.42      miod       64: used to support most of the same hardware as NetBSD.
1.87      miod       65: </p>
1.84      nick       66:
                     67: <p>
                     68: Active building and testing of OpenBSD/mac68k was discontinued after
                     69: OpenBSD 4.6 due to lack of interest with developers and builder.
1.87      miod       70: </p>
1.42      miod       71:
                     72: <p>
1.87      miod       73: Eventually the lack of a proper firmware interface, requiring the use of a
                     74: MacOS application as the bootloader, with little or no possibility of updating
                     75: this application to match progress in OpenBSD (let alone rebuild it with a
                     76: free software toolchain) convinced the developers to give up supporting this
                     77: port, and remove the code from the tree.
                     78: </p>
1.62      martin     79:
1.42      miod       80: <hr>
                     81: <a name="hardware"></a>
                     82: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     83:
                     84: <p>
1.62      martin     85: <h4>Supported models</h4>
1.42      miod       86:
                     87: <p>
1.87      miod       88: OpenBSD/mac68k used to run on a large part of the 680x0-based Macintosh
1.42      miod       89: computers.
1.87      miod       90: The kernel itself had support for the following processor combinations:
1.15      johns      91: <ul>
1.42      miod       92:   <li>68020 with 68851 PMMU and 68881 FPU
                     93:   <li>68030 with 68882 FPU
                     94:   <li>68040 (<b>not</b> including the 68LC040)
1.15      johns      95: </ul>
                     96:
                     97: <p>
1.87      miod       98: The following Macintosh models used to be supported and tested.
1.62      martin     99: This means that at least the SCSI controller, serial console and on-board
1.87      miod      100: ethernet would function on these models.
                    101: On some of these machines, a full 68040 CPU was required to replace the
1.62      martin    102: default 68LC040 CPU.
1.15      johns     103: <ul>
1.75      martin    104: <li>Classic family: SE30
1.73      martin    105: <li>LC family: LC, LC II, LC III, LC III+, LC475, Performa 400-430, Performa 450, Performa 460, Performa 475, Performa 476
1.62      martin    106: <li>Centris family: 610, 650
1.66      martin    107: <li>Quadra family: 605, 610, 630, 650, 660AV, 700, 800, 840AV, 900, 950
1.15      johns     108: </ul>
                    109:
1.42      miod      110: <p>
                    111: <h4>Supported devices</h4>
                    112:
                    113: <p>
1.15      johns     114: <ul>
1.58      martin    115: <li>Internal SCSI controllers and peripherals:
                    116:  <ul>
                    117:  <li>Quadra/Centris series' onboard NCR 53c96 SCSI controller
                    118:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=mac68k">esp</a>).
                    119:  <li>Macintosh II-series', Performa, and LC-series' onboard NCR 5380 SCSI controller
                    120:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncrscsi&amp;sektion=4&amp;arch=mac68k">ncrscsi</a>,
                    121:  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sbc&amp;sektion=4&amp;arch=mac68k">sbc</a>).
                    122:  </ul>
                    123:  <ul>
                    124:  <li>SCSI disk drives
                    125:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd</a>).
                    126:  <li>SCSI cdrom drives
                    127:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>).
                    128:  <li>Autochangers
                    129:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>).
                    130:  <li>Tape drives
                    131:  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>).
                    132:  </ul>
                    133: <li>Internal sound
                    134: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asc&amp;sektion=4&amp;arch=mac68k">asc</a>).
1.60      martin    135: <li>NuBus internal expansion bus
1.68      martin    136: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nubus&amp;sektion=4&amp;arch=mac68k">nubus</a>).
1.74      martin    137: <li>Internal video and most NuBus video cards
                    138: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macfb&amp;sektion=4&amp;arch=mac68k">macfb</a>).
1.58      martin    139: <li>Both internal serial ports
                    140: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zsc&amp;sektion=4&amp;arch=mac68k">zsc</a>).
1.42      miod      141: <li>ADB keyboards and mice
1.62      martin    142: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&amp;sektion=4&amp;arch=mac68k">adb</a>) (except on the IIfx, Quadra 900 and 950).
1.42      miod      143: <li>Ethernet cards based on the Natl. Semiconductor 8390 (Asante, Apple, and a few others)
                    144: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ae&amp;sektion=4&amp;arch=mac68k">ae</a>).
1.58      martin    145: <li>Quadra/Centris AV series' onboard MACE ethernet
1.42      miod      146: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mc&amp;sektion=4&amp;arch=mac68k">mc</a>).
1.67      martin    147: <li>Some ethernet cards based on the SONIC chip including internal Ethernet on many of Apple's non-AV Quadras/Centrises
1.42      miod      148: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sn&amp;sektion=4&amp;arch=mac68k">sn</a>).
1.15      johns     149: </ul>
                    150:
                    151: <p>
1.62      martin    152: <h4>Untested systems</h4>
1.87      miod      153: The following Macintosh models used to be untested, and/or lacked support for
                    154: major subsystems.
1.15      johns     155: <ul>
1.62      martin    156: <li>Classic family: Color Classic, Classic II
                    157: <li>Macintosh II family: Mac II, IIx, IIcx, IIci, IIsi, IIfx, IIvi, IIvx, Performa 600
                    158: <li>500 family: 520, 550, 575, 580, Mac TV
1.15      johns     159: </ul>
                    160:
1.35      miod      161: <p>
1.62      martin    162: <h4>Unsupported systems</h4>
1.42      miod      163: <ul>
                    164: <li>PowerPC-based Macs. Some of these are supported in the
                    165:   <a href="macppc.html">OpenBSD/macppc</a> port.
1.62      martin    166: <li>Powerbook family. Hardware capabilities limit the usability of these
                    167:   systems.
1.42      miod      168: <li>Machines based on the 68LC040 processor.
                    169:   Unfortunately, the chip itself contains a major bug for which there is
1.43      miod      170:   no software workaround available in OpenBSD.
1.42      miod      171: </ul>
1.13      gene      172:
                    173: <p>
1.42      miod      174: <h4>Unsupported devices</h4>
1.1       deraadt   175:
1.13      gene      176: <p>
1.42      miod      177: <ul>
                    178: <li>Apple Communication Slot (CS) ethernet cards.
1.48      nick      179: <li>Any other NuBus card not listed above.
1.59      martin    180: <li>Floppy drive.
1.62      martin    181: <li>IOP ADB subsystem on the IIfx, Quadra 900 and 950.
                    182: <li>IDE drives.
1.42      miod      183: </ul>
1.8       briggs    184:
1.3       fn        185: <hr>
1.44      miod      186: <a name="install"></a>
                    187: <h3><font color="#0000e0">
                    188: <strong>Getting and installing OpenBSD/mac68k:</strong>
                    189: </font></h3>
                    190:
                    191: <p>
1.87      miod      192: The last supported OpenBSD/mac68k release was
                    193: <a href="51.html">OpenBSD 5.1</a>.
                    194: </p>
1.3       fn        195:
                    196: </body>
                    197: </html>