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

Annotation of www/amd64.html, Revision 1.165

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">
1.113     nick        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       brad        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.159     jsg        12: <meta name="copyright" content="This document copyright 2003-2007 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.113     nick       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.113     nick       23: OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
1.5       deraadt    24:
                     25: <p>
1.113     nick       26: It also runs on the 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
                     29: CPUs.
1.5       deraadt    30:
                     31: <p>
1.113     nick       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.163     nick       35: <a name="toc"></a>
1.113     nick       36: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.13      krw        37:
1.4       deraadt    38: <ul>
1.113     nick       39:   <li><a href="#status">Current status</a>
                     40:   <li><a href="#hardware">Supported hardware</a>
                     41:   <li><a href="#install">Getting and installing OpenBSD/amd64</a>
1.4       deraadt    42: </ul>
                     43:
                     44: <hr>
                     45: <a name="status"></a>
1.113     nick       46: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.4       deraadt    47:
                     48: <p>
1.113     nick       49: It can be expected to install and run with minimal difficulty on most current
                     50: hardware.
                     51: However there is not yet any ACPI support
                     52: (so halt -p doesn't work, nor does suspend/hibernate),
                     53: and various legacy PC hardware is not supported.
1.4       deraadt    54:
                     55: <p>
1.113     nick       56: The only major shortcoming at this time is that the kernel debugger
1.13      krw        57: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;arch=amd64&amp;sektion=4">ddb</a>
1.113     nick       58: is somewhat poor.
1.4       deraadt    59:
                     60: <hr>
1.7       grange     61: <a name="hardware"></a>
1.113     nick       62: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.7       grange     63:
1.113     nick       64: <h4>Processors</h4>
1.7       grange     65:
                     66: <p>
1.113     nick       67: All versions of the AMD Athlon 64 processors and their clones are
                     68: supported.
1.19      krw        69:
1.113     nick       70: <h4>SMP support</h4>
                     71: Starting with OpenBSD 3.6, OpenBSD/amd64 supports most SMP
                     72: (Symmetrical MultiProcessor) systems.
                     73: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
                     74: included with the installation file sets.
1.7       grange     75:
                     76: <p>
1.113     nick       77: As this is a new feature, developers will want to see what hardware does
                     78: and doesn't work when running SMP, so it is even more important to
                     79: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.7       grange     80:
1.113     nick       81: <h4>Buses</h4>
1.7       grange     82:
                     83: <ul>
1.113     nick       84: <li>All standard PCI bus bridges
                     85: <li>16-Bit PCMCIA PC Cards <font color="#0000e0">#</font>
                     86: <li>32-Bit CardBus PC Cards <font color="#0000e0">#</font>
1.7       grange     87: <li>Universal Serial Bus (USB)
                     88: </ul>
                     89:
1.113     nick       90: <h4>Bus interfaces</h4>
1.7       grange     91:
                     92: <ul>
1.113     nick       93:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
                     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>) <font color="#0000e0">#</font>
1.7       grange     95: </ul>
                     96:
1.113     nick       97: <h4>Entropy sources</h4>
1.7       grange     98:
                     99: <ul>
1.113     nick      100:   <li>Interrupt latency collection from many devices
1.7       grange    101: </ul>
                    102:
1.113     nick      103: <h4>Floppy controllers</h4>
1.93      deraadt   104:
1.113     nick      105: <h4>All PCI IDE
                    106: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=amd64&amp;sektion=4">pciide</a>)
                    107: adapters supported by the <a href="i386.html">i386</a> platform</h4>
1.38      grange    108:
1.113     nick      109: <h4>SCSI Host Adapters</h4>
1.7       grange    110:
                    111: <ul>
1.113     nick      112:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    113:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    114:     adapters
                    115:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=amd64&amp;sektion=4">ahc</a>)
                    116:     including the Adaptec cards
1.13      krw       117:     <ul>
1.113     nick      118:       <li>AHA-2910, AHA-2915
1.13      krw       119:       <li>AHA-2920
1.113     nick      120:       <li>AHA-2930[C,U2]
                    121:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    122:       <li>AHA-2950[U2W,U2B]
                    123:       <li>AHA-3940[U,AU,UW,AUW,U2W]
1.13      krw       124:       <li>AHA-3950U2
                    125:       <li>AHA-3960
                    126:       <li>AHA-3985
                    127:       <li>AHA-4944UW
                    128:       <li>AHA-19160B
1.113     nick      129:       <li>AHA-29160[B,N]
1.13      krw       130:       <li>AHA-39160
                    131:     </ul>
1.113     nick      132:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    133:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=amd64&amp;sektion=4">ahd</a>)
                    134:     including the Adaptec cards <sup>(A)</sup>
1.47      krw       135:     <ul>
                    136:       <li>AHA-29320
                    137:       <li>AHA-39320
                    138:     </ul>
1.113     nick      139:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    140:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
1.13      krw       141:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=amd64&amp;sektion=4"
1.113     nick      142:     >adw</a>) <sup>(A)</sup>
                    143:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
1.13      krw       144:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=amd64&amp;sektion=4"
1.113     nick      145:      >pcscp</a>)
1.13      krw       146:   <li>LSI Fusion-MPT (Symbios Logic/NCR)
                    147:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&amp;arch=amd64&amp;sektion=4"
                    148:     >mpt</a>)
                    149:     <ul>
1.113     nick      150:       <li>53C1030 (Dual channel Ultra320 SCSI)
                    151:       <li>53C1020 (Single channel Ultra320 SCSI)
                    152:       <li>FC909 (1Gb/s Fibre Channel)
                    153:       <li>FC909A (Dual 1Gb/s Fibre Channel)
                    154:       <li>FC919 (2Gb/s Fibre Channel)
                    155:       <li>FC929 (Dual 2Gb/s Fibre Channel)
1.13      krw       156:     </ul>
1.113     nick      157:   <li>QLogic PCI host adapters
1.13      krw       158:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=amd64&amp;sektion=4"
                    159:     >isp</a>)
1.113     nick      160:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    161:     adapters including generic cards, old ASUS cards, the DTC-3130
                    162:     series, and Diamond Fireport series
1.13      krw       163:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=amd64&amp;sektion=4"
1.113     nick      164:     >siop</a>) <sup>(G)</sup>
1.7       grange    165: </ul>
                    166:
1.113     nick      167: <h4>RAID and Cache Controllers</h4>
1.7       grange    168:
                    169: <ul>
1.113     nick      170: <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>)
                    171: <li>Compaq and Hewlett-Packard Smart ARRAY 5* and 6* RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&amp;arch=amd64&amp;sektion=4">ciss</a>)
                    172: <li>ICP-Vortex and Intel GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;arch=amd64&amp;sektion=4">gdt</a>)
1.115     martin    173: <li>3ware Escalade 3W-5x00, 3W-6x00 and 3W-7x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;arch=amd64&amp;sektion=4">twe</a>)
1.116     marco     174: <li>LSI/Dell MegaRAID SAS controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;arch=amd64&amp;sektion=4">mfi</a>)
1.161     nick      175: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    176:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=amd64&amp;sektion=4">arc</a>), <sup>(A)</sup>
                    177:    including:
                    178:     <ul>
                    179:     <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    180:     <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    181:     <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    182:     <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    183:     <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    184:     <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    185:     <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    186:     <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    187:     <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    188:     <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    189:     <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    190:     <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    191:     <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    192:     <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    193:     <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    194:     <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    195:     <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    196:     <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    197:     <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    198:     </ul>
1.7       grange    199: </ul>
                    200:
1.113     nick      201: <h4>CD-ROM and DVD-ROM Drives</h4>
1.7       grange    202:
                    203: <ul>
1.113     nick      204: <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>)
                    205: <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    206: </ul>
                    207:
1.113     nick      208: <h4>Tape Drives</h4>
1.7       grange    209:
                    210: <ul>
1.113     nick      211: <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>)
                    212: <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    213: </ul>
                    214:
1.113     nick      215: <h4>Display Adapters</h4>
1.7       grange    216:
                    217: <ul>
1.113     nick      218:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.13      krw       219: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=amd64&amp;sektion=4">vga</a>).
1.7       grange    220: </ul>
1.113     nick      221: Note that not all of the display adapters OpenBSD/amd64 supports
                    222: can be used under the X Window System (please refer to the
                    223: <a href="http://ftp.x.org/pub/X11R6.9.0/doc/html/">X.Org documentation</a>
                    224: for more information).
                    225:
                    226: <h4>Serial Ports</h4>
                    227:
                    228: <ul>
                    229: <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>)
                    230: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    231: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    232: <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) <sup>(*)</sup>
                    233: <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>) <sup>(*)</sup>
                    234: <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>) <sup>(*)</sup>
                    235: <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>) <sup>(*)</sup>
                    236: </ul>
                    237:
                    238: <h4>Communications Controllers</h4>
                    239:
                    240: <ul>
                    241: <li>Universal Serial Bus host controllers, including:
                    242:     <ul>
                    243:     <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>)
                    244:     <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>)
                    245:     <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>) <sup>(A)</sup>
                    246:     </ul>
                    247: <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:
                    248:     <ul>
                    249:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    250:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    251:     <li>SIIG Cyber 4S PCI (quad serial)
                    252:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    253:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    254:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    255:     <li>VScom PCI 011H (1 port parallel)
                    256:     <li>VScom PCI 100H (1 port serial)
                    257:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    258:     <li>VScom PCI 200H (2 port serial)
                    259:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    260:     <li>VScom PCI 400H (4 port serial)
                    261:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    262:     <li>VScom PCI 800H (8 port serial)
                    263:     <li>VScom PCI 100L (1 port serial)
                    264:     <li>VScom PCI 200L (2 port serial)
                    265:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    266:     <li>VScom PCI 400L (4 port serial)
                    267:     <li>VScom PCI 800L (8 port serial)
                    268:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    269:     <li>US Robotics 3CP5609 PCI (modem)
                    270:     <li>Lava Computers 2SP-PCI (parallel port)
                    271:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    272:     <li>NEC PK-UG-X008 (serial)
                    273:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    274:     <li>Koutech IOFLEX-2S (dual serial)
                    275:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    276:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    277:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    278:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    279:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    280:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    281:     <li>SUNIX 400x (1 port parallel)
                    282:     <li>SUNIX 401x (2 port parallel)
                    283:     <li>SUNIX 402x (1 port serial)
                    284:     <li>SUNIX 403x (2 port serial)
                    285:     <li>SUNIX 405x (4 port serial)
                    286:     <li>SUNIX 406x (8 port serial)
                    287:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    288:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    289:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    290:     </ul>
                    291: </ul>
                    292:
                    293: <h4>Ethernet Adapters</h4>
                    294:
                    295: <ul>
                    296: <li>3Com 3c590 and 3c595 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=amd64&amp;sektion=4">ep</a>)
                    297: <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: <sup>(G)</sup>
                    298:     <ul>
                    299:     <li>3Com 3c900/3c900B PCI adapters
                    300:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    301:     <li>3Com 3c980/3c980C server adapters
                    302:     <li>3Com 3cSOHO adapter
                    303:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    304:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    305:     <li>Dell on-board 3c920
                    306:     <li>Dell Precision on-board 3c905B
                    307:     <li>Dell OptiPlex GX1 on-board 3c918
                    308:     <li>Dell Latitude laptop docking station embedded 3c905
                    309:     <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.7       grange    310:     </ul>
                    311:
1.113     nick      312: <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: <sup>(G)</sup>
1.7       grange    313:     <ul>
                    314:     <li>3CR990-TX-95
                    315:     <li>3CR990-TX-97
                    316:     <li>3CR990-SVR95
                    317:     <li>3CR990-SVR97
                    318:     </ul>
                    319:
1.127     martin    320: <li>Adaptec "Starfire" AIC-6915 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&amp;arch=amd64&amp;sektion=4">sf</a>), including: <sup>(G)</sup>
                    321:     <ul>
                    322:     <li>Adaptec Single32 ANA-69011
                    323:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    324:     <li>Adaptec Duo64 ANA-62022
                    325:     <li>Adaptec Quartet64 ANA-62044
                    326:     </ul>
                    327:
1.113     nick      328: <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    329:     <ul>
                    330:     <li>Accton EN2242 MiniPCI
                    331:     <li>Linksys LNE100TX v4.x
                    332:     <li>Mototech ME316
                    333:     </ul>
                    334:
1.113     nick      335: <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: <sup>(A)</sup>
1.7       grange    336:     <ul>
1.50      jsg       337:     <li>3Com 3c460b
1.7       grange    338:     <li>Abocom UFE1000
                    339:     <li>Abocom DSB650TX
                    340:     <li>Accton USB320-EC
                    341:     <li>Accton SpeedStream Ethernet
                    342:     <li>Admtek Pegasus
                    343:     <li>Admtek Pegasus II
1.60      david     344:     <li>AEI USB Fast Ethernet
                    345:     <li>Allied Telesyn AT-USB100
                    346:     <li>ATEN UC-110T
1.50      jsg       347:     <li>Belkin USB to LAN
1.7       grange    348:     <li>Billionton Systems USB100
1.50      jsg       349:     <li>Billionton Systems USB100EL
                    350:     <li>Billionton Systems USB100LP
                    351:     <li>Billionton Systems USBE100
1.7       grange    352:     <li>Corega FEther USB-TX
1.50      jsg       353:     <li>Corega FEther USB-TXS
1.7       grange    354:     <li>D-Link DSB-650
                    355:     <li>D-Link DSB-650TX
                    356:     <li>D-Link DSB-650TX-PNA
1.60      david     357:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.50      jsg       358:     <li>Elecom LD-USB/TX
                    359:     <li>Elecom LD-USBL/TX
1.7       grange    360:     <li>Elsa Microlink USB2Ethernet
1.60      david     361:     <li>GIGABYTE GN-BR402W
1.50      jsg       362:     <li>Hawking UF100
                    363:     <li>HP HN210E
1.7       grange    364:     <li>I/O DATA USB ETTX
                    365:     <li>Kingston KNU101TX
1.50      jsg       366:     <li>Laneed LD-USBL/TX
1.101     jolan     367:     <li>Linksys USB100TX
                    368:     <li>Linksys USB100H1
                    369:     <li>Linksys USB10T
                    370:     <li>Linksys USB10TA
                    371:     <li>Linksys USB10TX
1.7       grange    372:     <li>Melco Inc. LUA-TX
1.50      jsg       373:     <li>Melco Inc. LUA2-TX
                    374:     <li>Microsoft MN110
1.60      david     375:     <li>Mobility EasiDock Ethernet
1.7       grange    376:     <li>Netgear FA101
1.60      david     377:     <li>Omnidirectional Control Technology USB TO Ethernet
1.7       grange    378:     <li>Siemens SpeedStream USB
                    379:     <li>Smartbridges smartNIC 2
1.75      jsg       380:     <li>SMC 2202USB/ETH
                    381:     <li>SMC 2206USB/ETH
1.7       grange    382:     <li>SOHOware NUB100
1.60      david     383:     <li>SOHOware NUB110
1.7       grange    384:     </ul>
                    385:
1.113     nick      386: <li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;arch=amd64&amp;sektion=4">pcn</a>), including:
1.7       grange    387:     <ul>
                    388:     <li>BOCALANcard/PCI
1.113     nick      389:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.7       grange    390:     </ul>
                    391:
1.113     nick      392: <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    393:     <ul>
                    394:     <li>CNet Pro110B
                    395:     <li>Alfa Inc. GFC2204
                    396:     </ul>
                    397:
1.113     nick      398: <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: <sup>(A)</sup>
1.50      jsg       399:     <ul>
1.60      david     400:     <li>ATEN UC210T
1.77      jsg       401:     <li>BAFO BF-320
1.60      david     402:     <li>Billionton Systems USB2AR
1.50      jsg       403:     <li>Buffalo(MELCO) LUA-U2-KTX
1.60      david     404:     <li>Corega FEther USB2-TX
1.50      jsg       405:     <li>D-Link DUB-E100
1.98      miod      406:     <li>Good Way GWUSB2E
1.60      david     407:     <li>Hawking UF200
1.50      jsg       408:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.60      david     409:     <li>JVC MP-PRX1
1.101     jolan     410:     <li>Linksys USB200M
1.50      jsg       411:     <li>Netgear FA120
1.60      david     412:     <li>Sitecom LN-029
1.77      jsg       413:     <li>SMC 2209USB/ETH
1.113     nick      414:     <li>SnapPort USB 2.0 LAN Adapter
1.50      jsg       415:     <li>ST Lab USB 2.0 Fast Ethernet
1.60      david     416:     <li>Surecom EP-1427X-2
1.50      jsg       417:     <li>System TALKS SGC-X2UL
1.60      david     418:     <li>TRENDnet TU2-ET100
1.77      jsg       419:     <li>Z-TEK ZK-R01-2
1.50      jsg       420:     </ul>
                    421:
1.113     nick      422: <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: <sup>(A)</sup>
1.7       grange    423:     <ul>
1.50      jsg       424:     <li>Belkin F5U111
1.113     nick      425:     <li>CATC Netmate and Netmate II
1.50      jsg       426:     <li>SmartBridges SmartLink
1.7       grange    427:     </ul>
                    428:
1.113     nick      429: <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    430:     <ul>
                    431:     <li>Jaton XpressNet
                    432:     </ul>
                    433:
1.113     nick      434: <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: <sup>(A)</sup>
1.32      mickey    435:     <ul>
                    436:     <li>Corega FEther USB-TXC
                    437:     </ul>
                    438:
1.113     nick      439: <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    440:     <ul>
1.113     nick      441:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    442:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.7       grange    443:     <li>Znyx ZX3<i>xx</i>
1.113     nick      444:     <li>Cogent EM100FX and EM440TX
1.7       grange    445:     <li>Digital PCI DE435
1.113     nick      446:     <li>D-Link DFE-570TX Quad port
1.7       grange    447:     </ul>
                    448:
1.113     nick      449: <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    450:    <ul>
                    451:    <li>Adaptec ANA-6944A
                    452:    <li>Cogent EM400
                    453:    <li>Compex 400TX
                    454:    <li>CompuShack Goldline Quattro
                    455:    <li>Phobos P430TX
                    456:    <li>Znyx ZX346
                    457:    </ul>
                    458:
1.113     nick      459: <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    460:     <ul>
                    461:     <li>Intel EtherExpress PRO/10+
1.113     nick      462:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
1.7       grange    463:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
1.113     nick      464:     <li>Intel EtherExpress PRO/100 Dual Port
                    465:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.7       grange    466:     </ul>
                    467:
1.113     nick      468: <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    469:
1.113     nick      470: <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: <sup>(A)</sup>
1.7       grange    471:     <ul>
1.50      jsg       472:     <li>3Com 3c19250
1.7       grange    473:     <li>3Com 3c460 HomeConnect
1.50      jsg       474:     <li>AboCom Systems URE450 Ethernet
1.7       grange    475:     <li>ADS Technologies USB-10BT
                    476:     <li>Aox USB101
1.50      jsg       477:     <li>Asante USB to Ethernet
                    478:     <li>ATen DSB-650C
1.7       grange    479:     <li>ATen UC10T
                    480:     <li>Corega USB-T
1.50      jsg       481:     <li>D-Link DSB-650C
                    482:     <li>Entrega NET-USB-E45
                    483:     <li>I/O Data USB-ET/T
                    484:     <li>Jaton USB XpressNet
1.7       grange    485:     <li>Kawasaki USB101
1.50      jsg       486:     <li>Kingston Ethernet
1.101     jolan     487:     <li>Linksys USB10T
1.50      jsg       488:     <li>Mobility Ethernet
1.7       grange    489:     <li>Netgear EA101
                    490:     <li>Peracom USB
1.50      jsg       491:     <li>Portgear Ethernet
                    492:     <li>Portsmith Express Ethernet
1.60      david     493:     <li>Psion Dacom Gold Port Ethernet
1.50      jsg       494:     <li>Shark Pocket Adapter
1.60      david     495:     <li>Silicom U2E
1.50      jsg       496:     <li>SMC 2102USB
                    497:     <li>SMC 2104USB
1.7       grange    498:     </ul>
                    499:
1.113     nick      500: <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    501:     <ul>
                    502:     <li>Kingston KNE110TX
1.101     jolan     503:     <li>Linksys LNE100TX
1.7       grange    504:     <li>Matrox Networks FastNIC 10/100
                    505:     <li>Netgear FA310TX
                    506:     </ul>
                    507:
1.113     nick      508: <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    509:     <ul>
                    510:     <li>Accton EN1217
                    511:     <li>Addtron AEF-320TX/AEF-330TX
                    512:     <li>CNet PRO1020A/B
                    513:     <li>Complex RL-100TX
                    514:     <li>NDC Communications SOHOware SFA110A
1.113     nick      515:     <li>SVEC PN102-TX Fast Ethernet card
1.7       grange    516:     </ul>
                    517:
1.113     nick      518: <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>) <sup>(*)</sup>
1.7       grange    519:
1.113     nick      520: <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    521:     <ul>
1.53      brad      522:     <li>Netgear FA311
                    523:     <li>Netgear FA312
                    524:     <li>Netgear FA331
1.7       grange    525:     </ul>
                    526:
1.113     nick      527: <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    528:
1.113     nick      529: <li>NVIDIA nForce MCP-based Fast Ethernet and Gigabit Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&amp;arch=amd64&amp;sektion=4">nfe</a>), including: <font color="#0000e0">#</font>
1.103     brad      530:     <ul>
                    531:     <li>nForce
                    532:     <li>nForce 2
                    533:     <li>nForce 3
                    534:     <li>CK804
                    535:     <li>MCP04
                    536:     <li>MCP51
                    537:     <li>MCP55
1.121     brad      538:     <li>MCP61
                    539:     <li>MCP65
1.103     brad      540:     </ul>
1.102     brad      541:
1.113     nick      542: <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    543:     <ul>
1.14      mickey    544:     <li>Accton MPX5030 CardBus
1.7       grange    545:     <li>Allied Telesyn AT2550
1.14      mickey    546:     <li>Corega FEther CB-TXD 10/100 Ethernet
1.113     nick      547:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.109     brad      548:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.7       grange    549:     <li>Genius GF100TXR
                    550:     <li>KTX-9130TX 10/100 Fast Ethernet
                    551:     <li>Longshine LCS-8038TX-R
1.14      mickey    552:     <li>NDC Communications NE100TX-E
1.118     jmc       553:     <li>Netgear FA311 v2
1.14      mickey    554:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.7       grange    555:     <li>Nortel BayStack 21
1.113     nick      556:     <li>OvisLink LEF-8129TX, LEF-8139TX
1.7       grange    557:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.94      grunk     558:     <li>TRENDnet TE100-PCBUSR CardBus
1.7       grange    559:     </ul>
                    560:
1.113     nick      561: <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    562:     <ul>
1.60      david     563:     <li>Abocom RTL8151
1.7       grange    564:     <li>GreenHouse GH-USB100B
1.113     nick      565:     <li>GreenHouse GH-USB100B with HomePNA
1.7       grange    566:     <li>Linksys USB100M
1.60      david     567:     <li>Longshine LCS-8138TX
1.50      jsg       568:     <li>Melco Inc. LUA-KTX
1.60      david     569:     <li>Micronet SP128AR
1.50      jsg       570:     <li>SMC 2208USB/ETH
1.94      grunk     571:     <li>TRENDnet TU-ET100C
1.50      jsg       572:     <li>Zt USB10/100
1.7       grange    573:     </ul>
                    574:
1.113     nick      575: <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    576:     <ul>
                    577:     <li>Mototech ME313
                    578:     <li>NetSurf NS-KFE30D
                    579:     </ul>
                    580:
1.113     nick      581: <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: <sup>(*)</sup>
1.7       grange    582:     <ul>
                    583:     <li>Fast Ethernet
                    584:     <li>Quad Fast Ethernet
                    585:     </ul>
                    586:
1.113     nick      587: <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: <sup>(*)</sup>
1.7       grange    588:     <ul>
1.113     nick      589:     <li>Compaq Netelligent PCI Adapters
1.7       grange    590:     <li>Compaq NetFlex 3/P
1.113     nick      591:     <li>Compaq Deskpro integrated adapter
                    592:     <li>Compaq Prosignia integrated adapter
                    593:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    594:     <li>Racore 8165 and 8148
                    595:     <li>TI ThunderLAN adapters
1.7       grange    596:     </ul>
                    597:
1.113     nick      598: <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    599:     <ul>
                    600:     <li>Addtron AEF-360TX
                    601:     <li>Hawking PN102TX
                    602:     <li>D-Link DFE530TX
                    603:     </ul>
                    604:
1.113     nick      605: <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: <sup>(*)</sup>
1.7       grange    606:     <ul>
1.94      grunk     607:     <li>TRENDnet TE100-PCIE
1.7       grange    608:     <li>Compex RL100-ATX 10/100
                    609:     </ul>
                    610: </ul>
1.113     nick      611: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    612: not recommend using them, but your mileage may vary.
1.7       grange    613:
1.125     brad      614: <h4>10Gb Ethernet Adapters</h4>
                    615:
                    616: <ul>
                    617: <li>Intel PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;arch=amd64&amp;sektion=4">ixgb</a>), including:
1.149     steven    618:     <ul>
                    619:     <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
1.125     brad      620:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                    621:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                    622:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                    623:     </ul>
                    624:
                    625:
                    626: <li>Neterion Xframe/Xframe-II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&amp;arch=amd64&amp;sektion=4">xge</a>), including:
1.149     steven    627:     <ul>
                    628:     <li>HP AB287A 10 Gigabit Ethernet Adapter
1.125     brad      629:     <li>IBM 10GbE SR Server Adapter
                    630:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                    631:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                    632:     <li>Neterion Xframe
                    633:     <li>Neterion Xframe II
                    634:     <li>Neterion Xframe II Sun Fire
                    635:     <li>Neterion Xframe E
                    636:     <li>SGI 10 Gigabit Ethernet Network Adapter
                    637:     </ul>
                    638: </ul>
                    639:
                    640:
1.113     nick      641: <h4>Wireless Ethernet Adapters</h4>
1.7       grange    642:
                    643: <ul>
1.133     jmc       644: <li>ADMtek ADM8211 IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(A)</sup>
1.57      jsg       645:     <ul>
                    646:     <li>3Com OfficeConnect 3CRSHPW796
                    647:     <li>Blitz NetWave Point
                    648:     <li>D-Link DWL-650 Rev. L1
1.133     jmc       649:     <li>SMC 2635W (version 1 only)
1.94      grunk     650:     <li>TRENDnet TEW-221PC
1.57      jsg       651:     </ul>
1.133     jmc       652: <li>ADMtek ADM8211 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(A)</sup>
1.57      jsg       653:     <ul>
                    654:     <li>Belkin F5D6001
                    655:     <li>D-Link DWL-520 Rev. C1
                    656:     <li>LanReady WP2000
                    657:     <li>Xterasys XN2511B
                    658:     </ul>
1.129     jmc       659: <li>Aironet Communications 4500/4800 IEEE 802.11FH/b PCI and PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=amd64&amp;sektion=4">an</a>), including: <sup>(A)</sup>
1.54      jsg       660:     <ul>
                    661:     <li>Aironet 4500/4800
                    662:     <li>Cisco 340/350
                    663:     </ul>
1.130     jmc       664: <li>Atheros IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=amd64&amp;sektion=4">ath</a>), including: <sup>(A)</sup>
1.54      jsg       665:     <ul>
                    666:     <li>3Com 3CRPAG175
1.120     jmc       667:     <li>Cisco AIR-CB21AG
1.54      jsg       668:     <li>D-Link DWL-A650
                    669:     <li>D-Link DWL-AB650
                    670:     <li>Elecom LD-WL54
                    671:     <li>Linksys WPC51AB
                    672:     <li>Netgear WAB501
1.120     jmc       673:     <li>Planet WL-3560
1.54      jsg       674:     <li>Proxim Skyline 4030
                    675:     <li>SMC SMC2735W
                    676:     <li>Sony PCWA-C500
                    677:     </ul>
1.142     jmc       678: <li>Atheros IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=amd64&amp;sektion=4">ath</a>), including: <sup>(A)</sup>
1.54      jsg       679:     <ul>
                    680:     <li>D-Link DWL-A520
1.130     jmc       681:     <li>IBM 11ABG WL LAN Mini PCI
1.54      jsg       682:     <li>Proxim Skyline 4032
1.130     jmc       683:     <li>Senao NL-5354MP Mini PCI
                    684:     <li>Wistron CM9 Mini PCI
1.54      jsg       685:     </ul>
1.142     jmc       686: <li>Atheros USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&amp;arch=amd64&amp;sektion=4">uath</a>), including: <sup>(G)</sup>
                    687:     <ul>
                    688:     <li>Compex WLU108AG
                    689:     <li>Compex WLU108G
                    690:     <li>D-Link DWL-G132
                    691:     <li>Netgear WG111T
                    692:     <li>Netgear WG111U
                    693:     <li>Netgear WPN111
                    694:     <li>Olitec 000544
                    695:     <li>PLANET WDL-U357
                    696:     <li>Siemens Gigaset 108
                    697:     <li>SMC SMCWUSBT-G
                    698:     <li>SparkLAN WL-785A
                    699:     <li>TP-Link TL-WN620G
                    700:     <li>TRENDware International TEW-444UB
                    701:     <li>TRENDware International TEW-504UB
                    702:     <li>Unex Technology UR054ag
                    703:     <li>ZyXEL XtremeMIMO M-202
                    704:     </ul>
1.132     jmc       705: <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=amd64&amp;sektion=4">atu</a>), including: <sup>(G)</sup>
1.7       grange    706:     <ul>
1.57      jsg       707:     <li>3Com 3CRSHEW696
                    708:     <li>AboCom BWU613
                    709:     <li>Accton 2664W
1.54      jsg       710:     <li>Acer Peripherals AWL300
                    711:     <li>Acer Peripherals AWL400
1.57      jsg       712:     <li>Actiontec 802UAT1
                    713:     <li>Addtron AWU120
1.54      jsg       714:     <li>Aincomm AWU2000B
1.57      jsg       715:     <li>Askey Computer Voyager 1010
                    716:     <li>Askey Computer WLL013 (Intersil Radio)
                    717:     <li>Askey Computer WLL013 (RFMD Radio)
                    718:     <li>Atmel AT76C503 (Intersil Radio)
                    719:     <li>Atmel AT76C503 (RFMD Radio)
                    720:     <li>Atmel AT76C505 (RFMD Radio)
                    721:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    722:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    723:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    724:     <li>Belkin F5D6050
1.54      jsg       725:     <li>Bluetake BW002
1.57      jsg       726:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    727:     <li>Conceptronic C11U
                    728:     <li>Conceptronic WL210
                    729:     <li>Corega WLAN USB Stick 11
                    730:     <li>Dick Smith Electronics CHUSB 611G
                    731:     <li>Dick Smith Electronics WL200U
                    732:     <li>Dick Smith Electronics WL240U
                    733:     <li>Dick Smith Electronics XH1153
                    734:     <li>D-Link DWL-120 rev E
1.54      jsg       735:     <li>Geowave GW-US11S
1.57      jsg       736:     <li>Gigabyte GN-WLBM101
                    737:     <li>Gigaset WLAN
                    738:     <li>Hewlett-Packard HN210W
                    739:     <li>Intel AP310 AnyPoint II
                    740:     <li>I/O DATA USB WN-B11
                    741:     <li>Lexar 2662W-AR
                    742:     <li>Linksys WUSB11 802.11b
                    743:     <li>Linksys WUSB11 802.11b v2.8
                    744:     <li>MSI WLAN
                    745:     <li>Netgear MA101
1.54      jsg       746:     <li>Netgear MA101 rev B
1.132     jmc       747:     <li>OQO model 01 WiFi
1.54      jsg       748:     <li>Ovislink AirLive WL-1120USB
                    749:     <li>OvisLink AirLive WL-1130USB
1.57      jsg       750:     <li>Planex Communications GW-US11S
                    751:     <li>Samsung SWL2100W
                    752:     <li>Siemens WLL013
                    753:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    754:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    755:     <li>Tekram U-300C
1.132     jmc       756:     <li>TRENDnet TEW-229UB
1.57      jsg       757:     <li>W-Buddie WN210
                    758:     <li>Z-Com M4Y-750
1.7       grange    759:     </ul>
1.137     jmc       760: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=amd64&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
                    761:     <ul>
                    762:     <li>3COM 3CRWE154G72
                    763:     <li>NETGEAR WG511
                    764:     <li>SMC EZ Connect g 2.4GHz SMC2835W-v2
                    765:     <li>Soyo Aerielink
1.164     cnst      766:     <li>ZyXEL ZyAIR G-100
1.137     jmc       767:     </ul>
                    768: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=amd64&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
                    769:     <ul>
                    770:     <li>D-Link DWL-g650 A1
                    771:     <li>I-O Data WN-G54/CB
                    772:     <li>I4 Z-Com XG-600
                    773:     <li>I4 Z-Com XG-900
                    774:     <li>Intersil PRISM Indigo
                    775:     <li>Intersil PRISM Duette
                    776:     <li>PLANEX GW-DS54G
                    777:     <li>SMC EZ Connect g 2.4GHz SMC2802W
                    778:     <li>SMC 2802Wv2
                    779:     </ul>
1.135     jmc       780: <li>Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=amd64&amp;sektion=4">iwi</a>) <sup>(G)</sup>
1.136     jmc       781: <li>Marvell Libertas IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=amd64&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
                    782:     <ul>
                    783:     <li>Netgear WG511v2
1.160     claudio   784:     <li>Tenda TWL541C
1.136     jmc       785:     </ul>
                    786: <li>Marvell Libertas IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=amd64&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
                    787:     <ul>
                    788:     <li>Netgear WG311v3
1.160     claudio   789:     <li>Tenda TWL542P
1.136     jmc       790:     </ul>
1.138     jmc       791: <li>Ralink Technology IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including: <sup>(A)</sup>
1.54      jsg       792:     <ul>
1.55      jsg       793:     <li>A-Link WL54PC
1.138     jmc       794:     <li>Alfa AWPC036
1.55      jsg       795:     <li>Amigo AWI-914W
                    796:     <li>AMIT WL531C
                    797:     <li>ASUS WL-107G
                    798:     <li>Atlantis Land A02-PCM-W54
                    799:     <li>Belkin F5D7010 v2
                    800:     <li>Canyon CN-WF513
1.122     tom       801:     <li>CC&amp;C WL-2102
1.55      jsg       802:     <li>CNet CWC-854
                    803:     <li>Compex WL54G
                    804:     <li>Conceptronic C54RC
1.138     jmc       805:     <li>Corega CG-WLCB54GL
                    806:     <li>Digiconnect WL591C
1.55      jsg       807:     <li>Digitus DN-7001G-RA
                    808:     <li>E-Tech WGPC02
1.138     jmc       809:     <li>E-Tech WGPC03
1.55      jsg       810:     <li>Edimax EW-7108PCg
                    811:     <li>Eminent EM3036
                    812:     <li>Encore ENPWI-G-RLAM
1.138     jmc       813:     <li>Eusso UGL2454-01R
1.55      jsg       814:     <li>Fibreline WL-400X
                    815:     <li>Gigabyte GN-WMKG
                    816:     <li>Hawking HWC54GR
1.138     jmc       817:     <li>Hercules HWGPCMCIA-54
1.55      jsg       818:     <li>JAHT WN-4054P
1.138     jmc       819:     <li>KCORP LifeStyle KLS-611
1.55      jsg       820:     <li>LevelOne WPC-0301 v2
                    821:     <li>Micronet SP908GK V3
                    822:     <li>Minitar MN54GCB-R
1.54      jsg       823:     <li>MSI CB54G2
1.138     jmc       824:     <li>MSI MS-6835
1.55      jsg       825:     <li>Pro-Nets CB80211G
                    826:     <li>Repotec RP-WB7108
                    827:     <li>SATech SN-54C
                    828:     <li>Sitecom WL-112
                    829:     <li>SparkLAN WL-685R
1.54      jsg       830:     <li>Surecom EP-9428-g
1.55      jsg       831:     <li>Sweex LC500050
                    832:     <li>TekComm NE-9428-g
1.138     jmc       833:     <li>Tonze PW-6200C
1.55      jsg       834:     <li>Unex MR054g-R02
                    835:     <li>Zinwell ZWX-G160
                    836:     <li>Zonet ZEW1500
1.54      jsg       837:     </ul>
1.156     tom       838: <li>Ralink Technology IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including: <sup>(A)</sup>
1.54      jsg       839:     <ul>
1.55      jsg       840:     <li>A-Link WL54H
1.138     jmc       841:     <li>Amigo AWI-922W Mini PCI
1.55      jsg       842:     <li>Amigo AWI-926W
                    843:     <li>AMIT WL531P
                    844:     <li>AOpen AOI-831
1.54      jsg       845:     <li>ASUS WL-130g
1.138     jmc       846:     <li>ASUS WIFI-G-AAY
1.55      jsg       847:     <li>Atlantis Land A02-PCI-W54
                    848:     <li>Belkin F5D7000 v3
1.138     jmc       849:     <li>Billionton MIWLGRL Mini PCI
1.55      jsg       850:     <li>Canyon CN-WF511
                    851:     <li>CNet CWP-854
                    852:     <li>Compex WLP54G
                    853:     <li>Conceptronic C54Ri
                    854:     <li>Digitus DN-7006G-RA
1.138     jmc       855:     <li>Dynalink WLG25PCI
1.55      jsg       856:     <li>E-Tech WGPI02
                    857:     <li>Edimax EW-7128g
                    858:     <li>Eminent EM3037
                    859:     <li>Encore ENLWI-G-RLAM
1.138     jmc       860:     <li>Eusso UGL2454-VPR
1.55      jsg       861:     <li>Fiberline WL-400P
1.138     jmc       862:     <li>Gigabyte GN-WIKG Mini PCI
1.55      jsg       863:     <li>Gigabyte GN-WPKG
                    864:     <li>Hawking HWP54GR
1.138     jmc       865:     <li>Hercules HWGPCI-54
1.55      jsg       866:     <li>iNexQ CR054g-009 (R03)
                    867:     <li>JAHT WN-4054PCI
1.138     jmc       868:     <li>KCORP LifeStyle KLS-660
1.55      jsg       869:     <li>LevelOne WNC-0301 v2
                    870:     <li>Linksys WMP54G v4
                    871:     <li>Micronet SP906GK
1.54      jsg       872:     <li>Minitar MN54GPC-R
1.138     jmc       873:     <li>MSI MP54G2 Mini PCI
                    874:     <li>MSI MP6833 Mini PCI
                    875:     <li>MSI MS-6834
                    876:     <li>MSI PC54G2
1.55      jsg       877:     <li>OvisLink EVO-W54PCI
                    878:     <li>PheeNet HWL-PCIG/RA
                    879:     <li>Pro-Nets PC80211G
                    880:     <li>Repotec RP-WP0854
                    881:     <li>SATech SN-54P
1.138     jmc       882:     <li>Signamax 065-1798
1.55      jsg       883:     <li>Sitecom WL-115
1.138     jmc       884:     <li>SparkLAN WL-660R
1.55      jsg       885:     <li>Surecom EP-9321-g
                    886:     <li>Surecom EP-9321-g1
                    887:     <li>Sweex LC700030
                    888:     <li>TekComm NE-9321-g
1.138     jmc       889:     <li>Tonze PC-620C Mini PCI
                    890:     <li>Tonze PC-6200C
1.55      jsg       891:     <li>Unex CR054g-R02
1.138     jmc       892:     <li>Zinwell ZWX-G360 Mini PCI
1.55      jsg       893:     <li>Zinwell ZWX-G361
                    894:     <li>Zonet ZEW1600
1.54      jsg       895:     </ul>
1.138     jmc       896: <li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=amd64&amp;sektion=4">ural</a>), including: <sup>(A)</sup>
1.76      jsg       897:     <ul>
                    898:     <li>AMIT WL532U
                    899:     <li>ASUS WL-167g
                    900:     <li>Belkin F5D7050
                    901:     <li>Buffalo WLI-U2-KG54
                    902:     <li>Buffalo WLI-U2-KG54-AI
                    903:     <li>Buffalo WLI-U2-KG54-YB
                    904:     <li>CNet CWD-854
                    905:     <li>Compex WLU54G
                    906:     <li>Conceptronic C54RU
                    907:     <li>D-Link DWL-G122 (b1)
                    908:     <li>Dynalink WLG25USB
                    909:     <li>E-Tech WGUS02
                    910:     <li>Eminent 3035
                    911:     <li>Gigabyte GN-WBKG
                    912:     <li>Hercules HWGUSB2-54
                    913:     <li>KCORP LifeStyle KLS-685
                    914:     <li>Linksys WUSB54G v4
                    915:     <li>Linksys WUSB54GP v4
                    916:     <li>MSI MS-6861
                    917:     <li>MSI MS-6865
                    918:     <li>MSI MS-6869
1.138     jmc       919:     <li>Nintendo Wi-Fi USB Connector
                    920:     <li>Nova Tech NV-902W
                    921:     <li>OvisLink Evo-W54USB
1.76      jsg       922:     <li>SerComm UB801R
                    923:     <li>SparkLAN WL-685R
                    924:     <li>Sphairon UB801R
1.155     jsg       925:     <li>Surecom EP-9001-g rev 3A
1.138     jmc       926:     <li>Sweex LC100060
1.76      jsg       927:     <li>Tonze UW-6200C
                    928:     <li>Zaapa ZNWUSB-54
1.138     jmc       929:     <li>Zinwell ZPlus-G250
1.76      jsg       930:     <li>Zinwell ZWX-G261
                    931:     <li>Zonet ZEW2500
                    932:     </ul>
1.148     jmc       933: <li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=amd64&amp;sektion=4">rum</a>), including: <sup>(A)</sup>
1.141     jmc       934:     <ul>
1.152     jmc       935:     <li>3Com Aolynk WUB320g
                    936:     <li>Abocom WUG2700
1.141     jmc       937:     <li>Airlink101 AWLL5025
                    938:     <li>ASUS WL-167g ver 2
                    939:     <li>Belkin F5D7050 ver 3
                    940:     <li>Belkin F5D9050 ver 3
1.153     jmc       941:     <li>Buffalo WLI-U2-SG54HP
                    942:     <li>Buffalo WLI-U2-G54HP
1.141     jmc       943:     <li>CNet CWD-854 ver F
                    944:     <li>Conceptronic C54RU ver 2
1.152     jmc       945:     <li>Corega CG-WLUSB2GO
1.141     jmc       946:     <li>D-Link DWL-G122 rev C1
                    947:     <li>D-Link WUA-1340
1.152     jmc       948:     <li>Digitus DN-7003GR
1.141     jmc       949:     <li>Edimax EW-7318USG
                    950:     <li>Gigabyte GN-WB01GS
1.150     jmc       951:     <li>Gigabyte GN-WI05GS
1.141     jmc       952:     <li>Hawking HWUG1
1.152     jmc       953:     <li>Hawking HWU54DM
                    954:     <li>Hercules HWGUSB2-54-LB
                    955:     <li>Hercules HWGUSB2-54V2-AP
                    956:     <li>LevelOne WNC-0301USB v3
1.141     jmc       957:     <li>Linksys WUSB54G rev C
1.152     jmc       958:     <li>Linksys WUSB54GR
                    959:     <li>Planex GW-US54HP
                    960:     <li>Planex GW-US54Mini2
1.141     jmc       961:     <li>Planex GW-USMM
                    962:     <li>Senao NUB-3701
                    963:     <li>Sitecom WL-113 ver 2
                    964:     <li>Sitecom WL-172
                    965:     <li>Sweex LW053
                    966:     <li>TP-LINK TL-WN321G
                    967:     </ul>
1.139     jmc       968: <li>Raytheon Raylink/WebGear Aviator IEEE 802.11FH PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=amd64&amp;sektion=4">ray</a>), including: <sup>(G)</sup>
                    969:     <ul>
                    970:     <li>Raytheon Raylink WLAN
                    971:     <li>WebGear Aviator 2.4
                    972:     <li>WebGear Aviator PRO
                    973:     </ul>
1.140     jmc       974: <li>Realtek RTL8180L IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=amd64&amp;sektion=4">rtw</a>), including: <sup>(A)</sup>
1.7       grange    975:     <ul>
1.140     jmc       976:     <li>Allnet ALL0182
1.57      jsg       977:     <li>Belkin F5D6020 V3
1.140     jmc       978:     <li>Buffalo WLI-CB-B11
1.54      jsg       979:     <li>Corega CG-WLCB11V3
1.57      jsg       980:     <li>D-Link DWL-610
1.140     jmc       981:     <li>Edimax EW-7106
                    982:     <li>GigaFast WF721-AEX (R* serial)
                    983:     <li>Jensen AirLink 6011
1.57      jsg       984:     <li>Level-One WPC-0101
                    985:     <li>Linksys WPC11 v4
1.54      jsg       986:     <li>Netgear MA521
1.57      jsg       987:     <li>Ovislink AirLive WL-1120PCM
                    988:     <li>Planet WL-3553
1.140     jmc       989:     <li>Q-Tec 770WC
                    990:     <li>Q-Tec 775WC
                    991:     <li>Roper FreeLan 802.11b
                    992:     <li>SAFECOM SWLCR-1100
1.90      grunk     993:     <li>TRENDnet TEW-226PC
1.57      jsg       994:     <li>VCTnet PC-11B1
1.140     jmc       995:     <li>Winstron CB-200B
                    996:     <li>Zonet ZEW1000
1.7       grange    997:     </ul>
1.128     jmc       998: <li>TI ACX100/ACX111 IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=amd64&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
                    999:     <ul>
                   1000:     <li>D-Link DWL-650+
                   1001:     <li>D-Link DWL-G630+
                   1002:     <li>D-Link DWL-G650+
1.147     jmc      1003:     <li>Ergenic ERG WL-003
1.128     jmc      1004:     <li>Hamlet HNWP254
                   1005:     <li>Linksys WPC54Gv2
                   1006:     <li>Microcom Travelcard
                   1007:     <li>Sceptre SC254W+
                   1008:     <li>USR USR5410
1.164     cnst     1009:     <li>ZyXEL G-160
1.128     jmc      1010:     </ul>
                   1011: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=amd64&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
                   1012:     <ul>
                   1013:     <li>D-Link DWL-520+
                   1014:     <li>D-Link DWL-G520+
                   1015:     <li>Hawking HWP54G
                   1016:     <li>Netgear WG311v2
                   1017:     <li>Tornado/ADT 211g
                   1018:     <li>USR USR5416
1.164     cnst     1019:     <li>ZyXEL G-360 EE
1.128     jmc      1020:     </ul>
1.144     jmc      1021: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 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>), including: <sup>(A)</sup>
                   1022:     <ul>
                   1023:     <li>AmbiCom WL1100C-CF
                   1024:     <li>ASUS SpaceLink WL-110
                   1025:     <li>Belkin F5D6060 (version 1 only)
                   1026:     <li>Buffalo AirStation
                   1027:     <li>D-Link DCF-660W
                   1028:     <li>ELSA XI800
                   1029:     <li>Linksys WCF12
                   1030:     <li>Netgear MA701
                   1031:     <li>Pretec Compact WLAN OC-WLBXX-A
                   1032:     <li>Senao NL-2511CF
                   1033:     </ul>
                   1034: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup>
                   1035:     <ul>
                   1036:     <li>3Com AirConnect 3CRWE777A
                   1037:     <li>Addtron AWA-100
                   1038:     <li>Belkin F5D6001 (version 1 only)
                   1039:     <li>Corega CGWLPCIA11
                   1040:     <li>D-Link DWL-520 (rev A and B only)
                   1041:     <li>Intersil Mini PCI
                   1042:     <li>Intersil ISL3872
                   1043:     <li>Longshine 8301
                   1044:     <li>NDC/Sohoware NCP130
                   1045:     <li>Netgear MA311
                   1046:     <li>Nortel E-mobility 211818-A
                   1047:     <li>Samsung MagicLAN SWL-2210P
                   1048:     <li>Senao NL-2511MP
                   1049:     <li>Symbol LA4123
                   1050:     </ul>
                   1051: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup>
                   1052:     <ul>
                   1053:     <li>3Com AirConnect 3CRWE737A
                   1054:     <li>Actiontec HWC01170
                   1055:     <li>Adaptec AWN-8030
                   1056:     <li>Addtron AWP-100
                   1057:     <li>Agere ORiNOCO
                   1058:     <li>ARtem Onair
                   1059:     <li>ASUS SpaceLink WL-100
                   1060:     <li>Belkin F5D6020 (version 1 only)
                   1061:     <li>Buffalo AirStation
                   1062:     <li>Cabletron RoamAbout
                   1063:     <li>Compaq Agency NC5004
                   1064:     <li>Contec FLEXLAN/FX-DS110-PCC
                   1065:     <li>Corega PCC-11
                   1066:     <li>Corega PCCA-11
                   1067:     <li>Corega PCCB-11
                   1068:     <li>D-Link DWL-650 (rev A1-J3 only)
                   1069:     <li>ELSA XI300
                   1070:     <li>ELSA XI325
                   1071:     <li>ELSA XI325H
                   1072:     <li>EMTAC A2424i
                   1073:     <li>Ericsson Wireless LAN CARD C11
                   1074:     <li>Gemtek WL-311
                   1075:     <li>Hawking Technology WE110P
                   1076:     <li>I-O DATA WN-B11/PCM
                   1077:     <li>Intel PRO/Wireless 2011
                   1078:     <li>Intersil Prism II
                   1079:     <li>Linksys Instant Wireless WPC11
                   1080:     <li>Linksys Instant Wireless WPC11 2.5
                   1081:     <li>Linksys Instant Wireless WPC11 3.0
                   1082:     <li>Lucent WaveLAN
                   1083:     <li>Microsoft MN520
                   1084:     <li>NANOSPEED ROOT-RZ2000
                   1085:     <li>NEC CMZ-RT-WP
                   1086:     <li>Netgear MA401
                   1087:     <li>Netgear MA401RA
                   1088:     <li>Nokia C020 Wireless LAN
                   1089:     <li>Nokia C110/C111 Wireless LAN
                   1090:     <li>NTT-ME 11Mbps Wireless LAN
                   1091:     <li>Planex GW-NS11H
                   1092:     <li>Proxim Harmony
                   1093:     <li>Proxim RangeLAN-DS
                   1094:     <li>Samsung MagicLAN SWL-2000N
                   1095:     <li>Siemens SpeedStream SS1021
                   1096:     <li>SMC 2632 EZ Connect
                   1097:     <li>Symbol Spectrum24
                   1098:     <li>TDK LAK-CD011WL
                   1099:     <li>US Robotics 2410
                   1100:     <li>US Robotics 2445
                   1101:     </ul>
                   1102: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup>
                   1103:     <ul>
                   1104:     <li>Acer Warplink USB-400
                   1105:     <li>Actiontec HWU01170
                   1106:     <li>AirVast WM168b
                   1107:     <li>Ambit WLAN
                   1108:     <li>Apacer Wireless Steno MB112
                   1109:     <li>ASUS WL-140
                   1110:     <li>Compaq W100
                   1111:     <li>Corega WLUSB-11
                   1112:     <li>Corega WLUSB-11 Key
                   1113:     <li>D-Link DWL-120 (rev F)
                   1114:     <li>D-Link DWL-122
                   1115:     <li>I-O DATA WN-B11/USB
                   1116:     <li>Intel PRO/Wireless 2011B
                   1117:     <li>Intersil Prism 2X
                   1118:     <li>JVC MP-XP7250
                   1119:     <li>Linksys WUSB11 v3.0
                   1120:     <li>Linksys WUSB12
                   1121:     <li>Melco WLI-USB-KB11
                   1122:     <li>Melco WLI-USB-KS11G
                   1123:     <li>Melco WLI-USB-S11
                   1124:     <li>Microsoft MN510
                   1125:     <li>Netgear MA111 (version 1 only)
                   1126:     <li>Pheenet WL-503IA
                   1127:     <li>Planex GW-US11H
                   1128:     <li>Siemens SpeedStream SS1022
                   1129:     <li>Sitecom WL-022
                   1130:     <li>Syntax USB-400
                   1131:     <li>US Robotics 1120
                   1132:     <li>ViewSonic Airsync
                   1133:     <li>Z-Com XI-725/726
                   1134:     <li>Z-Com XI-735
                   1135:     <li>ZyXEL ZyAIR B-200
                   1136:     </ul>
1.134     jmc      1137: <li>Xircom CreditCard Netwave PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnw&amp;arch=amd64&amp;sektion=4">cnw</a>) <sup>(G)</sup>
1.143     jmc      1138: <li>ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;arch=amd64&amp;sektion=4">zyd</a>) <sup>(G)</sup>
                   1139:     <ul>
                   1140:     <li>3COM 3CRUSB10075
                   1141:     <li>Acer WLAN-G-US1
                   1142:     <li>Airlink+ AWLL3025
                   1143:     <li>Airlink 101 AWLL3026
                   1144:     <li>AOpen 802.11g WL54
                   1145:     <li>Asus A9T integrated wirless
                   1146:     <li>Asus WL-159g
                   1147:     <li>Belkin F5D7050 v.4000
                   1148:     <li>Billion BiPAC 3011G
1.154     jmc      1149:     <li>Buffalo WLI-U2-KG54L
1.149     steven   1150:     <li>CC&amp;C WL-2203B
1.143     jmc      1151:     <li>DrayTek Vigor 550
                   1152:     <li>Edimax EW-7317UG
1.165   ! jmc      1153:     <li>Edimax EW-7317LDG
1.143     jmc      1154:     <li>Fiberline Networks WL-43OU
                   1155:     <li>iNexQ UR055g
                   1156:     <li>Linksys WUSBF54G
                   1157:     <li>Longshine LCS-8131G3
1.145     jmc      1158:     <li>MSI US54SE
1.151     jmc      1159:     <li>Philips SNU5600
1.143     jmc      1160:     <li>Planet WL-U356
                   1161:     <li>Planex GW-US54GZL
                   1162:     <li>Planex GW-US54Mini
                   1163:     <li>Safecom SWMULZ-5400
                   1164:     <li>Sagem XG 760A
                   1165:     <li>Sagem XG 76NA
1.146     jmc      1166:     <li>Sandberg Wireless G54 USB
1.143     jmc      1167:     <li>Sitecom WL-113
                   1168:     <li>SMC SMCWUSB-G
                   1169:     <li>Sweex wireless USB 54 Mbps
                   1170:     <li>Tekram/Siemens USB adapter
                   1171:     <li>Telegent TG54USB
                   1172:     <li>Trendnet TEW-424UB
                   1173:     <li>Trendnet TEW-429UB
                   1174:     <li>TwinMOS G240
1.146     jmc      1175:     <li>US Robotics 5423
1.143     jmc      1176:     <li>X-Micro XWL-11GUZX
                   1177:     <li>Yakumo QuickWLAN USB
                   1178:     <li>Zonet ZEW2501
1.164     cnst     1179:     <li>ZyXEL ZyAIR G-220
1.143     jmc      1180:     </ul>
1.7       grange   1181: </ul>
                   1182:
1.113     nick     1183: <h4>Gigabit Ethernet Adapters</h4>
1.7       grange   1184:
                   1185: <ul>
1.113     nick     1186: <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   1187:     <ul>
1.113     nick     1188:     <li>3Com 3c985 and 3c985B
                   1189:     <li>Alteon ACEnic V (fiber and copper)
1.7       grange   1190:     <li>Digital EtherWORKS 1000SX
                   1191:     <li>Farallon PN9000SX
1.113     nick     1192:     <li>Netgear GA620 and GA620T
1.7       grange   1193:     <li>SGI Tigon
                   1194:     </ul>
                   1195:
1.113     nick     1196: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
                   1197: based adapters
                   1198: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
                   1199: including:
                   1200:     <ul>
                   1201:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.117     brad     1202:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.113     nick     1203:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                   1204:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                   1205:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                   1206:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                   1207:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                   1208:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
                   1209:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                   1210:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                   1211:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                   1212:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                   1213:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                   1214:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                   1215:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
                   1216:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                   1217:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                   1218:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                   1219:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                   1220:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                   1221:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad     1222:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange   1223:     </ul>
                   1224:
1.113     nick     1225: <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: <sup>(*)</sup>
1.7       grange   1226:     <ul>
                   1227:     <li>Addtron AEG320T
1.113     nick     1228:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                   1229:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
1.7       grange   1230:     <li>D-Link DGE-500T
1.113     nick     1231:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.7       grange   1232:     <li>Netgear GA621
                   1233:     <li>Netgear GA622T
                   1234:     <li>SMC EZ Card 1000 (SMC9462TX)
                   1235:     <li>Surecom Technology EP-320G-TX
1.94      grunk    1236:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.7       grange   1237:     </ul>
                   1238:
1.113     nick     1239: <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: <sup>(*)</sup>
                   1240: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
1.7       grange   1241:     <ul>
                   1242:     <li>SMC TigerCard 1000 (SMC9462SX)
                   1243:     <li>D-Link DGE-500SX
                   1244:     </ul>
                   1245:
1.124     brad     1246: <li>Broadcom BCM57xx (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   1247:     <ul>
1.28      brad     1248:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange   1249:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad     1250:     <li>3Com 3c996B-T (10/100/1000baseT)
1.113     nick     1251:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                   1252:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                   1253:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                   1254:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                   1255:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                   1256:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                   1257:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
                   1258:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad     1259:     <li>Netgear GA302T (10/100/1000baseT)
                   1260:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange   1261:     <li>SysKonnect SK-9D41 (1000baseSX)
                   1262:     </ul>
                   1263:
1.124     brad     1264: <li>Broadcom NetXtreme II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;arch=amd64&amp;sektion=4">bnx</a>), including:
                   1265:     <ul>
                   1266:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                   1267:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                   1268:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                   1269:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                   1270:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                   1271:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                   1272:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                   1273:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                   1274:     </ul>
                   1275:
1.113     nick     1276: <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: <sup>(A)</sup>
1.7       grange   1277:     <ul>
1.70      brad     1278:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                   1279:     <li>Antares Microsystems TC9021
                   1280:     <li>D-Link DGE-550T
1.7       grange   1281:     </ul>
                   1282:
1.113     nick     1283: <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   1284:     <ul>
                   1285:     <li>SysKonnect SK-9821 (1000baseT)
                   1286:     <li>SysKonnect SK-9822 (dual 1000baseT)
                   1287:     <li>SysKonnect SK-9841 (1000baseLX)
                   1288:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                   1289:     <li>SysKonnect SK-9843 (1000baseSX)
                   1290:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                   1291:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                   1292:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                   1293:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                   1294:     <li>3Com 3c940 (1000baseT)
1.58      jmc      1295:     <li>3Com 3c2000-T (1000baseT)
1.7       grange   1296:     <li>Linksys EG1032v2 (1000baseT)
                   1297:     <li>Linksys EG1064v2 (1000baseT)
                   1298:     <li>D-Link DGE-530T (1000baseT)
                   1299:     <li>SMC 9452TX (1000baseT)
                   1300:     </ul>
1.18      pvalchev 1301:
1.113     nick     1302: <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 1303:     <ul>
1.34      jsg      1304:     <li>Buffalo LGY-PCI-GT (8169S)
1.60      david    1305:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin   1306:     <li>D-Link DGE-528T (8169S)
1.113     nick     1307:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad     1308:     <li>LevelOne GNC-0105T (8169S)
1.78      brad     1309:     <li>Linksys EG1032v3 (8169S)
1.69      martin   1310:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev 1311:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin   1312:     <li>Surecom EP-320G-TX1 (8169S)
                   1313:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev 1314:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                   1315:     </ul>
1.44      pvalchev 1316:
1.113     nick     1317: <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 1318:     <ul>
1.113     nick     1319:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                   1320:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
1.44      pvalchev 1321:     </ul>
1.7       grange   1322: </ul>
                   1323:
1.113     nick     1324: <h4>Cryptography Accelerators</h4>
1.7       grange   1325:
                   1326: <ul>
1.113     nick     1327: <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>)
                   1328: <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>)
                   1329: <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   1330:     <ul>
1.113     nick     1331:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                   1332:     <li>GTGI PowerCrypt Encryption Accelerator
1.7       grange   1333:     <li>NetSec 7751
1.113     nick     1334:     <li>Hifn 7751 and 9751 reference boards
1.7       grange   1335:     <li>Invertex AEON
                   1336:     </ul>
1.80      marco    1337: <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>) <sup>(G)</sup>
1.7       grange   1338: </ul>
                   1339:
                   1340: <a name="pcmcia"></a>
1.113     nick     1341: <h4>PC Cards (PCMCIA and CardBus) <font color="#0000e0">#</font> </h4>
1.7       grange   1342:
                   1343: <ul>
                   1344: <li>ATA cards
1.113     nick     1345:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a> <sup>(*)</sup>,
                   1346:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                   1347:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                   1348:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange   1349:     <ul>
1.113     nick     1350:     <li>ATA/IDE card drives
                   1351:     <li>ATA/IDE CD-ROM adapters
                   1352:     <li>CF/ATA flash cards and disk drives
1.7       grange   1353:     </ul>
                   1354:
1.113     nick     1355: <li>Ethernet adapters, including:
1.7       grange   1356:     <ul>
1.113     nick     1357:     <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: <sup>(G)</sup>
1.7       grange   1358:        <ul>
1.113     nick     1359:        <li>3Com 3C556, 3C562
                   1360:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1361:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1362:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1363:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
1.7       grange   1364:        </ul>
                   1365:
1.113     nick     1366:     <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   1367:        <ul>
                   1368:        <li>ADMtek AN985 Centaur-C CardBus
                   1369:        <li>IBM EtherJet 10/100 CardBus
                   1370:        <li>Linksys PCMPC200 CardBus 10/100
                   1371:        <li>SMC EZ CardBus 10/100
1.113     nick     1372:        <li>Xircom X3201 CardBus adapters, including RealPort models
1.7       grange   1373:        </ul>
                   1374:
1.113     nick     1375:     <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   1376:        <ul>
                   1377:        <li>Intel PRO/100 CardBus II
                   1378:        </ul>
                   1379:
1.113     nick     1380:     <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   1381:        <ul>
1.113     nick     1382:        <li>Accton EN2212, EN2216
1.7       grange   1383:        <li>Allied Telesis LA-PCM
                   1384:        <li>AmbiCom AMB8002T
                   1385:        <li>Arowana FE
                   1386:        <li>Belkin F5D5020
                   1387:        <li>Billionton Systems LNT-10TN
1.49      matthieu 1388:         <li>Billionton Systems CFLT2-10N
1.100     uwe      1389:        <li>Buffalo LPC-CF-CLT
1.7       grange   1390:        <li>CNet NE2000
                   1391:        <li>Compex Linkport ENET-B
1.113     nick     1392:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1393:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
1.7       grange   1394:        <li>Dayna CommuniCard E
                   1395:        <li>Digital DEPCM-XX
                   1396:        <li>Dual NE2000
                   1397:        <li>Edimax NE2000
                   1398:        <li>Genius ME 3000II SE
                   1399:        <li>Grey Cell GCS2000 Gold II
1.113     nick     1400:        <li>GVC NIC-2000p, NP0335
1.100     uwe      1401:        <li>Hawking CF686TX
1.7       grange   1402:        <li>Hawking PN650TX
1.113     nick     1403:        <li>I-O DATA PCLA, PCLA/TE
1.7       grange   1404:        <li>IC-Card
                   1405:        <li>Kingston KNE-PC2
1.113     nick     1406:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
1.7       grange   1407:        <li>MACNICA ME1 for JEIDA
                   1408:        <li>Melco LPC3-TX
                   1409:        <li>National Semiconductor InfoMover
                   1410:        <li>NDC Instant-Link
1.113     nick     1411:        <li>Netgear FA410TX, FA410TXC, FA411
1.7       grange   1412:        <li>Network Everywhere NP10T
                   1413:        <li>New Media LiveWire 10/100
                   1414:        <li>Planet SmartCom 2000
1.113     nick     1415:        <li>Planex FNW-3600-T, FNW-3700-T
1.7       grange   1416:        <li>Premax PE-200
1.113     nick     1417:        <li>RPTI EP-400, EP-401
1.7       grange   1418:        <li>Seiko Epson EN10B
1.113     nick     1419:        <li>SMC EZCard, 8041
                   1420:        <li>Socket Communications LP-CF, LP-E
                   1421:        <li>SVEC PN650TX, ComboCard, LANCard
1.7       grange   1422:        <li>Synergy S21810
                   1423:        <li>Tamarack NE2000
1.100     uwe      1424:        <li>Tamarack TC3299CE
1.113     nick     1425:        <li>Telecom Device TCD-HPC100
1.100     uwe      1426:        <li>TRENDnet TE-CF100
1.113     nick     1427:        <li>Wisecom T210CT, iPort
1.7       grange   1428:        <li>Xircom CFE-10
                   1429:        </ul>
                   1430:
1.113     nick     1431:     <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   1432:        <ul>
                   1433:        <li>Accton MPX5030 CardBus
                   1434:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod     1435:        <li>D-Link DFE-690TXD
1.7       grange   1436:        </ul>
                   1437:
1.113     nick     1438:     <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   1439:        <ul>
1.113     nick     1440:        <li>Megahertz XJEM1144, CC10BT
1.7       grange   1441:        <li>SMC EtherEZ 8020BT
                   1442:        </ul>
                   1443:
1.113     nick     1444:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=amd64&amp;sektion=4">xe</a>), including: <sup>(A)</sup>
1.7       grange   1445:        <ul>
                   1446:        <li>Xircom CreditCard CE2
                   1447:        </ul>
                   1448: </ul>
                   1449:
1.113     nick     1450: <li>PCMCIA controllers, including:
1.7       grange   1451:     <ul>
1.113     nick     1452:     <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>) <sup>(*)</sup>
1.7       grange   1453:     </ul>
                   1454:
1.113     nick     1455: <li>SCSI host adapters, including:
1.7       grange   1456:     <ul>
1.80      marco    1457:     <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>) <sup>(*)</sup>
1.7       grange   1458:     </ul>
                   1459:
1.113     nick     1460: <li>Serial ports, including:
1.7       grange   1461:     <ul>
1.113     nick     1462:     <li>Most modems, digital cellular modems, and serial cards should work.
                   1463:     <li>AudioVOX GSM/GPRS modems
                   1464:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
                   1465:     <li>Siemens Connect2AIR GSM/GPRS modems
                   1466:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.7       grange   1467:     </ul>
                   1468:
1.113     nick     1469: <li>Wireless Ethernet adapters:
1.7       grange   1470:     <ul>
1.113     nick     1471:     <li>See above.
1.7       grange   1472:     </ul>
                   1473: </ul>
                   1474:
1.113     nick     1475: <h4>WAN adapters</h4>
1.102     brad     1476:
                   1477: <ul>
1.113     nick     1478: <li>SBE (formerly 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>) <font color="#0000e0">#</font>
                   1479: <li>Sangoma Technologies AFT T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&amp;arch=amd64&amp;sektion=4">san</a>) <font color="#0000e0">#</font>
1.102     brad     1480: </ul>
                   1481:
1.113     nick     1482: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange   1483:
                   1484: <ul>
1.113     nick     1485: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=amd64&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
                   1486: <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>) <sup>(G)</sup>
                   1487: <li>USB Ethernet adapters (
                   1488: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
                   1489: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
                   1490: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
                   1491: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
                   1492: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                   1493: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
                   1494: see above <sup>(A)</sup>
                   1495: <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>)
                   1496: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=amd64&amp;sektion=4">uvisor</a>) <sup>(G)</sup>
                   1497: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                   1498: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                   1499: <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>) <sup>(A)</sup>
                   1500: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=amd64&amp;sektion=4">ums</a>) <sup>(G)</sup>
                   1501: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=amd64&amp;sektion=4">umodem</a>) <sup>(G)</sup>
                   1502: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=amd64&amp;sektion=4">ulpt</a>) <sup>(G)</sup>
                   1503: <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>) <sup>(G)</sup>
                   1504: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=amd64&amp;sektion=4">upl</a>) <sup>(A)</sup>
                   1505: <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>) <sup>(*)</sup>
1.7       grange   1506: </ul>
                   1507:
1.113     nick     1508: <h4>Pointing Devices</h4>
1.7       grange   1509:
                   1510: <ul>
1.113     nick     1511: <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>)
                   1512: <li>Serial mice (uses serial port driver)
1.7       grange   1513: </ul>
                   1514:
1.113     nick     1515: <h4>Sound Devices</h4>
1.7       grange   1516:
                   1517: <ul>
1.113     nick     1518: <li>ATI IXP series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auixp&amp;arch=amd64&amp;sektion=4">auixp</a>) <sup>(*)</sup>
1.80      marco    1519: <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>) <sup>(*)</sup>
                   1520: <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>) <sup>(*)</sup>
                   1521: <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>) <sup>(*)</sup>
                   1522: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>) <sup>(G)</sup>
                   1523: <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>) <sup>(*)</sup>
1.113     nick     1524: <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>) <sup>(*)</sup>
                   1525: <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>) <sup>(*)</sup>
                   1526: <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>) <sup>(*)</sup>
                   1527: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7) and 440MX, SiS 7012, AMD 768 and 8111, NVIDIA nForce/nForce2/nForce3/nForce4 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;arch=amd64&amp;sektion=4">auich</a>) <sup>(G)</sup>
1.158     jasper   1528: <li>Intel 82801FB/GB/HB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;arch=amd64&amp;sektion=0">azalia</a>)
1.80      marco    1529: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=amd64&amp;sektion=4">neo</a>) <sup>(*)</sup>
                   1530: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=amd64&amp;sektion=4">eap</a>) <sup>(G)</sup>
1.113     nick     1531: <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>) <sup>(G)</sup>
                   1532: <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>) <sup>(*)</sup>
                   1533: <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>) <sup>(G)</sup>
1.80      marco    1534: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=amd64&amp;sektion=4">yds</a>) <sup>(G)</sup>
1.7       grange   1535: </ul>
                   1536:
                   1537: <p>
1.113     nick     1538: The following driver has not been extensively tested:
1.7       grange   1539: <ul>
1.80      marco    1540: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=amd64&amp;sektion=4">sv</a>) <sup>(*)</sup>
1.7       grange   1541: </ul>
                   1542:
1.113     nick     1543: <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   1544:
                   1545: <ul>
1.113     nick     1546: <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>) <sup>(G)</sup>
                   1547: <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>) <sup>(G)</sup>
1.7       grange   1548: </ul>
                   1549:
1.113     nick     1550: <h4>Miscellaneous Devices</h4>
1.7       grange   1551:
                   1552: <ul>
1.113     nick     1553: <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: <sup>(G)</sup>
1.7       grange   1554:     <ul>
1.20      mickey   1555:     <li>Animation Technologies FlyVideo
1.35      jsg      1556:     <li>AOpen VA1000
1.20      mickey   1557:     <li>Askey/Dynalink Magic TView
1.113     nick     1558:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange   1559:     <li>AverMedia cards
1.113     nick     1560:     <li>Hauppauge Wincast TV and WinTV/PCI
1.7       grange   1561:     <li>IMS TV Turbo
                   1562:     <li>Intel Smart Video Recorder III
1.20      mickey   1563:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg      1564:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey   1565:     <li>KISS TV/FM PCI
                   1566:     <li>Leadtek Winfast TV 2000
1.7       grange   1567:     <li>Miro PC TV
1.20      mickey   1568:     <li>MMAC Osprey
                   1569:     <li>NEC PK-UG-X017
1.113     nick     1570:     <li>STB TV PCI Television Tuner
1.20      mickey   1571:     <li>Terratec TerraTVplus
                   1572:     <li>Video Highway XTreme
                   1573:     <li>VideoLogic Captivator PCI
1.113     nick     1574:     <li>Zoltrix TV and Genie TV/FM
1.7       grange   1575:     </ul>
1.113     nick     1576: <li>Hardware monitoring sensors, including:
1.7       grange   1577:     <ul>
1.113     nick     1578:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
                   1579:     <li>National Semiconductor LM78, LM78-J, LM79;
                   1580:        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>) <sup>(G)</sup>
                   1581:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>) <sup>(G)</sup>
                   1582:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
1.79      grange   1583:     <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   1584:     </ul>
1.8       deraadt  1585: </ul>
1.7       grange   1586:
1.18      pvalchev 1587: <p>
1.113     nick     1588: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1589: the GENERIC kernels, but are <b>not</b> included in the distribution cd-rom
                   1590: boot image or boot floppy.
1.80      marco    1591:
                   1592: <p>
1.113     nick     1593: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1594: the boot floppy, but are included in the cd-rom boot image.
1.80      marco    1595:
                   1596: <p>
1.113     nick     1597: <sup>(*)</sup> Support for devices marked with (*) is not included on the
                   1598: distribution media or in the GENERIC kernel, and will require you to compile
                   1599: a custom kernel to enable it.
1.80      marco    1600:
                   1601: <p>
1.113     nick     1602: <font color="#0000e0">#</font> Support added after 3.8.
1.18      pvalchev 1603:
1.7       grange   1604: <hr>
1.4       deraadt  1605: <a name="install"></a>
                   1606: <h3><font color="#0000e0">
1.113     nick     1607: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt  1608: </font></h3>
                   1609:
                   1610: <p>
1.113     nick     1611: The latest supported OpenBSD/amd64 release is
1.162     miod     1612: <a href="41.html">OpenBSD 4.1</a>.
1.113     nick     1613: Here are the
1.162     miod     1614: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.1/amd64/INSTALL.amd64">
                   1615: OpenBSD/amd64 4.1 installation instructions
1.113     nick     1616: </a>.
1.15      david    1617:
                   1618: <p>
1.113     nick     1619: Snapshots are made available from time to time, in
                   1620: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1621: as well as in a few
                   1622: <a href="ftp.html">mirrors</a>.
                   1623: Here are the
1.4       deraadt  1624: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.113     nick     1625: OpenBSD/amd64 snapshot installation instructions
                   1626: </a> as well.
1.1       brad     1627:
                   1628: <p>
1.113     nick     1629: There are several installation media provided:
1.4       deraadt  1630: <ul>
1.113     nick     1631:   <li><strong>CD boot</strong>
1.17      deraadt  1632:   <br>
1.157     tom      1633:   The CD provides an <i>El Torito</i> no-emulation boot image
                   1634:   that includes almost all OpenBSD drivers.
1.113     nick     1635:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1636:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1637:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick     1638:   kernel configuration file.
1.162     miod     1639:   <li><strong>Floppy A</strong> (floppy41.fs)
1.17      deraadt  1640:   <br>
1.113     nick     1641:   This 1.44MB floppy image contains the most common drivers.
                   1642:   It is designed to cover the most typical PC. As a general rule, you will
                   1643:   find that the missing drivers are ones which need large microcodes to run,
                   1644:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                   1645:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1646:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick     1647:   kernel configuration file.
1.4       deraadt  1648: </ul>
1.1       brad     1649:
                   1650: <hr>
                   1651: <a href="plat.html">
1.113     nick     1652: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1653: </a>
1.1       brad     1654: <br>
                   1655: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1656: <br>
1.165   ! jmc      1657: <small>$OpenBSD: amd64.html,v 1.164 2007/05/23 22:45:01 cnst Exp $</small>
1.1       brad     1658:
                   1659: </body>
                   1660: </html>