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

Annotation of www/alpha.html, Revision 1.54

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.
                    182:     <li>Built-in 53C810 SCSI (using the <i>old</i>
                    183: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncr&sektion=4">ncr</a>
                    184: driver).
                    185:     <li>Built-in IDE controller. (though, will not boot from ide)
                    186:     <li>PCI graphics card (TGA or VGA compatible).
                    187:     <li>Most PCI devices (see below).
                    188:     <li>Some ISA devices (see below).
                    189:     </ul>
                    190:   <li>Unsupported devices:
                    191:     <ul>
                    192:     <li>Floppy drive.
                    193:     <li>ISA devices that require DMA operation.
                    194:     </ul>
                    195:   </ul>
                    196: <li><b>DEC 3000 models 300{,L,X,LX}</b>
                    197: <br>These systems should work, but we need to hear from people about them.
                    198:   <ul>
                    199:   <li>Supported devices:
                    200:     <ul>
                    201:     <li>Built-in serial ports.
                    202:     <li>Built-in LANCE ethernet.
                    203:     <li>Built-in SCSI (53C94).
                    204:     <li>TurboChannel LANCE ethernet cards (PMAD-A). <i>(untested)</i>
                    205:     </ul>
                    206:   <li>Unsupported devices:
                    207:     <ul>
                    208:     <li>Built-in ISDN/audio chip.
                    209:     <li>Built-in framebuffer.
                    210:     <li>Other TurboChannel cards.
                    211:     </ul>
                    212:   </ul>
                    213: <li><b>DEC 3000 models 400,500,500X,600,700,800,900</b>
                    214: <br>These systems should work, but we need to hear from people about them.
                    215:   <ul>
                    216:   <li>Supported devices:
                    217:     <ul>
                    218:     <li>Built-in serial ports.
                    219:     <li>Built-in LANCE ethernet.
                    220:     <li>Built-in SCSI (53C94 or 53CF94-2), although both scsi controlers
                    221:     may not work at the same time.
                    222:     <li>TurboChannel LANCE ethernet cards (PMAD-A). <i>(untested)</i>
                    223:     </ul>
                    224:   <li>Unsupported devices:
                    225:     <ul>
                    226:     <li>Built-in ISDN/audio chip.
                    227:     <li>Built-in framebuffer.
                    228:     <li>Other TurboChannel cards.
1.18      johns     229:     </ul>
                    230:   </ul>
                    231: <li><b>At this time none of the following systems are supported:</b>
                    232:   <ul>
1.50      nate      233:   <li> DS20, API UP2000, UP2000+ (mostly because we don't have any to test on.)
                    234:   <li> DECpc AXP150 (2000/300) systems (EISA-bus PC-like systems)
                    235:   <li> AlphaServer systems, other than models 400 and 500, which seem to be disguised AlphaStation machines.
                    236:   <li> Alpha XL systems.
                    237:   <li> DEC 4000, 7000, and 10000 systems (FutureBus+ and XMIBus ­based).
                    238:   <li> EB64+ based systems.
                    239:   <li> Samsung 164BX/UX.  (No SRM)
                    240:   <li> Multiprocessor alpha systems.
                    241:   <li> VME Alpha systems.
1.18      johns     242:   </ul>
1.4       niklas    243: </ul>
                    244:
1.50      nate      245: <h4><strong>Supported Peripherals:</strong></h4>
                    246: <ul>
                    247: <li><b>SCSI Host Adapters</b>
                    248: <ul>
                    249: <li>Adaptec AIC-7770-based SCSI host adapters (including the
                    250:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    251: <li>Adaptec AHA-[23]94x[W] cards. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    252: <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>)
                    253: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
                    254:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    255: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>)
                    256: <li>Symbios Logic (NCR) 53C8xx-based PCI SCSI host adapters
                    257:     (Including generic/no name cards, old ASUS cards, the DTC-3130 series,
                    258:     Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncr&sektion=4">ncr</a>)
                    259: </ul>
                    260:
                    261: <li><b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)
                    262: <ul>
                    263: <li>Acer Labs M5229
                    264: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
                    265: <li>Contaq Microsystems/Cypress CY82C693
                    266: </ul>
                    267: Any other PCI IDE-compliant controller should work, but are untested
                    268: at this point
                    269:
                    270: <li><b>Ethernet Adapters</b>
                    271: <ul>
                    272: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl</a>), including:
                    273:     <ul>
                    274:     <li>3Com 3c900/3c900B PCI adapters
                    275:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    276:     <li>3Com 3c980/3c980C server adapters
                    277:     <li>3Com 3cSOHO adapter
                    278:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    279:     </ul>
                    280: <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:
                    281:     <ul>
1.54    ! brad      282:     <li>Intel EtherExpress PRO/10+
1.50      nate      283:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    284:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    285:     <li>Intel EtherExpress PRO/100 Dual Port
                    286:     </ul>
                    287:
                    288: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>), including:
                    289:     <ul>
                    290:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    291:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
                    292:     <li>Znyx ZX3<i>xx</i>
                    293:     <li>Cogent EM100FX and EM440TX
                    294:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
                    295:     <li>Asante
                    296:     <li>Almost all other variants work.
                    297:     </ul>
                    298: </ul>
                    299:
                    300: <li><b>FDDI Adapters</b>
                    301: <ul>
                    302: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&sektion=4">fpa</a>)
                    303: </ul>
                    304:
                    305: <li><b>Sound Devices</b>
                    306: <ul>
                    307: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
                    308: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
                    309: </ul>
                    310: </ul>
                    311:
                    312: <h4><strong>Untested Peripherals:</strong></h4>
                    313: 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.
                    314: <ul>
                    315: <li><b>SCSI Host Adapters</b>
                    316: <ul>
                    317: <li>AdvanSys ABP940UW, ASB3940UW-00, ASB3940U2W-00 and ASB3950U160 PCI SCSI controlers. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw</a>)
                    318: </ul>
                    319:
                    320: <li><b>RAID and Cache Controllers</b>
                    321: <ul>
                    322: <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>)
                    323: <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>)
                    324: </ul>
                    325:
                    326: <li><b>Serial Ports</b>
                    327: <ul>
                    328: <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>)
                    329: </ul>
                    330:
                    331: <li><b>Communications Controllers</b>
                    332: <ul>
                    333: <li>Universal Serial Bus host controllers, including:
                    334:     <ul>
                    335:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci</a>)
                    336:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
                    337:     </ul>
                    338: </ul>
                    339:
                    340: <li><b>Ethernet Adapters</b>
                    341: <ul>
                    342: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&sektion=4">ec</a>)
                    343: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>)
                    344:
                    345: <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:
                    346:     <ul>
                    347:     <li>Adaptec Single32 ANA-69011
                    348:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    349:     <li>Adaptec Duo64 ANA-62022
                    350:     <li>Adaptec Quartet64 ANA-62044
                    351:     </ul>
                    352:
                    353: <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:
                    354:     <ul>
                    355:     <li>Accton EN2242 MiniPCI
                    356:     <li>Linksys LNE100TX v4.x
                    357:     <li>Mototech ME316
                    358:     </ul>
                    359:
                    360: <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:
                    361:     <ul>
                    362:     <li>Billionton Systems USB100
                    363:     <li>Corega FEther USB-TX
                    364:     <li>D-Link DSB-650TX
                    365:     <li>LinkSys USB100TX
                    366:     <li>Melco Inc. LU-ATX
                    367:     <li>SMC 2202USB
                    368:     <li>Kingston KNU101TX
                    369:     </ul>
                    370:
                    371: <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:
                    372:     <ul>
                    373:     <li> BOCALANcard/PCI
                    374:     <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    375:     </ul>
                    376:
                    377: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    378:     <ul>
                    379:     <li>CNet Pro110B
                    380:     <li>Alfa Inc. GFC2204
                    381:     </ul>
                    382:
                    383: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>), including:
                    384:     <ul>
                    385:     <li>CATC Netmate and Netmate II
1.52      aaron     386:     <li>Belkin F5U111
1.50      nate      387:     </ul>
                    388:
                    389: <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:
                    390:     <ul>
                    391:     <li>Jaton XpressNet
                    392:     </ul>
                    393:
                    394: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>) including:
                    395:    <ul>
                    396:    <li>Adaptec ANA-6944A
                    397:    <li>Cogent EM400
                    398:    <li>Compex 400TX
                    399:    <li>Znyx ZX346
                    400:    </ul>
                    401:
                    402: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>), including:
                    403:     <ul>
                    404:     <li>3Com 3C19250
                    405:     <li>3Com 3c460 HomeConnect
                    406:     <li>ADS Technologies USB-10BT
                    407:     <li>Aox USB101
                    408:     <li>ATen UC10T
                    409:     <li>Corega USB-T
                    410:     <li>D-Link DSB-650
                    411:     <li>Entegra NET-USB-E45
                    412:     <li>Kawasaki USB101
                    413:     <li>LinkSys USB10T
                    414:     <li>Netgear EA101
                    415:     <li>Peracom USB
                    416:     <li>SMC 2102/2104USB
                    417:     <li>I/O Data USB-ET/T
                    418:     </ul>
                    419:
                    420: <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:
                    421:     <ul>
                    422:     <li>Kingston KNE110TX
                    423:     <li>LinkSys LNE100TX
                    424:     <li>Matrox Networks FastNIC 10/100
                    425:     <li>Netgear FA310TX
                    426:     </ul>
                    427:
                    428: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    429:     <ul>
                    430:     <li>Accton EN1217
                    431:     <li>Addtron AEF-320TX/AEF-330TX
                    432:     <li>NDC Communications SOHOware SFA110A
                    433:     <li>SVEC PN102-TX Fast Ethernet card
                    434:     </ul>
                    435:
                    436: <li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis</a>), including:
                    437:     <ul>
                    438:     <li>NetGear FA311
                    439:     <li>NetGear FA312
                    440:     </ul>
                    441:
                    442: <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>)
                    443:
                    444: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl</a>), including:
                    445:     <ul>
                    446:     <li>Accton MPX 5030/5038
                    447:     <li>Allied Telesyn AT2550
                    448:     <li>D-Link DFE530TX+
                    449:     <li>D-Link DFE538TX
                    450:     <li>Encore ENL832-TX 10/100 M PCI
                    451:     <li>Genius GF100TXR
                    452:     <li>KTX-9130TX 10/100 Fast Ethernet
                    453:     <li>Longshine LCS-8038TX-R
                    454:     <li>NDC NE100TX-E
                    455:     <li>Netronix EA-1210 Net Ether 10/100
                    456:     <li>Nortel BayStack 21
                    457:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    458:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    459:     </ul>
                    460:
                    461: <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:
                    462:     <ul>
                    463:     <li>Mototech ME313
                    464:     <li>NetSurf NS-KFE30D
                    465:     </ul>
                    466:
                    467: <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>)
                    468:
                    469: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste</a>), including:
                    470:     <ul>
                    471:     <li>D-Link DFE-550TX
                    472:     </ul>
                    473:
                    474: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl</a>), including:
                    475:     <ul>
                    476:     <li>Compaq Netelligent PCI Adapters
                    477:     <li>Compaq NetFlex 3/P
                    478:     <li>Compaq Deskpro integrated adapter
                    479:     <li>Compaq Prosignia integrated adapter
                    480:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    481:     <li>Racore 8165 and 8148
                    482:     <li>TI ThunderLAN adapters
                    483:     </ul>
                    484:
                    485: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&sektion=4">wb</a>), including:
                    486:     <ul>
                    487:     <li>Trendware TE100-PCIE
                    488:     <li>Compex RL100-ATX 10/100
                    489:     </ul>
                    490: </ul>
                    491: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    492: not recommend using them, but your mileage may vary.
                    493:
                    494: <li><b>Gigabit Ethernet Adapters</b>
                    495: <ul>
                    496: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti</a>), including:
                    497:     <ul>
                    498:     <li>3Com 3c985 and 3c985B
                    499:     <li>Alteon ACEnic V (fiber and copper)
                    500:     <li>Digital EtherWORKS 1000SX
                    501:     <li>Farallon PN9000SX
                    502:     <li>Netgear GA620 and GA620T
                    503:     <li>SGI Tigon
                    504:     </ul>
                    505:
                    506: <li>Intel i82452-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wx&sektion=4">wx</a>), including:
                    507:     <ul>
                    508:     <li>Intel Pro/1000 Gigabit Server Adapter
                    509:     </ul>
                    510:
                    511: <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>)
                    512: </ul>
                    513:
                    514: <li><b>ATM Adapters</b>
                    515: <ul>
                    516: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>)
                    517: </ul>
                    518:
                    519: <li><b>FDDI Adapters</b>
                    520: <ul>
                    521: <li>Digital DEFEA EISA FDDI adapters (<i>fea</i>)
                    522: </ul>
                    523:
                    524: <li><b>WAN Adapters</b>
                    525: <ul>
                    526: <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>)
                    527: </ul>
                    528:
                    529: <li><b>Universal Serial Bus (USB) Devices</b>
                    530: <ul>
                    531: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4">uaudio</a>)
                    532: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4">urio</a>)
                    533: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4">aue</a>,
                    534:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>,
                    535:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>),
                    536:                        see above
                    537: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4">uhid</a>)
                    538: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=4">uvisor</a>)
                    539: <li>USB Hubs (<i>uhub</i>)
                    540: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
                    541: <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>)
                    542: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umouse&sektion=4">umouse</a>)
                    543: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4">umodem</a>)
                    544: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&sektion=4">ulpt</a>)
                    545: <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>)
                    546: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl</a>)
                    547: </ul>
                    548:
                    549: <li><b>Sound Devices</b>
                    550: <ul>
                    551: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4">cmpci</a>)
                    552: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4">eso</a>)
                    553: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&sektion=4">fms</a>)
                    554: <li>VIA VT82C686A SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia</a>)
                    555: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&sektion=4">sv</a>)
                    556: </ul>
                    557: </ul>
                    558:
1.35      deraadt   559: <h3><font color=#0000e0><strong>Snapshots:</strong></font></h3>
1.45      niklas    560:
1.50      nate      561: <p><a href="ftp.html">Snapshots</a> of the alpha port are available on an irregular basis.</p>
1.9       graichen  562:
1.3       fn        563: <hr>
1.44      rohee     564: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   565: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        566: <br>
1.54    ! brad      567: <small>$OpenBSD: alpha.html,v 1.53 2001/05/13 00:27:44 miod Exp $</small>
1.3       fn        568:
                    569: </body>
                    570: </html>