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

Annotation of www/amd64.html, Revision 1.72

1.1       brad        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/amd64</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/amd64 page">
                     10: <meta name="keywords" content="openbsd,amd64">
                     11: <meta name="distribution" content="global">
1.3       jose       12: <meta name="copyright" content="This document copyright 2003-2004 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.13      krw        17:
1.1       brad       18: <h2><font color="#e00000">OpenBSD/amd64</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
1.5       deraadt    24:
                     25: <p>
                     26: It also runs on the upcoming Intel ia32e processors which contain cloned
                     27: support for the AMD64 extensions, but since Intel left out support for
                     28: the page table NXE bit (No-EXecute) there is no W^X support on the Intel
1.66      david      29: CPUs.
1.5       deraadt    30:
                     31: <p>
1.6       deraadt    32: Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
                     33: processors, but in 32-bit mode.
1.1       brad       34:
1.4       deraadt    35: <a href="#toc"></a>
                     36: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.13      krw        37:
1.4       deraadt    38: <ul>
                     39:   <li><a href="#status">Current status</a>
1.21      nick       40:   <li><a href="#hardware">Supported hardware</a>
1.4       deraadt    41:   <li><a href="#install">Getting and installing OpenBSD/amd64</a>
                     42: </ul>
                     43:
                     44: <hr>
                     45: <a name="status"></a>
                     46: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     47:
                     48: <p>
                     49: It can be expected to install and run with minimal difficulty on most current
                     50: hardware.
                     51:
                     52: <p>
1.8       deraadt    53: The only major shortcoming at this time is that the kernel debugger
1.13      krw        54: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;arch=amd64&amp;sektion=4">ddb</a>
1.39      miod       55: is somewhat poor.
1.4       deraadt    56:
                     57: <hr>
1.7       grange     58: <a name="hardware"></a>
                     59: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     60:
                     61: <h4>Processors</h4>
                     62:
                     63: <p>
1.19      krw        64: All versions of the AMD Athlon 64 processors and their clones are
                     65: supported.
                     66:
                     67: <h4>SMP support</h4>
1.39      miod       68: Starting with OpenBSD 3.6, OpenBSD/amd64 supports most SMP
1.19      krw        69: (Symmetrical MultiProcessor) systems.
1.38      grange     70: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
1.19      krw        71: included with the installation file sets.
1.7       grange     72:
                     73: <p>
1.19      krw        74: As this is a new feature, developers will want to see what hardware does
1.38      grange     75: and doesn't work when running SMP, so it is even more important to
1.19      krw        76: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.7       grange     77:
                     78: <h4>Buses</h4>
                     79:
                     80: <ul>
                     81: <li>All standard PCI bus bridges
                     82: <!--
                     83: <li>16-Bit PCMCIA PC Cards
                     84: <li>32-Bit CardBus PC Cards
                     85: -->
                     86: <li>Universal Serial Bus (USB)
                     87: </ul>
                     88:
                     89: <h4>Bus interfaces</h4>
                     90:
                     91: <ul>
                     92:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.38      grange     93: <!--
1.30      mickey     94:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=amd64&amp;sektion=4">cbb</a>)
1.12      miod       95:  -->
1.7       grange     96: </ul>
                     97:
                     98: <h4>Entropy sources</h4>
                     99:
                    100: <ul>
                    101:   <li>Interrupt latency collection from many devices
                    102: </ul>
                    103:
1.65      fgsch     104: <h4>All PCI IDE
                    105: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=macppc&amp;sektion=4">pciide</a>)
                    106: adapters supported by the <a href="i386.html">i386</a> platform
1.38      grange    107:
1.7       grange    108: <h4>SCSI Host Adapters</h4>
                    109:
                    110: <ul>
1.13      krw       111:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    112:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    113:     adapters
1.30      mickey    114:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=amd64&amp;sektion=4">ahc</a>)
1.13      krw       115:     including the Adaptec cards
                    116:     <ul>
                    117:       <li>AHA-2910, AHA-2915
                    118:       <li>AHA-2920
                    119:       <li>AHA-2930[C,U2]
                    120:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    121:       <li>AHA-2950[U2W,U2B]
                    122:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    123:       <li>AHA-3950U2
                    124:       <li>AHA-3960
                    125:       <li>AHA-3985
                    126:       <li>AHA-4944UW
                    127:       <li>AHA-19160B
                    128:       <li>AHA-29160[B,N]
                    129:       <li>AHA-39160
                    130:     </ul>
1.47      krw       131:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    132:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=amd64&amp;sektion=4">ahd</a>)
                    133:     including the Adaptec cards
                    134:     <ul>
                    135:       <li>AHA-29320
                    136:       <li>AHA-39320
                    137:     </ul>
1.13      krw       138:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    139:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
                    140:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=amd64&amp;sektion=4"
                    141:     >adw</a>)
                    142:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    143:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=amd64&amp;sektion=4"
                    144:      >pcscp</a>)
                    145:   <li>LSI Fusion-MPT (Symbios Logic/NCR)
                    146:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&amp;arch=amd64&amp;sektion=4"
                    147:     >mpt</a>)
                    148:     <ul>
                    149:       <li>53C1030 (Dual channel Ultra320 SCSI)
                    150:       <li>53C1020 (Single channel Ultra320 SCSI)
                    151:       <li>FC909 (1Gb/s Fibre Channel)
                    152:       <li>FC909A (Dual 1Gb/s Fibre Channel)
                    153:       <li>FC919 (2Gb/s Fibre Channel)
                    154:       <li>FC929 (Dual 2Gb/s Fibre Channel)
                    155:     </ul>
                    156:   <li>QLogic PCI host adapters
                    157:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=amd64&amp;sektion=4"
                    158:     >isp</a>)
                    159:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    160:     adapters including generic cards, old ASUS cards, the DTC-3130
                    161:     series, and Diamond Fireport series
                    162:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=amd64&amp;sektion=4"
                    163:     >siop</a>)
1.7       grange    164: </ul>
                    165:
                    166: <h4>RAID and Cache Controllers</h4>
                    167:
                    168: <ul>
1.13      krw       169: <li>American Megatrends Inc. MegaRAID controllers in &quot;Mass Storage&quot; mode (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;arch=amd64&amp;sektion=4">ami</a>)
                    170: <li>Intel (and formerly ICP-Vortex) GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;arch=amd64&amp;sektion=4">gdt</a>)
1.7       grange    171: </ul>
                    172:
                    173: <h4>CD-ROM and DVD-ROM Drives</h4>
                    174:
                    175: <ul>
1.13      krw       176: <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>)
                    177: <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>)
1.7       grange    178: </ul>
                    179:
                    180: <h4>Tape Drives</h4>
                    181:
                    182: <ul>
1.13      krw       183: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;arch=amd64&amp;sektion=4">st</a>)
                    184: <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;arch=amd64&amp;sektion=4">ch</a>)
1.7       grange    185: </ul>
                    186:
                    187: <h4>Display Adapters</h4>
                    188:
                    189: <ul>
                    190:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.13      krw       191: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=amd64&amp;sektion=4">vga</a>).
1.7       grange    192: </ul>
                    193: Note that not all of the display adapters OpenBSD/amd64 supports
1.61      matthieu  194: can be used under the X Window System (please refer to the
                    195: <a href="http://www.x.org/X11R6.8.2/doc/">X.Org documentation</a>
1.7       grange    196: for more information).
                    197:
                    198: <h4>Serial Ports</h4>
                    199:
                    200: <ul>
1.13      krw       201: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    202: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    203: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    204: <li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&amp;arch=amd64&amp;sektion=4">pccom</a> driver)
                    205: <li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&amp;arch=amd64&amp;sektion=4">ast</a>)
                    206: <li>Cyclades Cyclom-{4, 8, 16}Y serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&amp;arch=amd64&amp;sektion=4">cy</a>)
                    207: <li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&amp;arch=amd64&amp;sektion=4">cz</a>)
1.7       grange    208: </ul>
                    209:
                    210: <h4>Communications Controllers</h4>
                    211:
                    212: <ul>
                    213: <li>Universal Serial Bus host controllers, including:
                    214:     <ul>
1.13      krw       215:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;arch=amd64&amp;sektion=4">uhci</a>)
                    216:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=amd64&amp;sektion=4">ohci</a>)
1.45      jsg       217:     <li>USB 2.0 Enhanced Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;arch=amd64&amp;sektion=4">ehci</a>)
1.7       grange    218:     </ul>
1.24      miod      219: <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc</a>), providing serial (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>) and parallel (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=amd64&amp;sektion=4">lpt</a>) children, including:
1.7       grange    220:     <ul>
                    221:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    222:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    223:     <li>SIIG Cyber 4S PCI (quad serial)
                    224:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    225:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    226:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    227:     <li>VScom PCI 011H (1 port parallel)
                    228:     <li>VScom PCI 100H (1 port serial)
                    229:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    230:     <li>VScom PCI 200H (2 port serial)
                    231:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    232:     <li>VScom PCI 400H (4 port serial)
                    233:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    234:     <li>VScom PCI 800H (8 port serial)
                    235:     <li>VScom PCI 100L (1 port serial)
                    236:     <li>VScom PCI 200L (2 port serial)
                    237:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    238:     <li>VScom PCI 400L (4 port serial)
                    239:     <li>VScom PCI 800L (8 port serial)
                    240:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    241:     <li>US Robotics 3CP5609 PCI (modem)
                    242:     <li>Lava Computers 2SP-PCI (parallel port)
                    243:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    244:     <li>NEC PK-UG-X008 (serial)
                    245:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    246:     <li>Koutech IOFLEX-2S (dual serial)
                    247:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    248:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    249:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    250:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    251:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    252:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    253:     <li>SUNIX 400x (1 port parallel)
                    254:     <li>SUNIX 401x (2 port parallel)
                    255:     <li>SUNIX 402x (1 port serial)
                    256:     <li>SUNIX 403x (2 port serial)
                    257:     <li>SUNIX 405x (4 port serial)
                    258:     <li>SUNIX 406x (8 port serial)
                    259:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    260:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    261:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    262:     </ul>
                    263: </ul>
                    264:
                    265: <h4>Ethernet Adapters</h4>
                    266:
                    267: <ul>
1.59      martin    268: <li>3Com 3c590 and 3c595 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=i386&amp;sektion=4">ep</a>)
1.13      krw       269: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=amd64&amp;sektion=4">xl</a>), including:
1.7       grange    270:     <ul>
                    271:     <li>3Com 3c900/3c900B PCI adapters
                    272:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    273:     <li>3Com 3c980/3c980C server adapters
                    274:     <li>3Com 3cSOHO adapter
                    275:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    276:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    277:     <li>Dell on-board 3c920
                    278:     <li>Dell Precision on-board 3c905B
                    279:     <li>Dell OptiPlex GX1 on-board 3c918
                    280:     <li>Dell Latitude laptop docking station embedded 3c905
                    281:     <li>NVidia nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
                    282:     </ul>
                    283:
1.13      krw       284: <li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;arch=amd64&amp;sektion=4">txp</a>), including:
1.7       grange    285:     <ul>
                    286:     <li>3CR990-TX-95
                    287:     <li>3CR990-TX-97
                    288:     <li>3CR990-SVR95
                    289:     <li>3CR990-SVR97
                    290:     </ul>
                    291:
1.13      krw       292: <li>ADMtek AL981 ("Comet") and AN983 ("Centaur-P") based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange    293:     <ul>
                    294:     <li>Accton EN2242 MiniPCI
                    295:     <li>Linksys LNE100TX v4.x
                    296:     <li>Mototech ME316
                    297:     </ul>
                    298:
1.13      krw       299: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>), including:
1.7       grange    300:     <ul>
1.50      jsg       301:     <li>3Com 3c460b
1.7       grange    302:     <li>Abocom UFE1000
                    303:     <li>Abocom DSB650TX
                    304:     <li>Accton USB320-EC
                    305:     <li>Accton SpeedStream Ethernet
                    306:     <li>Admtek Pegasus
                    307:     <li>Admtek Pegasus II
1.60      david     308:     <li>AEI USB Fast Ethernet
                    309:     <li>Allied Telesyn AT-USB100
                    310:     <li>ATEN UC-110T
1.50      jsg       311:     <li>Belkin USB to LAN
1.7       grange    312:     <li>Billionton Systems USB100
1.50      jsg       313:     <li>Billionton Systems USB100EL
                    314:     <li>Billionton Systems USB100LP
                    315:     <li>Billionton Systems USBE100
1.7       grange    316:     <li>Corega FEther USB-TX
1.50      jsg       317:     <li>Corega FEther USB-TXS
1.7       grange    318:     <li>D-Link DSB-650
                    319:     <li>D-Link DSB-650TX
                    320:     <li>D-Link DSB-650TX-PNA
1.60      david     321:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.50      jsg       322:     <li>Elecom LD-USB/TX
                    323:     <li>Elecom LD-USBL/TX
1.7       grange    324:     <li>Elsa Microlink USB2Ethernet
1.60      david     325:     <li>GIGABYTE GN-BR402W
1.50      jsg       326:     <li>Hawking UF100
                    327:     <li>HP HN210E
1.7       grange    328:     <li>I/O DATA USB ETTX
                    329:     <li>Kingston KNU101TX
1.50      jsg       330:     <li>Laneed LD-USBL/TX
1.7       grange    331:     <li>LinkSys USB100TX
                    332:     <li>LinkSys USB100H1
1.50      jsg       333:     <li>LinkSys USB10T
1.7       grange    334:     <li>LinkSys USB10TA
1.50      jsg       335:     <li>LinkSys USB10TX
1.7       grange    336:     <li>Melco Inc. LUA-TX
1.50      jsg       337:     <li>Melco Inc. LUA2-TX
                    338:     <li>Microsoft MN110
1.60      david     339:     <li>Mobility EasiDock Ethernet
1.7       grange    340:     <li>Netgear FA101
1.60      david     341:     <li>Omnidirectional Control Technology USB TO Ethernet
1.7       grange    342:     <li>Siemens SpeedStream USB
                    343:     <li>Smartbridges smartNIC 2
                    344:     <li>SMC 2202USB
                    345:     <li>SMC EZ Connect USB
                    346:     <li>SOHOware NUB100
1.60      david     347:     <li>SOHOware NUB110
1.7       grange    348:     </ul>
                    349:
1.13      krw       350: <li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;arch=amd64&amp;sektion=4">le</a>), including:
1.7       grange    351:     <ul>
                    352:     <li>BOCALANcard/PCI
                    353:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    354:     </ul>
                    355:
1.13      krw       356: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange    357:     <ul>
                    358:     <li>CNet Pro110B
                    359:     <li>Alfa Inc. GFC2204
                    360:     </ul>
                    361:
1.50      jsg       362: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>), including:
                    363:     <ul>
1.60      david     364:     <li>ATEN UC210T
                    365:     <li>Billionton Systems USB2AR
1.50      jsg       366:     <li>Buffalo(MELCO) LUA-U2-KTX
1.60      david     367:     <li>Corega FEther USB2-TX
1.50      jsg       368:     <li>D-Link DUB-E100
1.60      david     369:     <li>Hawking UF200
1.50      jsg       370:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.60      david     371:     <li>JVC MP-PRX1
1.50      jsg       372:     <li>LinkSys USB200M
                    373:     <li>Netgear FA120
1.60      david     374:     <li>Sitecom LN-029
                    375:     <li>SnapPort USB 2.0 LAN Adapter
1.50      jsg       376:     <li>ST Lab USB 2.0 Fast Ethernet
1.60      david     377:     <li>Surecom EP-1427X-2
1.50      jsg       378:     <li>System TALKS SGC-X2UL
1.60      david     379:     <li>TRENDnet TU2-ET100
1.50      jsg       380:     </ul>
                    381:
1.13      krw       382: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>), including:
1.7       grange    383:     <ul>
1.50      jsg       384:     <li>Belkin F5U111
1.7       grange    385:     <li>CATC Netmate and Netmate II
1.50      jsg       386:     <li>SmartBridges SmartLink
1.7       grange    387:     </ul>
                    388:
1.13      krw       389: <li>Davicom DM9009, DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange    390:     <ul>
                    391:     <li>Jaton XpressNet
                    392:     </ul>
                    393:
1.32      mickey    394: <li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>), including:
                    395:     <ul>
                    396:     <li>Corega FEther USB-TXC
                    397:     </ul>
                    398:
1.13      krw       399: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;arch=amd64&amp;sektion=4">de</a>), including:
1.7       grange    400:     <ul>
                    401:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    402:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
                    403:     <li>Znyx ZX3<i>xx</i>
                    404:     <li>Cogent EM100FX and EM440TX
                    405:     <li>Digital PCI DE435
                    406:     <li>D-Link DFE-570TX Quad port
                    407:     </ul>
                    408:
1.13      krw       409: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>) including:
1.7       grange    410:    <ul>
                    411:    <li>Adaptec ANA-6944A
                    412:    <li>Cogent EM400
                    413:    <li>Compex 400TX
                    414:    <li>CompuShack Goldline Quattro
                    415:    <li>Phobos P430TX
                    416:    <li>Znyx ZX346
                    417:    </ul>
                    418:
1.13      krw       419: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=amd64&amp;sektion=4">fxp</a>), including:
1.7       grange    420:     <ul>
                    421:     <li>Intel EtherExpress PRO/10+
                    422:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    423:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    424:     <li>Intel EtherExpress PRO/100 Dual Port
                    425:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    426:     </ul>
                    427:
1.13      krw       428: <li>Intel 21145-based cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>)
1.7       grange    429:
1.13      krw       430: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>), including:
1.7       grange    431:     <ul>
1.50      jsg       432:     <li>3Com 3c19250
1.7       grange    433:     <li>3Com 3c460 HomeConnect
1.50      jsg       434:     <li>AboCom Systems URE450 Ethernet
1.7       grange    435:     <li>ADS Technologies USB-10BT
                    436:     <li>Aox USB101
1.50      jsg       437:     <li>Asante USB to Ethernet
                    438:     <li>ATen DSB-650C
1.7       grange    439:     <li>ATen UC10T
                    440:     <li>Corega USB-T
1.50      jsg       441:     <li>D-Link DSB-650C
                    442:     <li>Entrega NET-USB-E45
                    443:     <li>I/O Data USB-ET/T
                    444:     <li>Jaton USB XpressNet
1.7       grange    445:     <li>Kawasaki USB101
1.50      jsg       446:     <li>Kingston Ethernet
1.7       grange    447:     <li>LinkSys USB10T
1.50      jsg       448:     <li>Mobility Ethernet
1.7       grange    449:     <li>Netgear EA101
                    450:     <li>Peracom USB
1.50      jsg       451:     <li>Portgear Ethernet
                    452:     <li>Portsmith Express Ethernet
1.60      david     453:     <li>Psion Dacom Gold Port Ethernet
1.50      jsg       454:     <li>Shark Pocket Adapter
1.60      david     455:     <li>Silicom U2E
1.50      jsg       456:     <li>SMC 2102USB
                    457:     <li>SMC 2104USB
1.7       grange    458:     </ul>
                    459:
1.13      krw       460: <li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange    461:     <ul>
                    462:     <li>Kingston KNE110TX
                    463:     <li>LinkSys LNE100TX
                    464:     <li>Matrox Networks FastNIC 10/100
                    465:     <li>Netgear FA310TX
                    466:     </ul>
                    467:
1.13      krw       468: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange    469:     <ul>
                    470:     <li>Accton EN1217
                    471:     <li>Addtron AEF-320TX/AEF-330TX
                    472:     <li>CNet PRO1020A/B
                    473:     <li>Complex RL-100TX
                    474:     <li>NDC Communications SOHOware SFA110A
                    475:     <li>SVEC PN102-TX Fast Ethernet card
                    476:     </ul>
                    477:
1.13      krw       478: <li>Myson Technologies MTD803 3-in-1 Fast Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtd&amp;arch=amd64&amp;sektion=4">mtd</a>)
1.7       grange    479:
1.53      brad      480: <li>National Semiconductor DP83815/DP83816-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;arch=amd64&amp;sektion=4">sis</a>), including:
1.7       grange    481:     <ul>
1.53      brad      482:     <li>Netgear FA311
                    483:     <li>Netgear FA312
                    484:     <li>Netgear FA331
1.7       grange    485:     </ul>
                    486:
1.30      mickey    487: <li>Novell NE1000, NE2000 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=amd64&amp;sektion=4">ne</a>)
1.7       grange    488:
1.13      krw       489: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=amd64&amp;sektion=4">rl</a>), including:
1.7       grange    490:     <ul>
1.14      mickey    491:     <li>Accton MPX5030 CardBus
1.7       grange    492:     <li>Allied Telesyn AT2550
1.14      mickey    493:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    494:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.7       grange    495:     <li>Encore ENL832-TX 10/100 M PCI
                    496:     <li>Genius GF100TXR
                    497:     <li>KTX-9130TX 10/100 Fast Ethernet
                    498:     <li>Longshine LCS-8038TX-R
1.14      mickey    499:     <li>NDC Communications NE100TX-E
                    500:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.7       grange    501:     <li>Nortel BayStack 21
                    502:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    503:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.14      mickey    504:     <li>TrendNet TE100-PCBUSR CardBus
1.7       grange    505:     </ul>
                    506:
1.13      krw       507: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>), including:
1.7       grange    508:     <ul>
1.60      david     509:     <li>Abocom RTL8151
1.7       grange    510:     <li>GreenHouse GH-USB100B
1.60      david     511:     <li>GreenHouse GH-USB100B with HomePNA
1.7       grange    512:     <li>Linksys USB100M
1.60      david     513:     <li>Longshine LCS-8138TX
1.50      jsg       514:     <li>Melco Inc. LUA-KTX
1.60      david     515:     <li>Micronet SP128AR
1.50      jsg       516:     <li>SMC 2208USB/ETH
1.60      david     517:     <li>TrendNet TU-ET100C
1.50      jsg       518:     <li>Zt USB10/100
1.7       grange    519:     </ul>
                    520:
1.13      krw       521: <li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;arch=amd64&amp;sektion=4">sis</a>), including:
1.7       grange    522:     <ul>
                    523:     <li>Mototech ME313
                    524:     <li>NetSurf NS-KFE30D
                    525:     </ul>
                    526:
1.13      krw       527: <li>Sun Happy Meal PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;arch=amd64&amp;sektion=4">hme</a>), including:
1.7       grange    528:     <ul>
                    529:     <li>Fast Ethernet
                    530:     <li>Quad Fast Ethernet
                    531:     </ul>
                    532:
1.13      krw       533: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;arch=amd64&amp;sektion=4">ste</a>), including:
1.7       grange    534:     <ul>
                    535:     <li>D-Link DFE-550TX
                    536:     </ul>
                    537:
1.13      krw       538: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;arch=amd64&amp;sektion=4">tl</a>), including:
1.7       grange    539:     <ul>
                    540:     <li>Compaq Netelligent PCI Adapters
                    541:     <li>Compaq NetFlex 3/P
                    542:     <li>Compaq Deskpro integrated adapter
                    543:     <li>Compaq Prosignia integrated adapter
                    544:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    545:     <li>Racore 8165 and 8148
                    546:     <li>TI ThunderLAN adapters
                    547:     </ul>
                    548:
1.13      krw       549: <li>VIA Rhine/RhineII/RhineIII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;arch=amd64&amp;sektion=4">vr</a>), including:
1.7       grange    550:     <ul>
                    551:     <li>Addtron AEF-360TX
                    552:     <li>Hawking PN102TX
                    553:     <li>D-Link DFE530TX
                    554:     </ul>
                    555:
1.13      krw       556: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;arch=amd64&amp;sektion=4">wb</a>), including:
1.7       grange    557:     <ul>
                    558:     <li>Trendware TE100-PCIE
                    559:     <li>Compex RL100-ATX 10/100
                    560:     </ul>
                    561: </ul>
                    562: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    563: not recommend using them, but your mileage may vary.
                    564:
                    565: <h4>Wireless Ethernet Adapters</h4>
                    566:
                    567: <ul>
1.54      jsg       568: <!--
1.57      jsg       569: <li>ADMtek ADM8211 based CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(G)</sup>
                    570:     <ul>
                    571:     <li>3Com OfficeConnect 3CRSHPW796
                    572:     <li>Blitz NetWave Point
                    573:     <li>D-Link DWL-650 Rev. L1
                    574:     <li>TrendNet TEW-221PC
                    575:     </ul>
                    576: <li>ADMtek ADM8211 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(G)</sup>
                    577:     <ul>
                    578:     <li>Belkin F5D6001
                    579:     <li>D-Link DWL-520 Rev. C1
                    580:     <li>LanReady WP2000
                    581:     <li>Xterasys XN2511B
                    582:     </ul>
1.54      jsg       583: <li>Aironet Communications 4500/4800 ISA PnP, PCMCIA and PCI 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=amd64&amp;sektion=4">an</a>)
                    584:     <ul>
                    585:     <li>Aironet 4500/4800
                    586:     <li>Cisco 340/350
                    587:     </ul>
                    588: <li>Atheros AR521x based CardBus 802.11a/b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=amd64&amp;sektion=4">ath</a>), including:
                    589:     <ul>
                    590:     <li>3Com 3CRPAG175
                    591:     <li>Aztech WL830PC
                    592:     <li>D-Link DWL-A650
                    593:     <li>D-Link DWL-AB650
                    594:     <li>D-Link DWL-AG650
                    595:     <li>D-Link DWL-G650B
                    596:     <li>Elecom LD-WL54AG
                    597:     <li>Elecom LD-WL54
                    598:     <li>Fujitsu E5454
                    599:     <li>Fujitsu FMV-JW481
                    600:     <li>Fujitsu E5454
                    601:     <li>I/O Data WN-AB
                    602:     <li>I/O Data WN-AG
                    603:     <li>I/O Data WN-A54
                    604:     <li>Linksys WPC51AB
                    605:     <li>Linksys WPC55AG
                    606:     <li>NEC PA-WL/54AG
                    607:     <li>Netgear WAB501
                    608:     <li>Netgear WAG511
                    609:     <li>Netgear WG511T
                    610:     <li>Orinoco 8480
                    611:     <li>Orinoco 8470WD
                    612:     <li>Proxim Skyline 4030
                    613:     <li>Samsung SWL-5200N
                    614:     <li>SMC SMC2735W
                    615:     <li>Sony PCWA-C700
                    616:     <li>Sony PCWA-C300S
                    617:     <li>Sony PCWA-C500
                    618:     </ul>
                    619: <li>Atheros AR521x based PCI 802.11a/b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=amd64&amp;sektion=4">ath</a>), including:
                    620:     <ul>
                    621:     <li>D-Link DWL-A520
                    622:     <li>D-Link DWL-AG520
                    623:     <li>D-Link DWL-G520
                    624:     <li>HP NC4000
                    625:     <li>Linksys WMP55AG
                    626:     <li>Netgear WAG311
                    627:     <li>Netgear WG311
                    628:     <li>Proxim Skyline 4032
                    629:     <li>Senao NL-5354MP
                    630:     </ul>
                    631: -->
                    632: <li>Atmel AT76C50x based USB 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=amd64&amp;sektion=4">atu</a>), including:
1.7       grange    633:     <ul>
1.57      jsg       634:     <li>3Com 3CRSHEW696
                    635:     <li>AboCom BWU613
                    636:     <li>Accton 2664W
1.54      jsg       637:     <li>Acer Peripherals AWL300
                    638:     <li>Acer Peripherals AWL400
1.57      jsg       639:     <li>Actiontec 802UAT1
                    640:     <li>Addtron AWU120
1.54      jsg       641:     <li>Aincomm AWU2000B
1.57      jsg       642:     <li>Askey Computer Voyager 1010
                    643:     <li>Askey Computer WLL013 (Intersil Radio)
                    644:     <li>Askey Computer WLL013 (RFMD Radio)
                    645:     <li>Atmel AT76C503 (Intersil Radio)
                    646:     <li>Atmel AT76C503 (RFMD Radio)
                    647:     <li>Atmel AT76C505 (RFMD Radio)
                    648:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    649:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    650:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    651:     <li>Belkin F5D6050
1.54      jsg       652:     <li>Bluetake BW002
1.57      jsg       653:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    654:     <li>Conceptronic C11U
                    655:     <li>Conceptronic WL210
                    656:     <li>Corega WLAN USB Stick 11
                    657:     <li>Dick Smith Electronics CHUSB 611G
                    658:     <li>Dick Smith Electronics WL200U
                    659:     <li>Dick Smith Electronics WL240U
                    660:     <li>Dick Smith Electronics XH1153
                    661:     <li>D-Link DWL-120 rev E
1.54      jsg       662:     <li>Geowave GW-US11S
1.57      jsg       663:     <li>Gigabyte GN-WLBM101
                    664:     <li>Gigaset WLAN
                    665:     <li>Hewlett-Packard HN210W
                    666:     <li>Intel AP310 AnyPoint II
                    667:     <li>I/O DATA USB WN-B11
                    668:     <li>Lexar 2662W-AR
                    669:     <li>Linksys WUSB11 802.11b
                    670:     <li>Linksys WUSB11 802.11b v2.8
                    671:     <li>MSI WLAN
                    672:     <li>Netgear MA101
1.54      jsg       673:     <li>Netgear MA101 rev B
                    674:     <li>Ovislink AirLive WL-1120USB
                    675:     <li>OvisLink AirLive WL-1130USB
1.57      jsg       676:     <li>Planex Communications GW-US11S
                    677:     <li>Samsung SWL2100W
                    678:     <li>Siemens WLL013
                    679:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    680:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    681:     <li>Tekram U-300C
                    682:     <li>W-Buddie WN210
                    683:     <li>Z-Com M4Y-750
1.7       grange    684:     </ul>
                    685: <!--
1.60      david     686: <li>Intel PRO/Wireless 2100 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;arch=amd64&amp;sektion=4">ipw</a>)
                    687: <li>Intel PRO/Wireless 2200BG/2225BG/2915ABG 802.11a/b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=amd64&amp;sektion=4">iwi</a>)
1.54      jsg       688: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>)
                    689:     <ul>
                    690:     <li>Buffalo AirStation
                    691:     <li>D-Link DCF-660W
                    692:     <li>ELSA XI800
                    693:     <li>Linksys WCF12
                    694:     <li>Netgear MA701
                    695:     </ul>
                    696: <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
                    697: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including:
                    698:     <ul>
                    699:     <li>3Com AirConnect 3CRWE737A
                    700:     <li>ACTIONTEC HWC01170
                    701:     <li>Addtron AWP-100
                    702:     <li>Agere Orinoco
                    703:     <li>ARtem Onair
                    704:     <li>BUFFALO AirStation
                    705:     <li>Cabletron RoamAbout
                    706:     <li>Compaq Agency NC5004
                    707:     <li>Contec FLEXLAN/FX-DS110-PCC
                    708:     <li>Corega PCC-11
                    709:     <li>Corega PCCA-11
                    710:     <li>Corega PCCB-11
                    711:     <li>Corega CGWLPCIA11
                    712:     <li>Dlink DWL650 revisions A1-J3
                    713:     <li>ELSA XI300
                    714:     <li>ELSA XI325
                    715:     <li>ELSA XI325H
                    716:     <li>EMTAC A2424i
                    717:     <li>Ericsson Wireless LAN CARD C11
                    718:     <li>Gemtek WL-311
                    719:     <li>Hawking Technology WE110P
                    720:     <li>I-O DATA WN-B11/PCM
                    721:     <li>Intel PRO/Wireless 2011
                    722:     <li>Intersil Prism II
                    723:     <li>Linksys Instant Wireless WPC11
                    724:     <li>Linksys Instant Wireless WPC11 2.5
                    725:     <li>Linksys Instant Wireless WPC11 3.0
                    726:     <li>Lucent WaveLAN
                    727:     <li>NANOSPEED ROOT-RZ2000
                    728:     <li>NEC CMZ-RT-WP
                    729:     <li>Netgear MA401
                    730:     <li>Netgear MA401RA
                    731:     <li>Nokia C020 Wireless LAN
                    732:     <li>Nokia C110/C111 Wireless LAN
                    733:     <li>NTT-ME 11Mbps Wireless LAN
                    734:     <li>Planex GW-NS11H Wireless LAN
                    735:     <li>Proxim Harmony
                    736:     <li>Proxim RangeLAN-DS
                    737:     <li>Samsung MagicLAN SWL-2000N
                    738:     <li>SMC 2632 EZ Connect
                    739:     <li>Symbol Spectrum24
                    740:     <li>TDK LAK-CD011WL
                    741:     <li>US Robotics 2410
                    742:     <li>US Robotics 2445
                    743:     </ul>
                    744: -->
                    745: <li>Intersil PRISM 2-3 and Symbol Spectrum24 based PCI 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including:
1.7       grange    746:     <ul>
1.54      jsg       747:     <li>3Com AirConnect 3CRWE777A PCI
                    748:     <li>Belkin F5D6000 PCI (a rebadged WL11000P)
                    749:     <li>Corega CGWLPCIA11 PCI
                    750:     <li>Eumitcom WL11000P PCI
                    751:     <li>Dlink DWL520 PCI revisions A and B
                    752:     <li>Global Sun Technology GL24110P PCI (untested)
                    753:     <li>Global Sun Technology GL24110P02 PCI
                    754:     <li>Intersil Mini-PCI
                    755:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02)
                    756:     <li>NDC/Sohoware NCP130 PCI
                    757:     <li>Netgear MA301 PCI
                    758:     <li>Netgear MA311 PCI
                    759:     <li>US Robotics 2415 PCI (rebadged WL11000P)
                    760:     <li>Nortel E-mobility 211818-A
                    761:     <li>Symbol LA4123
                    762:     </ul>
                    763: <li>Intersil PRISM 2.5/3 based USB 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=amd64&amp;sektion=4">wi</a>), including:
                    764:     <ul>
                    765:     <li>Acer Warplink USB-400
                    766:     <li>Actiontec HWU01170
1.60      david     767:     <li>AirVast WM168b
                    768:     <li>Ambit WLAN
1.54      jsg       769:     <li>Apacer Wireless Steno MB112
1.60      david     770:     <li>ASUS WL-140
                    771:     <li>Compaq W100
1.54      jsg       772:     <li>Corega WLUSB-11
1.60      david     773:     <li>Corega WLUSB-11 Key
                    774:     <li>D-Link DWL-120 (rev F)
1.54      jsg       775:     <li>D-Link DWL-122
                    776:     <li>I-O DATA WN-B11/USB
                    777:     <li>Intel PRO/Wireless 2011B
                    778:     <li>Intersil Prism 2X
                    779:     <li>JVC MP-XP7250
                    780:     <li>Linksys WUSB11 v3.0
                    781:     <li>Linksys WUSB12
1.60      david     782:     <li>Melco WLI-USB-KB11
1.54      jsg       783:     <li>Melco WLI-USB-KS11G
1.60      david     784:     <li>Melco WLI-USB-S11
1.54      jsg       785:     <li>Microsoft MN510
                    786:     <li>Netgear MA111 (version 1 only)
1.60      david     787:     <li>Pheenet WL-503IA
                    788:     <li>Planex GW-US11H
1.54      jsg       789:     <li>Siemens SpeedStream SS1022
1.60      david     790:     <li>Sitecom WL-022
1.54      jsg       791:     <li>Syntax USB-400
1.60      david     792:     <li>US Robotics 1120
                    793:     <li>Z-Com XI-725/726
                    794:     <li>Z-Com XI-735
                    795:     <li>ZyXEL ZyAIR B-200
1.7       grange    796:     </ul>
1.54      jsg       797: <!--
1.60      david     798: <li>Ralink RT2500 based CardBus 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including:
1.54      jsg       799:     <ul>
1.55      jsg       800:     <li>A-Link WL54PC
                    801:     <li>Amigo AWI-914W
                    802:     <li>AMIT WL531C
                    803:     <li>ASUS WL-107G
                    804:     <li>Atlantis Land A02-PCM-W54
                    805:     <li>Belkin F5D7010 v2
                    806:     <li>Canyon CN-WF513
                    807:     <li>CC&C WL-2102
                    808:     <li>CNet CWC-854
                    809:     <li>Compex WL54G
                    810:     <li>Conceptronic C54RC
                    811:     <li>Digitus DN-7001G-RA
                    812:     <li>E-Tech WGPC02
                    813:     <li>Edimax EW-7108PCg
                    814:     <li>Eminent EM3036
                    815:     <li>Encore ENPWI-G-RLAM
                    816:     <li>Fibreline WL-400X
                    817:     <li>Gigabyte GN-WMKG
                    818:     <li>Hawking HWC54GR
                    819:     <li>JAHT WN-4054P
                    820:     <li>LevelOne WPC-0301 v2
                    821:     <li>Micronet SP908GK V3
                    822:     <li>Minitar MN54GCB-R
1.54      jsg       823:     <li>MSI CB54G2
1.55      jsg       824:     <li>Pro-Nets CB80211G
                    825:     <li>Repotec RP-WB7108
                    826:     <li>SATech SN-54C
                    827:     <li>Sitecom WL-112
                    828:     <li>SparkLAN WL-685R
1.54      jsg       829:     <li>Surecom EP-9428-g
1.55      jsg       830:     <li>Sweex LC500050
                    831:     <li>TekComm NE-9428-g
                    832:     <li>Unex MR054g-R02
                    833:     <li>Zinwell ZWX-G160
                    834:     <li>Zonet ZEW1500
1.54      jsg       835:     </ul>
1.60      david     836: <li>Ralink RT2500 based PCI 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including:
1.54      jsg       837:     <ul>
1.55      jsg       838:     <li>A-Link WL54H
                    839:     <li>Amigo AWI-922W mini-PCI
                    840:     <li>Amigo AWI-926W
                    841:     <li>AMIT WL531P
                    842:     <li>AOpen AOI-831
1.54      jsg       843:     <li>ASUS WL-130g
1.55      jsg       844:     <li>Atlantis Land A02-PCI-W54
                    845:     <li>Belkin F5D7000 v3
                    846:     <li>Billionton MIWLGRL mini-PCI
                    847:     <li>Canyon CN-WF511
                    848:     <li>CNet CWP-854
                    849:     <li>Compex WLP54G
                    850:     <li>Conceptronic C54Ri
                    851:     <li>Digitus DN-7006G-RA
                    852:     <li>E-Tech WGPI02
                    853:     <li>Edimax EW-7128g
                    854:     <li>Eminent EM3037
                    855:     <li>Encore ENLWI-G-RLAM
                    856:     <li>Fiberline WL-400P
                    857:     <li>Gigabyte GN-WIKG mini-PCI
                    858:     <li>Gigabyte GN-WPKG
                    859:     <li>Hawking HWP54GR
                    860:     <li>iNexQ CR054g-009 (R03)
                    861:     <li>JAHT WN-4054PCI
                    862:     <li>LevelOne WNC-0301 v2
                    863:     <li>Linksys WMP54G v4
                    864:     <li>Micronet SP906GK
1.54      jsg       865:     <li>Minitar MN54GPC-R
1.55      jsg       866:     <li>MSI MP54G2 mini-PCI
                    867:     <li>MSI PC54G2 PCI
                    868:     <li>OvisLink EVO-W54PCI
                    869:     <li>PheeNet HWL-PCIG/RA
                    870:     <li>Pro-Nets PC80211G
                    871:     <li>Repotec RP-WP0854
                    872:     <li>SATech SN-54P
                    873:     <li>Sitecom WL-115
                    874:     <li>Surecom EP-9321-g
                    875:     <li>Surecom EP-9321-g1
                    876:     <li>Sweex LC700030
                    877:     <li>TekComm NE-9321-g
                    878:     <li>Unex CR054g-R02
                    879:     <li>Zinwell ZWX-G360 mini-PCI
                    880:     <li>Zinwell ZWX-G361
                    881:     <li>Zonet ZEW1600
1.54      jsg       882:     </ul>
                    883: <li>Raytheon Raylink and Aviator 2.4/PRO PCMCIA 802.11 FH adapters  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=amd64&amp;sektion=4">ray</a>)
1.60      david     884: <li>Realtek RTL8180L based CardBus 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=amd64&amp;sektion=4">rtw</a>), including:
1.7       grange    885:     <ul>
1.57      jsg       886:     <li>Belkin F5D6020 V3
1.54      jsg       887:     <li>Corega CG-WLCB11V3
1.57      jsg       888:     <li>D-Link DWL-610
                    889:     <li>Level-One WPC-0101
                    890:     <li>Linksys WPC11 v4
1.54      jsg       891:     <li>Netgear MA521
1.57      jsg       892:     <li>Ovislink AirLive WL-1120PCM
                    893:     <li>Planet WL-3553
                    894:     <li>TrendNET TEW-266PC
                    895:     <li>VCTnet PC-11B1
1.7       grange    896:     </ul>
1.54      jsg       897: -->
1.7       grange    898: </ul>
                    899:
                    900: <h4>Gigabit Ethernet Adapters</h4>
                    901:
                    902: <ul>
1.13      krw       903: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;arch=amd64&amp;sektion=4">ti</a>), including:
1.7       grange    904:     <ul>
                    905:     <li>3Com 3c985 and 3c985B
                    906:     <li>Alteon ACEnic V (fiber and copper)
                    907:     <li>Digital EtherWORKS 1000SX
                    908:     <li>Farallon PN9000SX
                    909:     <li>Netgear GA620 and GA620T
                    910:     <li>SGI Tigon
                    911:     </ul>
                    912:
1.29      brad      913: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546 and i82547 based adapters
1.13      krw       914: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
1.7       grange    915: including:
                    916:     <ul>
                    917:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    918:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    919:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    920:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    921:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    922:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    923:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    924:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    925:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    926:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    927:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    928:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    929:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad      930:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange    931:     </ul>
                    932:
1.13      krw       933: <li>National Semiconductor DP83820 and DP83821 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&amp;arch=amd64&amp;sektion=4">nge</a>), including:
1.7       grange    934:     <ul>
                    935:     <li>Addtron AEG320T
                    936:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                    937:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    938:     <li>D-Link DGE-500T
                    939:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
                    940:     <li>Netgear GA621
                    941:     <li>Netgear GA622T
                    942:     <li>SMC EZ Card 1000 (SMC9462TX)
                    943:     <li>Surecom Technology EP-320G-TX
                    944:     <li>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
                    945:     </ul>
                    946:
1.13      krw       947: <li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;arch=amd64&amp;sektion=4">lge</a>), including:
1.7       grange    948: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
                    949:     <ul>
                    950:     <li>SMC TigerCard 1000 (SMC9462SX)
                    951:     <li>D-Link DGE-500SX
                    952:     </ul>
                    953:
1.13      krw       954: <li>Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;arch=amd64&amp;sektion=4">bge</a>), including:
1.7       grange    955:     <ul>
1.28      brad      956:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange    957:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad      958:     <li>3Com 3c996B-T (10/100/1000baseT)
1.72    ! brad      959:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
        !           960:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
        !           961:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
        !           962:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
        !           963:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.28      brad      964:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.72    ! brad      965:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad      966:     <li>Netgear GA302T (10/100/1000baseT)
                    967:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange    968:     <li>SysKonnect SK-9D41 (1000baseSX)
                    969:     </ul>
                    970:
1.13      krw       971: <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;arch=amd64&amp;sektion=4">stge</a>), including:
1.7       grange    972:     <ul>
1.70      brad      973:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    974:     <li>Antares Microsystems TC9021
                    975:     <li>D-Link DGE-550T
1.7       grange    976:     </ul>
                    977:
1.13      krw       978: <li>SysKonnect and Marvell based GigE(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;arch=amd64&amp;sektion=4">sk</a>), including:
1.7       grange    979:     <ul>
                    980:     <li>SysKonnect SK-9821 (1000baseT)
                    981:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    982:     <li>SysKonnect SK-9841 (1000baseLX)
                    983:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    984:     <li>SysKonnect SK-9843 (1000baseSX)
                    985:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                    986:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                    987:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    988:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                    989:     <li>3Com 3c940 (1000baseT)
1.58      jmc       990:     <li>3Com 3c2000-T (1000baseT)
1.7       grange    991:     <li>Linksys EG1032v2 (1000baseT)
                    992:     <li>Linksys EG1064v2 (1000baseT)
                    993:     <li>D-Link DGE-530T (1000baseT)
                    994:     <li>SMC 9452TX (1000baseT)
                    995:     </ul>
1.18      pvalchev  996:
1.39      miod      997: <li>Realtek 8169/8169S/8110S based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;arch=amd64&amp;sektion=4">re</a>), including:
1.18      pvalchev  998:     <ul>
1.34      jsg       999:     <li>Buffalo LGY-PCI-GT (8169S)
1.60      david    1000:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin   1001:     <li>D-Link DGE-528T (8169S)
1.18      pvalchev 1002:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad     1003:     <li>LevelOne GNC-0105T (8169S)
1.69      martin   1004:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev 1005:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin   1006:     <li>Surecom EP-320G-TX1 (8169S)
                   1007:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev 1008:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                   1009:     </ul>
1.44      pvalchev 1010:
1.60      david    1011: <li>VIA Networking VT6122 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;arch=amd64&amp;sektion=4">vge</a>), including:
1.44      pvalchev 1012:     <ul>
                   1013:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                   1014:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                   1015:     </ul>
1.7       grange   1016: </ul>
                   1017:
                   1018: <h4>ATM Adapters</h4>
                   1019:
                   1020: <ul>
1.12      miod     1021: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>)
1.7       grange   1022: </ul>
                   1023:
                   1024: <h4>FDDI Adapters</h4>
                   1025:
                   1026: <ul>
1.13      krw      1027: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;arch=amd64&amp;sektion=4">fpa</a>)
1.7       grange   1028: </ul>
                   1029:
                   1030: <h4>WAN Adapters</h4>
                   1031:
                   1032: <ul>
1.13      krw      1033: <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;arch=amd64&amp;sektion=4">lmc</a>)
1.7       grange   1034: </ul>
                   1035:
                   1036: <h4>Cryptography Accelerators</h4>
                   1037:
                   1038: <ul>
1.13      krw      1039: <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822, BCM5823 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;arch=amd64&amp;sektion=4">ubsec</a>)
                   1040: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=amd64&amp;sektion=4">lofn</a>)
                   1041: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;arch=amd64&amp;sektion=4">hifn</a>), including:
1.7       grange   1042:     <ul>
                   1043:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                   1044:     <li>GTGI PowerCrypt Encryption Accelerator
                   1045:     <li>NetSec 7751
                   1046:     <li>Hifn 7751 and 9751 reference boards
                   1047:     <li>Invertex AEON
                   1048:     </ul>
1.13      krw      1049: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;arch=amd64&amp;sektion=4">safe</a>)
1.7       grange   1050: </ul>
                   1051:
                   1052: <!--
                   1053: <a name="pcmcia"></a>
1.12      miod     1054: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange   1055:
                   1056: <ul>
                   1057: <li>ATA cards
1.13      krw      1058:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a>,
                   1059:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                   1060:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                   1061:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange   1062:     <ul>
                   1063:     <li>ATA/IDE card drives
                   1064:     <li>ATA/IDE CD-ROM adapters
                   1065:     <li>CF/ATA flash cards and disk drives
                   1066:     </ul>
                   1067:
                   1068: <li>Ethernet adapters, including:
                   1069:     <ul>
1.13      krw      1070:     <li>3Com EtherLink (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=amd64&amp;sektion=4">ep</a>) and EtherLink XL-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=amd64&amp;sektion=4">xl</a>) LAN PC Cards, including:
1.7       grange   1071:        <ul>
                   1072:        <li>3Com 3C556, 3C562
                   1073:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1074:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1075:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1076:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                   1077:        </ul>
                   1078:
1.13      krw      1079:     <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=amd64&amp;sektion=4">dc</a>), including:
1.7       grange   1080:        <ul>
                   1081:        <li>ADMtek AN985 Centaur-C CardBus
                   1082:        <li>IBM EtherJet 10/100 CardBus
                   1083:        <li>Linksys PCMPC200 CardBus 10/100
                   1084:        <li>SMC EZ CardBus 10/100
                   1085:        <li>Xircom X3201 CardBus adapters, including RealPort models
                   1086:        </ul>
                   1087:
1.13      krw      1088:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=amd64&amp;sektion=4">fxp</a>), including:
1.7       grange   1089:        <ul>
                   1090:        <li>Intel PRO/100 CardBus II
                   1091:        </ul>
                   1092:
1.30      mickey   1093:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=amd64&amp;sektion=4">ne</a>), including:
1.7       grange   1094:        <ul>
                   1095:        <li>Accton EN2212, EN2216
                   1096:        <li>Allied Telesis LA-PCM
                   1097:        <li>AmbiCom AMB8002T
                   1098:        <li>Arowana FE
                   1099:        <li>Belkin F5D5020
                   1100:        <li>Billionton Systems LNT-10TN
1.49      matthieu 1101:         <li>Billionton Systems CFLT2-10N
1.7       grange   1102:        <li>CNet NE2000
                   1103:        <li>Compex Linkport ENET-B
                   1104:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1105:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                   1106:        <li>Dayna CommuniCard E
                   1107:        <li>Digital DEPCM-XX
                   1108:        <li>Dual NE2000
                   1109:        <li>Edimax NE2000
                   1110:        <li>Genius ME 3000II SE
                   1111:        <li>Grey Cell GCS2000 Gold II
                   1112:        <li>GVC NIC-2000p, NP0335
                   1113:        <li>Hawking PN650TX
                   1114:        <li>I-O DATA PCLA, PCLA/TE
                   1115:        <li>IC-Card
                   1116:        <li>Kingston KNE-PC2
                   1117:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                   1118:        <li>MACNICA ME1 for JEIDA
                   1119:        <li>Melco LPC3-TX
                   1120:        <li>National Semiconductor InfoMover
                   1121:        <li>NDC Instant-Link
                   1122:        <li>Netgear FA410TX, FA410TXC, FA411
                   1123:        <li>Network Everywhere NP10T
                   1124:        <li>New Media LiveWire 10/100
                   1125:        <li>Planet SmartCom 2000
                   1126:        <li>Planex FNW-3600-T, FNW-3700-T
                   1127:        <li>Premax PE-200
                   1128:        <li>RPTI EP-400, EP-401
                   1129:        <li>Seiko Epson EN10B
                   1130:        <li>SMC EZCard, 8041
                   1131:        <li>Socket Communications LP-CF, LP-E
                   1132:        <li>SVEC PN650TX, ComboCard, LANCard
                   1133:        <li>Synergy S21810
                   1134:        <li>Tamarack NE2000
                   1135:        <li>Telecom Device TCD-HPC100
                   1136:        <li>Wisecom T210CT, iPort
                   1137:        <li>Xircom CFE-10
                   1138:        </ul>
                   1139:
1.13      krw      1140:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=amd64&amp;sektion=4">rl</a>), including:
1.7       grange   1141:        <ul>
                   1142:        <li>Accton MPX5030 CardBus
                   1143:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod     1144:        <li>D-Link DFE-690TXD
1.7       grange   1145:        </ul>
                   1146:
1.13      krw      1147:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;arch=amd64&amp;sektion=4">sm</a>), including:
1.7       grange   1148:        <ul>
                   1149:        <li>Megahertz XJEM1144, CC10BT
                   1150:        <li>SMC EtherEZ 8020BT
                   1151:        </ul>
                   1152:
1.13      krw      1153:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=amd64&amp;sektion=4">xe</a>), including:
1.7       grange   1154:        <ul>
                   1155:        <li>Xircom CreditCard CE2
                   1156:        </ul>
                   1157: </ul>
                   1158:
                   1159: <li>PCMCIA controllers, including:
                   1160:     <ul>
1.13      krw      1161:     <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&amp;arch=amd64&amp;sektion=4">pcic</a>)
1.7       grange   1162:     </ul>
                   1163:
                   1164: <li>SCSI host adapters, including:
                   1165:     <ul>
1.13      krw      1166:     <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=amd64&amp;sektion=4">aic</a>)
1.7       grange   1167:     </ul>
                   1168:
                   1169: <li>Serial ports, including:
                   1170:     <ul>
                   1171:     <li>Most modems, digital cellular modems, and serial cards should work.
                   1172:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM modems.
                   1173:     </ul>
                   1174:
                   1175: <li>Wireless Ethernet adapters:
                   1176:     <ul>
                   1177:     <li>See above.
                   1178:     </ul>
                   1179: </ul>
                   1180: -->
                   1181:
1.12      miod     1182: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange   1183:
                   1184: <ul>
1.13      krw      1185: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=amd64&amp;sektion=4">uaudio</a>)
                   1186: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;arch=amd64&amp;sektion=4">urio</a>)
1.32      mickey   1187: <li>USB Ethernet adapters (
                   1188: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
1.50      jsg      1189: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
1.32      mickey   1190: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
1.33      saad     1191: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
1.50      jsg      1192: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                   1193: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
1.32      mickey   1194: see above
1.13      krw      1195: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;arch=amd64&amp;sektion=4">uhid</a>)
                   1196: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=amd64&amp;sektion=4">uvisor</a>)
                   1197: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                   1198: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                   1199: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;arch=amd64&amp;sektion=4">umass</a>)
                   1200: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=amd64&amp;sektion=4">ums</a>)
                   1201: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=amd64&amp;sektion=4">umodem</a>)
                   1202: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=amd64&amp;sektion=4">ulpt</a>)
                   1203: <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;arch=amd64&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;arch=amd64&amp;sektion=4">usscanner</a>)
                   1204: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=amd64&amp;sektion=4">upl</a>)
                   1205: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;arch=amd64&amp;sektion=4">uyap</a>)
1.7       grange   1206: </ul>
                   1207:
1.12      miod     1208: <h4>Pointing Devices</h4>
1.7       grange   1209:
                   1210: <ul>
1.13      krw      1211: <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=amd64&amp;sektion=4">pms</a>)
1.7       grange   1212: <li>Serial mice (uses serial port driver)
                   1213: </ul>
                   1214:
1.12      miod     1215: <h4>Sound Devices</h4>
1.7       grange   1216:
                   1217: <ul>
1.13      krw      1218: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;arch=amd64&amp;sektion=4">cmpci</a>)
                   1219: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;arch=amd64&amp;sektion=4">clcs</a>)
                   1220: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;arch=amd64&amp;sektion=4">clct</a>)
                   1221: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>)
                   1222: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;arch=amd64&amp;sektion=4">eso</a>)
                   1223: <li>ESS Maestro 1, 2 and 2E and clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&amp;arch=amd64&amp;sektion=4">maestro</a>)
                   1224: <li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;arch=amd64&amp;sektion=4">esa</a>)
                   1225: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;arch=amd64&amp;sektion=4">fms</a>)
                   1226: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5) and 440MX, SiS 7012, AMD 768 and 8111, nVidia nForce and nForce2 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;arch=amd64&amp;sektion=4">auich</a>)
                   1227: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=amd64&amp;sektion=4">neo</a>)
                   1228: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>)
                   1229: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;arch=amd64&amp;sektion=4">emu</a>)
                   1230: <li>Trident 4DWave-DX/NX and clones (SiS 7018, ALi M5451) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;arch=amd64&amp;sektion=4">autri</a>)
                   1231: <li>VIA VT82C686A, VT8233, VT8235, VT8237 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;arch=amd64&amp;sektion=4">auvia</a>)
                   1232: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=amd64&amp;sektion=4">yds</a>)
1.7       grange   1233: </ul>
                   1234:
                   1235: <p>
1.12      miod     1236: The following driver has not been extensively tested:
1.7       grange   1237: <ul>
1.13      krw      1238: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=amd64&amp;sektion=4">sv</a>)
1.7       grange   1239: </ul>
                   1240:
1.13      krw      1241: <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=amd64&amp;sektion=9">radio</a>)</h4>
1.7       grange   1242:
                   1243: <ul>
1.13      krw      1244: <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=amd64&amp;sektion=4">bktr</a>)
                   1245: <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;arch=amd64&amp;sektion=4">udsbr</a>)
1.7       grange   1246: </ul>
                   1247:
                   1248: <h4>Miscellaneous Devices</h4>
                   1249:
                   1250: <ul>
1.13      krw      1251: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=amd64&amp;sektion=4">bktr</a>), including:
1.7       grange   1252:     <ul>
1.20      mickey   1253:     <li>Animation Technologies FlyVideo
1.35      jsg      1254:     <li>AOpen VA1000
1.20      mickey   1255:     <li>Askey/Dynalink Magic TView
                   1256:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange   1257:     <li>AverMedia cards
                   1258:     <li>Hauppauge Wincast TV and WinTV/PCI
                   1259:     <li>IMS TV Turbo
                   1260:     <li>Intel Smart Video Recorder III
1.20      mickey   1261:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg      1262:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey   1263:     <li>KISS TV/FM PCI
                   1264:     <li>Leadtek Winfast TV 2000
1.7       grange   1265:     <li>Miro PC TV
1.20      mickey   1266:     <li>MMAC Osprey
                   1267:     <li>NEC PK-UG-X017
1.7       grange   1268:     <li>STB TV PCI Television Tuner
1.20      mickey   1269:     <li>Terratec TerraTVplus
                   1270:     <li>Video Highway XTreme
                   1271:     <li>VideoLogic Captivator PCI
1.52      mickey   1272:     <li>Zoltrix TV and Genie TV/FM
1.7       grange   1273:     </ul>
1.12      miod     1274: <li>Hardware monitoring sensors, including:
1.7       grange   1275:     <ul>
                   1276:     <li>National Semiconductor LM78, LM78-J, LM79;
1.13      krw      1277:        Winbond W83697HF, W83627HF, W83627THF, W83781D, W83782D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
                   1278:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>)
                   1279:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
                   1280:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
1.7       grange   1281:     </ul>
1.8       deraadt  1282: </ul>
1.7       grange   1283:
1.18      pvalchev 1284: <p>
1.60      david    1285: <font color="#0000e0">*</font> Support added after 3.7.
1.18      pvalchev 1286:
1.7       grange   1287: <hr>
1.4       deraadt  1288: <a name="install"></a>
                   1289: <h3><font color="#0000e0">
                   1290: <strong>Getting and installing OpenBSD/amd64:</strong>
                   1291: </font></h3>
                   1292:
                   1293: <p>
1.15      david    1294: The latest supported OpenBSD/amd64 release is
1.60      david    1295: <a href="37.html">OpenBSD 3.7</a>.
1.15      david    1296: Here are the
1.60      david    1297: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/amd64/INSTALL.amd64">
                   1298: OpenBSD/amd64 3.7 installation instructions
1.15      david    1299: </a>.
                   1300:
                   1301: <p>
1.4       deraadt  1302: Snapshots are made available from time to time, in
                   1303: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1304: as well as in a few
                   1305: <a href="ftp.html">mirrors</a>.
                   1306: Here are the
                   1307: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
                   1308: OpenBSD/amd64 snapshot installation instructions
                   1309: </a> as well.
1.1       brad     1310:
                   1311: <p>
1.4       deraadt  1312: There are several installation media provided:
                   1313: <ul>
                   1314:   <li><strong>CD boot</strong>
1.17      deraadt  1315:   <br>
1.4       deraadt  1316:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1317:   that contains almost all OpenBSD drivers.
                   1318:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1319:   For the latest list of drivers available on this image, take a look at the
                   1320:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1321:   kernel configuration file.
1.62      david    1322:   <li><strong>Floppy A</strong> (floppy37.fs)
1.17      deraadt  1323:   <br>
1.4       deraadt  1324:   This 1.44MB floppy image contains the most common drivers.
                   1325:   It is designed to cover the most typical PC. As a general rule, you will
                   1326:   find that the missing drivers are ones which need large microcodes to run,
1.21      nick     1327:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.4       deraadt  1328:   For the latest list of drivers available on this image, take a look at the
                   1329:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1330:   kernel configuration file.
                   1331: </ul>
1.1       brad     1332:
                   1333: <hr>
                   1334: <a href="plat.html">
                   1335: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1336: </a>
1.1       brad     1337: <br>
                   1338: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1339: <br>
1.72    ! brad     1340: <small>$OpenBSD: amd64.html,v 1.71 2005/07/01 22:09:58 brad Exp $</small>
1.1       brad     1341:
                   1342: </body>
                   1343: </html>