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

Annotation of www/amd64.html, Revision 1.74

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>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    534:     <ul>
                    535:     <li>Compaq Netelligent PCI Adapters
                    536:     <li>Compaq NetFlex 3/P
                    537:     <li>Compaq Deskpro integrated adapter
                    538:     <li>Compaq Prosignia integrated adapter
                    539:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    540:     <li>Racore 8165 and 8148
                    541:     <li>TI ThunderLAN adapters
                    542:     </ul>
                    543:
1.13      krw       544: <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    545:     <ul>
                    546:     <li>Addtron AEF-360TX
                    547:     <li>Hawking PN102TX
                    548:     <li>D-Link DFE530TX
                    549:     </ul>
                    550:
1.13      krw       551: <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    552:     <ul>
                    553:     <li>Trendware TE100-PCIE
                    554:     <li>Compex RL100-ATX 10/100
                    555:     </ul>
                    556: </ul>
                    557: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    558: not recommend using them, but your mileage may vary.
                    559:
                    560: <h4>Wireless Ethernet Adapters</h4>
                    561:
                    562: <ul>
1.54      jsg       563: <!--
1.57      jsg       564: <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>
                    565:     <ul>
                    566:     <li>3Com OfficeConnect 3CRSHPW796
                    567:     <li>Blitz NetWave Point
                    568:     <li>D-Link DWL-650 Rev. L1
                    569:     <li>TrendNet TEW-221PC
                    570:     </ul>
                    571: <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>
                    572:     <ul>
                    573:     <li>Belkin F5D6001
                    574:     <li>D-Link DWL-520 Rev. C1
                    575:     <li>LanReady WP2000
                    576:     <li>Xterasys XN2511B
                    577:     </ul>
1.54      jsg       578: <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>)
                    579:     <ul>
                    580:     <li>Aironet 4500/4800
                    581:     <li>Cisco 340/350
                    582:     </ul>
                    583: <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:
                    584:     <ul>
                    585:     <li>3Com 3CRPAG175
                    586:     <li>Aztech WL830PC
                    587:     <li>D-Link DWL-A650
                    588:     <li>D-Link DWL-AB650
                    589:     <li>D-Link DWL-AG650
                    590:     <li>D-Link DWL-G650B
                    591:     <li>Elecom LD-WL54AG
                    592:     <li>Elecom LD-WL54
                    593:     <li>Fujitsu E5454
                    594:     <li>Fujitsu FMV-JW481
                    595:     <li>Fujitsu E5454
                    596:     <li>I/O Data WN-AB
                    597:     <li>I/O Data WN-AG
                    598:     <li>I/O Data WN-A54
                    599:     <li>Linksys WPC51AB
                    600:     <li>Linksys WPC55AG
                    601:     <li>NEC PA-WL/54AG
                    602:     <li>Netgear WAB501
                    603:     <li>Netgear WAG511
                    604:     <li>Netgear WG511T
                    605:     <li>Orinoco 8480
                    606:     <li>Orinoco 8470WD
                    607:     <li>Proxim Skyline 4030
                    608:     <li>Samsung SWL-5200N
                    609:     <li>SMC SMC2735W
                    610:     <li>Sony PCWA-C700
                    611:     <li>Sony PCWA-C300S
                    612:     <li>Sony PCWA-C500
                    613:     </ul>
                    614: <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:
                    615:     <ul>
                    616:     <li>D-Link DWL-A520
                    617:     <li>D-Link DWL-AG520
                    618:     <li>D-Link DWL-G520
                    619:     <li>HP NC4000
                    620:     <li>Linksys WMP55AG
                    621:     <li>Netgear WAG311
                    622:     <li>Netgear WG311
                    623:     <li>Proxim Skyline 4032
                    624:     <li>Senao NL-5354MP
                    625:     </ul>
                    626: -->
                    627: <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    628:     <ul>
1.57      jsg       629:     <li>3Com 3CRSHEW696
                    630:     <li>AboCom BWU613
                    631:     <li>Accton 2664W
1.54      jsg       632:     <li>Acer Peripherals AWL300
                    633:     <li>Acer Peripherals AWL400
1.57      jsg       634:     <li>Actiontec 802UAT1
                    635:     <li>Addtron AWU120
1.54      jsg       636:     <li>Aincomm AWU2000B
1.57      jsg       637:     <li>Askey Computer Voyager 1010
                    638:     <li>Askey Computer WLL013 (Intersil Radio)
                    639:     <li>Askey Computer WLL013 (RFMD Radio)
                    640:     <li>Atmel AT76C503 (Intersil Radio)
                    641:     <li>Atmel AT76C503 (RFMD Radio)
                    642:     <li>Atmel AT76C505 (RFMD Radio)
                    643:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    644:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    645:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    646:     <li>Belkin F5D6050
1.54      jsg       647:     <li>Bluetake BW002
1.57      jsg       648:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    649:     <li>Conceptronic C11U
                    650:     <li>Conceptronic WL210
                    651:     <li>Corega WLAN USB Stick 11
                    652:     <li>Dick Smith Electronics CHUSB 611G
                    653:     <li>Dick Smith Electronics WL200U
                    654:     <li>Dick Smith Electronics WL240U
                    655:     <li>Dick Smith Electronics XH1153
                    656:     <li>D-Link DWL-120 rev E
1.54      jsg       657:     <li>Geowave GW-US11S
1.57      jsg       658:     <li>Gigabyte GN-WLBM101
                    659:     <li>Gigaset WLAN
                    660:     <li>Hewlett-Packard HN210W
                    661:     <li>Intel AP310 AnyPoint II
                    662:     <li>I/O DATA USB WN-B11
                    663:     <li>Lexar 2662W-AR
                    664:     <li>Linksys WUSB11 802.11b
                    665:     <li>Linksys WUSB11 802.11b v2.8
                    666:     <li>MSI WLAN
                    667:     <li>Netgear MA101
1.54      jsg       668:     <li>Netgear MA101 rev B
                    669:     <li>Ovislink AirLive WL-1120USB
                    670:     <li>OvisLink AirLive WL-1130USB
1.57      jsg       671:     <li>Planex Communications GW-US11S
                    672:     <li>Samsung SWL2100W
                    673:     <li>Siemens WLL013
                    674:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    675:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    676:     <li>Tekram U-300C
                    677:     <li>W-Buddie WN210
                    678:     <li>Z-Com M4Y-750
1.7       grange    679:     </ul>
                    680: <!--
1.60      david     681: <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>)
                    682: <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       683: <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>)
                    684:     <ul>
                    685:     <li>Buffalo AirStation
                    686:     <li>D-Link DCF-660W
                    687:     <li>ELSA XI800
                    688:     <li>Linksys WCF12
                    689:     <li>Netgear MA701
                    690:     </ul>
                    691: <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
                    692: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including:
                    693:     <ul>
                    694:     <li>3Com AirConnect 3CRWE737A
                    695:     <li>ACTIONTEC HWC01170
                    696:     <li>Addtron AWP-100
                    697:     <li>Agere Orinoco
                    698:     <li>ARtem Onair
                    699:     <li>BUFFALO AirStation
                    700:     <li>Cabletron RoamAbout
                    701:     <li>Compaq Agency NC5004
                    702:     <li>Contec FLEXLAN/FX-DS110-PCC
                    703:     <li>Corega PCC-11
                    704:     <li>Corega PCCA-11
                    705:     <li>Corega PCCB-11
                    706:     <li>Corega CGWLPCIA11
                    707:     <li>Dlink DWL650 revisions A1-J3
                    708:     <li>ELSA XI300
                    709:     <li>ELSA XI325
                    710:     <li>ELSA XI325H
                    711:     <li>EMTAC A2424i
                    712:     <li>Ericsson Wireless LAN CARD C11
                    713:     <li>Gemtek WL-311
                    714:     <li>Hawking Technology WE110P
                    715:     <li>I-O DATA WN-B11/PCM
                    716:     <li>Intel PRO/Wireless 2011
                    717:     <li>Intersil Prism II
                    718:     <li>Linksys Instant Wireless WPC11
                    719:     <li>Linksys Instant Wireless WPC11 2.5
                    720:     <li>Linksys Instant Wireless WPC11 3.0
                    721:     <li>Lucent WaveLAN
                    722:     <li>NANOSPEED ROOT-RZ2000
                    723:     <li>NEC CMZ-RT-WP
                    724:     <li>Netgear MA401
                    725:     <li>Netgear MA401RA
                    726:     <li>Nokia C020 Wireless LAN
                    727:     <li>Nokia C110/C111 Wireless LAN
                    728:     <li>NTT-ME 11Mbps Wireless LAN
                    729:     <li>Planex GW-NS11H Wireless LAN
                    730:     <li>Proxim Harmony
                    731:     <li>Proxim RangeLAN-DS
                    732:     <li>Samsung MagicLAN SWL-2000N
                    733:     <li>SMC 2632 EZ Connect
                    734:     <li>Symbol Spectrum24
                    735:     <li>TDK LAK-CD011WL
                    736:     <li>US Robotics 2410
                    737:     <li>US Robotics 2445
                    738:     </ul>
                    739: -->
                    740: <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    741:     <ul>
1.54      jsg       742:     <li>3Com AirConnect 3CRWE777A PCI
                    743:     <li>Belkin F5D6000 PCI (a rebadged WL11000P)
                    744:     <li>Corega CGWLPCIA11 PCI
                    745:     <li>Eumitcom WL11000P PCI
                    746:     <li>Dlink DWL520 PCI revisions A and B
                    747:     <li>Global Sun Technology GL24110P PCI (untested)
                    748:     <li>Global Sun Technology GL24110P02 PCI
                    749:     <li>Intersil Mini-PCI
                    750:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02)
                    751:     <li>NDC/Sohoware NCP130 PCI
                    752:     <li>Netgear MA301 PCI
                    753:     <li>Netgear MA311 PCI
                    754:     <li>US Robotics 2415 PCI (rebadged WL11000P)
                    755:     <li>Nortel E-mobility 211818-A
                    756:     <li>Symbol LA4123
                    757:     </ul>
                    758: <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:
                    759:     <ul>
                    760:     <li>Acer Warplink USB-400
                    761:     <li>Actiontec HWU01170
1.60      david     762:     <li>AirVast WM168b
                    763:     <li>Ambit WLAN
1.54      jsg       764:     <li>Apacer Wireless Steno MB112
1.60      david     765:     <li>ASUS WL-140
                    766:     <li>Compaq W100
1.54      jsg       767:     <li>Corega WLUSB-11
1.60      david     768:     <li>Corega WLUSB-11 Key
                    769:     <li>D-Link DWL-120 (rev F)
1.54      jsg       770:     <li>D-Link DWL-122
                    771:     <li>I-O DATA WN-B11/USB
                    772:     <li>Intel PRO/Wireless 2011B
                    773:     <li>Intersil Prism 2X
                    774:     <li>JVC MP-XP7250
                    775:     <li>Linksys WUSB11 v3.0
                    776:     <li>Linksys WUSB12
1.60      david     777:     <li>Melco WLI-USB-KB11
1.54      jsg       778:     <li>Melco WLI-USB-KS11G
1.60      david     779:     <li>Melco WLI-USB-S11
1.54      jsg       780:     <li>Microsoft MN510
                    781:     <li>Netgear MA111 (version 1 only)
1.60      david     782:     <li>Pheenet WL-503IA
                    783:     <li>Planex GW-US11H
1.54      jsg       784:     <li>Siemens SpeedStream SS1022
1.60      david     785:     <li>Sitecom WL-022
1.54      jsg       786:     <li>Syntax USB-400
1.60      david     787:     <li>US Robotics 1120
                    788:     <li>Z-Com XI-725/726
                    789:     <li>Z-Com XI-735
                    790:     <li>ZyXEL ZyAIR B-200
1.7       grange    791:     </ul>
1.54      jsg       792: <!--
1.60      david     793: <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       794:     <ul>
1.55      jsg       795:     <li>A-Link WL54PC
                    796:     <li>Amigo AWI-914W
                    797:     <li>AMIT WL531C
                    798:     <li>ASUS WL-107G
                    799:     <li>Atlantis Land A02-PCM-W54
                    800:     <li>Belkin F5D7010 v2
                    801:     <li>Canyon CN-WF513
                    802:     <li>CC&C WL-2102
                    803:     <li>CNet CWC-854
                    804:     <li>Compex WL54G
                    805:     <li>Conceptronic C54RC
                    806:     <li>Digitus DN-7001G-RA
                    807:     <li>E-Tech WGPC02
                    808:     <li>Edimax EW-7108PCg
                    809:     <li>Eminent EM3036
                    810:     <li>Encore ENPWI-G-RLAM
                    811:     <li>Fibreline WL-400X
                    812:     <li>Gigabyte GN-WMKG
                    813:     <li>Hawking HWC54GR
                    814:     <li>JAHT WN-4054P
                    815:     <li>LevelOne WPC-0301 v2
                    816:     <li>Micronet SP908GK V3
                    817:     <li>Minitar MN54GCB-R
1.54      jsg       818:     <li>MSI CB54G2
1.55      jsg       819:     <li>Pro-Nets CB80211G
                    820:     <li>Repotec RP-WB7108
                    821:     <li>SATech SN-54C
                    822:     <li>Sitecom WL-112
                    823:     <li>SparkLAN WL-685R
1.54      jsg       824:     <li>Surecom EP-9428-g
1.55      jsg       825:     <li>Sweex LC500050
                    826:     <li>TekComm NE-9428-g
                    827:     <li>Unex MR054g-R02
                    828:     <li>Zinwell ZWX-G160
                    829:     <li>Zonet ZEW1500
1.54      jsg       830:     </ul>
1.60      david     831: <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       832:     <ul>
1.55      jsg       833:     <li>A-Link WL54H
                    834:     <li>Amigo AWI-922W mini-PCI
                    835:     <li>Amigo AWI-926W
                    836:     <li>AMIT WL531P
                    837:     <li>AOpen AOI-831
1.54      jsg       838:     <li>ASUS WL-130g
1.55      jsg       839:     <li>Atlantis Land A02-PCI-W54
                    840:     <li>Belkin F5D7000 v3
                    841:     <li>Billionton MIWLGRL mini-PCI
                    842:     <li>Canyon CN-WF511
                    843:     <li>CNet CWP-854
                    844:     <li>Compex WLP54G
                    845:     <li>Conceptronic C54Ri
                    846:     <li>Digitus DN-7006G-RA
                    847:     <li>E-Tech WGPI02
                    848:     <li>Edimax EW-7128g
                    849:     <li>Eminent EM3037
                    850:     <li>Encore ENLWI-G-RLAM
                    851:     <li>Fiberline WL-400P
                    852:     <li>Gigabyte GN-WIKG mini-PCI
                    853:     <li>Gigabyte GN-WPKG
                    854:     <li>Hawking HWP54GR
                    855:     <li>iNexQ CR054g-009 (R03)
                    856:     <li>JAHT WN-4054PCI
                    857:     <li>LevelOne WNC-0301 v2
                    858:     <li>Linksys WMP54G v4
                    859:     <li>Micronet SP906GK
1.54      jsg       860:     <li>Minitar MN54GPC-R
1.55      jsg       861:     <li>MSI MP54G2 mini-PCI
                    862:     <li>MSI PC54G2 PCI
                    863:     <li>OvisLink EVO-W54PCI
                    864:     <li>PheeNet HWL-PCIG/RA
                    865:     <li>Pro-Nets PC80211G
                    866:     <li>Repotec RP-WP0854
                    867:     <li>SATech SN-54P
                    868:     <li>Sitecom WL-115
                    869:     <li>Surecom EP-9321-g
                    870:     <li>Surecom EP-9321-g1
                    871:     <li>Sweex LC700030
                    872:     <li>TekComm NE-9321-g
                    873:     <li>Unex CR054g-R02
                    874:     <li>Zinwell ZWX-G360 mini-PCI
                    875:     <li>Zinwell ZWX-G361
                    876:     <li>Zonet ZEW1600
1.54      jsg       877:     </ul>
                    878: <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     879: <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    880:     <ul>
1.57      jsg       881:     <li>Belkin F5D6020 V3
1.54      jsg       882:     <li>Corega CG-WLCB11V3
1.57      jsg       883:     <li>D-Link DWL-610
                    884:     <li>Level-One WPC-0101
                    885:     <li>Linksys WPC11 v4
1.54      jsg       886:     <li>Netgear MA521
1.57      jsg       887:     <li>Ovislink AirLive WL-1120PCM
                    888:     <li>Planet WL-3553
                    889:     <li>TrendNET TEW-266PC
                    890:     <li>VCTnet PC-11B1
1.7       grange    891:     </ul>
1.54      jsg       892: -->
1.7       grange    893: </ul>
                    894:
                    895: <h4>Gigabit Ethernet Adapters</h4>
                    896:
                    897: <ul>
1.13      krw       898: <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    899:     <ul>
                    900:     <li>3Com 3c985 and 3c985B
                    901:     <li>Alteon ACEnic V (fiber and copper)
                    902:     <li>Digital EtherWORKS 1000SX
                    903:     <li>Farallon PN9000SX
                    904:     <li>Netgear GA620 and GA620T
                    905:     <li>SGI Tigon
                    906:     </ul>
                    907:
1.29      brad      908: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546 and i82547 based adapters
1.13      krw       909: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
1.7       grange    910: including:
                    911:     <ul>
                    912:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    913:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    914:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    915:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    916:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    917:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    918:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    919:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    920:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    921:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    922:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    923:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    924:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad      925:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange    926:     </ul>
                    927:
1.13      krw       928: <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    929:     <ul>
                    930:     <li>Addtron AEG320T
                    931:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                    932:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    933:     <li>D-Link DGE-500T
                    934:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
                    935:     <li>Netgear GA621
                    936:     <li>Netgear GA622T
                    937:     <li>SMC EZ Card 1000 (SMC9462TX)
                    938:     <li>Surecom Technology EP-320G-TX
                    939:     <li>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
                    940:     </ul>
                    941:
1.13      krw       942: <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    943: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
                    944:     <ul>
                    945:     <li>SMC TigerCard 1000 (SMC9462SX)
                    946:     <li>D-Link DGE-500SX
                    947:     </ul>
                    948:
1.13      krw       949: <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    950:     <ul>
1.28      brad      951:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange    952:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad      953:     <li>3Com 3c996B-T (10/100/1000baseT)
1.72      brad      954:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    955:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    956:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    957:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    958:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.28      brad      959:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.72      brad      960:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad      961:     <li>Netgear GA302T (10/100/1000baseT)
                    962:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange    963:     <li>SysKonnect SK-9D41 (1000baseSX)
                    964:     </ul>
                    965:
1.13      krw       966: <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    967:     <ul>
1.70      brad      968:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    969:     <li>Antares Microsystems TC9021
                    970:     <li>D-Link DGE-550T
1.7       grange    971:     </ul>
                    972:
1.13      krw       973: <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    974:     <ul>
                    975:     <li>SysKonnect SK-9821 (1000baseT)
                    976:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    977:     <li>SysKonnect SK-9841 (1000baseLX)
                    978:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    979:     <li>SysKonnect SK-9843 (1000baseSX)
                    980:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                    981:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                    982:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    983:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                    984:     <li>3Com 3c940 (1000baseT)
1.58      jmc       985:     <li>3Com 3c2000-T (1000baseT)
1.7       grange    986:     <li>Linksys EG1032v2 (1000baseT)
                    987:     <li>Linksys EG1064v2 (1000baseT)
                    988:     <li>D-Link DGE-530T (1000baseT)
                    989:     <li>SMC 9452TX (1000baseT)
                    990:     </ul>
1.18      pvalchev  991:
1.39      miod      992: <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  993:     <ul>
1.34      jsg       994:     <li>Buffalo LGY-PCI-GT (8169S)
1.60      david     995:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin    996:     <li>D-Link DGE-528T (8169S)
1.18      pvalchev  997:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad      998:     <li>LevelOne GNC-0105T (8169S)
1.69      martin    999:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev 1000:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin   1001:     <li>Surecom EP-320G-TX1 (8169S)
                   1002:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev 1003:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                   1004:     </ul>
1.44      pvalchev 1005:
1.60      david    1006: <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 1007:     <ul>
                   1008:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                   1009:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                   1010:     </ul>
1.7       grange   1011: </ul>
                   1012:
                   1013: <h4>Cryptography Accelerators</h4>
                   1014:
                   1015: <ul>
1.13      krw      1016: <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>)
                   1017: <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>)
                   1018: <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   1019:     <ul>
                   1020:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                   1021:     <li>GTGI PowerCrypt Encryption Accelerator
                   1022:     <li>NetSec 7751
                   1023:     <li>Hifn 7751 and 9751 reference boards
                   1024:     <li>Invertex AEON
                   1025:     </ul>
1.13      krw      1026: <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   1027: </ul>
                   1028:
                   1029: <!--
                   1030: <a name="pcmcia"></a>
1.12      miod     1031: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange   1032:
                   1033: <ul>
                   1034: <li>ATA cards
1.13      krw      1035:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a>,
                   1036:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                   1037:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                   1038:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange   1039:     <ul>
                   1040:     <li>ATA/IDE card drives
                   1041:     <li>ATA/IDE CD-ROM adapters
                   1042:     <li>CF/ATA flash cards and disk drives
                   1043:     </ul>
                   1044:
                   1045: <li>Ethernet adapters, including:
                   1046:     <ul>
1.13      krw      1047:     <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   1048:        <ul>
                   1049:        <li>3Com 3C556, 3C562
                   1050:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1051:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1052:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1053:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                   1054:        </ul>
                   1055:
1.13      krw      1056:     <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   1057:        <ul>
                   1058:        <li>ADMtek AN985 Centaur-C CardBus
                   1059:        <li>IBM EtherJet 10/100 CardBus
                   1060:        <li>Linksys PCMPC200 CardBus 10/100
                   1061:        <li>SMC EZ CardBus 10/100
                   1062:        <li>Xircom X3201 CardBus adapters, including RealPort models
                   1063:        </ul>
                   1064:
1.13      krw      1065:     <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   1066:        <ul>
                   1067:        <li>Intel PRO/100 CardBus II
                   1068:        </ul>
                   1069:
1.30      mickey   1070:     <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   1071:        <ul>
                   1072:        <li>Accton EN2212, EN2216
                   1073:        <li>Allied Telesis LA-PCM
                   1074:        <li>AmbiCom AMB8002T
                   1075:        <li>Arowana FE
                   1076:        <li>Belkin F5D5020
                   1077:        <li>Billionton Systems LNT-10TN
1.49      matthieu 1078:         <li>Billionton Systems CFLT2-10N
1.7       grange   1079:        <li>CNet NE2000
                   1080:        <li>Compex Linkport ENET-B
                   1081:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1082:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                   1083:        <li>Dayna CommuniCard E
                   1084:        <li>Digital DEPCM-XX
                   1085:        <li>Dual NE2000
                   1086:        <li>Edimax NE2000
                   1087:        <li>Genius ME 3000II SE
                   1088:        <li>Grey Cell GCS2000 Gold II
                   1089:        <li>GVC NIC-2000p, NP0335
                   1090:        <li>Hawking PN650TX
                   1091:        <li>I-O DATA PCLA, PCLA/TE
                   1092:        <li>IC-Card
                   1093:        <li>Kingston KNE-PC2
                   1094:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                   1095:        <li>MACNICA ME1 for JEIDA
                   1096:        <li>Melco LPC3-TX
                   1097:        <li>National Semiconductor InfoMover
                   1098:        <li>NDC Instant-Link
                   1099:        <li>Netgear FA410TX, FA410TXC, FA411
                   1100:        <li>Network Everywhere NP10T
                   1101:        <li>New Media LiveWire 10/100
                   1102:        <li>Planet SmartCom 2000
                   1103:        <li>Planex FNW-3600-T, FNW-3700-T
                   1104:        <li>Premax PE-200
                   1105:        <li>RPTI EP-400, EP-401
                   1106:        <li>Seiko Epson EN10B
                   1107:        <li>SMC EZCard, 8041
                   1108:        <li>Socket Communications LP-CF, LP-E
                   1109:        <li>SVEC PN650TX, ComboCard, LANCard
                   1110:        <li>Synergy S21810
                   1111:        <li>Tamarack NE2000
                   1112:        <li>Telecom Device TCD-HPC100
                   1113:        <li>Wisecom T210CT, iPort
                   1114:        <li>Xircom CFE-10
                   1115:        </ul>
                   1116:
1.13      krw      1117:     <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   1118:        <ul>
                   1119:        <li>Accton MPX5030 CardBus
                   1120:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod     1121:        <li>D-Link DFE-690TXD
1.7       grange   1122:        </ul>
                   1123:
1.13      krw      1124:     <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   1125:        <ul>
                   1126:        <li>Megahertz XJEM1144, CC10BT
                   1127:        <li>SMC EtherEZ 8020BT
                   1128:        </ul>
                   1129:
1.13      krw      1130:     <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   1131:        <ul>
                   1132:        <li>Xircom CreditCard CE2
                   1133:        </ul>
                   1134: </ul>
                   1135:
                   1136: <li>PCMCIA controllers, including:
                   1137:     <ul>
1.13      krw      1138:     <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   1139:     </ul>
                   1140:
                   1141: <li>SCSI host adapters, including:
                   1142:     <ul>
1.13      krw      1143:     <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   1144:     </ul>
                   1145:
                   1146: <li>Serial ports, including:
                   1147:     <ul>
                   1148:     <li>Most modems, digital cellular modems, and serial cards should work.
                   1149:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM modems.
                   1150:     </ul>
                   1151:
                   1152: <li>Wireless Ethernet adapters:
                   1153:     <ul>
                   1154:     <li>See above.
                   1155:     </ul>
                   1156: </ul>
                   1157: -->
                   1158:
1.12      miod     1159: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange   1160:
                   1161: <ul>
1.13      krw      1162: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=amd64&amp;sektion=4">uaudio</a>)
                   1163: <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   1164: <li>USB Ethernet adapters (
                   1165: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
1.50      jsg      1166: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
1.32      mickey   1167: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
1.33      saad     1168: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
1.50      jsg      1169: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                   1170: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
1.32      mickey   1171: see above
1.13      krw      1172: <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>)
                   1173: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=amd64&amp;sektion=4">uvisor</a>)
                   1174: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                   1175: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                   1176: <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>)
                   1177: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=amd64&amp;sektion=4">ums</a>)
                   1178: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=amd64&amp;sektion=4">umodem</a>)
                   1179: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=amd64&amp;sektion=4">ulpt</a>)
                   1180: <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>)
                   1181: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=amd64&amp;sektion=4">upl</a>)
                   1182: <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   1183: </ul>
                   1184:
1.12      miod     1185: <h4>Pointing Devices</h4>
1.7       grange   1186:
                   1187: <ul>
1.13      krw      1188: <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   1189: <li>Serial mice (uses serial port driver)
                   1190: </ul>
                   1191:
1.12      miod     1192: <h4>Sound Devices</h4>
1.7       grange   1193:
                   1194: <ul>
1.13      krw      1195: <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>)
                   1196: <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>)
                   1197: <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>)
                   1198: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>)
                   1199: <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>)
                   1200: <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>)
                   1201: <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>)
                   1202: <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>)
                   1203: <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>)
                   1204: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=amd64&amp;sektion=4">neo</a>)
                   1205: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>)
                   1206: <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>)
                   1207: <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>)
                   1208: <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>)
                   1209: <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   1210: </ul>
                   1211:
                   1212: <p>
1.12      miod     1213: The following driver has not been extensively tested:
1.7       grange   1214: <ul>
1.13      krw      1215: <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   1216: </ul>
                   1217:
1.13      krw      1218: <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   1219:
                   1220: <ul>
1.13      krw      1221: <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>)
                   1222: <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   1223: </ul>
                   1224:
                   1225: <h4>Miscellaneous Devices</h4>
                   1226:
                   1227: <ul>
1.13      krw      1228: <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   1229:     <ul>
1.20      mickey   1230:     <li>Animation Technologies FlyVideo
1.35      jsg      1231:     <li>AOpen VA1000
1.20      mickey   1232:     <li>Askey/Dynalink Magic TView
                   1233:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange   1234:     <li>AverMedia cards
                   1235:     <li>Hauppauge Wincast TV and WinTV/PCI
                   1236:     <li>IMS TV Turbo
                   1237:     <li>Intel Smart Video Recorder III
1.20      mickey   1238:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg      1239:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey   1240:     <li>KISS TV/FM PCI
                   1241:     <li>Leadtek Winfast TV 2000
1.7       grange   1242:     <li>Miro PC TV
1.20      mickey   1243:     <li>MMAC Osprey
                   1244:     <li>NEC PK-UG-X017
1.7       grange   1245:     <li>STB TV PCI Television Tuner
1.20      mickey   1246:     <li>Terratec TerraTVplus
                   1247:     <li>Video Highway XTreme
                   1248:     <li>VideoLogic Captivator PCI
1.52      mickey   1249:     <li>Zoltrix TV and Genie TV/FM
1.7       grange   1250:     </ul>
1.12      miod     1251: <li>Hardware monitoring sensors, including:
1.7       grange   1252:     <ul>
                   1253:     <li>National Semiconductor LM78, LM78-J, LM79;
1.13      krw      1254:        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>)
                   1255:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>)
                   1256:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
                   1257:     <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   1258:     </ul>
1.8       deraadt  1259: </ul>
1.7       grange   1260:
1.18      pvalchev 1261: <p>
1.60      david    1262: <font color="#0000e0">*</font> Support added after 3.7.
1.18      pvalchev 1263:
1.7       grange   1264: <hr>
1.4       deraadt  1265: <a name="install"></a>
                   1266: <h3><font color="#0000e0">
                   1267: <strong>Getting and installing OpenBSD/amd64:</strong>
                   1268: </font></h3>
                   1269:
                   1270: <p>
1.15      david    1271: The latest supported OpenBSD/amd64 release is
1.60      david    1272: <a href="37.html">OpenBSD 3.7</a>.
1.15      david    1273: Here are the
1.60      david    1274: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/amd64/INSTALL.amd64">
                   1275: OpenBSD/amd64 3.7 installation instructions
1.15      david    1276: </a>.
                   1277:
                   1278: <p>
1.4       deraadt  1279: Snapshots are made available from time to time, in
                   1280: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1281: as well as in a few
                   1282: <a href="ftp.html">mirrors</a>.
                   1283: Here are the
                   1284: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
                   1285: OpenBSD/amd64 snapshot installation instructions
                   1286: </a> as well.
1.1       brad     1287:
                   1288: <p>
1.4       deraadt  1289: There are several installation media provided:
                   1290: <ul>
                   1291:   <li><strong>CD boot</strong>
1.17      deraadt  1292:   <br>
1.4       deraadt  1293:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1294:   that contains almost all OpenBSD drivers.
                   1295:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1296:   For the latest list of drivers available on this image, take a look at the
                   1297:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1298:   kernel configuration file.
1.62      david    1299:   <li><strong>Floppy A</strong> (floppy37.fs)
1.17      deraadt  1300:   <br>
1.4       deraadt  1301:   This 1.44MB floppy image contains the most common drivers.
                   1302:   It is designed to cover the most typical PC. As a general rule, you will
                   1303:   find that the missing drivers are ones which need large microcodes to run,
1.21      nick     1304:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.4       deraadt  1305:   For the latest list of drivers available on this image, take a look at the
                   1306:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1307:   kernel configuration file.
                   1308: </ul>
1.1       brad     1309:
                   1310: <hr>
                   1311: <a href="plat.html">
                   1312: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1313: </a>
1.1       brad     1314: <br>
                   1315: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1316: <br>
1.74    ! tedu     1317: <small>$OpenBSD: amd64.html,v 1.73 2005/07/02 20:34:57 brad Exp $</small>
1.1       brad     1318:
                   1319: </body>
                   1320: </html>