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

Annotation of www/alpha.html, Revision 1.86

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">
1.84      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
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
1.85      miod       89: <li>AlphaServer 800, 1000 and 1000A
1.70      miod       90: <li>AXPpci33 based machines, such as the ``Noname'', UDB, and Multia
                     91: <li>EB164 based machines, such as the PC164, 164SX and 164LX
                     92: <li>Personal Workstation (Miata)
                     93: </ul><br>
1.83      horacio    94: It contains support for the on-board devices found on these machines,
                     95: however due to lack of place there are only few other drivers. In
                     96: particular, this floppy lacks cdrom support and won't allow you to
                     97: install from cdrom media.<p>
1.70      miod       98: <li><strong>Floppy B:</strong><p>
                     99: This 1.44MB floppy image supports the following alpha hardware:
                    100: <ul>
                    101: <li>Alpha Processor, Inc. UP1000
                    102: <li>XP1000, 264DP, DS10, and DS20
                    103: </ul>
1.83      horacio   104: It contains support for the on-board devices found on these machines,
                    105: however due to lack of place there are only few other drivers. In
                    106: particular, this floppy lacks cdrom support and won't allow you to
                    107: install from cdrom media.<p>
1.70      miod      108: </ul>
                    109: <p>
                    110: Use the method that works best for you.
                    111:
                    112:
1.83      horacio   113: <h3><font color="#0000e0">Supported Hardware:</font></h3>
1.45      niklas    114:
                    115: <p>Because of the changes that are currently being made to alpha, the
1.83      horacio   116: currently supported hardware is in flux.  To the best of our knowledge,
                    117: the following hardware is supported, but there might be occasional
                    118: breakage on some models.  Since there are many models and combinations
                    119: that we have not tested, we would appreciate very much if you told us
                    120: about things that work and do not work.  To help us keep track of what
                    121: hardware people use, please mail your dmesg to
                    122: <a href="mailto:dmesg@openbsd.org">&lt;dmesg@openbsd.org&gt;</a>.  If
                    123: there are things that do not work, please file a bug report using
                    124: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&amp;sektion=1">sendbug(1)</a>.</p>
1.45      niklas    125:
1.83      horacio   126: <h4>Supported Platforms:</h4>
1.18      johns     127: <ul>
1.62      nate      128: <li><b>DS20, DS10, XP1000, 264DP, and other EV6 machines using the
                    129: Tsunami chipset</b><br>(Only one processor on the DS20 will be used)
1.50      nate      130:   <ul>
                    131:   <li>Supported devices:
                    132:     <ul>
                    133:     <li>Built-in serial and parallel ports.
                    134:     <li>Built-in DEC21143 ethernet.
                    135:     <li>Built-in ISP SCSI.
                    136:     <li>Built-in IDE controller.
                    137:     <li>Built-in USB should work, but has not been thoroughly tested.
                    138:     <li>Most PCI devices (see below).
                    139:     <li>Some ISA devices (see below).
                    140:     </ul>
                    141:   <li>Unsupported devices:
                    142:     <ul>
                    143:     <li>Floppy drive.
                    144:     <li>ISA devices that require DMA operation.
                    145:     </ul>
                    146:   </ul>
1.83      horacio   147: <li><b>API UP1000 machines and other EV6 machines using the Irongate
                    148: chipset</b>
1.50      nate      149:   <ul>
                    150:   <li>Supported devices:
                    151:     <ul>
                    152:     <li>Built-in serial and parallel ports.
                    153:     <li>Built-in DEC21040 ethernet.
1.83      horacio   154:     <li>Built-in IDE controller works, though there may be stability
                    155:     issues.
1.50      nate      156:     </ul>
                    157:   <li>Unsupported devices:
                    158:     <ul>
                    159:     <li>Floppy drive.
                    160:     <li>ISA devices that require DMA operation.
                    161:     </ul>
                    162:   </ul>
1.74      miod      163: <li><b>Digital Personal Workstation (Miata)</b><br>
1.83      horacio   164: Some of these machines are known not to work (random hangs or crashes).
                    165: At the moment, there is no known method to detect which machines will
                    166: run stably and which will not, apart from trying to install OpenBSD on
                    167: them.
1.50      nate      168:   <ul>
                    169:   <li>Supported devices:
                    170:     <ul>
                    171:     <li>Built-in serial and parallel ports.
                    172:     <li>Built-in DEC21043 ethernet.
                    173:     <li>Built-in ISP SCSI, when present (i.e. on ``au'' models).
                    174:     <li>Built-in IDE controller.
                    175:     <li>Most PCI devices (see below).
                    176:     <li>Some ISA devices (see below).
                    177:     </ul>
                    178:   <li>Unsupported devices:
                    179:     <ul>
                    180:     <li>Floppy drive.
                    181:     <li>Built-in audio.
                    182:     <li>ISA devices that require DMA operation.
                    183:     </ul>
                    184:   </ul>
                    185: <li><b>EB164 based machines (including PC164, 164SX, 164LX, but NOT the
1.74      miod      186: 164UX)</b><br>
1.83      horacio   187: Some of these machines are known not to work (random hangs or crashes).
                    188: At the moment, there is no known method to detect which machines will
                    189: run stably and which will not, apart from trying to install OpenBSD on
                    190: them.
1.50      nate      191:   <ul>
                    192:   <li>Supported devices:
                    193:     <ul>
                    194:     <li>Built-in serial and parallel ports.
                    195:     <li>Built-in PCIIDE controller, when present.
                    196:     <li>PCI graphics card (TGA or VGA compatible).
                    197:     <li>Most PCI devices (see below).
                    198:     <li>Some ISA devices (see below).
                    199:     </ul>
                    200:   <li>Unsupported devices:
                    201:     <ul>
                    202:     <li>Floppy drive.
                    203:     <li>ISA IDE controller on the EB164.
                    204:     <li>ISA devices that require DMA operation.
                    205:     </ul>
                    206:   </ul>
1.85      miod      207: <li><b>AlphaServer 800, 1000 and 1000A</b>
1.86    ! miod      208: <font color="#e00000">*</font>
1.85      miod      209: <br>
                    210:   <ul>
                    211:   <li>Supported devices:
                    212:     <ul>
                    213:     <li>Built-in serial and parallel ports.
                    214:     <li>Built-in DEC21040 ethernet.
                    215:     <li>Built-in ISP SCSI.
                    216:     <li>PCI graphics card (TGA or VGA compatible).
                    217:     <li>Most PCI devices (see below).
                    218:     <li>Some ISA and EISA devices (see below).
                    219:     </ul>
                    220:   <li>Unsupported devices:
                    221:     <ul>
                    222:     <li>Floppy drive.
                    223:     <li>Built-in audio.
                    224:     <li>ISA and EISA devices that require DMA operation.
                    225:     </ul>
                    226:   </ul>
                    227: <li><b>AlphaStation 500 and 600</b>
1.83      horacio   228: <br>These systems should work, but we need to hear from people about
                    229: them.
1.50      nate      230:   <ul>
                    231:   <li>Supported devices:
                    232:     <ul>
                    233:     <li>Built-in serial and parallel ports.
                    234:     <li>Built-in DEC21040 ethernet.
                    235:     <li>Built-in ISP SCSI.
                    236:     <li>PCI graphics card (TGA or VGA compatible).
                    237:     <li>Most PCI devices (see below).
                    238:     <li>Some ISA and EISA devices (see below).
                    239:     </ul>
                    240:   <li>Unsupported devices:
                    241:     <ul>
                    242:     <li>Floppy drive.
                    243:     <li>Built-in audio.
1.64      miod      244:     <li>ISA and EISA devices that require DMA operation.
                    245:     </ul>
                    246:   </ul>
1.85      miod      247: <li><b>AlphaStation 200, 250, 255 and 400</b>
1.64      miod      248: <br>
                    249:   <ul>
                    250:   <li>Supported devices:
                    251:     <ul>
                    252:     <li>Built-in serial and parallel ports.
                    253:     <li>Built-in DEC21040 ethernet.
                    254:     <li>Built-in ISP SCSI.
                    255:     <li>PCI graphics card (TGA or VGA compatible).
                    256:     <li>Most PCI devices (see below).
                    257:     <li>Some ISA devices (see below).
                    258:     </ul>
                    259:   <li>Unsupported devices:
                    260:     <ul>
                    261:     <li>Floppy drive.
                    262:     <li>Built-in audio.
1.50      nate      263:     <li>ISA devices that require DMA operation.
                    264:     </ul>
                    265:   </ul>
                    266: <li><b>AXPpci based machines (including ``Noname'', UDB, Multia)</b>
1.64      miod      267: <br>
1.50      nate      268:   <ul>
                    269:   <li>Supported devices:
                    270:     <ul>
                    271:     <li>Built-in serial and parallel ports.
                    272:     <li>Built-in DEC21040 ethernet.
1.83      horacio   273:     <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      274:     <li>Built-in IDE controller. (though, will not boot from ide)
                    275:     <li>PCI graphics card (TGA or VGA compatible).
                    276:     <li>Most PCI devices (see below).
                    277:     <li>Some ISA devices (see below).
                    278:     </ul>
                    279:   <li>Unsupported devices:
                    280:     <ul>
                    281:     <li>Floppy drive.
                    282:     <li>ISA devices that require DMA operation.
                    283:     </ul>
                    284:   </ul>
                    285: <li><b>DEC 3000 models 300{,L,X,LX}</b>
1.83      horacio   286: <font color="#e00000">*</font>
1.81      miod      287: <br>
1.50      nate      288:   <ul>
                    289:   <li>Supported devices:
                    290:     <ul>
1.63      miod      291:     <li>Built-in serial ports (console on serial port).
1.50      nate      292:     <li>Built-in LANCE ethernet.
                    293:     <li>Built-in SCSI (53C94).
1.81      miod      294:     <li>TURBOchannel LANCE ethernet cards (PMAD-A).
                    295:     <li>TURBOchannel SCSI (53C94) (PMAZ-A).
                    296:     <li>TURBOchannel DEFTA FDDI cards (PMAF-FA).
1.50      nate      297:     </ul>
                    298:   <li>Unsupported devices:
                    299:     <ul>
                    300:     <li>Built-in ISDN/audio chip.
                    301:     <li>Built-in framebuffer.
1.81      miod      302:     <li>Other TURBOchannel cards.
1.50      nate      303:     </ul>
                    304:   </ul>
                    305: <li><b>DEC 3000 models 400,500,500X,600,700,800,900</b>
1.83      horacio   306: <font color="#e00000">*</font>
1.81      miod      307: <br>
1.50      nate      308:   <ul>
                    309:   <li>Supported devices:
                    310:     <ul>
1.63      miod      311:     <li>Built-in serial ports (console on serial port).
1.50      nate      312:     <li>Built-in LANCE ethernet.
1.81      miod      313:     <li>Built-in SCSI (53C94 or 53CF94-2).
                    314:     <li>TURBOchannel LANCE ethernet cards (PMAD-A).
                    315:     <li>TURBOchannel SCSI (53C94) (PMAZ-A).
                    316:     <li>TURBOchannel DEFTA FDDI cards (PMAF-FA).
1.50      nate      317:     </ul>
                    318:   <li>Unsupported devices:
                    319:     <ul>
                    320:     <li>Built-in ISDN/audio chip.
                    321:     <li>Built-in framebuffer.
1.81      miod      322:     <li>Other TURBOchannel cards.
1.18      johns     323:     </ul>
                    324:   </ul>
                    325: <li><b>At this time none of the following systems are supported:</b>
                    326:   <ul>
1.82      miod      327:   <li>API UP2000, UP2000+ (mostly because we don't have any to test on.)
                    328:   <li>DECpc AXP150 (2000/300) systems (EISA-bus PC-like systems)
1.83      horacio   329:   <li>AlphaServer systems, other than models 400 and 500, which seem to
                    330:   be disguised AlphaStation machines.
1.82      miod      331:   <li>Alpha XL systems.  (No SRM)
                    332:   <li>DEC 4000, 7000, and 10000 systems (FutureBus+ and XMIBus ­based).
                    333:   <li>EB64+ based systems.
                    334:   <li>Samsung 164BX/UX.  (No SRM)
                    335:   <li>Multiprocessor Alpha systems.
                    336:   <li>VME Alpha systems.
1.18      johns     337:   </ul>
1.4       niklas    338: </ul>
1.83      horacio   339: <font color="#e00000">*</font> support added after 3.1.
1.4       niklas    340:
1.83      horacio   341: <h4>Supported Peripherals:</h4>
1.50      nate      342: <ul>
1.83      horacio   343: <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      344: <ul>
                    345: <li>Acer Labs M5229
                    346: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
                    347: <li>Contaq Microsystems/Cypress CY82C693
                    348: </ul>
1.83      horacio   349: Any other PCI IDE-compliant controller should work, but are untested at
                    350: this point
1.50      nate      351:
1.79      miod      352: <li><b>SCSI Host Adapters</b>
                    353: <ul>
1.83      horacio   354: <li>Adaptec AIC-7770-based SCSI host adapters (including the Adaptec
                    355: 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>
                    356: <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>
                    357: <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>
                    358: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon
                    359: 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>
                    360: (However, the 7899G card is currently not supported with more than one
                    361: device attached)
                    362: <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      363: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host
1.83      horacio   364: adapters (including generic/no name cards, old ASUS cards, the DTC-3130
                    365: 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      366: </ul>
                    367:
1.50      nate      368: <li><b>Ethernet Adapters</b>
                    369: <ul>
1.83      horacio   370: <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      371:     <ul>
                    372:     <li>3Com 3c900/3c900B PCI adapters
                    373:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    374:     <li>3Com 3c980/3c980C server adapters
                    375:     <li>3Com 3cSOHO adapter
                    376:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    377:     </ul>
1.58      jason     378:
1.83      horacio   379: <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     380:     <ul>
                    381:     <li>3CR990-TX-95
                    382:     <li>3CR990-TX-97
                    383:     <li>3CR990-SVR95
                    384:     <li>3CR990-SVR97
                    385:     </ul>
1.58      jason     386:
1.83      horacio   387: <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      388:     <ul>
1.79      miod      389:     <li>Accton EN2242 MiniPCI
                    390:     <li>Linksys LNE100TX v4.x
                    391:     <li>Mototech ME316
1.50      nate      392:     </ul>
                    393:
1.85      miod      394: <li>DEC EtherWORKS III adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&amp;sektion=4">lc</a>), including:
                    395:     <ul>
                    396:     <li>DEC DE203, DE204, DE205
                    397:     </ul>
                    398:
1.83      horacio   399: <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      400:     <ul>
1.83      horacio   401:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and
                    402:     9334)
                    403:     <li>Older LinkSys 10, 10/100 (newer models are supported by other
                    404:     drivers)
1.50      nate      405:     <li>Znyx ZX3<i>xx</i>
                    406:     <li>Cogent EM100FX and EM440TX
                    407:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.81      miod      408:     <li>Asante 21140A
1.79      miod      409:     <li>D-Link DFE-570TX Quad port
1.50      nate      410:     <li>Almost all other variants work.
                    411:     </ul>
1.79      miod      412:
1.83      horacio   413: <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      414:     <ul>
                    415:     <li>Intel EtherExpress PRO/10+
                    416:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    417:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    418:     <li>Intel EtherExpress PRO/100 Dual Port
                    419:     </ul>
                    420:
1.83      horacio   421: <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      422:
1.83      horacio   423: <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      424:     <ul>
                    425:     <li>Accton MPX 5030/5038
                    426:     <li>Allied Telesyn AT2550
                    427:     <li>D-Link DFE530TX+
                    428:     <li>D-Link DFE538TX
                    429:     <li>Encore ENL832-TX 10/100 M PCI
                    430:     <li>Genius GF100TXR
                    431:     <li>KTX-9130TX 10/100 Fast Ethernet
                    432:     <li>Longshine LCS-8038TX-R
                    433:     <li>NDC NE100TX-E
                    434:     <li>Netronix EA-1210 Net Ether 10/100
                    435:     <li>Nortel BayStack 21
                    436:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    437:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    438:     </ul>
                    439:
1.83      horacio   440: <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      441:     <ul>
                    442:     <li>Addtron AEF-360TX
                    443:     <li>Hawking PN102TX
                    444:     <li>D-Link DFE530TX
                    445:     </ul>
1.50      nate      446: </ul>
                    447:
1.65      deraadt   448: <li><b>Gigabit Ethernet Adapters</b>
                    449: <ul>
                    450:
1.83      horacio   451: <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>
                    452:     <p>Often known as Intel Pro/1000 Gigabit Server Adapter</p>
                    453:     <ul>
1.77      nate      454:     <li>Intel i82542 1000BASE-X Ethernet
                    455:     <li>Intel i82543 1000BASE-X Ethernet
                    456:     <li>Intel i82543-SC 1000BASE-X Ethernet
                    457:     <li>Intel i82543 1000BASE-T Ethernet
                    458:     <li>Intel i82544 1000BASE-T Ethernet
                    459:     <li>Intel i82544 1000BASE-X Ethernet
                    460:     <li>Intel i82544GC 1000BASE-T Ethernet (32- and 64-bit)
                    461:     </ul>
                    462:
1.83      horacio   463: <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      464:     <ul>
                    465:     <li>3Com 3c996-T (10/100/1000baseTX)
1.78      nate      466:     <li>3Com 3c996-SX (1000baseSX)
                    467:     <li>3Com 3c996B-T (10/100/1000baseTX)
1.68      nate      468:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    469:     <li>SysKonnect SK-9D41 (1000baseSX)
                    470:     </ul>
1.77      nate      471:
1.83      horacio   472: <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      473:     <ul>
                    474:     <li>D-Link DGE-550T (10/100/1000baseTX)
                    475:     <li>Antares Microsystems Gigabit Ethernet board
                    476:     </ul>
1.65      deraadt   477: </ul>
1.83      horacio   478: Please be aware that many NE2000 adapters fail or perform very poorly.
                    479: We do not recommend using them, but your mileage may vary.
1.65      deraadt   480:
1.79      miod      481: <li><b>FDDI Adapters</b> <sup>(*)</sup>
1.50      nate      482: <ul>
1.83      horacio   483: <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      484: </ul>
                    485:
1.79      miod      486: <li><b>Cryptography Accelerators</b> <sup>(*)</sup>
1.55      jason     487: <ul>
1.83      horacio   488: <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     489:     <ul>
1.79      miod      490:     <li>Soekris Engineering vpn1201 and vpn1211
1.55      jason     491:     <li>GTGI PowerCrypt Encryption Accelerator
                    492:     <li>NetSec 7751
1.69      jufi      493:     <li>Hifn reference board
1.55      jason     494:     <li>Invertex AEON
                    495:     </ul>
                    496: </ul>
                    497:
1.79      miod      498: <li><b>Sound Devices</b> <sup>(*)</sup>
1.50      nate      499: <ul>
1.83      horacio   500: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                    501: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
1.50      nate      502: </ul>
                    503: </ul>
                    504:
1.83      horacio   505: <h4>Untested Peripherals:</h4>
                    506: The following peripherals are compiled into the system, but are not
                    507: known to work.  It's our best guess that they do, but any feedback is
                    508: appreciated.
1.50      nate      509: <ul>
1.79      miod      510: <li><b>SCSI Host Adapters</b> <sup>(*)</sup>
1.50      nate      511: <ul>
1.83      horacio   512: <li>AdvanSys ABP940UW, ASB3940UW-00, ASB3940U2W-00 and ASB3950U160 PCI
                    513: SCSI controllers. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;sektion=4">adw</a>)
1.50      nate      514: </ul>
                    515:
1.79      miod      516: <li><b>RAID and Cache Controllers</b> <sup>(*)</sup>
1.50      nate      517: <ul>
1.83      horacio   518: <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>)
                    519: <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>)
                    520: <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      521: </ul>
                    522:
1.79      miod      523: <li><b>Serial Ports</b> <sup>(*)</sup>
1.50      nate      524: <ul>
1.83      horacio   525: <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      526: </ul>
                    527:
1.79      miod      528: <li><b>Communications Controllers</b> <sup>(*)</sup>
1.50      nate      529: <ul>
                    530: <li>Universal Serial Bus host controllers, including:
                    531:     <ul>
1.83      horacio   532:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;sektion=4">uhci</a>)
                    533:     <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      534:     </ul>
                    535: </ul>
                    536:
                    537: <li><b>Ethernet Adapters</b>
                    538: <ul>
1.83      horacio   539: <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      540:
1.83      horacio   541: <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      542:
1.83      horacio   543: <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      544:     <ul>
                    545:     <li>Adaptec Single32 ANA-69011
                    546:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    547:     <li>Adaptec Duo64 ANA-62022
                    548:     <li>Adaptec Quartet64 ANA-62044
                    549:     </ul>
                    550:
1.83      horacio   551: <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      552:     <ul>
1.76      nate      553:     <li>Abocom UFE1000
                    554:     <li>Abocom DSB650TX
                    555:     <li>Accton USB320-EC
                    556:     <li>Accton SpeedStream Ethernet
                    557:     <li>Admtek Pegasus
                    558:     <li>Admtek Pegasus II
1.50      nate      559:     <li>Billionton Systems USB100
                    560:     <li>Corega FEther USB-TX
1.76      nate      561:     <li>D-Link DSB-650
1.50      nate      562:     <li>D-Link DSB-650TX
1.76      nate      563:     <li>D-Link DSB-650TX-PNA
                    564:     <li>Elecom LD-USB
                    565:     <li>Elsa Microlink USB2Ethernet
                    566:     <li>I/O DATA USB ETTX
                    567:     <li>Kingston KNU101TX
                    568:     <li>LinkSys USB100TX
                    569:     <li>LinkSys USB100H1
                    570:     <li>LinkSys USB10TA
1.66      miod      571:     <li>Melco Inc. LUA-TX
1.76      nate      572:     <li>Siemens SpeedStream USB
                    573:     <li>Smartbridges smartNIC 2
1.50      nate      574:     <li>SMC 2202USB
1.67      miod      575:     <li>SOHOware NUB100
1.50      nate      576:     </ul>
                    577:
1.83      horacio   578: <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      579:     <ul>
                    580:     <li> BOCALANcard/PCI
                    581:     <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    582:     </ul>
                    583:
1.83      horacio   584: <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      585:     <ul>
                    586:     <li>CNet Pro110B
                    587:     <li>Alfa Inc. GFC2204
                    588:     </ul>
                    589:
1.83      horacio   590: <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      591:     <ul>
                    592:     <li>CATC Netmate and Netmate II
1.52      aaron     593:     <li>Belkin F5U111
1.50      nate      594:     </ul>
                    595:
1.83      horacio   596: <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      597:     <ul>
                    598:     <li>Jaton XpressNet
                    599:     </ul>
                    600:
1.83      horacio   601: <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      602:    <ul>
                    603:    <li>Adaptec ANA-6944A
                    604:    <li>Cogent EM400
                    605:    <li>Compex 400TX
                    606:    <li>Znyx ZX346
                    607:    </ul>
                    608:
1.83      horacio   609: <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      610:     <ul>
                    611:     <li>3Com 3C19250
                    612:     <li>3Com 3c460 HomeConnect
                    613:     <li>ADS Technologies USB-10BT
                    614:     <li>Aox USB101
                    615:     <li>ATen UC10T
                    616:     <li>Corega USB-T
                    617:     <li>D-Link DSB-650
                    618:     <li>Entegra NET-USB-E45
                    619:     <li>Kawasaki USB101
                    620:     <li>LinkSys USB10T
                    621:     <li>Netgear EA101
                    622:     <li>Peracom USB
                    623:     <li>SMC 2102/2104USB
                    624:     <li>I/O Data USB-ET/T
                    625:     </ul>
                    626:
1.83      horacio   627: <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      628:     <ul>
                    629:     <li>Kingston KNE110TX
                    630:     <li>LinkSys LNE100TX
                    631:     <li>Matrox Networks FastNIC 10/100
                    632:     <li>Netgear FA310TX
                    633:     </ul>
                    634:
1.83      horacio   635: <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      636:     <ul>
                    637:     <li>Accton EN1217
                    638:     <li>Addtron AEF-320TX/AEF-330TX
                    639:     <li>NDC Communications SOHOware SFA110A
                    640:     <li>SVEC PN102-TX Fast Ethernet card
                    641:     </ul>
                    642:
1.83      horacio   643: <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      644:     <ul>
                    645:     <li>NetGear FA311
                    646:     <li>NetGear FA312
                    647:     </ul>
                    648:
1.83      horacio   649: <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      650:     <ul>
                    651:     <li>Mototech ME313
                    652:     <li>NetSurf NS-KFE30D
                    653:     </ul>
                    654:
1.83      horacio   655: <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      656:
1.83      horacio   657: <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      658:     <ul>
                    659:     <li>D-Link DFE-550TX
                    660:     </ul>
                    661:
1.83      horacio   662: <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      663:     <ul>
                    664:     <li>Compaq Netelligent PCI Adapters
                    665:     <li>Compaq NetFlex 3/P
                    666:     <li>Compaq Deskpro integrated adapter
                    667:     <li>Compaq Prosignia integrated adapter
                    668:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    669:     <li>Racore 8165 and 8148
                    670:     <li>TI ThunderLAN adapters
                    671:     </ul>
                    672:
1.83      horacio   673: <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      674:     <ul>
                    675:     <li>Trendware TE100-PCIE
                    676:     <li>Compex RL100-ATX 10/100
                    677:     </ul>
                    678: </ul>
                    679:
1.79      miod      680: <li><b>Gigabit Ethernet Adapters</b> <sup>(*)</sup>
1.50      nate      681: <ul>
1.83      horacio   682: <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      683:     <ul>
                    684:     <li>3Com 3c985 and 3c985B
                    685:     <li>Alteon ACEnic V (fiber and copper)
                    686:     <li>Digital EtherWORKS 1000SX
                    687:     <li>Farallon PN9000SX
                    688:     <li>Netgear GA620 and GA620T
                    689:     <li>SGI Tigon
                    690:     </ul>
                    691:
1.83      horacio   692: <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      693: </ul>
                    694:
1.79      miod      695: <li><b>ATM Adapters</b> <sup>(*)</sup>
1.50      nate      696: <ul>
1.83      horacio   697: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces
                    698: (<i>en</i>)
1.50      nate      699: </ul>
                    700:
1.79      miod      701: <li><b>FDDI Adapters</b> <sup>(*)</sup>
1.50      nate      702: <ul>
                    703: <li>Digital DEFEA EISA FDDI adapters (<i>fea</i>)
                    704: </ul>
                    705:
1.79      miod      706: <li><b>WAN Adapters</b> <sup>(*)</sup>
1.50      nate      707: <ul>
1.83      horacio   708: <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      709: </ul>
                    710:
1.79      miod      711: <li><b>Universal Serial Bus (USB) Devices</b> <sup>(*)</sup>
1.50      nate      712: <ul>
1.83      horacio   713: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(-)</sup>
                    714: <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>
                    715: <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
                    716: <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>)
                    717: <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      718: <li>USB Hubs (<i>uhub</i>)
1.83      horacio   719: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    720: <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>)
                    721: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>) <sup>(-)</sup>
                    722: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;sektion=4">umodem</a>) <sup>(-)</sup>
                    723: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt</a>) <sup>(-)</sup>
                    724: <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>
                    725: <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      726: </ul>
                    727:
1.79      miod      728: <li><b>Sound Devices</b> <sup>(-)</sup>
1.50      nate      729: <ul>
1.83      horacio   730: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
                    731: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
                    732: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                    733: <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>)
                    734: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
1.50      nate      735: </ul>
                    736: </ul>
                    737:
1.79      miod      738: <p>
                    739: <sup>(*)</sup>
                    740: Drivers for hardware marked with (*) are <b>not</b> included on the
1.83      horacio   741: installation floppies, but are available in the cd-rom installation
                    742: kernel as well as the GENERIC kernel which will be installed.
1.79      miod      743: </p>
                    744:
                    745: <p>
                    746: <sup>(-)</sup>
                    747: Drivers for hardware marked with (-) are <b>not</b> available on the
1.83      horacio   748: installation floppies, or the cd-rom installation kernel, but are
                    749: available in the GENERIC kernel which will be installed.
1.79      miod      750: </p>
                    751:
1.83      horacio   752: <h3><font color="#0000e0">Snapshots:</font></h3>
1.45      niklas    753:
1.83      horacio   754: <p><a href="ftp.html">Snapshots</a> of the alpha port are available on
                    755: an irregular basis.</p>
1.9       graichen  756:
1.3       fn        757: <hr>
1.83      horacio   758: <a href="plat.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
                    759: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3       fn        760: <br>
1.86    ! miod      761: <small>$OpenBSD: alpha.html,v 1.85 2002/06/30 16:41:29 miod Exp $</small>
1.3       fn        762:
                    763: </body>
                    764: </html>