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

Annotation of www/amiga.html, Revision 1.35

1.32      jj          1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
1.7       fn          2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/amiga</title>
1.32      jj          5: <link rev=made href="mailto:www@openbsd.org">
1.7       fn          6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/amiga page">
                      8: <meta name="keywords" content="openbsd,amiga">
                      9: <meta name="distribution" content="global">
1.35    ! jufi       10: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
1.7       fn         11: </head>
                     12:
1.22      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.7       fn         14:
1.1       deraadt    15: <h2>OpenBSD/amiga</h2>
                     16:
1.7       fn         17: <hr>
                     18: <h3><strong>History and Status:</strong></h3>
1.1       deraadt    19:
1.7       fn         20: <p>
1.9       deraadt    21: The Amiga port is basically the same as the NetBSD/amiga port
                     22: but with some additions. The major changes are:
                     23: </p>
1.30      jufi       24: <p>
1.9       deraadt    25: <ul>
1.35    ! jufi       26: <li>New interrupt remapping system.</li>
        !            27: <li>Support for using ISA peripherals via a bridgecard.</li>
1.32      jj         28: <li>Supports <a href="http://www.infinet.com/~erd/GG2/">GG2 Bus+</a>
1.19      niklas     29: (aka GoldenGate II) and CrossLink bridgecards
1.35    ! jufi       30: (Neither of these support ISA DMA thus no PC floppy support)</li>
        !            31: <li>Tested ISA devices are</li>
1.11      niklas     32: <ul>
1.35    ! jufi       33: <li>com (Standard PC serial ports)</li>
        !            34: <li>lpt (Standard PC parallel ports)</li>
        !            35: <li>ast (AST 4-port serial card)</li>
        !            36: <li>wd (IDE harddisk)</li>
        !            37: <li>acd (IDE ATAPI CD, both data &amp; audio support)</li>
1.11      niklas     38: <li>if_ed, although named if_isaed due to name clash
1.35    ! jufi       39: (dp8390 based ethernet cards, like 3c503, NE2000 &amp; SMC Ultra).</li>
1.11      niklas     40: </ul>
                     41: Others should port easily as long as DMA isn't necessary.
1.35    ! jufi       42: <li>SunOS emulation can use shared libraries on the '040</li>
        !            43: <li>Understand BSD disklabels if Amiga RDB partitioning is not found.</li>
        !            44: <li>Ramdisk device for easy installs</li>
1.9       deraadt    45: </ul>
1.1       deraadt    46:
1.21      johns      47: <h3><strong>Supported devices include:</strong></h3>
                     48: <ul>
                     49:
1.35    ! jufi       50: <li> A4000/A1200 IDE controller.</li>
1.21      johns      51:
1.24      deraadt    52: <li> ISA bridges:  If you use one of these bridges, and you have
1.35    ! jufi       53:        success with a device not listed below, please inform us.</li>
1.23      deraadt    54:   <ul>
1.35    ! jufi       55:   <li> The GoldenGate Bus+ (aka GG2).</li>
        !            56:   <li> The CrossLink.</li>
1.23      deraadt    57:   </ul>
                     58:
1.35    ! jufi       59: <li> ISA IDE &amp; ATAPI with a supported ISA bridge.</li>
1.21      johns      60:
1.35    ! jufi       61: <li> SCSI host adapters:</li>
1.21      johns      62:   <ul>
1.35    ! jufi       63:   <li> 33c93 based boards: A2091, A3000 and GVP series II.</li>
        !            64:   <li> 53c80 based boards: 12 Gauge, IVS, Emplant and Wordsync/Bytesync.</li>
        !            65:   <li> 53c710 based boards: A4091, Magnum, Warp Engine, Zeus and DraCo.</li>
        !            66:   <li> FAS216 based boards: FastLane Z3, Blizzard.</li>
1.21      johns      67:   </ul>
                     68:
1.35    ! jufi       69: <li> Video controllers:</li>
1.21      johns      70:   <ul>
1.35    ! jufi       71:   <li> ECS, AGA and A2024 built in on various amigas</li>
        !            72:   <li> Retina Z2 and Retina Z3.</li>
        !            73:   <li> Picasso II.</li>
        !            74:   <li> GVP Spectrum.</li>
        !            75:   <li> Piccolo.</li>
        !            76:   <li> A2410.</li>
        !            77:   <li> Cybervision 64.</li>
        !            78:   <li> oMnibus.</li>
        !            79:   <li> Domino.</li>
        !            80:   <li> Merlin.</li>
1.21      johns      81:   </ul>
                     82:
                     83: <li> Ethernet controllers:
                     84:   <ul>
1.35    ! jufi       85:   <li> A2065.</li>
        !            86:   <li> Hydra.</li>
        !            87:   <li> ASDG.</li>
        !            88:   <li> A4066.</li>
        !            89:   <li> Ariadne I & II.</li>
        !            90:   <li> Quicknet.</li>
        !            91:   <li> Via a supported ISA bridge:</li>
1.21      johns      92:     <ul>
1.35    ! jufi       93:     <li> NE[12]000</li>
        !            94:     <li> SMC/WD 8003/8013/8216</li>
        !            95:     <li> 3COM 3c503.</li>
1.21      johns      96:     </ul>
                     97:   </ul>
                     98:
1.35    ! jufi       99: <li> Arcnet controllers:</li>
1.21      johns     100:   <ul>
1.35    ! jufi      101:   <li> A2060.</li>
1.21      johns     102:   </ul>
                    103:
1.35    ! jufi      104: <li> Tape drives:</li>
1.21      johns     105:   <ul>
1.35    ! jufi      106:   <li> Most SCSI tape drives.</li>
1.21      johns     107:   </ul>
                    108:
1.35    ! jufi      109: <li> CD-ROM drives:</li>
1.21      johns     110:   <ul>
1.35    ! jufi      111:   <li> Most SCSI CD-ROM drives.</li>
1.21      johns     112:   </ul>
                    113:
1.35    ! jufi      114: <li> Serial ports:</li>
1.21      johns     115:   <ul>
1.35    ! jufi      116:   <li> Amiga serial port.</li>
        !           117:   <li> DraCo serial port.</li>
        !           118:   <li> MultiFaceCard II and III.</li>
        !           119:   <li> A2232.</li>
        !           120:   <li> PC COM ports attached to a supported ISA bridge.</li>
1.21      johns     121:   </ul>
                    122:
1.35    ! jufi      123: <li> Parallel ports:</li>
1.21      johns     124:   <ul>
1.35    ! jufi      125:   <li> Amiga parallel port.</li>
        !           126:   <li> PC LPT ports attached to a supported ISA bridge.</li>
1.21      johns     127:   </ul>
                    128:
1.35    ! jufi      129: <li> Amiga floppy drives.</li>
        !           130: <li> Amiga mouse.</li>
        !           131: <li> Amiga-compliant joysticks.</li>
1.21      johns     132: </ul>
                    133:
                    134:
                    135: <h3><strong>Projects (in no particular order):</strong></h3>
1.11      niklas    136: <ul>
1.35    ! jufi      137: <li>Repair the AriadneI ethernet driver.</li>
        !           138: <li>Add support for CSMk2/3 scsi controllers.</li>
        !           139: <li>Add support for other amiga hardware.</li>
        !           140: <li>Fix the cpu detection on the BSD-bootblocks for CS060 owners.</li>
        !           141: <li>Write some sort of beginners help for amiga users. (Help wanted)</li>
1.11      niklas    142: </ul>
                    143: <p>
                    144:
1.8       deraadt   145: <hr>
                    146: <p>
1.35    ! jufi      147: <a href="ftp.html">Snapshots are made available from time to time.</a>
1.8       deraadt   148:
1.2       deraadt   149: <p>
                    150: The maintainer of the amiga port is
1.32      jj        151: <a href="mailto:jj@openbsd.org">Janne Johansson &lt;jj@openbsd.org&gt;</a>.
1.7       fn        152: </p>
1.3       niklas    153:
1.7       fn        154: <hr>
1.35    ! jufi      155: <a href="plat.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.32      jj        156: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.7       fn        157: <br>
1.35    ! jufi      158: <small>$OpenBSD: amiga.html,v 1.34 2001/06/20 13:22:39 jj Exp $</small>
1.7       fn        159:
                    160: </body>
                    161: </html>