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

Annotation of www/alpha.html, Revision 1.70

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.70    ! miod       19: <h3><font color="#0000e0">History and Status:</font></h3>
1.45      niklas     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.60      jufi       43: shape again, and starting with the 2.9 release alpha is a
1.50      nate       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:
1.70    ! miod       54: <h3><font color=#0000e0>Projects (in no particular order):</font></h3>
1.1       deraadt    55:
1.24      niklas     56: <ul>
1.50      nate       57: <li>Testing more platforms and peripherals, to find what issues are remaining
                     58: <li>Better documentation
                     59: <li>compat_osf1 shared libs
                     60: <li>bus_dma on more core chipsets
                     61: <li>isa_dma
                     62: <li>Floppy support (needs isa_dma first)
                     63: <li>Fix 64-bit issues in the non-working PCI drivers
                     64: <li>Improve TGA support to include virtual consoles
                     65: <li>Improve X11 support
1.24      niklas     66: </ul>
1.1       deraadt    67:
1.70    ! miod       68:
        !            69: <h3><font color=#0000e0>Install media:</font></h3>
        !            70: A number of install options exist:
        !            71: <ul>
        !            72: <li><strong>CD boot:</strong><p>
        !            73: Booting off the CD provides an El Torito 2.88MB floppy image that contains
        !            74: drivers for the most popular devices found in alpha hardware.  This also
        !            75: includes minimal USB support (storage devices, keyboard and some ethernet
        !            76: adapters).<br>
        !            77: For the latest list of drivers available on this image, take a look at the
        !            78: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/alpha/conf/RAMDISKBIG?rev=HEAD">
        !            79: RAMDISKBIG</a> config file.<p>
        !            80: <li><strong>Floppy A:</strong><p>
        !            81: This 1.44MB floppy image supports the following alpha hardware:
        !            82: <ul>
        !            83: <li>AlphaStation 200, 250, 255, 400
        !            84: <li>AlphaStation 500, 600
        !            85: <li>AXPpci33 based machines, such as the ``Noname'', UDB, and Multia
        !            86: <li>EB164 based machines, such as the PC164, 164SX and 164LX
        !            87: <li>Personal Workstation (Miata)
        !            88: </ul><br>
        !            89: It contains support for the on-board devices found on these machines, however
        !            90: due to lack of place there are only few other drivers. In particular, this
        !            91: floppy lacks cdrom support and won't allow you to install from cdrom media.<p>
        !            92: <li><strong>Floppy B:</strong><p>
        !            93: This 1.44MB floppy image supports the following alpha hardware:
        !            94: <ul>
        !            95: <li>Alpha Processor, Inc. UP1000
        !            96: <li>XP1000, 264DP, DS10, and DS20
        !            97: </ul>
        !            98: It contains support for the on-board devices found on these machines, however
        !            99: due to lack of place there are only few other drivers. In particular, this
        !           100: floppy lacks cdrom support and won't allow you to install from cdrom media.<p>
        !           101: </ul>
        !           102: <p>
        !           103: Use the method that works best for you.
        !           104:
        !           105:
1.35      deraadt   106: <h3><font color=#0000e0><strong>Supported Hardware:</strong></font></h3>
1.45      niklas    107:
                    108: <p>Because of the changes that are currently being made to alpha, the
                    109: currently supported hardware is in flux.  To the best of our
1.50      nate      110: knowledge, the following hardware is supported, but there might be
                    111: occasional breakage on some models.  Since there are many models and
                    112: combinations that we have not tested, we would appreciate very much if
                    113: you told us about things that work and do not work.  To help us keep
1.51      jufi      114: track of what hardware people use, please mail your dmesg to
1.50      nate      115: <a href="mailto:dmesg@openbsd.org">&lt;dmesg@openbsd.org&gt;</a>.  If there are
                    116: things that do not work, please file a bug report using
                    117: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendbug&sektion=1">
                    118: sendbug(1)</a>.</p>
1.45      niklas    119:
1.50      nate      120: <h4><strong>Supported Platforms:</strong></h4>
1.18      johns     121: <ul>
1.62      nate      122: <li><b>DS20, DS10, XP1000, 264DP, and other EV6 machines using the
                    123: Tsunami chipset</b><br>(Only one processor on the DS20 will be used)
1.50      nate      124:   <ul>
                    125:   <li>Supported devices:
                    126:     <ul>
                    127:     <li>Built-in serial and parallel ports.
                    128:     <li>Built-in DEC21143 ethernet.
                    129:     <li>Built-in ISP SCSI.
                    130:     <li>Built-in IDE controller.
                    131:     <li>Built-in USB should work, but has not been thoroughly tested.
                    132:     <li>Most PCI devices (see below).
                    133:     <li>Some ISA devices (see below).
                    134:     </ul>
                    135:   <li>Unsupported devices:
                    136:     <ul>
                    137:     <li>Floppy drive.
                    138:     <li>ISA devices that require DMA operation.
                    139:     </ul>
                    140:   </ul>
                    141: <li><b>API UP1000 machines and other EV6 machines using the Irongate chipset</b>
                    142:   <ul>
                    143:   <li>Supported devices:
                    144:     <ul>
                    145:     <li>Built-in serial and parallel ports.
                    146:     <li>Built-in DEC21040 ethernet.
                    147:     <li>Built-in IDE controller works, though there may be stability issues.
                    148:     </ul>
                    149:   <li>Unsupported devices:
                    150:     <ul>
                    151:     <li>Floppy drive.
                    152:     <li>ISA devices that require DMA operation.
                    153:     </ul>
                    154:   </ul>
                    155: <li><b>Digital Personal Workstation (Miata)</b>
                    156:   <ul>
                    157:   <li>Supported devices:
                    158:     <ul>
                    159:     <li>Built-in serial and parallel ports.
                    160:     <li>Built-in DEC21043 ethernet.
                    161:     <li>Built-in ISP SCSI, when present (i.e. on ``au'' models).
                    162:     <li>Built-in IDE controller.
                    163:     <li>Most PCI devices (see below).
                    164:     <li>Some ISA devices (see below).
                    165:     </ul>
                    166:   <li>Unsupported devices:
                    167:     <ul>
                    168:     <li>Floppy drive.
                    169:     <li>Built-in audio.
                    170:     <li>ISA devices that require DMA operation.
                    171:     </ul>
                    172:   </ul>
                    173: <li><b>EB164 based machines (including PC164, 164SX, 164LX, but NOT the
                    174: 164UX)</b>
                    175:   <ul>
                    176:   <li>Supported devices:
                    177:     <ul>
                    178:     <li>Built-in serial and parallel ports.
                    179:     <li>Built-in PCIIDE controller, when present.
                    180:     <li>PCI graphics card (TGA or VGA compatible).
                    181:     <li>Most PCI devices (see below).
                    182:     <li>Some ISA devices (see below).
                    183:     </ul>
                    184:   <li>Unsupported devices:
                    185:     <ul>
                    186:     <li>Floppy drive.
                    187:     <li>ISA IDE controller on the EB164.
                    188:     <li>ISA devices that require DMA operation.
                    189:     </ul>
                    190:   </ul>
                    191: <li><b>Alphastation 500 and 600</b>
                    192: <br>These systems should work, but we need to hear from people about them.
                    193:   <ul>
                    194:   <li>Supported devices:
                    195:     <ul>
                    196:     <li>Built-in serial and parallel ports.
                    197:     <li>Built-in DEC21040 ethernet.
                    198:     <li>Built-in ISP SCSI.
                    199:     <li>PCI graphics card (TGA or VGA compatible).
                    200:     <li>Most PCI devices (see below).
                    201:     <li>Some ISA and EISA devices (see below).
                    202:     </ul>
                    203:   <li>Unsupported devices:
                    204:     <ul>
                    205:     <li>Floppy drive.
                    206:     <li>Built-in audio.
1.64      miod      207:     <li>ISA and EISA devices that require DMA operation.
                    208:     </ul>
                    209:   </ul>
                    210: <li><b>Alphastation 200, 250, 255 and 400</b>
                    211: <br>
                    212:   <ul>
                    213:   <li>Supported devices:
                    214:     <ul>
                    215:     <li>Built-in serial and parallel ports.
                    216:     <li>Built-in DEC21040 ethernet.
                    217:     <li>Built-in ISP SCSI.
                    218:     <li>PCI graphics card (TGA or VGA compatible).
                    219:     <li>Most PCI devices (see below).
                    220:     <li>Some ISA devices (see below).
                    221:     </ul>
                    222:   <li>Unsupported devices:
                    223:     <ul>
                    224:     <li>Floppy drive.
                    225:     <li>Built-in audio.
1.50      nate      226:     <li>ISA devices that require DMA operation.
                    227:     </ul>
                    228:   </ul>
                    229: <li><b>AXPpci based machines (including ``Noname'', UDB, Multia)</b>
1.64      miod      230: <br>
1.50      nate      231:   <ul>
                    232:   <li>Supported devices:
                    233:     <ul>
                    234:     <li>Built-in serial and parallel ports.
                    235:     <li>Built-in DEC21040 ethernet.
1.56      ericj     236:     <li>Built-in 53C810 SCSI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.50      nate      237:     <li>Built-in IDE controller. (though, will not boot from ide)
                    238:     <li>PCI graphics card (TGA or VGA compatible).
                    239:     <li>Most PCI devices (see below).
                    240:     <li>Some ISA devices (see below).
                    241:     </ul>
                    242:   <li>Unsupported devices:
                    243:     <ul>
                    244:     <li>Floppy drive.
                    245:     <li>ISA devices that require DMA operation.
                    246:     </ul>
                    247:   </ul>
                    248: <li><b>DEC 3000 models 300{,L,X,LX}</b>
                    249: <br>These systems should work, but we need to hear from people about them.
                    250:   <ul>
                    251:   <li>Supported devices:
                    252:     <ul>
1.63      miod      253:     <li>Built-in serial ports (console on serial port).
1.50      nate      254:     <li>Built-in LANCE ethernet.
                    255:     <li>Built-in SCSI (53C94).
                    256:     <li>TurboChannel LANCE ethernet cards (PMAD-A). <i>(untested)</i>
                    257:     </ul>
                    258:   <li>Unsupported devices:
                    259:     <ul>
                    260:     <li>Built-in ISDN/audio chip.
                    261:     <li>Built-in framebuffer.
                    262:     <li>Other TurboChannel cards.
                    263:     </ul>
                    264:   </ul>
                    265: <li><b>DEC 3000 models 400,500,500X,600,700,800,900</b>
                    266: <br>These systems should work, but we need to hear from people about them.
                    267:   <ul>
                    268:   <li>Supported devices:
                    269:     <ul>
1.63      miod      270:     <li>Built-in serial ports (console on serial port).
1.50      nate      271:     <li>Built-in LANCE ethernet.
1.59      pvalchev  272:     <li>Built-in SCSI (53C94 or 53CF94-2), although both scsi controllers
1.50      nate      273:     may not work at the same time.
                    274:     <li>TurboChannel LANCE ethernet cards (PMAD-A). <i>(untested)</i>
                    275:     </ul>
                    276:   <li>Unsupported devices:
                    277:     <ul>
                    278:     <li>Built-in ISDN/audio chip.
                    279:     <li>Built-in framebuffer.
                    280:     <li>Other TurboChannel cards.
1.18      johns     281:     </ul>
                    282:   </ul>
                    283: <li><b>At this time none of the following systems are supported:</b>
                    284:   <ul>
1.64      miod      285:   <li> API UP2000, UP2000+ (mostly because we don't have any to test on.)
1.50      nate      286:   <li> DECpc AXP150 (2000/300) systems (EISA-bus PC-like systems)
                    287:   <li> AlphaServer systems, other than models 400 and 500, which seem to be disguised AlphaStation machines.
1.70    ! miod      288:   <li> Alpha XL systems.  (No SRM)
1.50      nate      289:   <li> DEC 4000, 7000, and 10000 systems (FutureBus+ and XMIBus ­based).
                    290:   <li> EB64+ based systems.
                    291:   <li> Samsung 164BX/UX.  (No SRM)
                    292:   <li> Multiprocessor alpha systems.
                    293:   <li> VME Alpha systems.
1.18      johns     294:   </ul>
1.4       niklas    295: </ul>
                    296:
1.50      nate      297: <h4><strong>Supported Peripherals:</strong></h4>
                    298: <ul>
                    299: <li><b>SCSI Host Adapters</b>
                    300: <ul>
                    301: <li>Adaptec AIC-7770-based SCSI host adapters (including the
                    302:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    303: <li>Adaptec AHA-[23]94x[W] cards. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    304: <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>)
                    305: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
                    306:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
                    307: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>)
                    308: <li>Symbios Logic (NCR) 53C8xx-based PCI SCSI host adapters
                    309:     (Including generic/no name cards, old ASUS cards, the DTC-3130 series,
1.56      ericj     310:     Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.50      nate      311: </ul>
                    312:
                    313: <li><b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)
                    314: <ul>
                    315: <li>Acer Labs M5229
                    316: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
                    317: <li>Contaq Microsystems/Cypress CY82C693
                    318: </ul>
                    319: Any other PCI IDE-compliant controller should work, but are untested
                    320: at this point
                    321:
                    322: <li><b>Ethernet Adapters</b>
                    323: <ul>
                    324: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl</a>), including:
                    325:     <ul>
                    326:     <li>3Com 3c900/3c900B PCI adapters
                    327:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    328:     <li>3Com 3c980/3c980C server adapters
                    329:     <li>3Com 3cSOHO adapter
                    330:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    331:     </ul>
1.58      jason     332:
1.57      jason     333: <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:
                    334:     <ul>
                    335:     <li>3CR990-TX-95
                    336:     <li>3CR990-TX-97
                    337:     <li>3CR990-SVR95
                    338:     <li>3CR990-SVR97
                    339:     </ul>
1.58      jason     340:
1.50      nate      341: <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:
                    342:     <ul>
1.54      brad      343:     <li>Intel EtherExpress PRO/10+
1.50      nate      344:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    345:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    346:     <li>Intel EtherExpress PRO/100 Dual Port
                    347:     </ul>
                    348:
                    349: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>), including:
                    350:     <ul>
                    351:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    352:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
                    353:     <li>Znyx ZX3<i>xx</i>
                    354:     <li>Cogent EM100FX and EM440TX
                    355:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
                    356:     <li>Asante
                    357:     <li>Almost all other variants work.
                    358:     </ul>
                    359: </ul>
                    360:
1.65      deraadt   361: <li><b>Gigabit Ethernet Adapters</b>
                    362: <ul>
                    363:
                    364: <li>Intel i82452-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wx&sektion=4">wx</a>), including:
                    365:     <ul>
                    366:     <li>Intel Pro/1000 Gigabit Server Adapter
                    367:     </ul>
1.68      nate      368: <li>Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge</a>), including:
                    369:     <ul>
                    370:     <li>3Com 3c996-T (10/100/1000baseTX)
                    371:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
                    372:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    373:     <li>SysKonnect SK-9D41 (1000baseSX)
                    374:     </ul>
1.65      deraadt   375: </ul>
                    376:
1.50      nate      377: <li><b>FDDI Adapters</b>
                    378: <ul>
                    379: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&sektion=4">fpa</a>)
                    380: </ul>
                    381:
1.55      jason     382: <li><b>Cryptography Accelerators</b>
                    383: <ul>
1.69      jufi      384: <li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>), including:
1.55      jason     385:     <ul>
                    386:     <li>GTGI PowerCrypt Encryption Accelerator
                    387:     <li>NetSec 7751
1.69      jufi      388:     <li>Hifn reference board
1.55      jason     389:     <li>Invertex AEON
                    390:     </ul>
                    391: </ul>
                    392:
1.50      nate      393: <li><b>Sound Devices</b>
                    394: <ul>
                    395: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
                    396: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
                    397: </ul>
                    398: </ul>
                    399:
                    400: <h4><strong>Untested Peripherals:</strong></h4>
1.64      miod      401: The following peripherals are compiled into the system, but are not known to work.  It's our best guess that they do, but any feedback is appreciated.
1.50      nate      402: <ul>
                    403: <li><b>SCSI Host Adapters</b>
                    404: <ul>
1.59      pvalchev  405: <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      406: </ul>
                    407:
                    408: <li><b>RAID and Cache Controllers</b>
                    409: <ul>
                    410: <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>)
                    411: <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>)
                    412: </ul>
                    413:
                    414: <li><b>Serial Ports</b>
                    415: <ul>
                    416: <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>)
                    417: </ul>
                    418:
                    419: <li><b>Communications Controllers</b>
                    420: <ul>
                    421: <li>Universal Serial Bus host controllers, including:
                    422:     <ul>
                    423:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci</a>)
                    424:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
                    425:     </ul>
                    426: </ul>
                    427:
                    428: <li><b>Ethernet Adapters</b>
                    429: <ul>
                    430: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&sektion=4">ec</a>)
                    431: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>)
                    432:
                    433: <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:
                    434:     <ul>
                    435:     <li>Adaptec Single32 ANA-69011
                    436:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    437:     <li>Adaptec Duo64 ANA-62022
                    438:     <li>Adaptec Quartet64 ANA-62044
                    439:     </ul>
                    440:
                    441: <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:
                    442:     <ul>
                    443:     <li>Accton EN2242 MiniPCI
                    444:     <li>Linksys LNE100TX v4.x
                    445:     <li>Mototech ME316
                    446:     </ul>
                    447:
                    448: <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:
                    449:     <ul>
                    450:     <li>Billionton Systems USB100
                    451:     <li>Corega FEther USB-TX
                    452:     <li>D-Link DSB-650TX
1.67      miod      453:     <li>I/O Data USB ETTX
                    454:     <li>LinkSys USB100TX, USB100H1 and USB10TA
1.66      miod      455:     <li>Melco Inc. LUA-TX
1.50      nate      456:     <li>SMC 2202USB
1.67      miod      457:     <li>SOHOware NUB100
1.50      nate      458:     <li>Kingston KNU101TX
                    459:     </ul>
                    460:
                    461: <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:
                    462:     <ul>
                    463:     <li> BOCALANcard/PCI
                    464:     <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    465:     </ul>
                    466:
                    467: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    468:     <ul>
                    469:     <li>CNet Pro110B
                    470:     <li>Alfa Inc. GFC2204
                    471:     </ul>
                    472:
                    473: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>), including:
                    474:     <ul>
                    475:     <li>CATC Netmate and Netmate II
1.52      aaron     476:     <li>Belkin F5U111
1.50      nate      477:     </ul>
                    478:
                    479: <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:
                    480:     <ul>
                    481:     <li>Jaton XpressNet
                    482:     </ul>
                    483:
                    484: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>) including:
                    485:    <ul>
                    486:    <li>Adaptec ANA-6944A
                    487:    <li>Cogent EM400
                    488:    <li>Compex 400TX
                    489:    <li>Znyx ZX346
                    490:    </ul>
                    491:
                    492: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>), including:
                    493:     <ul>
                    494:     <li>3Com 3C19250
                    495:     <li>3Com 3c460 HomeConnect
                    496:     <li>ADS Technologies USB-10BT
                    497:     <li>Aox USB101
                    498:     <li>ATen UC10T
                    499:     <li>Corega USB-T
                    500:     <li>D-Link DSB-650
                    501:     <li>Entegra NET-USB-E45
                    502:     <li>Kawasaki USB101
                    503:     <li>LinkSys USB10T
                    504:     <li>Netgear EA101
                    505:     <li>Peracom USB
                    506:     <li>SMC 2102/2104USB
                    507:     <li>I/O Data USB-ET/T
                    508:     </ul>
                    509:
                    510: <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:
                    511:     <ul>
                    512:     <li>Kingston KNE110TX
                    513:     <li>LinkSys LNE100TX
                    514:     <li>Matrox Networks FastNIC 10/100
                    515:     <li>Netgear FA310TX
                    516:     </ul>
                    517:
                    518: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    519:     <ul>
                    520:     <li>Accton EN1217
                    521:     <li>Addtron AEF-320TX/AEF-330TX
                    522:     <li>NDC Communications SOHOware SFA110A
                    523:     <li>SVEC PN102-TX Fast Ethernet card
                    524:     </ul>
                    525:
                    526: <li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis</a>), including:
                    527:     <ul>
                    528:     <li>NetGear FA311
                    529:     <li>NetGear FA312
                    530:     </ul>
                    531:
                    532: <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>)
                    533:
                    534: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl</a>), including:
                    535:     <ul>
                    536:     <li>Accton MPX 5030/5038
                    537:     <li>Allied Telesyn AT2550
                    538:     <li>D-Link DFE530TX+
                    539:     <li>D-Link DFE538TX
                    540:     <li>Encore ENL832-TX 10/100 M PCI
                    541:     <li>Genius GF100TXR
                    542:     <li>KTX-9130TX 10/100 Fast Ethernet
                    543:     <li>Longshine LCS-8038TX-R
                    544:     <li>NDC NE100TX-E
                    545:     <li>Netronix EA-1210 Net Ether 10/100
                    546:     <li>Nortel BayStack 21
                    547:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    548:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    549:     </ul>
                    550:
                    551: <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:
                    552:     <ul>
                    553:     <li>Mototech ME313
                    554:     <li>NetSurf NS-KFE30D
                    555:     </ul>
                    556:
                    557: <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>)
                    558:
                    559: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste</a>), including:
                    560:     <ul>
                    561:     <li>D-Link DFE-550TX
                    562:     </ul>
                    563:
                    564: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl</a>), including:
                    565:     <ul>
                    566:     <li>Compaq Netelligent PCI Adapters
                    567:     <li>Compaq NetFlex 3/P
                    568:     <li>Compaq Deskpro integrated adapter
                    569:     <li>Compaq Prosignia integrated adapter
                    570:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    571:     <li>Racore 8165 and 8148
                    572:     <li>TI ThunderLAN adapters
                    573:     </ul>
                    574:
                    575: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&sektion=4">wb</a>), including:
                    576:     <ul>
                    577:     <li>Trendware TE100-PCIE
                    578:     <li>Compex RL100-ATX 10/100
                    579:     </ul>
                    580: </ul>
                    581: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    582: not recommend using them, but your mileage may vary.
                    583:
                    584: <li><b>Gigabit Ethernet Adapters</b>
                    585: <ul>
                    586: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti</a>), including:
                    587:     <ul>
                    588:     <li>3Com 3c985 and 3c985B
                    589:     <li>Alteon ACEnic V (fiber and copper)
                    590:     <li>Digital EtherWORKS 1000SX
                    591:     <li>Farallon PN9000SX
                    592:     <li>Netgear GA620 and GA620T
                    593:     <li>SGI Tigon
                    594:     </ul>
                    595:
                    596: <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>)
                    597: </ul>
                    598:
                    599: <li><b>ATM Adapters</b>
                    600: <ul>
                    601: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>)
                    602: </ul>
                    603:
                    604: <li><b>FDDI Adapters</b>
                    605: <ul>
                    606: <li>Digital DEFEA EISA FDDI adapters (<i>fea</i>)
                    607: </ul>
                    608:
                    609: <li><b>WAN Adapters</b>
                    610: <ul>
                    611: <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>)
                    612: </ul>
                    613:
                    614: <li><b>Universal Serial Bus (USB) Devices</b>
                    615: <ul>
                    616: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4">uaudio</a>)
                    617: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4">urio</a>)
                    618: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4">aue</a>,
                    619:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>,
                    620:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>),
                    621:                        see above
                    622: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4">uhid</a>)
                    623: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=4">uvisor</a>)
                    624: <li>USB Hubs (<i>uhub</i>)
                    625: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
                    626: <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>)
                    627: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umouse&sektion=4">umouse</a>)
                    628: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4">umodem</a>)
                    629: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&sektion=4">ulpt</a>)
                    630: <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>)
                    631: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl</a>)
                    632: </ul>
                    633:
                    634: <li><b>Sound Devices</b>
                    635: <ul>
                    636: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4">cmpci</a>)
                    637: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4">eso</a>)
                    638: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&sektion=4">fms</a>)
                    639: <li>VIA VT82C686A SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia</a>)
                    640: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&sektion=4">sv</a>)
                    641: </ul>
                    642: </ul>
                    643:
1.35      deraadt   644: <h3><font color=#0000e0><strong>Snapshots:</strong></font></h3>
1.45      niklas    645:
1.50      nate      646: <p><a href="ftp.html">Snapshots</a> of the alpha port are available on an irregular basis.</p>
1.9       graichen  647:
1.3       fn        648: <hr>
1.44      rohee     649: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   650: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        651: <br>
1.70    ! miod      652: <small>$OpenBSD: alpha.html,v 1.69 2001/10/11 19:11:47 jufi Exp $</small>
1.3       fn        653:
                    654: </body>
                    655: </html>