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

Annotation of www/amd64.html, Revision 1.132

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.113     nick       12: <meta name="copyright" content="This document copyright 2003-2004 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
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.113     nick       35: <a href="#toc"></a>
                     36: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.13      krw        37:
1.4       deraadt    38: <ul>
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.7       grange    175: </ul>
                    176:
1.113     nick      177: <h4>CD-ROM and DVD-ROM Drives</h4>
1.7       grange    178:
                    179: <ul>
1.113     nick      180: <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>)
                    181: <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    182: </ul>
                    183:
1.113     nick      184: <h4>Tape Drives</h4>
1.7       grange    185:
                    186: <ul>
1.113     nick      187: <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>)
                    188: <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    189: </ul>
                    190:
1.113     nick      191: <h4>Display Adapters</h4>
1.7       grange    192:
                    193: <ul>
1.113     nick      194:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.13      krw       195: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=amd64&amp;sektion=4">vga</a>).
1.7       grange    196: </ul>
1.113     nick      197: Note that not all of the display adapters OpenBSD/amd64 supports
                    198: can be used under the X Window System (please refer to the
                    199: <a href="http://ftp.x.org/pub/X11R6.9.0/doc/html/">X.Org documentation</a>
                    200: for more information).
                    201:
                    202: <h4>Serial Ports</h4>
                    203:
                    204: <ul>
                    205: <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>)
                    206: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    207: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    208: <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>
                    209: <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>
                    210: <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>
                    211: <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>
                    212: </ul>
                    213:
                    214: <h4>Communications Controllers</h4>
                    215:
                    216: <ul>
                    217: <li>Universal Serial Bus host controllers, including:
                    218:     <ul>
                    219:     <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>)
                    220:     <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>)
                    221:     <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>
                    222:     </ul>
                    223: <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:
                    224:     <ul>
                    225:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    226:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    227:     <li>SIIG Cyber 4S PCI (quad serial)
                    228:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    229:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    230:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    231:     <li>VScom PCI 011H (1 port parallel)
                    232:     <li>VScom PCI 100H (1 port serial)
                    233:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    234:     <li>VScom PCI 200H (2 port serial)
                    235:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    236:     <li>VScom PCI 400H (4 port serial)
                    237:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    238:     <li>VScom PCI 800H (8 port serial)
                    239:     <li>VScom PCI 100L (1 port serial)
                    240:     <li>VScom PCI 200L (2 port serial)
                    241:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    242:     <li>VScom PCI 400L (4 port serial)
                    243:     <li>VScom PCI 800L (8 port serial)
                    244:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    245:     <li>US Robotics 3CP5609 PCI (modem)
                    246:     <li>Lava Computers 2SP-PCI (parallel port)
                    247:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    248:     <li>NEC PK-UG-X008 (serial)
                    249:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    250:     <li>Koutech IOFLEX-2S (dual serial)
                    251:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    252:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    253:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    254:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    255:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    256:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    257:     <li>SUNIX 400x (1 port parallel)
                    258:     <li>SUNIX 401x (2 port parallel)
                    259:     <li>SUNIX 402x (1 port serial)
                    260:     <li>SUNIX 403x (2 port serial)
                    261:     <li>SUNIX 405x (4 port serial)
                    262:     <li>SUNIX 406x (8 port serial)
                    263:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    264:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    265:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    266:     </ul>
                    267: </ul>
                    268:
                    269: <h4>Ethernet Adapters</h4>
                    270:
                    271: <ul>
                    272: <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>)
                    273: <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>
                    274:     <ul>
                    275:     <li>3Com 3c900/3c900B PCI adapters
                    276:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    277:     <li>3Com 3c980/3c980C server adapters
                    278:     <li>3Com 3cSOHO adapter
                    279:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    280:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    281:     <li>Dell on-board 3c920
                    282:     <li>Dell Precision on-board 3c905B
                    283:     <li>Dell OptiPlex GX1 on-board 3c918
                    284:     <li>Dell Latitude laptop docking station embedded 3c905
                    285:     <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.7       grange    286:     </ul>
                    287:
1.113     nick      288: <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    289:     <ul>
                    290:     <li>3CR990-TX-95
                    291:     <li>3CR990-TX-97
                    292:     <li>3CR990-SVR95
                    293:     <li>3CR990-SVR97
                    294:     </ul>
                    295:
1.127     martin    296: <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>
                    297:     <ul>
                    298:     <li>Adaptec Single32 ANA-69011
                    299:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    300:     <li>Adaptec Duo64 ANA-62022
                    301:     <li>Adaptec Quartet64 ANA-62044
                    302:     </ul>
                    303:
1.113     nick      304: <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    305:     <ul>
                    306:     <li>Accton EN2242 MiniPCI
                    307:     <li>Linksys LNE100TX v4.x
                    308:     <li>Mototech ME316
                    309:     </ul>
                    310:
1.113     nick      311: <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    312:     <ul>
1.50      jsg       313:     <li>3Com 3c460b
1.7       grange    314:     <li>Abocom UFE1000
                    315:     <li>Abocom DSB650TX
                    316:     <li>Accton USB320-EC
                    317:     <li>Accton SpeedStream Ethernet
                    318:     <li>Admtek Pegasus
                    319:     <li>Admtek Pegasus II
1.60      david     320:     <li>AEI USB Fast Ethernet
                    321:     <li>Allied Telesyn AT-USB100
                    322:     <li>ATEN UC-110T
1.50      jsg       323:     <li>Belkin USB to LAN
1.7       grange    324:     <li>Billionton Systems USB100
1.50      jsg       325:     <li>Billionton Systems USB100EL
                    326:     <li>Billionton Systems USB100LP
                    327:     <li>Billionton Systems USBE100
1.7       grange    328:     <li>Corega FEther USB-TX
1.50      jsg       329:     <li>Corega FEther USB-TXS
1.7       grange    330:     <li>D-Link DSB-650
                    331:     <li>D-Link DSB-650TX
                    332:     <li>D-Link DSB-650TX-PNA
1.60      david     333:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.50      jsg       334:     <li>Elecom LD-USB/TX
                    335:     <li>Elecom LD-USBL/TX
1.7       grange    336:     <li>Elsa Microlink USB2Ethernet
1.60      david     337:     <li>GIGABYTE GN-BR402W
1.50      jsg       338:     <li>Hawking UF100
                    339:     <li>HP HN210E
1.7       grange    340:     <li>I/O DATA USB ETTX
                    341:     <li>Kingston KNU101TX
1.50      jsg       342:     <li>Laneed LD-USBL/TX
1.101     jolan     343:     <li>Linksys USB100TX
                    344:     <li>Linksys USB100H1
                    345:     <li>Linksys USB10T
                    346:     <li>Linksys USB10TA
                    347:     <li>Linksys USB10TX
1.7       grange    348:     <li>Melco Inc. LUA-TX
1.50      jsg       349:     <li>Melco Inc. LUA2-TX
                    350:     <li>Microsoft MN110
1.60      david     351:     <li>Mobility EasiDock Ethernet
1.7       grange    352:     <li>Netgear FA101
1.60      david     353:     <li>Omnidirectional Control Technology USB TO Ethernet
1.7       grange    354:     <li>Siemens SpeedStream USB
                    355:     <li>Smartbridges smartNIC 2
1.75      jsg       356:     <li>SMC 2202USB/ETH
                    357:     <li>SMC 2206USB/ETH
1.7       grange    358:     <li>SOHOware NUB100
1.60      david     359:     <li>SOHOware NUB110
1.7       grange    360:     </ul>
                    361:
1.113     nick      362: <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    363:     <ul>
                    364:     <li>BOCALANcard/PCI
1.113     nick      365:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.7       grange    366:     </ul>
                    367:
1.113     nick      368: <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    369:     <ul>
                    370:     <li>CNet Pro110B
                    371:     <li>Alfa Inc. GFC2204
                    372:     </ul>
                    373:
1.113     nick      374: <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       375:     <ul>
1.60      david     376:     <li>ATEN UC210T
1.77      jsg       377:     <li>BAFO BF-320
1.60      david     378:     <li>Billionton Systems USB2AR
1.50      jsg       379:     <li>Buffalo(MELCO) LUA-U2-KTX
1.60      david     380:     <li>Corega FEther USB2-TX
1.50      jsg       381:     <li>D-Link DUB-E100
1.98      miod      382:     <li>Good Way GWUSB2E
1.60      david     383:     <li>Hawking UF200
1.50      jsg       384:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.60      david     385:     <li>JVC MP-PRX1
1.101     jolan     386:     <li>Linksys USB200M
1.50      jsg       387:     <li>Netgear FA120
1.60      david     388:     <li>Sitecom LN-029
1.77      jsg       389:     <li>SMC 2209USB/ETH
1.113     nick      390:     <li>SnapPort USB 2.0 LAN Adapter
1.50      jsg       391:     <li>ST Lab USB 2.0 Fast Ethernet
1.60      david     392:     <li>Surecom EP-1427X-2
1.50      jsg       393:     <li>System TALKS SGC-X2UL
1.60      david     394:     <li>TRENDnet TU2-ET100
1.77      jsg       395:     <li>Z-TEK ZK-R01-2
1.50      jsg       396:     </ul>
                    397:
1.113     nick      398: <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    399:     <ul>
1.50      jsg       400:     <li>Belkin F5U111
1.113     nick      401:     <li>CATC Netmate and Netmate II
1.50      jsg       402:     <li>SmartBridges SmartLink
1.7       grange    403:     </ul>
                    404:
1.113     nick      405: <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    406:     <ul>
                    407:     <li>Jaton XpressNet
                    408:     </ul>
                    409:
1.113     nick      410: <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    411:     <ul>
                    412:     <li>Corega FEther USB-TXC
                    413:     </ul>
                    414:
1.113     nick      415: <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    416:     <ul>
1.113     nick      417:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    418:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.7       grange    419:     <li>Znyx ZX3<i>xx</i>
1.113     nick      420:     <li>Cogent EM100FX and EM440TX
1.7       grange    421:     <li>Digital PCI DE435
1.113     nick      422:     <li>D-Link DFE-570TX Quad port
1.7       grange    423:     </ul>
                    424:
1.113     nick      425: <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    426:    <ul>
                    427:    <li>Adaptec ANA-6944A
                    428:    <li>Cogent EM400
                    429:    <li>Compex 400TX
                    430:    <li>CompuShack Goldline Quattro
                    431:    <li>Phobos P430TX
                    432:    <li>Znyx ZX346
                    433:    </ul>
                    434:
1.113     nick      435: <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    436:     <ul>
                    437:     <li>Intel EtherExpress PRO/10+
1.113     nick      438:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
1.7       grange    439:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
1.113     nick      440:     <li>Intel EtherExpress PRO/100 Dual Port
                    441:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.7       grange    442:     </ul>
                    443:
1.113     nick      444: <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    445:
1.113     nick      446: <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    447:     <ul>
1.50      jsg       448:     <li>3Com 3c19250
1.7       grange    449:     <li>3Com 3c460 HomeConnect
1.50      jsg       450:     <li>AboCom Systems URE450 Ethernet
1.7       grange    451:     <li>ADS Technologies USB-10BT
                    452:     <li>Aox USB101
1.50      jsg       453:     <li>Asante USB to Ethernet
                    454:     <li>ATen DSB-650C
1.7       grange    455:     <li>ATen UC10T
                    456:     <li>Corega USB-T
1.50      jsg       457:     <li>D-Link DSB-650C
                    458:     <li>Entrega NET-USB-E45
                    459:     <li>I/O Data USB-ET/T
                    460:     <li>Jaton USB XpressNet
1.7       grange    461:     <li>Kawasaki USB101
1.50      jsg       462:     <li>Kingston Ethernet
1.101     jolan     463:     <li>Linksys USB10T
1.50      jsg       464:     <li>Mobility Ethernet
1.7       grange    465:     <li>Netgear EA101
                    466:     <li>Peracom USB
1.50      jsg       467:     <li>Portgear Ethernet
                    468:     <li>Portsmith Express Ethernet
1.60      david     469:     <li>Psion Dacom Gold Port Ethernet
1.50      jsg       470:     <li>Shark Pocket Adapter
1.60      david     471:     <li>Silicom U2E
1.50      jsg       472:     <li>SMC 2102USB
                    473:     <li>SMC 2104USB
1.7       grange    474:     </ul>
                    475:
1.113     nick      476: <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    477:     <ul>
                    478:     <li>Kingston KNE110TX
1.101     jolan     479:     <li>Linksys LNE100TX
1.7       grange    480:     <li>Matrox Networks FastNIC 10/100
                    481:     <li>Netgear FA310TX
                    482:     </ul>
                    483:
1.113     nick      484: <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    485:     <ul>
                    486:     <li>Accton EN1217
                    487:     <li>Addtron AEF-320TX/AEF-330TX
                    488:     <li>CNet PRO1020A/B
                    489:     <li>Complex RL-100TX
                    490:     <li>NDC Communications SOHOware SFA110A
1.113     nick      491:     <li>SVEC PN102-TX Fast Ethernet card
1.7       grange    492:     </ul>
                    493:
1.113     nick      494: <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    495:
1.113     nick      496: <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    497:     <ul>
1.53      brad      498:     <li>Netgear FA311
                    499:     <li>Netgear FA312
                    500:     <li>Netgear FA331
1.7       grange    501:     </ul>
                    502:
1.113     nick      503: <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    504:
1.113     nick      505: <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      506:     <ul>
                    507:     <li>nForce
                    508:     <li>nForce 2
                    509:     <li>nForce 3
                    510:     <li>CK804
                    511:     <li>MCP04
                    512:     <li>MCP51
                    513:     <li>MCP55
1.121     brad      514:     <li>MCP61
                    515:     <li>MCP65
1.103     brad      516:     </ul>
1.102     brad      517:
1.113     nick      518: <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    519:     <ul>
1.14      mickey    520:     <li>Accton MPX5030 CardBus
1.7       grange    521:     <li>Allied Telesyn AT2550
1.14      mickey    522:     <li>Corega FEther CB-TXD 10/100 Ethernet
1.113     nick      523:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.109     brad      524:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.7       grange    525:     <li>Genius GF100TXR
                    526:     <li>KTX-9130TX 10/100 Fast Ethernet
                    527:     <li>Longshine LCS-8038TX-R
1.14      mickey    528:     <li>NDC Communications NE100TX-E
1.118     jmc       529:     <li>Netgear FA311 v2
1.14      mickey    530:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.7       grange    531:     <li>Nortel BayStack 21
1.113     nick      532:     <li>OvisLink LEF-8129TX, LEF-8139TX
1.7       grange    533:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.94      grunk     534:     <li>TRENDnet TE100-PCBUSR CardBus
1.7       grange    535:     </ul>
                    536:
1.113     nick      537: <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    538:     <ul>
1.60      david     539:     <li>Abocom RTL8151
1.7       grange    540:     <li>GreenHouse GH-USB100B
1.113     nick      541:     <li>GreenHouse GH-USB100B with HomePNA
1.7       grange    542:     <li>Linksys USB100M
1.60      david     543:     <li>Longshine LCS-8138TX
1.50      jsg       544:     <li>Melco Inc. LUA-KTX
1.60      david     545:     <li>Micronet SP128AR
1.50      jsg       546:     <li>SMC 2208USB/ETH
1.94      grunk     547:     <li>TRENDnet TU-ET100C
1.50      jsg       548:     <li>Zt USB10/100
1.7       grange    549:     </ul>
                    550:
1.113     nick      551: <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    552:     <ul>
                    553:     <li>Mototech ME313
                    554:     <li>NetSurf NS-KFE30D
                    555:     </ul>
                    556:
1.113     nick      557: <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    558:     <ul>
                    559:     <li>Fast Ethernet
                    560:     <li>Quad Fast Ethernet
                    561:     </ul>
                    562:
1.113     nick      563: <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    564:     <ul>
1.113     nick      565:     <li>Compaq Netelligent PCI Adapters
1.7       grange    566:     <li>Compaq NetFlex 3/P
1.113     nick      567:     <li>Compaq Deskpro integrated adapter
                    568:     <li>Compaq Prosignia integrated adapter
                    569:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    570:     <li>Racore 8165 and 8148
                    571:     <li>TI ThunderLAN adapters
1.7       grange    572:     </ul>
                    573:
1.113     nick      574: <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    575:     <ul>
                    576:     <li>Addtron AEF-360TX
                    577:     <li>Hawking PN102TX
                    578:     <li>D-Link DFE530TX
                    579:     </ul>
                    580:
1.113     nick      581: <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    582:     <ul>
1.94      grunk     583:     <li>TRENDnet TE100-PCIE
1.7       grange    584:     <li>Compex RL100-ATX 10/100
                    585:     </ul>
                    586: </ul>
1.113     nick      587: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    588: not recommend using them, but your mileage may vary.
1.7       grange    589:
1.125     brad      590: <h4>10Gb Ethernet Adapters</h4>
                    591:
                    592: <ul>
                    593: <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:
                    594:     <ul>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
                    595:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                    596:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                    597:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                    598:     </ul>
                    599:
                    600:
                    601: <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:
                    602:     <ul>HP AB287A 10 Gigabit Ethernet Adapter
                    603:     <li>IBM 10GbE SR Server Adapter
                    604:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                    605:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                    606:     <li>Neterion Xframe
                    607:     <li>Neterion Xframe II
                    608:     <li>Neterion Xframe II Sun Fire
                    609:     <li>Neterion Xframe E
                    610:     <li>SGI 10 Gigabit Ethernet Network Adapter
                    611:     </ul>
                    612: </ul>
                    613:
                    614:
1.113     nick      615: <h4>Wireless Ethernet Adapters</h4>
1.7       grange    616:
                    617: <ul>
1.113     nick      618: <li>ADMtek ADM8211 based CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(G)</sup> <font color="#0000e0">#</font>
1.57      jsg       619:     <ul>
                    620:     <li>3Com OfficeConnect 3CRSHPW796
                    621:     <li>Blitz NetWave Point
                    622:     <li>D-Link DWL-650 Rev. L1
1.94      grunk     623:     <li>TRENDnet TEW-221PC
1.57      jsg       624:     </ul>
1.113     nick      625: <li>ADMtek ADM8211 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>), including: <sup>(G)</sup>
1.57      jsg       626:     <ul>
                    627:     <li>Belkin F5D6001
                    628:     <li>D-Link DWL-520 Rev. C1
                    629:     <li>LanReady WP2000
                    630:     <li>Xterasys XN2511B
                    631:     </ul>
1.129     jmc       632: <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       633:     <ul>
                    634:     <li>Aironet 4500/4800
                    635:     <li>Cisco 340/350
                    636:     </ul>
1.130     jmc       637: <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       638:     <ul>
                    639:     <li>3Com 3CRPAG175
1.120     jmc       640:     <li>Cisco AIR-CB21AG
1.54      jsg       641:     <li>D-Link DWL-A650
                    642:     <li>D-Link DWL-AB650
                    643:     <li>Elecom LD-WL54
                    644:     <li>Linksys WPC51AB
                    645:     <li>Netgear WAB501
1.120     jmc       646:     <li>Planet WL-3560
1.54      jsg       647:     <li>Proxim Skyline 4030
                    648:     <li>SMC SMC2735W
                    649:     <li>Sony PCWA-C500
                    650:     </ul>
1.130     jmc       651:     <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       652:     <ul>
                    653:     <li>D-Link DWL-A520
1.130     jmc       654:     <li>IBM 11ABG WL LAN Mini PCI
1.54      jsg       655:     <li>Proxim Skyline 4032
1.130     jmc       656:     <li>Senao NL-5354MP Mini PCI
                    657:     <li>Wistron CM9 Mini PCI
1.54      jsg       658:     </ul>
1.132   ! jmc       659: <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    660:     <ul>
1.57      jsg       661:     <li>3Com 3CRSHEW696
                    662:     <li>AboCom BWU613
                    663:     <li>Accton 2664W
1.54      jsg       664:     <li>Acer Peripherals AWL300
                    665:     <li>Acer Peripherals AWL400
1.57      jsg       666:     <li>Actiontec 802UAT1
                    667:     <li>Addtron AWU120
1.54      jsg       668:     <li>Aincomm AWU2000B
1.57      jsg       669:     <li>Askey Computer Voyager 1010
                    670:     <li>Askey Computer WLL013 (Intersil Radio)
                    671:     <li>Askey Computer WLL013 (RFMD Radio)
                    672:     <li>Atmel AT76C503 (Intersil Radio)
                    673:     <li>Atmel AT76C503 (RFMD Radio)
                    674:     <li>Atmel AT76C505 (RFMD Radio)
                    675:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    676:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    677:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    678:     <li>Belkin F5D6050
1.54      jsg       679:     <li>Bluetake BW002
1.57      jsg       680:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    681:     <li>Conceptronic C11U
                    682:     <li>Conceptronic WL210
                    683:     <li>Corega WLAN USB Stick 11
                    684:     <li>Dick Smith Electronics CHUSB 611G
                    685:     <li>Dick Smith Electronics WL200U
                    686:     <li>Dick Smith Electronics WL240U
                    687:     <li>Dick Smith Electronics XH1153
                    688:     <li>D-Link DWL-120 rev E
1.54      jsg       689:     <li>Geowave GW-US11S
1.57      jsg       690:     <li>Gigabyte GN-WLBM101
                    691:     <li>Gigaset WLAN
                    692:     <li>Hewlett-Packard HN210W
                    693:     <li>Intel AP310 AnyPoint II
                    694:     <li>I/O DATA USB WN-B11
                    695:     <li>Lexar 2662W-AR
                    696:     <li>Linksys WUSB11 802.11b
                    697:     <li>Linksys WUSB11 802.11b v2.8
                    698:     <li>MSI WLAN
                    699:     <li>Netgear MA101
1.54      jsg       700:     <li>Netgear MA101 rev B
1.132   ! jmc       701:     <li>OQO model 01 WiFi
1.54      jsg       702:     <li>Ovislink AirLive WL-1120USB
                    703:     <li>OvisLink AirLive WL-1130USB
1.57      jsg       704:     <li>Planex Communications GW-US11S
                    705:     <li>Samsung SWL2100W
                    706:     <li>Siemens WLL013
                    707:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    708:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    709:     <li>Tekram U-300C
1.132   ! jmc       710:     <li>TRENDnet TEW-229UB
1.57      jsg       711:     <li>W-Buddie WN210
                    712:     <li>Z-Com M4Y-750
1.7       grange    713:     </ul>
1.113     nick      714: <li>Intel PRO/Wireless 2200BG/2225BG/2915ABG 802.11a/b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=amd64&amp;sektion=4">iwi</a>) <font color="#0000e0">#</font>
                    715: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>) <sup>(A)</sup> <font color="#0000e0">#</font>
                    716:     <ul>
                    717:     <li>AmbiCom WL1100C-CF
1.85      uwe       718:     <li>ASUS WL-110
                    719:     <li>Belkin F5D6060
1.54      jsg       720:     <li>Buffalo AirStation
                    721:     <li>D-Link DCF-660W
                    722:     <li>ELSA XI800
                    723:     <li>Linksys WCF12
                    724:     <li>Netgear MA701
1.113     nick      725:     <li>Pretec Compact WLAN OC-WLBXX-A
1.96      grunk     726:     <li>Senao NL-2511CF
1.54      jsg       727:     </ul>
1.113     nick      728: <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
                    729: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup> <font color="#0000e0">#</font>
1.54      jsg       730:     <ul>
                    731:     <li>3Com AirConnect 3CRWE737A
                    732:     <li>ACTIONTEC HWC01170
                    733:     <li>Addtron AWP-100
                    734:     <li>Agere Orinoco
                    735:     <li>ARtem Onair
                    736:     <li>BUFFALO AirStation
                    737:     <li>Cabletron RoamAbout
                    738:     <li>Compaq Agency NC5004
                    739:     <li>Contec FLEXLAN/FX-DS110-PCC
                    740:     <li>Corega PCC-11
                    741:     <li>Corega PCCA-11
                    742:     <li>Corega PCCB-11
                    743:     <li>Corega CGWLPCIA11
                    744:     <li>Dlink DWL650 revisions A1-J3
                    745:     <li>ELSA XI300
                    746:     <li>ELSA XI325
                    747:     <li>ELSA XI325H
                    748:     <li>EMTAC A2424i
                    749:     <li>Ericsson Wireless LAN CARD C11
                    750:     <li>Gemtek WL-311
                    751:     <li>Hawking Technology WE110P
                    752:     <li>I-O DATA WN-B11/PCM
                    753:     <li>Intel PRO/Wireless 2011
                    754:     <li>Intersil Prism II
                    755:     <li>Linksys Instant Wireless WPC11
                    756:     <li>Linksys Instant Wireless WPC11 2.5
                    757:     <li>Linksys Instant Wireless WPC11 3.0
                    758:     <li>Lucent WaveLAN
                    759:     <li>NANOSPEED ROOT-RZ2000
                    760:     <li>NEC CMZ-RT-WP
                    761:     <li>Netgear MA401
                    762:     <li>Netgear MA401RA
                    763:     <li>Nokia C020 Wireless LAN
                    764:     <li>Nokia C110/C111 Wireless LAN
                    765:     <li>NTT-ME 11Mbps Wireless LAN
                    766:     <li>Planex GW-NS11H Wireless LAN
                    767:     <li>Proxim Harmony
                    768:     <li>Proxim RangeLAN-DS
                    769:     <li>Samsung MagicLAN SWL-2000N
                    770:     <li>SMC 2632 EZ Connect
                    771:     <li>Symbol Spectrum24
                    772:     <li>TDK LAK-CD011WL
                    773:     <li>US Robotics 2410
                    774:     <li>US Robotics 2445
                    775:     </ul>
1.113     nick      776: <li>Intersil PRISM 2-3 and Symbol Spectrum24 based PCI 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup>
1.7       grange    777:     <ul>
1.54      jsg       778:     <li>3Com AirConnect 3CRWE777A PCI
                    779:     <li>Belkin F5D6000 PCI (a rebadged WL11000P)
                    780:     <li>Corega CGWLPCIA11 PCI
                    781:     <li>Eumitcom WL11000P PCI
1.113     nick      782:     <li>Dlink DWL520 PCI revisions A and B
1.54      jsg       783:     <li>Global Sun Technology GL24110P PCI (untested)
                    784:     <li>Global Sun Technology GL24110P02 PCI
                    785:     <li>Intersil Mini-PCI
1.101     jolan     786:     <li>Linksys WDT11 PCI (a rebadged GL24110P02)
1.54      jsg       787:     <li>NDC/Sohoware NCP130 PCI
                    788:     <li>Netgear MA301 PCI
                    789:     <li>Netgear MA311 PCI
                    790:     <li>US Robotics 2415 PCI (rebadged WL11000P)
                    791:     <li>Nortel E-mobility 211818-A
                    792:     <li>Symbol LA4123
                    793:     </ul>
1.113     nick      794: <li>Intersil PRISM 2.5/3 based USB 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=amd64&amp;sektion=4">wi</a>), including: <sup>(A)</sup>
1.54      jsg       795:     <ul>
                    796:     <li>Acer Warplink USB-400
                    797:     <li>Actiontec HWU01170
1.60      david     798:     <li>AirVast WM168b
                    799:     <li>Ambit WLAN
1.54      jsg       800:     <li>Apacer Wireless Steno MB112
1.60      david     801:     <li>ASUS WL-140
                    802:     <li>Compaq W100
1.54      jsg       803:     <li>Corega WLUSB-11
1.60      david     804:     <li>Corega WLUSB-11 Key
                    805:     <li>D-Link DWL-120 (rev F)
1.54      jsg       806:     <li>D-Link DWL-122
                    807:     <li>I-O DATA WN-B11/USB
                    808:     <li>Intel PRO/Wireless 2011B
                    809:     <li>Intersil Prism 2X
                    810:     <li>JVC MP-XP7250
                    811:     <li>Linksys WUSB11 v3.0
                    812:     <li>Linksys WUSB12
1.60      david     813:     <li>Melco WLI-USB-KB11
1.54      jsg       814:     <li>Melco WLI-USB-KS11G
1.60      david     815:     <li>Melco WLI-USB-S11
1.54      jsg       816:     <li>Microsoft MN510
1.113     nick      817:     <li>Netgear MA111 (version 1 only)
1.60      david     818:     <li>Pheenet WL-503IA
                    819:     <li>Planex GW-US11H
1.54      jsg       820:     <li>Siemens SpeedStream SS1022
1.60      david     821:     <li>Sitecom WL-022
1.54      jsg       822:     <li>Syntax USB-400
1.60      david     823:     <li>US Robotics 1120
                    824:     <li>Z-Com XI-725/726
                    825:     <li>Z-Com XI-735
                    826:     <li>ZyXEL ZyAIR B-200
1.7       grange    827:     </ul>
1.113     nick      828: <li>Ralink RT2500 based CardBus 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including: <sup>(G)</sup> <font color="#0000e0">#</font>
1.54      jsg       829:     <ul>
1.55      jsg       830:     <li>A-Link WL54PC
                    831:     <li>Amigo AWI-914W
                    832:     <li>AMIT WL531C
                    833:     <li>ASUS WL-107G
                    834:     <li>Atlantis Land A02-PCM-W54
                    835:     <li>Belkin F5D7010 v2
                    836:     <li>Canyon CN-WF513
1.122     tom       837:     <li>CC&amp;C WL-2102
1.55      jsg       838:     <li>CNet CWC-854
                    839:     <li>Compex WL54G
                    840:     <li>Conceptronic C54RC
                    841:     <li>Digitus DN-7001G-RA
                    842:     <li>E-Tech WGPC02
                    843:     <li>Edimax EW-7108PCg
                    844:     <li>Eminent EM3036
                    845:     <li>Encore ENPWI-G-RLAM
                    846:     <li>Fibreline WL-400X
                    847:     <li>Gigabyte GN-WMKG
                    848:     <li>Hawking HWC54GR
                    849:     <li>JAHT WN-4054P
                    850:     <li>LevelOne WPC-0301 v2
                    851:     <li>Micronet SP908GK V3
                    852:     <li>Minitar MN54GCB-R
1.54      jsg       853:     <li>MSI CB54G2
1.55      jsg       854:     <li>Pro-Nets CB80211G
                    855:     <li>Repotec RP-WB7108
                    856:     <li>SATech SN-54C
                    857:     <li>Sitecom WL-112
                    858:     <li>SparkLAN WL-685R
1.54      jsg       859:     <li>Surecom EP-9428-g
1.55      jsg       860:     <li>Sweex LC500050
                    861:     <li>TekComm NE-9428-g
                    862:     <li>Unex MR054g-R02
                    863:     <li>Zinwell ZWX-G160
                    864:     <li>Zonet ZEW1500
1.54      jsg       865:     </ul>
1.113     nick      866: <li>Ralink RT2500 based PCI 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>), including: <sup>(G)</sup>
1.54      jsg       867:     <ul>
1.55      jsg       868:     <li>A-Link WL54H
                    869:     <li>Amigo AWI-922W mini-PCI
                    870:     <li>Amigo AWI-926W
                    871:     <li>AMIT WL531P
                    872:     <li>AOpen AOI-831
1.54      jsg       873:     <li>ASUS WL-130g
1.55      jsg       874:     <li>Atlantis Land A02-PCI-W54
                    875:     <li>Belkin F5D7000 v3
                    876:     <li>Billionton MIWLGRL mini-PCI
                    877:     <li>Canyon CN-WF511
                    878:     <li>CNet CWP-854
                    879:     <li>Compex WLP54G
                    880:     <li>Conceptronic C54Ri
                    881:     <li>Digitus DN-7006G-RA
                    882:     <li>E-Tech WGPI02
                    883:     <li>Edimax EW-7128g
                    884:     <li>Eminent EM3037
                    885:     <li>Encore ENLWI-G-RLAM
                    886:     <li>Fiberline WL-400P
                    887:     <li>Gigabyte GN-WIKG mini-PCI
                    888:     <li>Gigabyte GN-WPKG
                    889:     <li>Hawking HWP54GR
                    890:     <li>iNexQ CR054g-009 (R03)
                    891:     <li>JAHT WN-4054PCI
                    892:     <li>LevelOne WNC-0301 v2
                    893:     <li>Linksys WMP54G v4
                    894:     <li>Micronet SP906GK
1.54      jsg       895:     <li>Minitar MN54GPC-R
1.55      jsg       896:     <li>MSI MP54G2 mini-PCI
                    897:     <li>MSI PC54G2 PCI
                    898:     <li>OvisLink EVO-W54PCI
                    899:     <li>PheeNet HWL-PCIG/RA
                    900:     <li>Pro-Nets PC80211G
                    901:     <li>Repotec RP-WP0854
                    902:     <li>SATech SN-54P
                    903:     <li>Sitecom WL-115
                    904:     <li>Surecom EP-9321-g
                    905:     <li>Surecom EP-9321-g1
                    906:     <li>Sweex LC700030
                    907:     <li>TekComm NE-9321-g
                    908:     <li>Unex CR054g-R02
                    909:     <li>Zinwell ZWX-G360 mini-PCI
                    910:     <li>Zinwell ZWX-G361
                    911:     <li>Zonet ZEW1600
1.54      jsg       912:     </ul>
1.113     nick      913: <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=amd64&amp;sektion=4">ural</a>), including:
1.76      jsg       914:     <ul>
                    915:     <li>AMIT WL532U
                    916:     <li>ASUS WL-167g
                    917:     <li>Belkin F5D7050
                    918:     <li>Buffalo WLI-U2-KG54
                    919:     <li>Buffalo WLI-U2-KG54-AI
                    920:     <li>Buffalo WLI-U2-KG54-YB
                    921:     <li>CNet CWD-854
                    922:     <li>Compex WLU54G
                    923:     <li>Conceptronic C54RU
                    924:     <li>D-Link DWL-G122 (b1)
                    925:     <li>Dynalink WLG25USB
                    926:     <li>E-Tech WGUS02
                    927:     <li>Eminent 3035
                    928:     <li>Gigabyte GN-WBKG
                    929:     <li>Hercules HWGUSB2-54
                    930:     <li>KCORP LifeStyle KLS-685
                    931:     <li>Linksys WUSB54G v4
                    932:     <li>Linksys WUSB54GP v4
                    933:     <li>MSI MS-6861
                    934:     <li>MSI MS-6865
                    935:     <li>MSI MS-6869
                    936:     <li>SerComm UB801R
                    937:     <li>SparkLAN WL-685R
                    938:     <li>Sphairon UB801R
                    939:     <li>Surecom EP-9001-g
                    940:     <li>Tonze UW-6200C
                    941:     <li>Zaapa ZNWUSB-54
                    942:     <li>Zinwell ZWX-G261
                    943:     <li>Zonet ZEW2500
                    944:     </ul>
1.113     nick      945: <li>Raytheon Raylink and Aviator 2.4/PRO PCMCIA 802.11 FH adapters  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=amd64&amp;sektion=4">ray</a>) <font color="#0000e0">#</font>
                    946: <li>Realtek RTL8180L based CardBus 802.11b adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=amd64&amp;sektion=4">rtw</a>), including: <font color="#0000e0">#</font>
1.7       grange    947:     <ul>
1.57      jsg       948:     <li>Belkin F5D6020 V3
1.54      jsg       949:     <li>Corega CG-WLCB11V3
1.57      jsg       950:     <li>D-Link DWL-610
                    951:     <li>Level-One WPC-0101
                    952:     <li>Linksys WPC11 v4
1.54      jsg       953:     <li>Netgear MA521
1.57      jsg       954:     <li>Ovislink AirLive WL-1120PCM
                    955:     <li>Planet WL-3553
1.90      grunk     956:     <li>TRENDnet TEW-226PC
1.57      jsg       957:     <li>VCTnet PC-11B1
1.7       grange    958:     </ul>
1.128     jmc       959: <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>
                    960:     <ul>
                    961:     <li>D-Link DWL-650+
                    962:     <li>D-Link DWL-G630+
                    963:     <li>D-Link DWL-G650+
                    964:     <li>Engenic ERG WL-003
                    965:     <li>Hamlet HNWP254
                    966:     <li>Linksys WPC54Gv2
                    967:     <li>Microcom Travelcard
                    968:     <li>Sceptre SC254W+
                    969:     <li>USR USR5410
                    970:     <li>Zyxel G-160
                    971:     </ul>
                    972: <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>
                    973:     <ul>
                    974:     <li>D-Link DWL-520+
                    975:     <li>D-Link DWL-G520+
                    976:     <li>Hawking HWP54G
                    977:     <li>Netgear WG311v2
                    978:     <li>Tornado/ADT 211g
                    979:     <li>USR USR5416
                    980:     <li>Zyxel G-360 EE
                    981:     </ul>
1.7       grange    982: </ul>
                    983:
1.113     nick      984: <h4>Gigabit Ethernet Adapters</h4>
1.7       grange    985:
                    986: <ul>
1.113     nick      987: <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    988:     <ul>
1.113     nick      989:     <li>3Com 3c985 and 3c985B
                    990:     <li>Alteon ACEnic V (fiber and copper)
1.7       grange    991:     <li>Digital EtherWORKS 1000SX
                    992:     <li>Farallon PN9000SX
1.113     nick      993:     <li>Netgear GA620 and GA620T
1.7       grange    994:     <li>SGI Tigon
                    995:     </ul>
                    996:
1.113     nick      997: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
                    998: based adapters
                    999: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
                   1000: including:
                   1001:     <ul>
                   1002:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.117     brad     1003:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.113     nick     1004:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                   1005:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                   1006:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                   1007:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                   1008:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                   1009:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
                   1010:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                   1011:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                   1012:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                   1013:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                   1014:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                   1015:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                   1016:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
                   1017:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                   1018:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                   1019:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                   1020:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                   1021:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                   1022:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad     1023:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange   1024:     </ul>
                   1025:
1.113     nick     1026: <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   1027:     <ul>
                   1028:     <li>Addtron AEG320T
1.113     nick     1029:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                   1030:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
1.7       grange   1031:     <li>D-Link DGE-500T
1.113     nick     1032:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.7       grange   1033:     <li>Netgear GA621
                   1034:     <li>Netgear GA622T
                   1035:     <li>SMC EZ Card 1000 (SMC9462TX)
                   1036:     <li>Surecom Technology EP-320G-TX
1.94      grunk    1037:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.7       grange   1038:     </ul>
                   1039:
1.113     nick     1040: <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>
                   1041: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
1.7       grange   1042:     <ul>
                   1043:     <li>SMC TigerCard 1000 (SMC9462SX)
                   1044:     <li>D-Link DGE-500SX
                   1045:     </ul>
                   1046:
1.124     brad     1047: <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   1048:     <ul>
1.28      brad     1049:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange   1050:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad     1051:     <li>3Com 3c996B-T (10/100/1000baseT)
1.113     nick     1052:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                   1053:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                   1054:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                   1055:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                   1056:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                   1057:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                   1058:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
                   1059:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad     1060:     <li>Netgear GA302T (10/100/1000baseT)
                   1061:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange   1062:     <li>SysKonnect SK-9D41 (1000baseSX)
                   1063:     </ul>
                   1064:
1.124     brad     1065: <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:
                   1066:     <ul>
                   1067:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                   1068:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                   1069:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                   1070:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                   1071:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                   1072:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                   1073:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                   1074:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                   1075:     </ul>
                   1076:
1.113     nick     1077: <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   1078:     <ul>
1.70      brad     1079:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                   1080:     <li>Antares Microsystems TC9021
                   1081:     <li>D-Link DGE-550T
1.7       grange   1082:     </ul>
                   1083:
1.113     nick     1084: <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   1085:     <ul>
                   1086:     <li>SysKonnect SK-9821 (1000baseT)
                   1087:     <li>SysKonnect SK-9822 (dual 1000baseT)
                   1088:     <li>SysKonnect SK-9841 (1000baseLX)
                   1089:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                   1090:     <li>SysKonnect SK-9843 (1000baseSX)
                   1091:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                   1092:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                   1093:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                   1094:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                   1095:     <li>3Com 3c940 (1000baseT)
1.58      jmc      1096:     <li>3Com 3c2000-T (1000baseT)
1.7       grange   1097:     <li>Linksys EG1032v2 (1000baseT)
                   1098:     <li>Linksys EG1064v2 (1000baseT)
                   1099:     <li>D-Link DGE-530T (1000baseT)
                   1100:     <li>SMC 9452TX (1000baseT)
                   1101:     </ul>
1.18      pvalchev 1102:
1.113     nick     1103: <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 1104:     <ul>
1.34      jsg      1105:     <li>Buffalo LGY-PCI-GT (8169S)
1.60      david    1106:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin   1107:     <li>D-Link DGE-528T (8169S)
1.113     nick     1108:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad     1109:     <li>LevelOne GNC-0105T (8169S)
1.78      brad     1110:     <li>Linksys EG1032v3 (8169S)
1.69      martin   1111:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev 1112:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin   1113:     <li>Surecom EP-320G-TX1 (8169S)
                   1114:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev 1115:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                   1116:     </ul>
1.44      pvalchev 1117:
1.113     nick     1118: <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 1119:     <ul>
1.113     nick     1120:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                   1121:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
1.44      pvalchev 1122:     </ul>
1.7       grange   1123: </ul>
                   1124:
1.113     nick     1125: <h4>Cryptography Accelerators</h4>
1.7       grange   1126:
                   1127: <ul>
1.113     nick     1128: <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>)
                   1129: <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>)
                   1130: <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   1131:     <ul>
1.113     nick     1132:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                   1133:     <li>GTGI PowerCrypt Encryption Accelerator
1.7       grange   1134:     <li>NetSec 7751
1.113     nick     1135:     <li>Hifn 7751 and 9751 reference boards
1.7       grange   1136:     <li>Invertex AEON
                   1137:     </ul>
1.80      marco    1138: <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   1139: </ul>
                   1140:
                   1141: <a name="pcmcia"></a>
1.113     nick     1142: <h4>PC Cards (PCMCIA and CardBus) <font color="#0000e0">#</font> </h4>
1.7       grange   1143:
                   1144: <ul>
                   1145: <li>ATA cards
1.113     nick     1146:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a> <sup>(*)</sup>,
                   1147:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                   1148:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                   1149:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange   1150:     <ul>
1.113     nick     1151:     <li>ATA/IDE card drives
                   1152:     <li>ATA/IDE CD-ROM adapters
                   1153:     <li>CF/ATA flash cards and disk drives
1.7       grange   1154:     </ul>
                   1155:
1.113     nick     1156: <li>Ethernet adapters, including:
1.7       grange   1157:     <ul>
1.113     nick     1158:     <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   1159:        <ul>
1.113     nick     1160:        <li>3Com 3C556, 3C562
                   1161:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1162:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1163:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1164:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
1.7       grange   1165:        </ul>
                   1166:
1.113     nick     1167:     <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   1168:        <ul>
                   1169:        <li>ADMtek AN985 Centaur-C CardBus
                   1170:        <li>IBM EtherJet 10/100 CardBus
                   1171:        <li>Linksys PCMPC200 CardBus 10/100
                   1172:        <li>SMC EZ CardBus 10/100
1.113     nick     1173:        <li>Xircom X3201 CardBus adapters, including RealPort models
1.7       grange   1174:        </ul>
                   1175:
1.113     nick     1176:     <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   1177:        <ul>
                   1178:        <li>Intel PRO/100 CardBus II
                   1179:        </ul>
                   1180:
1.113     nick     1181:     <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   1182:        <ul>
1.113     nick     1183:        <li>Accton EN2212, EN2216
1.7       grange   1184:        <li>Allied Telesis LA-PCM
                   1185:        <li>AmbiCom AMB8002T
                   1186:        <li>Arowana FE
                   1187:        <li>Belkin F5D5020
                   1188:        <li>Billionton Systems LNT-10TN
1.49      matthieu 1189:         <li>Billionton Systems CFLT2-10N
1.100     uwe      1190:        <li>Buffalo LPC-CF-CLT
1.7       grange   1191:        <li>CNet NE2000
                   1192:        <li>Compex Linkport ENET-B
1.113     nick     1193:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1194:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
1.7       grange   1195:        <li>Dayna CommuniCard E
                   1196:        <li>Digital DEPCM-XX
                   1197:        <li>Dual NE2000
                   1198:        <li>Edimax NE2000
                   1199:        <li>Genius ME 3000II SE
                   1200:        <li>Grey Cell GCS2000 Gold II
1.113     nick     1201:        <li>GVC NIC-2000p, NP0335
1.100     uwe      1202:        <li>Hawking CF686TX
1.7       grange   1203:        <li>Hawking PN650TX
1.113     nick     1204:        <li>I-O DATA PCLA, PCLA/TE
1.7       grange   1205:        <li>IC-Card
                   1206:        <li>Kingston KNE-PC2
1.113     nick     1207:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
1.7       grange   1208:        <li>MACNICA ME1 for JEIDA
                   1209:        <li>Melco LPC3-TX
                   1210:        <li>National Semiconductor InfoMover
                   1211:        <li>NDC Instant-Link
1.113     nick     1212:        <li>Netgear FA410TX, FA410TXC, FA411
1.7       grange   1213:        <li>Network Everywhere NP10T
                   1214:        <li>New Media LiveWire 10/100
                   1215:        <li>Planet SmartCom 2000
1.113     nick     1216:        <li>Planex FNW-3600-T, FNW-3700-T
1.7       grange   1217:        <li>Premax PE-200
1.113     nick     1218:        <li>RPTI EP-400, EP-401
1.7       grange   1219:        <li>Seiko Epson EN10B
1.113     nick     1220:        <li>SMC EZCard, 8041
                   1221:        <li>Socket Communications LP-CF, LP-E
                   1222:        <li>SVEC PN650TX, ComboCard, LANCard
1.7       grange   1223:        <li>Synergy S21810
                   1224:        <li>Tamarack NE2000
1.100     uwe      1225:        <li>Tamarack TC3299CE
1.113     nick     1226:        <li>Telecom Device TCD-HPC100
1.100     uwe      1227:        <li>TRENDnet TE-CF100
1.113     nick     1228:        <li>Wisecom T210CT, iPort
1.7       grange   1229:        <li>Xircom CFE-10
                   1230:        </ul>
                   1231:
1.113     nick     1232:     <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   1233:        <ul>
                   1234:        <li>Accton MPX5030 CardBus
                   1235:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod     1236:        <li>D-Link DFE-690TXD
1.7       grange   1237:        </ul>
                   1238:
1.113     nick     1239:     <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   1240:        <ul>
1.113     nick     1241:        <li>Megahertz XJEM1144, CC10BT
1.7       grange   1242:        <li>SMC EtherEZ 8020BT
                   1243:        </ul>
                   1244:
1.113     nick     1245:     <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   1246:        <ul>
                   1247:        <li>Xircom CreditCard CE2
                   1248:        </ul>
                   1249: </ul>
                   1250:
1.113     nick     1251: <li>PCMCIA controllers, including:
1.7       grange   1252:     <ul>
1.113     nick     1253:     <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   1254:     </ul>
                   1255:
1.113     nick     1256: <li>SCSI host adapters, including:
1.7       grange   1257:     <ul>
1.80      marco    1258:     <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   1259:     </ul>
                   1260:
1.113     nick     1261: <li>Serial ports, including:
1.7       grange   1262:     <ul>
1.113     nick     1263:     <li>Most modems, digital cellular modems, and serial cards should work.
                   1264:     <li>AudioVOX GSM/GPRS modems
                   1265:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
                   1266:     <li>Siemens Connect2AIR GSM/GPRS modems
                   1267:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.7       grange   1268:     </ul>
                   1269:
1.113     nick     1270: <li>Wireless Ethernet adapters:
1.7       grange   1271:     <ul>
1.113     nick     1272:     <li>See above.
1.7       grange   1273:     </ul>
                   1274: </ul>
                   1275:
1.113     nick     1276: <h4>WAN adapters</h4>
1.102     brad     1277:
                   1278: <ul>
1.113     nick     1279: <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>
                   1280: <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     1281: </ul>
                   1282:
1.113     nick     1283: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange   1284:
                   1285: <ul>
1.113     nick     1286: <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>
                   1287: <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>
                   1288: <li>USB Ethernet adapters (
                   1289: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
                   1290: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
                   1291: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
                   1292: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
                   1293: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                   1294: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
                   1295: see above <sup>(A)</sup>
                   1296: <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>)
                   1297: <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>
                   1298: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                   1299: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                   1300: <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>
                   1301: <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>
                   1302: <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>
                   1303: <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>
                   1304: <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>
                   1305: <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>
                   1306: <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   1307: </ul>
                   1308:
1.113     nick     1309: <h4>Pointing Devices</h4>
1.7       grange   1310:
                   1311: <ul>
1.113     nick     1312: <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>)
                   1313: <li>Serial mice (uses serial port driver)
1.7       grange   1314: </ul>
                   1315:
1.113     nick     1316: <h4>Sound Devices</h4>
1.7       grange   1317:
                   1318: <ul>
1.113     nick     1319: <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    1320: <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>
                   1321: <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>
                   1322: <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>
                   1323: <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>
                   1324: <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     1325: <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>
                   1326: <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>
                   1327: <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>
                   1328: <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.80      marco    1329: <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>
                   1330: <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     1331: <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>
                   1332: <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>
                   1333: <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    1334: <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   1335: </ul>
                   1336:
                   1337: <p>
1.113     nick     1338: The following driver has not been extensively tested:
1.7       grange   1339: <ul>
1.80      marco    1340: <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   1341: </ul>
                   1342:
1.113     nick     1343: <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   1344:
                   1345: <ul>
1.113     nick     1346: <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>
                   1347: <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   1348: </ul>
                   1349:
1.113     nick     1350: <h4>Miscellaneous Devices</h4>
1.7       grange   1351:
                   1352: <ul>
1.113     nick     1353: <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   1354:     <ul>
1.20      mickey   1355:     <li>Animation Technologies FlyVideo
1.35      jsg      1356:     <li>AOpen VA1000
1.20      mickey   1357:     <li>Askey/Dynalink Magic TView
1.113     nick     1358:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange   1359:     <li>AverMedia cards
1.113     nick     1360:     <li>Hauppauge Wincast TV and WinTV/PCI
1.7       grange   1361:     <li>IMS TV Turbo
                   1362:     <li>Intel Smart Video Recorder III
1.20      mickey   1363:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg      1364:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey   1365:     <li>KISS TV/FM PCI
                   1366:     <li>Leadtek Winfast TV 2000
1.7       grange   1367:     <li>Miro PC TV
1.20      mickey   1368:     <li>MMAC Osprey
                   1369:     <li>NEC PK-UG-X017
1.113     nick     1370:     <li>STB TV PCI Television Tuner
1.20      mickey   1371:     <li>Terratec TerraTVplus
                   1372:     <li>Video Highway XTreme
                   1373:     <li>VideoLogic Captivator PCI
1.113     nick     1374:     <li>Zoltrix TV and Genie TV/FM
1.7       grange   1375:     </ul>
1.113     nick     1376: <li>Hardware monitoring sensors, including:
1.7       grange   1377:     <ul>
1.113     nick     1378:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
                   1379:     <li>National Semiconductor LM78, LM78-J, LM79;
                   1380:        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>
                   1381:     <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>
                   1382:     <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   1383:     <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   1384:     </ul>
1.8       deraadt  1385: </ul>
1.7       grange   1386:
1.18      pvalchev 1387: <p>
1.113     nick     1388: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1389: the GENERIC kernels, but are <b>not</b> included in the distribution cd-rom
                   1390: boot image or boot floppy.
1.80      marco    1391:
                   1392: <p>
1.113     nick     1393: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1394: the boot floppy, but are included in the cd-rom boot image.
1.80      marco    1395:
                   1396: <p>
1.113     nick     1397: <sup>(*)</sup> Support for devices marked with (*) is not included on the
                   1398: distribution media or in the GENERIC kernel, and will require you to compile
                   1399: a custom kernel to enable it.
1.80      marco    1400:
                   1401: <p>
1.113     nick     1402: <font color="#0000e0">#</font> Support added after 3.8.
1.18      pvalchev 1403:
1.7       grange   1404: <hr>
1.4       deraadt  1405: <a name="install"></a>
                   1406: <h3><font color="#0000e0">
1.113     nick     1407: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt  1408: </font></h3>
                   1409:
                   1410: <p>
1.113     nick     1411: The latest supported OpenBSD/amd64 release is
1.126     miod     1412: <a href="40.html">OpenBSD 4.0</a>.
1.113     nick     1413: Here are the
1.126     miod     1414: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.0/amd64/INSTALL.amd64">
                   1415: OpenBSD/amd64 4.0 installation instructions
1.113     nick     1416: </a>.
1.15      david    1417:
                   1418: <p>
1.113     nick     1419: Snapshots are made available from time to time, in
                   1420: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1421: as well as in a few
                   1422: <a href="ftp.html">mirrors</a>.
                   1423: Here are the
1.4       deraadt  1424: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.113     nick     1425: OpenBSD/amd64 snapshot installation instructions
                   1426: </a> as well.
1.1       brad     1427:
                   1428: <p>
1.113     nick     1429: There are several installation media provided:
1.4       deraadt  1430: <ul>
1.113     nick     1431:   <li><strong>CD boot</strong>
1.17      deraadt  1432:   <br>
1.113     nick     1433:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1434:   that contains almost all OpenBSD drivers.
                   1435:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1436:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1437:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick     1438:   kernel configuration file.
1.126     miod     1439:   <li><strong>Floppy A</strong> (floppy40.fs)
1.17      deraadt  1440:   <br>
1.113     nick     1441:   This 1.44MB floppy image contains the most common drivers.
                   1442:   It is designed to cover the most typical PC. As a general rule, you will
                   1443:   find that the missing drivers are ones which need large microcodes to run,
                   1444:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                   1445:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1446:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick     1447:   kernel configuration file.
1.4       deraadt  1448: </ul>
1.1       brad     1449:
                   1450: <hr>
                   1451: <a href="plat.html">
1.113     nick     1452: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1453: </a>
1.1       brad     1454: <br>
                   1455: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1456: <br>
1.132   ! jmc      1457: <small>$OpenBSD: amd64.html,v 1.131 2006/12/07 21:21:55 jmc Exp $</small>
1.1       brad     1458:
                   1459: </body>
                   1460: </html>