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

Annotation of www/alpha.html, Revision 1.59

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