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

Annotation of www/alpha.html, Revision 1.83

1.83    ! horacio     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/alpha</title>
1.83    ! horacio     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/alpha page">
                     10: <meta name="keywords" content="openbsd,alpha">
                     11: <meta name="distribution" content="global">
1.73      horacio    12: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.83    ! horacio    15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
        !            16: <img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif">
1.50      nate       17: <p>
1.83    ! horacio    18: <h2><font color="#e00000">alpha</font></h2>
        !            19: <hr>
1.3       fn         20:
1.50      nate       21: <p>
1.70      miod       22: <h3><font color="#0000e0">History and Status:</font></h3>
1.45      niklas     23:
1.83    ! horacio    24: <p>The OpenBSD/alpha port was begun in the summer of 1996 by using code
        !            25: from the NetBSD/alpha port which was begun by Chris Demetriou
1.45      niklas     26: &lt;cgd@netbsd.org&gt; in 1994.  After the original OpenBSD port, some
                     27: copyright issues prevented OpenBSD from tracking the NetBSD code.
                     28: Regardless, work on the alpha port continued and many fixes were made.
1.83    ! horacio    29: While we were making fixes, NetBSD continued to make improvements to the
        !            30: alpha port which we were unfortunately unable to use.  Over time,
1.45      niklas     31: because of a lack of programmer resources and the inability to use
                     32: NetBSD code, hardware and software support became very outdated.  This
                     33: caused the 2.5 and 2.6 releases of alpha to have few kernel
                     34: enhancements.  As a result of its becoming so stale, alpha was not
1.50      nate       35: included in the 2.7 and 2.8 releases.</p>
1.45      niklas     36:
1.50      nate       37: <p>Shortly after 2.8 was released, there has been a great deal of
                     38: interest in bringing the port up to date.  This coupled with the fact
                     39: that NetBSD changed the license on its alpha code so that there are no
                     40: longer copyright issues has lead to an effort to bring the alpha port
                     41: back up. (For details on why we were not able to keep tracking the
1.83    ! horacio    42: NetBSD code, check our <a href="policy.html">policy</a> page.)</p>
1.50      nate       43:
1.83    ! horacio    44: <p>Nate Binkert, Art Grabowski, Niklas Hallqvist and Eric Jackson, with
        !            45: the help of a few others, eventually brought the port in good shape
        !            46: again, and starting with the 2.9 release alpha is a major OpenBSD port
        !            47: again.</p>
1.45      niklas     48:
1.50      nate       49: <p>However, there is currently no maintainer for the alpha port.
                     50: Technical discussion about the alpha port should be directed to <a
1.45      niklas     51: href="mailto:alpha@openbsd.org">&lt;alpha@openbsd.org&gt;</a>.  If you
                     52: are at all interested in development of the alpha port, please send
                     53: inquiries to this address.  If you are interested in the job of alpha
                     54: port maintainer, help out the project for a while and step up to the
                     55: job.</p>
                     56:
1.83    ! horacio    57: <h3><font color="#0000e0">Projects (in no particular order):</font></h3>
1.1       deraadt    58:
1.24      niklas     59: <ul>
1.83    ! horacio    60: <li>Testing more platforms and peripherals, to find what issues are
        !            61: remaining and improve overall stability
1.50      nate       62: <li>Better documentation
                     63: <li>compat_osf1 shared libs
                     64: <li>bus_dma on more core chipsets
                     65: <li>isa_dma
                     66: <li>Floppy support (needs isa_dma first)
                     67: <li>Fix 64-bit issues in the non-working PCI drivers
                     68: <li>Improve TGA support to include virtual consoles
                     69: <li>Improve X11 support
1.24      niklas     70: </ul>
1.1       deraadt    71:
1.70      miod       72:
1.83    ! horacio    73: <h3><font color="#0000e0">Install media:</font></h3>
1.70      miod       74: A number of install options exist:
                     75: <ul>
                     76: <li><strong>CD boot:</strong><p>
1.83    ! horacio    77: Booting off the CD provides an El Torito 2.88MB floppy image that
        !            78: contains drivers for the most popular devices found in alpha hardware.
        !            79: This also includes minimal USB support (storage devices, keyboard and
        !            80: some ethernet adapters).<br>
        !            81: For the latest list of drivers available on this image, take a look at
        !            82: the <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/alpha/conf/RAMDISKBIG?rev=HEAD">
1.70      miod       83: RAMDISKBIG</a> config file.<p>
                     84: <li><strong>Floppy A:</strong><p>
                     85: This 1.44MB floppy image supports the following alpha hardware:
                     86: <ul>
                     87: <li>AlphaStation 200, 250, 255, 400
                     88: <li>AlphaStation 500, 600
                     89: <li>AXPpci33 based machines, such as the ``Noname'', UDB, and Multia
                     90: <li>EB164 based machines, such as the PC164, 164SX and 164LX
                     91: <li>Personal Workstation (Miata)
                     92: </ul><br>
1.83    ! horacio    93: It contains support for the on-board devices found on these machines,
        !            94: however due to lack of place there are only few other drivers. In
        !            95: particular, this floppy lacks cdrom support and won't allow you to
        !            96: install from cdrom media.<p>
1.70      miod       97: <li><strong>Floppy B:</strong><p>
                     98: This 1.44MB floppy image supports the following alpha hardware:
                     99: <ul>
                    100: <li>Alpha Processor, Inc. UP1000
                    101: <li>XP1000, 264DP, DS10, and DS20
                    102: </ul>
1.83    ! horacio   103: It contains support for the on-board devices found on these machines,
        !           104: however due to lack of place there are only few other drivers. In
        !           105: particular, this floppy lacks cdrom support and won't allow you to
        !           106: install from cdrom media.<p>
1.70      miod      107: </ul>
                    108: <p>
                    109: Use the method that works best for you.
                    110:
                    111:
1.83    ! horacio   112: <h3><font color="#0000e0">Supported Hardware:</font></h3>
1.45      niklas    113:
                    114: <p>Because of the changes that are currently being made to alpha, the
1.83    ! horacio   115: currently supported hardware is in flux.  To the best of our knowledge,
        !           116: the following hardware is supported, but there might be occasional
        !           117: breakage on some models.  Since there are many models and combinations
        !           118: that we have not tested, we would appreciate very much if you told us
        !           119: about things that work and do not work.  To help us keep track of what
        !           120: hardware people use, please mail your dmesg to
        !           121: <a href="mailto:dmesg@openbsd.org">&lt;dmesg@openbsd.org&gt;</a>.  If
        !           122: there are things that do not work, please file a bug report using
        !           123: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&amp;sektion=1">sendbug(1)</a>.</p>
1.45      niklas    124:
1.83    ! horacio   125: <h4>Supported Platforms:</h4>
1.18      johns     126: <ul>
1.62      nate      127: <li><b>DS20, DS10, XP1000, 264DP, and other EV6 machines using the
                    128: Tsunami chipset</b><br>(Only one processor on the DS20 will be used)
1.50      nate      129:   <ul>
                    130:   <li>Supported devices:
                    131:     <ul>
                    132:     <li>Built-in serial and parallel ports.
                    133:     <li>Built-in DEC21143 ethernet.
                    134:     <li>Built-in ISP SCSI.
                    135:     <li>Built-in IDE controller.
                    136:     <li>Built-in USB should work, but has not been thoroughly tested.
                    137:     <li>Most PCI devices (see below).
                    138:     <li>Some ISA devices (see below).
                    139:     </ul>
                    140:   <li>Unsupported devices:
                    141:     <ul>
                    142:     <li>Floppy drive.
                    143:     <li>ISA devices that require DMA operation.
                    144:     </ul>
                    145:   </ul>
1.83    ! horacio   146: <li><b>API UP1000 machines and other EV6 machines using the Irongate
        !           147: chipset</b>
1.50      nate      148:   <ul>
                    149:   <li>Supported devices:
                    150:     <ul>
                    151:     <li>Built-in serial and parallel ports.
                    152:     <li>Built-in DEC21040 ethernet.
1.83    ! horacio   153:     <li>Built-in IDE controller works, though there may be stability
        !           154:     issues.
1.50      nate      155:     </ul>
                    156:   <li>Unsupported devices:
                    157:     <ul>
                    158:     <li>Floppy drive.
                    159:     <li>ISA devices that require DMA operation.
                    160:     </ul>
                    161:   </ul>
1.74      miod      162: <li><b>Digital Personal Workstation (Miata)</b><br>
1.83    ! horacio   163: Some of these machines are known not to work (random hangs or crashes).
        !           164: At the moment, there is no known method to detect which machines will
        !           165: run stably and which will not, apart from trying to install OpenBSD on
        !           166: them.
1.50      nate      167:   <ul>
                    168:   <li>Supported devices:
                    169:     <ul>
                    170:     <li>Built-in serial and parallel ports.
                    171:     <li>Built-in DEC21043 ethernet.
                    172:     <li>Built-in ISP SCSI, when present (i.e. on ``au'' models).
                    173:     <li>Built-in IDE controller.
                    174:     <li>Most PCI devices (see below).
                    175:     <li>Some ISA devices (see below).
                    176:     </ul>
                    177:   <li>Unsupported devices:
                    178:     <ul>
                    179:     <li>Floppy drive.
                    180:     <li>Built-in audio.
                    181:     <li>ISA devices that require DMA operation.
                    182:     </ul>
                    183:   </ul>
                    184: <li><b>EB164 based machines (including PC164, 164SX, 164LX, but NOT the
1.74      miod      185: 164UX)</b><br>
1.83    ! horacio   186: Some of these machines are known not to work (random hangs or crashes).
        !           187: At the moment, there is no known method to detect which machines will
        !           188: run stably and which will not, apart from trying to install OpenBSD on
        !           189: them.
1.50      nate      190:   <ul>
                    191:   <li>Supported devices:
                    192:     <ul>
                    193:     <li>Built-in serial and parallel ports.
                    194:     <li>Built-in PCIIDE controller, when present.
                    195:     <li>PCI graphics card (TGA or VGA compatible).
                    196:     <li>Most PCI devices (see below).
                    197:     <li>Some ISA devices (see below).
                    198:     </ul>
                    199:   <li>Unsupported devices:
                    200:     <ul>
                    201:     <li>Floppy drive.
                    202:     <li>ISA IDE controller on the EB164.
                    203:     <li>ISA devices that require DMA operation.
                    204:     </ul>
                    205:   </ul>
                    206: <li><b>Alphastation 500 and 600</b>
1.83    ! horacio   207: <br>These systems should work, but we need to hear from people about
        !           208: them.
1.50      nate      209:   <ul>
                    210:   <li>Supported devices:
                    211:     <ul>
                    212:     <li>Built-in serial and parallel ports.
                    213:     <li>Built-in DEC21040 ethernet.
                    214:     <li>Built-in ISP SCSI.
                    215:     <li>PCI graphics card (TGA or VGA compatible).
                    216:     <li>Most PCI devices (see below).
                    217:     <li>Some ISA and EISA devices (see below).
                    218:     </ul>
                    219:   <li>Unsupported devices:
                    220:     <ul>
                    221:     <li>Floppy drive.
                    222:     <li>Built-in audio.
1.64      miod      223:     <li>ISA and EISA devices that require DMA operation.
                    224:     </ul>
                    225:   </ul>
                    226: <li><b>Alphastation 200, 250, 255 and 400</b>
                    227: <br>
                    228:   <ul>
                    229:   <li>Supported devices:
                    230:     <ul>
                    231:     <li>Built-in serial and parallel ports.
                    232:     <li>Built-in DEC21040 ethernet.
                    233:     <li>Built-in ISP SCSI.
                    234:     <li>PCI graphics card (TGA or VGA compatible).
                    235:     <li>Most PCI devices (see below).
                    236:     <li>Some ISA devices (see below).
                    237:     </ul>
                    238:   <li>Unsupported devices:
                    239:     <ul>
                    240:     <li>Floppy drive.
                    241:     <li>Built-in audio.
1.50      nate      242:     <li>ISA devices that require DMA operation.
                    243:     </ul>
                    244:   </ul>
                    245: <li><b>AXPpci based machines (including ``Noname'', UDB, Multia)</b>
1.64      miod      246: <br>
1.50      nate      247:   <ul>
                    248:   <li>Supported devices:
                    249:     <ul>
                    250:     <li>Built-in serial and parallel ports.
                    251:     <li>Built-in DEC21040 ethernet.
1.83    ! horacio   252:     <li>Built-in 53C810 SCSI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.50      nate      253:     <li>Built-in IDE controller. (though, will not boot from ide)
                    254:     <li>PCI graphics card (TGA or VGA compatible).
                    255:     <li>Most PCI devices (see below).
                    256:     <li>Some ISA devices (see below).
                    257:     </ul>
                    258:   <li>Unsupported devices:
                    259:     <ul>
                    260:     <li>Floppy drive.
                    261:     <li>ISA devices that require DMA operation.
                    262:     </ul>
                    263:   </ul>
                    264: <li><b>DEC 3000 models 300{,L,X,LX}</b>
1.83    ! horacio   265: <font color="#e00000">*</font>
1.81      miod      266: <br>
1.50      nate      267:   <ul>
                    268:   <li>Supported devices:
                    269:     <ul>
1.63      miod      270:     <li>Built-in serial ports (console on serial port).
1.50      nate      271:     <li>Built-in LANCE ethernet.
                    272:     <li>Built-in SCSI (53C94).
1.81      miod      273:     <li>TURBOchannel LANCE ethernet cards (PMAD-A).
                    274:     <li>TURBOchannel SCSI (53C94) (PMAZ-A).
                    275:     <li>TURBOchannel DEFTA FDDI cards (PMAF-FA).
1.50      nate      276:     </ul>
                    277:   <li>Unsupported devices:
                    278:     <ul>
                    279:     <li>Built-in ISDN/audio chip.
                    280:     <li>Built-in framebuffer.
1.81      miod      281:     <li>Other TURBOchannel cards.
1.50      nate      282:     </ul>
                    283:   </ul>
                    284: <li><b>DEC 3000 models 400,500,500X,600,700,800,900</b>
1.83    ! horacio   285: <font color="#e00000">*</font>
1.81      miod      286: <br>
1.50      nate      287:   <ul>
                    288:   <li>Supported devices:
                    289:     <ul>
1.63      miod      290:     <li>Built-in serial ports (console on serial port).
1.50      nate      291:     <li>Built-in LANCE ethernet.
1.81      miod      292:     <li>Built-in SCSI (53C94 or 53CF94-2).
                    293:     <li>TURBOchannel LANCE ethernet cards (PMAD-A).
                    294:     <li>TURBOchannel SCSI (53C94) (PMAZ-A).
                    295:     <li>TURBOchannel DEFTA FDDI cards (PMAF-FA).
1.50      nate      296:     </ul>
                    297:   <li>Unsupported devices:
                    298:     <ul>
                    299:     <li>Built-in ISDN/audio chip.
                    300:     <li>Built-in framebuffer.
1.81      miod      301:     <li>Other TURBOchannel cards.
1.18      johns     302:     </ul>
                    303:   </ul>
                    304: <li><b>At this time none of the following systems are supported:</b>
                    305:   <ul>
1.82      miod      306:   <li>API UP2000, UP2000+ (mostly because we don't have any to test on.)
                    307:   <li>DECpc AXP150 (2000/300) systems (EISA-bus PC-like systems)
1.83    ! horacio   308:   <li>AlphaServer systems, other than models 400 and 500, which seem to
        !           309:   be disguised AlphaStation machines.
1.82      miod      310:   <li>Alpha XL systems.  (No SRM)
                    311:   <li>DEC 4000, 7000, and 10000 systems (FutureBus+ and XMIBus ­based).
                    312:   <li>EB64+ based systems.
                    313:   <li>Samsung 164BX/UX.  (No SRM)
                    314:   <li>Multiprocessor Alpha systems.
                    315:   <li>VME Alpha systems.
1.18      johns     316:   </ul>
1.4       niklas    317: </ul>
1.83    ! horacio   318: <font color="#e00000">*</font> support added after 3.1.
1.4       niklas    319:
1.83    ! horacio   320: <h4>Supported Peripherals:</h4>
1.50      nate      321: <ul>
1.83    ! horacio   322: <li><b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)
1.50      nate      323: <ul>
                    324: <li>Acer Labs M5229
                    325: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
                    326: <li>Contaq Microsystems/Cypress CY82C693
                    327: </ul>
1.83    ! horacio   328: Any other PCI IDE-compliant controller should work, but are untested at
        !           329: this point
1.50      nate      330:
1.79      miod      331: <li><b>SCSI Host Adapters</b>
                    332: <ul>
1.83    ! horacio   333: <li>Adaptec AIC-7770-based SCSI host adapters (including the Adaptec
        !           334: AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)<sup>(*)</sup>
        !           335: <li>Adaptec AHA-[23]94x[W] cards. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)<sup>(*)</sup>
        !           336: <li>Adaptec AHA-[23]9[34]xU[2W] cards. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)<sup>(*)</sup>
        !           337: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon
        !           338: it which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)<sup>(*)</sup>
        !           339: (However, the 7899G card is currently not supported with more than one
        !           340: device attached)
        !           341: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>)
1.79      miod      342: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host
1.83    ! horacio   343: adapters (including generic/no name cards, old ASUS cards, the DTC-3130
        !           344: series, Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.79      miod      345: </ul>
                    346:
1.50      nate      347: <li><b>Ethernet Adapters</b>
                    348: <ul>
1.83    ! horacio   349: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>), including: <sup>(*)</sup>
1.50      nate      350:     <ul>
                    351:     <li>3Com 3c900/3c900B PCI adapters
                    352:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    353:     <li>3Com 3c980/3c980C server adapters
                    354:     <li>3Com 3cSOHO adapter
                    355:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    356:     </ul>
1.58      jason     357:
1.83    ! horacio   358: <li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;sektion=4">txp</a>), including: <sup>(-)</sup>
1.57      jason     359:     <ul>
                    360:     <li>3CR990-TX-95
                    361:     <li>3CR990-TX-97
                    362:     <li>3CR990-SVR95
                    363:     <li>3CR990-SVR97
                    364:     </ul>
1.58      jason     365:
1.83    ! horacio   366: <li>ADMtek AL981 ("Comet") and AN983 ("Centaur-P") based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including: <sup>(*)</sup>
1.50      nate      367:     <ul>
1.79      miod      368:     <li>Accton EN2242 MiniPCI
                    369:     <li>Linksys LNE100TX v4.x
                    370:     <li>Mototech ME316
1.50      nate      371:     </ul>
                    372:
1.83    ! horacio   373: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>), including:
1.50      nate      374:     <ul>
1.83    ! horacio   375:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and
        !           376:     9334)
        !           377:     <li>Older LinkSys 10, 10/100 (newer models are supported by other
        !           378:     drivers)
1.50      nate      379:     <li>Znyx ZX3<i>xx</i>
                    380:     <li>Cogent EM100FX and EM440TX
                    381:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.81      miod      382:     <li>Asante 21140A
1.79      miod      383:     <li>D-Link DFE-570TX Quad port
1.50      nate      384:     <li>Almost all other variants work.
                    385:     </ul>
1.79      miod      386:
1.83    ! horacio   387: <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:
1.79      miod      388:     <ul>
                    389:     <li>Intel EtherExpress PRO/10+
                    390:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    391:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    392:     <li>Intel EtherExpress PRO/100 Dual Port
                    393:     </ul>
                    394:
1.83    ! horacio   395: <li>Novell NE1000, NE2000 (ISA, and PCI variants thereof) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>) <sup>(*)</sup>
1.79      miod      396:
1.83    ! horacio   397: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;sektion=4">rl</a>), including: <sup>(*)</sup>
1.79      miod      398:     <ul>
                    399:     <li>Accton MPX 5030/5038
                    400:     <li>Allied Telesyn AT2550
                    401:     <li>D-Link DFE530TX+
                    402:     <li>D-Link DFE538TX
                    403:     <li>Encore ENL832-TX 10/100 M PCI
                    404:     <li>Genius GF100TXR
                    405:     <li>KTX-9130TX 10/100 Fast Ethernet
                    406:     <li>Longshine LCS-8038TX-R
                    407:     <li>NDC NE100TX-E
                    408:     <li>Netronix EA-1210 Net Ether 10/100
                    409:     <li>Nortel BayStack 21
                    410:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    411:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    412:     </ul>
                    413:
1.83    ! horacio   414: <li>VIA Rhine/RhineII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr</a>), including: <sup>(*)</sup>
1.79      miod      415:     <ul>
                    416:     <li>Addtron AEF-360TX
                    417:     <li>Hawking PN102TX
                    418:     <li>D-Link DFE530TX
                    419:     </ul>
1.50      nate      420: </ul>
                    421:
1.65      deraadt   422: <li><b>Gigabit Ethernet Adapters</b>
                    423: <ul>
                    424:
1.83    ! horacio   425: <li>Intel i82542, i82543, and i82544 based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gx&amp;sektion=4">gx</a>), including: <sup>(*)</sup>
        !           426:     <p>Often known as Intel Pro/1000 Gigabit Server Adapter</p>
        !           427:     <ul>
1.77      nate      428:     <li>Intel i82542 1000BASE-X Ethernet
                    429:     <li>Intel i82543 1000BASE-X Ethernet
                    430:     <li>Intel i82543-SC 1000BASE-X Ethernet
                    431:     <li>Intel i82543 1000BASE-T Ethernet
                    432:     <li>Intel i82544 1000BASE-T Ethernet
                    433:     <li>Intel i82544 1000BASE-X Ethernet
                    434:     <li>Intel i82544GC 1000BASE-T Ethernet (32- and 64-bit)
                    435:     </ul>
                    436:
1.83    ! horacio   437: <li>Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge</a>), including: <sup>(-)</sup>
1.68      nate      438:     <ul>
                    439:     <li>3Com 3c996-T (10/100/1000baseTX)
1.78      nate      440:     <li>3Com 3c996-SX (1000baseSX)
                    441:     <li>3Com 3c996B-T (10/100/1000baseTX)
1.68      nate      442:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    443:     <li>SysKonnect SK-9D41 (1000baseSX)
                    444:     </ul>
1.77      nate      445:
1.83    ! horacio   446: <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;sektion=4">stge</a>), including: <sup>(-)</sup>
1.72      nate      447:     <ul>
                    448:     <li>D-Link DGE-550T (10/100/1000baseTX)
                    449:     <li>Antares Microsystems Gigabit Ethernet board
                    450:     </ul>
1.65      deraadt   451: </ul>
1.83    ! horacio   452: Please be aware that many NE2000 adapters fail or perform very poorly.
        !           453: We do not recommend using them, but your mileage may vary.
1.65      deraadt   454:
1.79      miod      455: <li><b>FDDI Adapters</b> <sup>(*)</sup>
1.50      nate      456: <ul>
1.83    ! horacio   457: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;sektion=4">fpa</a>)
1.50      nate      458: </ul>
                    459:
1.79      miod      460: <li><b>Cryptography Accelerators</b> <sup>(*)</sup>
1.55      jason     461: <ul>
1.83    ! horacio   462: <li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including:
1.55      jason     463:     <ul>
1.79      miod      464:     <li>Soekris Engineering vpn1201 and vpn1211
1.55      jason     465:     <li>GTGI PowerCrypt Encryption Accelerator
                    466:     <li>NetSec 7751
1.69      jufi      467:     <li>Hifn reference board
1.55      jason     468:     <li>Invertex AEON
                    469:     </ul>
                    470: </ul>
                    471:
1.79      miod      472: <li><b>Sound Devices</b> <sup>(*)</sup>
1.50      nate      473: <ul>
1.83    ! horacio   474: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
        !           475: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
1.50      nate      476: </ul>
                    477: </ul>
                    478:
1.83    ! horacio   479: <h4>Untested Peripherals:</h4>
        !           480: The following peripherals are compiled into the system, but are not
        !           481: known to work.  It's our best guess that they do, but any feedback is
        !           482: appreciated.
1.50      nate      483: <ul>
1.79      miod      484: <li><b>SCSI Host Adapters</b> <sup>(*)</sup>
1.50      nate      485: <ul>
1.83    ! horacio   486: <li>AdvanSys ABP940UW, ASB3940UW-00, ASB3940U2W-00 and ASB3950U160 PCI
        !           487: SCSI controllers. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;sektion=4">adw</a>)
1.50      nate      488: </ul>
                    489:
1.79      miod      490: <li><b>RAID and Cache Controllers</b> <sup>(*)</sup>
1.50      nate      491: <ul>
1.83    ! horacio   492: <li>3ware Escalade 3W-5x00 and 3W-6x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4">twe</a>)
        !           493: <li>DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&amp;sektion=4">dpt</a>)
        !           494: <li>ICP-Vortex GDT 6<i>xxx</i>R[DNPS] series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;sektion=4">gdt</a>)
1.50      nate      495: </ul>
                    496:
1.79      miod      497: <li><b>Serial Ports</b> <sup>(*)</sup>
1.50      nate      498: <ul>
1.83    ! horacio   499: <li>Cyclades PCI Cyclom-{4, 8, 16}Y serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&amp;sektion=4">cy</a>)
1.50      nate      500: </ul>
                    501:
1.79      miod      502: <li><b>Communications Controllers</b> <sup>(*)</sup>
1.50      nate      503: <ul>
                    504: <li>Universal Serial Bus host controllers, including:
                    505:     <ul>
1.83    ! horacio   506:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;sektion=4">uhci</a>)
        !           507:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.50      nate      508:     </ul>
                    509: </ul>
                    510:
                    511: <li><b>Ethernet Adapters</b>
                    512: <ul>
1.83    ! horacio   513: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;sektion=4">ec</a>) <sup>(*)</sup>
1.50      nate      514:
1.83    ! horacio   515: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;sektion=4">ep</a>) <sup>(*)</sup> (disabling PnP on 3c509B is recommended)
1.79      miod      516:
1.83    ! horacio   517: <li>Adaptec "Starfire" AIC-6915 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&amp;sektion=4">sf</a>), including: <sup>(*)</sup>
1.50      nate      518:     <ul>
                    519:     <li>Adaptec Single32 ANA-69011
                    520:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    521:     <li>Adaptec Duo64 ANA-62022
                    522:     <li>Adaptec Quartet64 ANA-62044
                    523:     </ul>
                    524:
1.83    ! horacio   525: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;format=html">aue</a>), including: <sup>(*)</sup>
1.50      nate      526:     <ul>
1.76      nate      527:     <li>Abocom UFE1000
                    528:     <li>Abocom DSB650TX
                    529:     <li>Accton USB320-EC
                    530:     <li>Accton SpeedStream Ethernet
                    531:     <li>Admtek Pegasus
                    532:     <li>Admtek Pegasus II
1.50      nate      533:     <li>Billionton Systems USB100
                    534:     <li>Corega FEther USB-TX
1.76      nate      535:     <li>D-Link DSB-650
1.50      nate      536:     <li>D-Link DSB-650TX
1.76      nate      537:     <li>D-Link DSB-650TX-PNA
                    538:     <li>Elecom LD-USB
                    539:     <li>Elsa Microlink USB2Ethernet
                    540:     <li>I/O DATA USB ETTX
                    541:     <li>Kingston KNU101TX
                    542:     <li>LinkSys USB100TX
                    543:     <li>LinkSys USB100H1
                    544:     <li>LinkSys USB10TA
1.66      miod      545:     <li>Melco Inc. LUA-TX
1.76      nate      546:     <li>Siemens SpeedStream USB
                    547:     <li>Smartbridges smartNIC 2
1.50      nate      548:     <li>SMC 2202USB
1.67      miod      549:     <li>SOHOware NUB100
1.50      nate      550:     </ul>
                    551:
1.83    ! horacio   552: <li>AMD LANCE and PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;format=html">le</a>), including: <sup>(*)</sup>
1.50      nate      553:     <ul>
                    554:     <li> BOCALANcard/PCI
                    555:     <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    556:     </ul>
                    557:
1.83    ! horacio   558: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including: <sup>(*)</sup>
1.50      nate      559:     <ul>
                    560:     <li>CNet Pro110B
                    561:     <li>Alfa Inc. GFC2204
                    562:     </ul>
                    563:
1.83    ! horacio   564: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>), including: <sup>(*)</sup>
1.50      nate      565:     <ul>
                    566:     <li>CATC Netmate and Netmate II
1.52      aaron     567:     <li>Belkin F5U111
1.50      nate      568:     </ul>
                    569:
1.83    ! horacio   570: <li>Davicom DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including: <sup>(*)</sup>
1.50      nate      571:     <ul>
                    572:     <li>Jaton XpressNet
                    573:     </ul>
                    574:
1.83    ! horacio   575: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>) including:
1.50      nate      576:    <ul>
                    577:    <li>Adaptec ANA-6944A
                    578:    <li>Cogent EM400
                    579:    <li>Compex 400TX
                    580:    <li>Znyx ZX346
                    581:    </ul>
                    582:
1.83    ! horacio   583: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>), including: <sup>(*)</sup>
1.50      nate      584:     <ul>
                    585:     <li>3Com 3C19250
                    586:     <li>3Com 3c460 HomeConnect
                    587:     <li>ADS Technologies USB-10BT
                    588:     <li>Aox USB101
                    589:     <li>ATen UC10T
                    590:     <li>Corega USB-T
                    591:     <li>D-Link DSB-650
                    592:     <li>Entegra NET-USB-E45
                    593:     <li>Kawasaki USB101
                    594:     <li>LinkSys USB10T
                    595:     <li>Netgear EA101
                    596:     <li>Peracom USB
                    597:     <li>SMC 2102/2104USB
                    598:     <li>I/O Data USB-ET/T
                    599:     </ul>
                    600:
1.83    ! horacio   601: <li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including: <sup>(*)</sup>
1.50      nate      602:     <ul>
                    603:     <li>Kingston KNE110TX
                    604:     <li>LinkSys LNE100TX
                    605:     <li>Matrox Networks FastNIC 10/100
                    606:     <li>Netgear FA310TX
                    607:     </ul>
                    608:
1.83    ! horacio   609: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including: <sup>(*)</sup>
1.50      nate      610:     <ul>
                    611:     <li>Accton EN1217
                    612:     <li>Addtron AEF-320TX/AEF-330TX
                    613:     <li>NDC Communications SOHOware SFA110A
                    614:     <li>SVEC PN102-TX Fast Ethernet card
                    615:     </ul>
                    616:
1.83    ! horacio   617: <li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis</a>), including: <sup>(*)</sup>
1.50      nate      618:     <ul>
                    619:     <li>NetGear FA311
                    620:     <li>NetGear FA312
                    621:     </ul>
                    622:
1.83    ! horacio   623: <li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis</a>), including: <sup>(*)</sup>
1.50      nate      624:     <ul>
                    625:     <li>Mototech ME313
                    626:     <li>NetSurf NS-KFE30D
                    627:     </ul>
                    628:
1.83    ! horacio   629: <li>SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;sektion=4">we</a>) <sup>(*)</sup>
1.50      nate      630:
1.83    ! horacio   631: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;sektion=4">ste</a>), including: <sup>(*)</sup>
1.50      nate      632:     <ul>
                    633:     <li>D-Link DFE-550TX
                    634:     </ul>
                    635:
1.83    ! horacio   636: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;sektion=4">tl</a>), including: <sup>(*)</sup>
1.50      nate      637:     <ul>
                    638:     <li>Compaq Netelligent PCI Adapters
                    639:     <li>Compaq NetFlex 3/P
                    640:     <li>Compaq Deskpro integrated adapter
                    641:     <li>Compaq Prosignia integrated adapter
                    642:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    643:     <li>Racore 8165 and 8148
                    644:     <li>TI ThunderLAN adapters
                    645:     </ul>
                    646:
1.83    ! horacio   647: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;sektion=4">wb</a>), including: <sup>(*)</sup>
1.50      nate      648:     <ul>
                    649:     <li>Trendware TE100-PCIE
                    650:     <li>Compex RL100-ATX 10/100
                    651:     </ul>
                    652: </ul>
                    653:
1.79      miod      654: <li><b>Gigabit Ethernet Adapters</b> <sup>(*)</sup>
1.50      nate      655: <ul>
1.83    ! horacio   656: <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:
1.50      nate      657:     <ul>
                    658:     <li>3Com 3c985 and 3c985B
                    659:     <li>Alteon ACEnic V (fiber and copper)
                    660:     <li>Digital EtherWORKS 1000SX
                    661:     <li>Farallon PN9000SX
                    662:     <li>Netgear GA620 and GA620T
                    663:     <li>SGI Tigon
                    664:     </ul>
                    665:
1.83    ! horacio   666: <li>SysKonnect SK-984x (9841/9842/9843/9844) based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>)
1.50      nate      667: </ul>
                    668:
1.79      miod      669: <li><b>ATM Adapters</b> <sup>(*)</sup>
1.50      nate      670: <ul>
1.83    ! horacio   671: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces
        !           672: (<i>en</i>)
1.50      nate      673: </ul>
                    674:
1.79      miod      675: <li><b>FDDI Adapters</b> <sup>(*)</sup>
1.50      nate      676: <ul>
                    677: <li>Digital DEFEA EISA FDDI adapters (<i>fea</i>)
                    678: </ul>
                    679:
1.79      miod      680: <li><b>WAN Adapters</b> <sup>(*)</sup>
1.50      nate      681: <ul>
1.83    ! horacio   682: <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;sektion=4">lmc</a>)
1.50      nate      683: </ul>
                    684:
1.79      miod      685: <li><b>Universal Serial Bus (USB) Devices</b> <sup>(*)</sup>
1.50      nate      686: <ul>
1.83    ! horacio   687: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(-)</sup>
        !           688: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;sektion=4">urio</a>) <sup>(-)</sup>
        !           689: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>), see above
        !           690: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;sektion=4">uhid</a>)
        !           691: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;sektion=4">uvisor</a>) <sup>(-)</sup>
1.50      nate      692: <li>USB Hubs (<i>uhub</i>)
1.83    ! horacio   693: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
        !           694: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
        !           695: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>) <sup>(-)</sup>
        !           696: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;sektion=4">umodem</a>) <sup>(-)</sup>
        !           697: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt</a>) <sup>(-)</sup>
        !           698: <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;sektion=4">usscanner</a>) <sup>(-)</sup>
        !           699: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>) <sup>(-)</sup>
1.50      nate      700: </ul>
                    701:
1.79      miod      702: <li><b>Sound Devices</b> <sup>(-)</sup>
1.50      nate      703: <ul>
1.83    ! horacio   704: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
        !           705: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
        !           706: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
        !           707: <li>VIA VT82C686A SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;sektion=4">auvia</a>)
        !           708: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
1.50      nate      709: </ul>
                    710: </ul>
                    711:
1.79      miod      712: <p>
                    713: <sup>(*)</sup>
                    714: Drivers for hardware marked with (*) are <b>not</b> included on the
1.83    ! horacio   715: installation floppies, but are available in the cd-rom installation
        !           716: kernel as well as the GENERIC kernel which will be installed.
1.79      miod      717: </p>
                    718:
                    719: <p>
                    720: <sup>(-)</sup>
                    721: Drivers for hardware marked with (-) are <b>not</b> available on the
1.83    ! horacio   722: installation floppies, or the cd-rom installation kernel, but are
        !           723: available in the GENERIC kernel which will be installed.
1.79      miod      724: </p>
                    725:
1.83    ! horacio   726: <h3><font color="#0000e0">Snapshots:</font></h3>
1.45      niklas    727:
1.83    ! horacio   728: <p><a href="ftp.html">Snapshots</a> of the alpha port are available on
        !           729: an irregular basis.</p>
1.9       graichen  730:
1.3       fn        731: <hr>
1.83    ! horacio   732: <a href="plat.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
        !           733: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3       fn        734: <br>
1.83    ! horacio   735: <small>$OpenBSD: alpha.html,v 1.82 2002/05/02 23:31:58 miod Exp $</small>
1.3       fn        736:
                    737: </body>
                    738: </html>