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

Annotation of www/amd64.html, Revision 1.215

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.208     sthen      12: <meta name="copyright" content="This document copyright 2003-2009 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.182     deraadt    24: It also runs on processors made by other manufacturers which have cloned
                     25: the AMD64 extensions.  (Some Intel processors lack support for important
                     26: PAE NX bit, which means those machines will run without any W^X support --
                     27: it is thus safer to run those machines in i386 mode).
1.5       deraadt    28: <p>
1.113     nick       29: Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
                     30: processors, but in 32-bit mode.
1.1       brad       31:
1.211     deraadt    32: <p>
                     33: X Window System support is available for most graphics cards, using
                     34: the X.Org server.  As with other free operating systems it is highly recommended
1.214     deraadt    35: that Nvidia cards are avoided since this vendor continues to show tremendous
1.212     deraadt    36: resistance towards releasing information that would allow X.Org to support their
1.213     jasper     37: hardware properly.
1.211     deraadt    38:
1.163     nick       39: <a name="toc"></a>
1.113     nick       40: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.13      krw        41:
1.4       deraadt    42: <ul>
1.113     nick       43:   <li><a href="#status">Current status</a>
                     44:   <li><a href="#hardware">Supported hardware</a>
                     45:   <li><a href="#install">Getting and installing OpenBSD/amd64</a>
1.4       deraadt    46: </ul>
                     47:
                     48: <hr>
                     49: <a name="status"></a>
1.113     nick       50: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.4       deraadt    51:
                     52: <p>
1.113     nick       53: The only major shortcoming at this time is that the kernel debugger
1.13      krw        54: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;arch=amd64&amp;sektion=4">ddb</a>
1.113     nick       55: is somewhat poor.
1.4       deraadt    56:
                     57: <hr>
1.7       grange     58: <a name="hardware"></a>
1.113     nick       59: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.7       grange     60:
1.113     nick       61: <h4>Processors</h4>
1.7       grange     62:
                     63: <p>
1.113     nick       64: All versions of the AMD Athlon 64 processors and their clones are
                     65: supported.
1.19      krw        66:
1.113     nick       67: <h4>SMP support</h4>
                     68: Starting with OpenBSD 3.6, OpenBSD/amd64 supports most SMP
                     69: (Symmetrical MultiProcessor) systems.
                     70: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
                     71: included with the installation file sets.
1.7       grange     72:
                     73: <p>
1.113     nick       74: As this is a new feature, developers will want to see what hardware does
                     75: and doesn't work when running SMP, so it is even more important to
                     76: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.7       grange     77:
1.113     nick       78: <h4>Buses</h4>
1.7       grange     79:
                     80: <ul>
1.113     nick       81: <li>All standard PCI bus bridges
1.175     tom        82: <li>16-Bit PCMCIA PC Cards
                     83: <li>32-Bit CardBus PC Cards
1.7       grange     84: <li>Universal Serial Bus (USB)
                     85: </ul>
                     86:
1.113     nick       87: <h4>Bus interfaces</h4>
1.7       grange     88:
                     89: <ul>
1.113     nick       90:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.175     tom        91:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=amd64&amp;sektion=4">cbb</a>)
1.7       grange     92: </ul>
                     93:
1.113     nick       94: <h4>Entropy sources</h4>
1.7       grange     95:
                     96: <ul>
1.113     nick       97:   <li>Interrupt latency collection from many devices
1.7       grange     98: </ul>
                     99:
1.113     nick      100: <h4>Floppy controllers</h4>
1.93      deraadt   101:
1.113     nick      102: <h4>All PCI IDE
                    103: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=amd64&amp;sektion=4">pciide</a>)
                    104: adapters supported by the <a href="i386.html">i386</a> platform</h4>
1.38      grange    105:
1.113     nick      106: <h4>SCSI Host Adapters</h4>
1.7       grange    107:
                    108: <ul>
1.113     nick      109:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    110:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    111:     adapters
                    112:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=amd64&amp;sektion=4">ahc</a>)
                    113:     including the Adaptec cards
1.13      krw       114:     <ul>
1.113     nick      115:       <li>AHA-2910, AHA-2915
1.13      krw       116:       <li>AHA-2920
1.113     nick      117:       <li>AHA-2930[C,U2]
                    118:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    119:       <li>AHA-2950[U2W,U2B]
                    120:       <li>AHA-3940[U,AU,UW,AUW,U2W]
1.13      krw       121:       <li>AHA-3950U2
                    122:       <li>AHA-3960
                    123:       <li>AHA-3985
                    124:       <li>AHA-4944UW
                    125:       <li>AHA-19160B
1.113     nick      126:       <li>AHA-29160[B,N]
1.13      krw       127:       <li>AHA-39160
                    128:     </ul>
1.113     nick      129:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    130:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=amd64&amp;sektion=4">ahd</a>)
                    131:     including the Adaptec cards <sup>(A)</sup>
1.47      krw       132:     <ul>
                    133:       <li>AHA-29320
                    134:       <li>AHA-39320
                    135:     </ul>
1.113     nick      136:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    137:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
1.13      krw       138:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=amd64&amp;sektion=4"
1.113     nick      139:     >adw</a>) <sup>(A)</sup>
                    140:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
1.13      krw       141:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=amd64&amp;sektion=4"
1.113     nick      142:      >pcscp</a>)
1.13      krw       143:   <li>LSI Fusion-MPT (Symbios Logic/NCR)
                    144:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpt&amp;arch=amd64&amp;sektion=4"
                    145:     >mpt</a>)
                    146:     <ul>
1.113     nick      147:       <li>53C1030 (Dual channel Ultra320 SCSI)
                    148:       <li>53C1020 (Single channel Ultra320 SCSI)
                    149:       <li>FC909 (1Gb/s Fibre Channel)
                    150:       <li>FC909A (Dual 1Gb/s Fibre Channel)
                    151:       <li>FC919 (2Gb/s Fibre Channel)
                    152:       <li>FC929 (Dual 2Gb/s Fibre Channel)
1.13      krw       153:     </ul>
1.113     nick      154:   <li>QLogic PCI host adapters
1.13      krw       155:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=amd64&amp;sektion=4"
                    156:     >isp</a>)
1.113     nick      157:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    158:     adapters including generic cards, old ASUS cards, the DTC-3130
                    159:     series, and Diamond Fireport series
1.13      krw       160:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=amd64&amp;sektion=4"
1.113     nick      161:     >siop</a>) <sup>(G)</sup>
1.7       grange    162: </ul>
                    163:
1.113     nick      164: <h4>RAID and Cache Controllers</h4>
1.7       grange    165:
                    166: <ul>
1.113     nick      167: <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>)
                    168: <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>)
                    169: <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    170: <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     171: <li>LSI/Dell MegaRAID SAS controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;arch=amd64&amp;sektion=4">mfi</a>)
1.161     nick      172: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    173:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=amd64&amp;sektion=4">arc</a>), <sup>(A)</sup>
                    174:    including:
                    175:     <ul>
                    176:     <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    177:     <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    178:     <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    179:     <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    180:     <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    181:     <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    182:     <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    183:     <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    184:     <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    185:     <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    186:     <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    187:     <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    188:     <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    189:     <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    190:     <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    191:     <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    192:     <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    193:     <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    194:     <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    195:     </ul>
1.209     grange    196: <li>IBM SATA/SCSI ServeRAID controllers
                    197:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;arch=amd64&amp;sektion=4">ips</a>), <sup>(A)</sup>
                    198:    including:
                    199:     <ul>
                    200:     <li>ServeRAID 3H/3HB/3L
                    201:     <li>ServeRAID 4H/4L/4Lx/4M/4Mx
                    202:     <li>ServeRAID 5i/5i II
                    203:     <li>ServeRAID 6i/6M
                    204:     <li>ServeRAID 7k/7M/7t
                    205:     </ul>
1.7       grange    206: </ul>
                    207:
1.113     nick      208: <h4>CD-ROM and DVD-ROM Drives</h4>
1.7       grange    209:
                    210: <ul>
1.113     nick      211: <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>)
                    212: <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    213: </ul>
                    214:
1.113     nick      215: <h4>Tape Drives</h4>
1.7       grange    216:
                    217: <ul>
1.113     nick      218: <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>)
                    219: <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    220: </ul>
                    221:
1.113     nick      222: <h4>Display Adapters</h4>
1.7       grange    223:
                    224: <ul>
1.113     nick      225:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.13      krw       226: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=amd64&amp;sektion=4">vga</a>).
1.7       grange    227: </ul>
1.113     nick      228: Note that not all of the display adapters OpenBSD/amd64 supports
1.202     matthieu  229: can be used under the X Window System.
1.113     nick      230:
                    231: <h4>Serial Ports</h4>
                    232:
                    233: <ul>
                    234: <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>)
                    235: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    236: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    237: <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>
                    238: <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>
                    239: <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>
                    240: <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>
                    241: </ul>
                    242:
                    243: <h4>Communications Controllers</h4>
                    244:
                    245: <ul>
                    246: <li>Universal Serial Bus host controllers, including:
                    247:     <ul>
                    248:     <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>)
                    249:     <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>)
                    250:     <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>
                    251:     </ul>
                    252: <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:
                    253:     <ul>
                    254:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    255:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    256:     <li>SIIG Cyber 4S PCI (quad serial)
                    257:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    258:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    259:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    260:     <li>VScom PCI 011H (1 port parallel)
                    261:     <li>VScom PCI 100H (1 port serial)
                    262:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    263:     <li>VScom PCI 200H (2 port serial)
                    264:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    265:     <li>VScom PCI 400H (4 port serial)
                    266:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    267:     <li>VScom PCI 800H (8 port serial)
                    268:     <li>VScom PCI 100L (1 port serial)
                    269:     <li>VScom PCI 200L (2 port serial)
                    270:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    271:     <li>VScom PCI 400L (4 port serial)
                    272:     <li>VScom PCI 800L (8 port serial)
                    273:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    274:     <li>US Robotics 3CP5609 PCI (modem)
                    275:     <li>Lava Computers 2SP-PCI (parallel port)
                    276:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    277:     <li>NEC PK-UG-X008 (serial)
                    278:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    279:     <li>Koutech IOFLEX-2S (dual serial)
                    280:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    281:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    282:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    283:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    284:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    285:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    286:     <li>SUNIX 400x (1 port parallel)
                    287:     <li>SUNIX 401x (2 port parallel)
                    288:     <li>SUNIX 402x (1 port serial)
                    289:     <li>SUNIX 403x (2 port serial)
                    290:     <li>SUNIX 405x (4 port serial)
                    291:     <li>SUNIX 406x (8 port serial)
                    292:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    293:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    294:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    295:     </ul>
                    296: </ul>
                    297:
                    298: <h4>Ethernet Adapters</h4>
                    299:
                    300: <ul>
                    301: <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>)
                    302: <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>
                    303:     <ul>
                    304:     <li>3Com 3c900/3c900B PCI adapters
                    305:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    306:     <li>3Com 3c980/3c980C server adapters
                    307:     <li>3Com 3cSOHO adapter
                    308:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    309:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    310:     <li>Dell on-board 3c920
                    311:     <li>Dell Precision on-board 3c905B
                    312:     <li>Dell OptiPlex GX1 on-board 3c918
                    313:     <li>Dell Latitude laptop docking station embedded 3c905
                    314:     <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.7       grange    315:     </ul>
                    316:
1.113     nick      317: <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    318:     <ul>
                    319:     <li>3CR990-TX-95
                    320:     <li>3CR990-TX-97
                    321:     <li>3CR990-SVR95
                    322:     <li>3CR990-SVR97
                    323:     </ul>
                    324:
1.127     martin    325: <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>
                    326:     <ul>
                    327:     <li>Adaptec Single32 ANA-69011
                    328:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    329:     <li>Adaptec Duo64 ANA-62022
                    330:     <li>Adaptec Quartet64 ANA-62044
                    331:     </ul>
                    332:
1.113     nick      333: <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    334:     <ul>
                    335:     <li>Accton EN2242 MiniPCI
                    336:     <li>Linksys LNE100TX v4.x
                    337:     <li>Mototech ME316
                    338:     </ul>
                    339:
1.205     jsg       340: <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>) <sup>(A)</sup>
1.7       grange    341:
1.113     nick      342: <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    343:     <ul>
                    344:     <li>BOCALANcard/PCI
1.113     nick      345:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.7       grange    346:     </ul>
                    347:
1.113     nick      348: <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    349:     <ul>
                    350:     <li>CNet Pro110B
                    351:     <li>Alfa Inc. GFC2204
                    352:     </ul>
                    353:
1.205     jsg       354: <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>) <sup>(A)</sup>
                    355:
1.215   ! deraadt   356: <li>Attansic L1 10/100/Gigabit Ethernet device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=age&amp;arch=amd64&amp;sektion=4">age</a>)
        !           357:
1.205     jsg       358: <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>) <sup>(A)</sup>
1.7       grange    359:
1.113     nick      360: <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    361:     <ul>
                    362:     <li>Jaton XpressNet
                    363:     </ul>
                    364:
1.205     jsg       365: <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>) <sup>(A)</sup>
1.32      mickey    366:
1.113     nick      367: <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    368:     <ul>
1.113     nick      369:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    370:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.7       grange    371:     <li>Znyx ZX3<i>xx</i>
1.113     nick      372:     <li>Cogent EM100FX and EM440TX
1.7       grange    373:     <li>Digital PCI DE435
1.113     nick      374:     <li>D-Link DFE-570TX Quad port
1.7       grange    375:     </ul>
                    376:
1.113     nick      377: <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    378:    <ul>
                    379:    <li>Adaptec ANA-6944A
                    380:    <li>Cogent EM400
                    381:    <li>Compex 400TX
                    382:    <li>CompuShack Goldline Quattro
                    383:    <li>Phobos P430TX
                    384:    <li>Znyx ZX346
                    385:    </ul>
                    386:
1.113     nick      387: <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    388:     <ul>
                    389:     <li>Intel EtherExpress PRO/10+
1.113     nick      390:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
1.7       grange    391:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
1.113     nick      392:     <li>Intel EtherExpress PRO/100 Dual Port
                    393:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.7       grange    394:     </ul>
                    395:
1.113     nick      396: <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    397:
1.205     jsg       398: <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>) <sup>(A)</sup>
1.7       grange    399:
1.113     nick      400: <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    401:     <ul>
                    402:     <li>Kingston KNE110TX
1.101     jolan     403:     <li>Linksys LNE100TX
1.7       grange    404:     <li>Matrox Networks FastNIC 10/100
                    405:     <li>Netgear FA310TX
                    406:     </ul>
                    407:
1.113     nick      408: <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    409:     <ul>
                    410:     <li>Accton EN1217
                    411:     <li>Addtron AEF-320TX/AEF-330TX
                    412:     <li>CNet PRO1020A/B
                    413:     <li>Complex RL-100TX
                    414:     <li>NDC Communications SOHOware SFA110A
1.113     nick      415:     <li>SVEC PN102-TX Fast Ethernet card
1.7       grange    416:     </ul>
                    417:
1.113     nick      418: <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    419:
1.113     nick      420: <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    421:     <ul>
1.53      brad      422:     <li>Netgear FA311
                    423:     <li>Netgear FA312
                    424:     <li>Netgear FA331
1.7       grange    425:     </ul>
                    426:
1.113     nick      427: <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    428:
1.205     jsg       429: <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>)
1.102     brad      430:
1.113     nick      431: <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    432:     <ul>
1.14      mickey    433:     <li>Accton MPX5030 CardBus
1.7       grange    434:     <li>Allied Telesyn AT2550
1.14      mickey    435:     <li>Corega FEther CB-TXD 10/100 Ethernet
1.113     nick      436:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.109     brad      437:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.7       grange    438:     <li>Genius GF100TXR
                    439:     <li>KTX-9130TX 10/100 Fast Ethernet
                    440:     <li>Longshine LCS-8038TX-R
1.14      mickey    441:     <li>NDC Communications NE100TX-E
1.118     jmc       442:     <li>Netgear FA311 v2
1.14      mickey    443:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.7       grange    444:     <li>Nortel BayStack 21
1.113     nick      445:     <li>OvisLink LEF-8129TX, LEF-8139TX
1.7       grange    446:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.94      grunk     447:     <li>TRENDnet TE100-PCBUSR CardBus
1.7       grange    448:     </ul>
                    449:
1.205     jsg       450: <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>)
1.7       grange    451:
1.113     nick      452: <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    453:     <ul>
                    454:     <li>Mototech ME313
                    455:     <li>NetSurf NS-KFE30D
                    456:     </ul>
                    457:
1.113     nick      458: <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    459:     <ul>
                    460:     <li>Fast Ethernet
                    461:     <li>Quad Fast Ethernet
                    462:     </ul>
                    463:
1.113     nick      464: <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    465:     <ul>
1.113     nick      466:     <li>Compaq Netelligent PCI Adapters
1.7       grange    467:     <li>Compaq NetFlex 3/P
1.113     nick      468:     <li>Compaq Deskpro integrated adapter
                    469:     <li>Compaq Prosignia integrated adapter
                    470:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    471:     <li>Racore 8165 and 8148
                    472:     <li>TI ThunderLAN adapters
1.7       grange    473:     </ul>
                    474:
1.197     otto      475: <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: <sup>(A)</sup>
1.7       grange    476:     <ul>
                    477:     <li>Addtron AEF-360TX
                    478:     <li>Hawking PN102TX
                    479:     <li>D-Link DFE530TX
                    480:     </ul>
                    481:
1.113     nick      482: <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    483:     <ul>
1.94      grunk     484:     <li>TRENDnet TE100-PCIE
1.7       grange    485:     <li>Compex RL100-ATX 10/100
                    486:     </ul>
                    487: </ul>
1.113     nick      488: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    489: not recommend using them, but your mileage may vary.
1.7       grange    490:
1.125     brad      491: <h4>10Gb Ethernet Adapters</h4>
                    492:
                    493: <ul>
                    494: <li>Intel PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;arch=amd64&amp;sektion=4">ixgb</a>), including:
1.149     steven    495:     <ul>
                    496:     <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
1.125     brad      497:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                    498:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                    499:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                    500:     </ul>
                    501:
                    502:
                    503: <li>Neterion Xframe/Xframe-II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&amp;arch=amd64&amp;sektion=4">xge</a>), including:
1.149     steven    504:     <ul>
                    505:     <li>HP AB287A 10 Gigabit Ethernet Adapter
1.125     brad      506:     <li>IBM 10GbE SR Server Adapter
                    507:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                    508:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                    509:     <li>Neterion Xframe
                    510:     <li>Neterion Xframe II
                    511:     <li>Neterion Xframe II Sun Fire
                    512:     <li>Neterion Xframe E
                    513:     <li>SGI 10 Gigabit Ethernet Network Adapter
                    514:     </ul>
1.171     nick      515:
                    516: <li>Tehuti Networks 10Gb based PCI adapters
                    517: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
                    518: including: <sup>(G)</sup>
                    519:     <ul>
                    520:     <li>TN3017-S 10 GbE Single Port XAUI Server Controller
                    521:     <li>TN3017-D 10 GbE Dual Port XAUI Server Controller
                    522:     <li>TN7581-D 10 GbE Dual XFP Server Adapter
                    523:     <li>TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter
                    524:     <li>TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter
                    525:     <li>TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter
                    526:     <li>TN7589-S 10 GbE Single CX4 Low Profile Server Adapter
                    527:     </ul>
1.125     brad      528: </ul>
                    529:
                    530:
1.113     nick      531: <h4>Wireless Ethernet Adapters</h4>
1.7       grange    532:
                    533: <ul>
1.204     jsg       534: <li>ADMtek ADM8211 IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=amd64&amp;sektion=4">atw</a>) <sup>(A)</sup>
                    535: <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>) <sup>(A)</sup>
                    536: <li>Atheros IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=amd64&amp;sektion=4">ath</a>) <sup>(A)</sup>
                    537: <li>Atheros USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&amp;arch=amd64&amp;sektion=4">uath</a>) <sup>(G)</sup>
                    538: <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>) <sup>(G)</sup>
                    539: <li> Broadcom AirForce IEEE 802.11b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=amd64&amp;sektion=4">bwi</a>) <sup>(G)</sup>
                    540: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=amd64&amp;sektion=4">pgt</a>) <sup>(G)</sup>
                    541: <li>Conexant/Intersil Prism GT SoftMAC IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&amp;arch=amd64&amp;sektion=4">upgt</a>) <sup>(A)</sup>
1.135     jmc       542: <li>Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=amd64&amp;sektion=4">iwi</a>) <sup>(G)</sup>
1.189     johan     543: <li>Intel PRO/Wireless 3945ABG IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;arch=amd64&amp;sektion=4">wpi</a>) <sup>(G)</sup>
                    544: <li>Intel Wireless WiFi Link 4965AGN IEEE 802.11a/b/g/Draft-N PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;arch=amd64&amp;sektion=4">iwn</a>) <sup>(G)</sup>
1.204     jsg       545: <li>Marvell Libertas IEEE 802.11b/g PCI/CardBus/PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=amd64&amp;sektion=4">malo</a>) <sup>(G)</sup>
                    546: <li>Ralink Technology IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=amd64&amp;sektion=4">ral</a>) <sup>(A)</sup>
                    547: <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=amd64&amp;sektion=4">ural</a>) <sup>(A)</sup>
                    548: <li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=amd64&amp;sektion=4">rum</a>) <sup>(A)</sup>
                    549: <li>Raytheon Raylink/WebGear Aviator IEEE 802.11FH PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=amd64&amp;sektion=4">ray</a>) <sup>(G)</sup>
                    550: <li>Realtek RTL8180L IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=amd64&amp;sektion=4">rtw</a>) <sup>(A)</sup>
                    551: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=amd64&amp;sektion=4">acx</a>) <sup>(G)</sup>
                    552: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA/PCI/USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=amd64&amp;sektion=4">wi</a>) <sup>(A)</sup>
1.134     jmc       553: <li>Xircom CreditCard Netwave PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnw&amp;arch=amd64&amp;sektion=4">cnw</a>) <sup>(G)</sup>
1.204     jsg       554: <li>ZyDAS ZD1211/ZD1211B IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;arch=amd64&amp;sektion=4">zyd</a>) <sup>(G)</sup>
1.7       grange    555: </ul>
                    556:
1.113     nick      557: <h4>Gigabit Ethernet Adapters</h4>
1.7       grange    558:
                    559: <ul>
1.113     nick      560: <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    561:     <ul>
1.113     nick      562:     <li>3Com 3c985 and 3c985B
                    563:     <li>Alteon ACEnic V (fiber and copper)
1.7       grange    564:     <li>Digital EtherWORKS 1000SX
                    565:     <li>Farallon PN9000SX
1.113     nick      566:     <li>Netgear GA620 and GA620T
1.7       grange    567:     <li>SGI Tigon
                    568:     </ul>
                    569:
1.113     nick      570: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
                    571: based adapters
                    572: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
                    573: including:
                    574:     <ul>
                    575:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.117     brad      576:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.113     nick      577:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    578:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    579:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    580:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    581:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    582:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
                    583:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    584:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    585:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    586:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    587:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    588:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    589:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
                    590:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    591:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    592:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    593:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    594:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    595:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad      596:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange    597:     </ul>
                    598:
1.113     nick      599: <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    600:     <ul>
                    601:     <li>Addtron AEG320T
1.113     nick      602:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                    603:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
1.7       grange    604:     <li>D-Link DGE-500T
1.113     nick      605:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.7       grange    606:     <li>Netgear GA621
                    607:     <li>Netgear GA622T
                    608:     <li>SMC EZ Card 1000 (SMC9462TX)
                    609:     <li>Surecom Technology EP-320G-TX
1.94      grunk     610:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.7       grange    611:     </ul>
                    612:
1.113     nick      613: <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>
                    614: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
1.7       grange    615:     <ul>
                    616:     <li>SMC TigerCard 1000 (SMC9462SX)
                    617:     <li>D-Link DGE-500SX
                    618:     </ul>
                    619:
1.124     brad      620: <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    621:     <ul>
1.28      brad      622:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange    623:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad      624:     <li>3Com 3c996B-T (10/100/1000baseT)
1.113     nick      625:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    626:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    627:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    628:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    629:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    630:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    631:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
                    632:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad      633:     <li>Netgear GA302T (10/100/1000baseT)
                    634:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange    635:     <li>SysKonnect SK-9D41 (1000baseSX)
                    636:     </ul>
                    637:
1.124     brad      638: <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:
                    639:     <ul>
                    640:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                    641:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                    642:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                    643:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                    644:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                    645:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                    646:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                    647:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                    648:     </ul>
                    649:
1.113     nick      650: <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    651:     <ul>
1.70      brad      652:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    653:     <li>Antares Microsystems TC9021
1.207     jasper    654:     <li>Asus NX1101
1.70      brad      655:     <li>D-Link DGE-550T
1.7       grange    656:     </ul>
                    657:
1.113     nick      658: <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    659:     <ul>
                    660:     <li>SysKonnect SK-9821 (1000baseT)
                    661:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    662:     <li>SysKonnect SK-9841 (1000baseLX)
                    663:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    664:     <li>SysKonnect SK-9843 (1000baseSX)
                    665:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                    666:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                    667:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    668:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                    669:     <li>3Com 3c940 (1000baseT)
1.58      jmc       670:     <li>3Com 3c2000-T (1000baseT)
1.7       grange    671:     <li>Linksys EG1032v2 (1000baseT)
                    672:     <li>Linksys EG1064v2 (1000baseT)
                    673:     <li>D-Link DGE-530T (1000baseT)
                    674:     <li>SMC 9452TX (1000baseT)
                    675:     </ul>
1.18      pvalchev  676:
1.113     nick      677: <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  678:     <ul>
1.186     jdixon    679:     <li>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
1.34      jsg       680:     <li>Buffalo LGY-PCI-GT (8169S)
1.186     jdixon    681:     <li>Compaq Evo N1015v Integrated Ethernet (8139C+)
1.60      david     682:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin    683:     <li>D-Link DGE-528T (8169S)
1.186     jdixon    684:     <li>D-Link DGE-660TD (8169/8110SB)
1.113     nick      685:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad      686:     <li>LevelOne GNC-0105T (8169S)
1.78      brad      687:     <li>Linksys EG1032v3 (8169S)
1.186     jdixon    688:     <li>Netgear GA311 (8169S)
1.69      martin    689:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev  690:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin    691:     <li>Surecom EP-320G-TX1 (8169S)
1.186     jdixon    692:     <li>TTTech MC322 (8139C+)
1.69      martin    693:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev  694:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    695:     </ul>
1.44      pvalchev  696:
1.113     nick      697: <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  698:     <ul>
1.113     nick      699:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    700:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
1.44      pvalchev  701:     </ul>
1.7       grange    702: </ul>
                    703:
1.113     nick      704: <h4>Cryptography Accelerators</h4>
1.7       grange    705:
                    706: <ul>
1.113     nick      707: <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>)
                    708: <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>)
                    709: <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    710:     <ul>
1.113     nick      711:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    712:     <li>GTGI PowerCrypt Encryption Accelerator
1.7       grange    713:     <li>NetSec 7751
1.113     nick      714:     <li>Hifn 7751 and 9751 reference boards
1.7       grange    715:     <li>Invertex AEON
                    716:     </ul>
1.80      marco     717: <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    718: </ul>
                    719:
                    720: <a name="pcmcia"></a>
1.175     tom       721: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange    722:
                    723: <ul>
                    724: <li>ATA cards
1.113     nick      725:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a> <sup>(*)</sup>,
                    726:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                    727:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                    728:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange    729:     <ul>
1.113     nick      730:     <li>ATA/IDE card drives
                    731:     <li>ATA/IDE CD-ROM adapters
                    732:     <li>CF/ATA flash cards and disk drives
1.7       grange    733:     </ul>
                    734:
1.113     nick      735: <li>Ethernet adapters, including:
1.7       grange    736:     <ul>
1.113     nick      737:     <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    738:        <ul>
1.113     nick      739:        <li>3Com 3C556, 3C562
                    740:        <li>3Com 3C574TX, 3C[CX]FE574BT
                    741:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    742:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    743:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
1.7       grange    744:        </ul>
                    745:
1.113     nick      746:     <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    747:        <ul>
                    748:        <li>ADMtek AN985 Centaur-C CardBus
                    749:        <li>IBM EtherJet 10/100 CardBus
                    750:        <li>Linksys PCMPC200 CardBus 10/100
                    751:        <li>SMC EZ CardBus 10/100
1.113     nick      752:        <li>Xircom X3201 CardBus adapters, including RealPort models
1.7       grange    753:        </ul>
                    754:
1.113     nick      755:     <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    756:        <ul>
                    757:        <li>Intel PRO/100 CardBus II
                    758:        </ul>
                    759:
1.113     nick      760:     <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    761:        <ul>
1.113     nick      762:        <li>Accton EN2212, EN2216
1.7       grange    763:        <li>Allied Telesis LA-PCM
                    764:        <li>AmbiCom AMB8002T
                    765:        <li>Arowana FE
                    766:        <li>Belkin F5D5020
                    767:        <li>Billionton Systems LNT-10TN
1.49      matthieu  768:         <li>Billionton Systems CFLT2-10N
1.100     uwe       769:        <li>Buffalo LPC-CF-CLT
1.7       grange    770:        <li>CNet NE2000
                    771:        <li>Compex Linkport ENET-B
1.113     nick      772:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                    773:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
1.7       grange    774:        <li>Dayna CommuniCard E
                    775:        <li>Digital DEPCM-XX
                    776:        <li>Dual NE2000
                    777:        <li>Edimax NE2000
                    778:        <li>Genius ME 3000II SE
                    779:        <li>Grey Cell GCS2000 Gold II
1.113     nick      780:        <li>GVC NIC-2000p, NP0335
1.100     uwe       781:        <li>Hawking CF686TX
1.7       grange    782:        <li>Hawking PN650TX
1.113     nick      783:        <li>I-O DATA PCLA, PCLA/TE
1.7       grange    784:        <li>IC-Card
                    785:        <li>Kingston KNE-PC2
1.113     nick      786:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
1.7       grange    787:        <li>MACNICA ME1 for JEIDA
                    788:        <li>Melco LPC3-TX
                    789:        <li>National Semiconductor InfoMover
                    790:        <li>NDC Instant-Link
1.113     nick      791:        <li>Netgear FA410TX, FA410TXC, FA411
1.7       grange    792:        <li>Network Everywhere NP10T
                    793:        <li>New Media LiveWire 10/100
                    794:        <li>Planet SmartCom 2000
1.113     nick      795:        <li>Planex FNW-3600-T, FNW-3700-T
1.7       grange    796:        <li>Premax PE-200
1.113     nick      797:        <li>RPTI EP-400, EP-401
1.7       grange    798:        <li>Seiko Epson EN10B
1.113     nick      799:        <li>SMC EZCard, 8041
                    800:        <li>Socket Communications LP-CF, LP-E
                    801:        <li>SVEC PN650TX, ComboCard, LANCard
1.7       grange    802:        <li>Synergy S21810
                    803:        <li>Tamarack NE2000
1.100     uwe       804:        <li>Tamarack TC3299CE
1.113     nick      805:        <li>Telecom Device TCD-HPC100
1.100     uwe       806:        <li>TRENDnet TE-CF100
1.113     nick      807:        <li>Wisecom T210CT, iPort
1.7       grange    808:        <li>Xircom CFE-10
                    809:        </ul>
                    810:
1.113     nick      811:     <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    812:        <ul>
                    813:        <li>Accton MPX5030 CardBus
                    814:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod      815:        <li>D-Link DFE-690TXD
1.7       grange    816:        </ul>
                    817:
1.113     nick      818:     <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    819:        <ul>
1.113     nick      820:        <li>Megahertz XJEM1144, CC10BT
1.7       grange    821:        <li>SMC EtherEZ 8020BT
                    822:        </ul>
                    823:
1.113     nick      824:     <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    825:        <ul>
                    826:        <li>Xircom CreditCard CE2
                    827:        </ul>
                    828: </ul>
                    829:
1.113     nick      830: <li>PCMCIA controllers, including:
1.7       grange    831:     <ul>
1.113     nick      832:     <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    833:     </ul>
                    834:
1.113     nick      835: <li>SCSI host adapters, including:
1.7       grange    836:     <ul>
1.80      marco     837:     <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    838:     </ul>
                    839:
1.113     nick      840: <li>Serial ports, including:
1.7       grange    841:     <ul>
1.113     nick      842:     <li>Most modems, digital cellular modems, and serial cards should work.
                    843:     <li>AudioVOX GSM/GPRS modems
                    844:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
                    845:     <li>Siemens Connect2AIR GSM/GPRS modems
                    846:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.7       grange    847:     </ul>
                    848:
1.113     nick      849: <li>Wireless Ethernet adapters:
1.7       grange    850:     <ul>
1.113     nick      851:     <li>See above.
1.7       grange    852:     </ul>
                    853: </ul>
                    854:
1.113     nick      855: <h4>WAN adapters</h4>
1.102     brad      856:
                    857: <ul>
1.175     tom       858: <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>)
                    859: <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>)
1.102     brad      860: </ul>
                    861:
1.113     nick      862: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange    863:
                    864: <ul>
1.113     nick      865: <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>
                    866: <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>
                    867: <li>USB Ethernet adapters (
                    868: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
                    869: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
                    870: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
                    871: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
                    872: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                    873: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
                    874: see above <sup>(A)</sup>
                    875: <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>)
                    876: <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>
                    877: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                    878: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                    879: <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>
                    880: <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>
                    881: <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>
                    882: <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>
                    883: <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>
                    884: <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>
                    885: <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.210     jasper    886: <li>USB Video (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&amp;arch=amd64&amp;sektion=4">uvideo</a>)
1.7       grange    887: </ul>
                    888:
1.113     nick      889: <h4>Pointing Devices</h4>
1.7       grange    890:
                    891: <ul>
1.113     nick      892: <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>)
                    893: <li>Serial mice (uses serial port driver)
1.7       grange    894: </ul>
                    895:
1.113     nick      896: <h4>Sound Devices</h4>
1.7       grange    897:
                    898: <ul>
1.113     nick      899: <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     900: <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>
                    901: <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>
                    902: <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>
                    903: <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>
                    904: <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      905: <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>
                    906: <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>
                    907: <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>
                    908: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7) and 440MX, SiS 7012, AMD 768 and 8111, NVIDIA nForce/nForce2/nForce3/nForce4 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;arch=amd64&amp;sektion=4">auich</a>) <sup>(G)</sup>
1.158     jasper    909: <li>Intel 82801FB/GB/HB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;arch=amd64&amp;sektion=0">azalia</a>)
1.80      marco     910: <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>
                    911: <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      912: <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>
                    913: <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>
                    914: <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     915: <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    916: </ul>
                    917:
                    918: <p>
1.113     nick      919: The following driver has not been extensively tested:
1.7       grange    920: <ul>
1.80      marco     921: <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    922: </ul>
                    923:
1.113     nick      924: <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    925:
                    926: <ul>
1.113     nick      927: <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>
                    928: <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    929: </ul>
                    930:
1.113     nick      931: <h4>Miscellaneous Devices</h4>
1.7       grange    932:
                    933: <ul>
1.113     nick      934: <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    935:     <ul>
1.20      mickey    936:     <li>Animation Technologies FlyVideo
1.35      jsg       937:     <li>AOpen VA1000
1.20      mickey    938:     <li>Askey/Dynalink Magic TView
1.113     nick      939:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange    940:     <li>AverMedia cards
1.113     nick      941:     <li>Hauppauge Wincast TV and WinTV/PCI
1.7       grange    942:     <li>IMS TV Turbo
                    943:     <li>Intel Smart Video Recorder III
1.20      mickey    944:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg       945:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey    946:     <li>KISS TV/FM PCI
                    947:     <li>Leadtek Winfast TV 2000
1.7       grange    948:     <li>Miro PC TV
1.20      mickey    949:     <li>MMAC Osprey
                    950:     <li>NEC PK-UG-X017
1.113     nick      951:     <li>STB TV PCI Television Tuner
1.20      mickey    952:     <li>Terratec TerraTVplus
                    953:     <li>Video Highway XTreme
                    954:     <li>VideoLogic Captivator PCI
1.113     nick      955:     <li>Zoltrix TV and Genie TV/FM
1.7       grange    956:     </ul>
1.167     cnst      957: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.7       grange    958:     <ul>
1.191     cnst      959:     <li>AMD K8 embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kate&amp;arch=amd64&amp;sektion=4">kate</a>)
1.167     cnst      960:     <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&amp;arch=amd64&amp;sektion=4">adc</a>)
1.191     cnst      961:     <li>Analog Devices ADM1021, ADM1023 and ADM1032 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
1.167     cnst      962:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=amd64&amp;sektion=4">admlc</a>)
                    963:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    964:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=amd64&amp;sektion=4">admcts</a>)
                    965:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=amd64&amp;sektion=4">admtmp</a>)
                    966:     <li>Analog Devices ADM1031 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtt&amp;arch=amd64&amp;sektion=4">admtt</a>)
1.191     cnst      967:     <li>Analog Devices ADM9240 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                    968:     <li>Analog Devices ADT7460, ADT7465, ADT7475, ADT7476, ADT7477 and ADM1027 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=amd64&amp;sektion=4">adt</a>)
                    969:     <li>Andigilog aSC7611 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&amp;arch=amd64&amp;sektion=4">andl</a>)
                    970:     <li>Andigilog aSC7621 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&amp;arch=amd64&amp;sektion=4">adl</a>)
                    971:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
                    972:     <li>Dallas Semiconductor 1775 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                    973:     <li>Dallas Semiconductor 1780 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                    974:     <li>Genesys Logic GL523SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    975:     <li>Global Mixed-mode Technology G781 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    976:     <li>Intel Core embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;arch=amd64&amp;sektion=4">cpu</a>)
                    977:     <li>Intel Xeon embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    978:     <li>ITE IT8705F, IT8712F, IT8716F, IT8718F and IT8726F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
                    979:     <li>Maxim DS1617 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    980:     <li>Maxim DS1624, DS1631 and DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=amd64&amp;sektion=4">maxds</a>)
                    981:     <li>Maxim MAX6642, MAX6657, MAX6658, MAX6659 and MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=amd64&amp;sektion=4">maxtmp</a>)
1.167     cnst      982:     <li>National Semiconductor LM75, LM77 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                    983:     <li>National Semiconductor LM78, LM78-J, LM79 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
1.191     cnst      984:     <li>National Semiconductor LM81 and LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                    985:     <li>National Semiconductor LM85 and LM96000 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=amd64&amp;sektion=4">adt</a>)
                    986:     <li>National Semiconductor LM86, LM89, LM90, LM99 and LM99-1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=amd64&amp;sektion=4">maxtmp</a>)
                    987:     <li>National Semiconductor LM93 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&amp;arch=amd64&amp;sektion=4">lmn</a>)
                    988:     <li>Philips LM75A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                    989:     <li>Philips NE1619 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    990:     <li>SMSC 47m192 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    991:     <li>SMSC EMC6D10x and SCH5017 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=amd64&amp;sektion=4">adt</a>)
1.79      grange    992:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=amd64&amp;sektion=4">it</a>)
1.191     cnst      993:     <li>ThinkPad Active Protection System accelerometer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;arch=amd64&amp;sektion=4">aps</a>)
1.167     cnst      994:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>)
                    995:     <li>Winbond W83627HF, W83627THF, W83627DHG, W83627EHF, W83637HF, W83697HF, W83781D, W83782D, W83783S, W83791D and W83792D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
1.191     cnst      996:     <li>Winbond W83793G (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&amp;arch=amd64&amp;sektion=4">wbng</a>)
1.7       grange    997:     </ul>
1.8       deraadt   998: </ul>
1.7       grange    999:
1.18      pvalchev 1000: <p>
1.113     nick     1001: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1002: the GENERIC kernels, but are <b>not</b> included in the distribution cd-rom
                   1003: boot image or boot floppy.
1.80      marco    1004:
                   1005: <p>
1.113     nick     1006: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1007: the boot floppy, but are included in the cd-rom boot image.
1.80      marco    1008:
                   1009: <p>
1.113     nick     1010: <sup>(*)</sup> Support for devices marked with (*) is not included on the
                   1011: distribution media or in the GENERIC kernel, and will require you to compile
                   1012: a custom kernel to enable it.
1.80      marco    1013:
1.7       grange   1014: <hr>
1.4       deraadt  1015: <a name="install"></a>
                   1016: <h3><font color="#0000e0">
1.113     nick     1017: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt  1018: </font></h3>
                   1019:
                   1020: <p>
1.113     nick     1021: The latest supported OpenBSD/amd64 release is
1.206     miod     1022: <a href="44.html">OpenBSD 4.4</a>.
1.113     nick     1023: Here are the
1.206     miod     1024: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.4/amd64/INSTALL.amd64">
                   1025: OpenBSD/amd64 4.4 installation instructions
1.113     nick     1026: </a>.
1.15      david    1027:
                   1028: <p>
1.113     nick     1029: Snapshots are made available from time to time, in
                   1030: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1031: as well as in a few
                   1032: <a href="ftp.html">mirrors</a>.
                   1033: Here are the
1.4       deraadt  1034: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.113     nick     1035: OpenBSD/amd64 snapshot installation instructions
                   1036: </a> as well.
1.1       brad     1037:
                   1038: <p>
1.113     nick     1039: There are several installation media provided:
1.4       deraadt  1040: <ul>
1.113     nick     1041:   <li><strong>CD boot</strong>
1.17      deraadt  1042:   <br>
1.157     tom      1043:   The CD provides an <i>El Torito</i> no-emulation boot image
                   1044:   that includes almost all OpenBSD drivers.
1.113     nick     1045:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1046:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1047:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick     1048:   kernel configuration file.
1.206     miod     1049:   <li><strong>Floppy A</strong> (floppy44.fs)
1.17      deraadt  1050:   <br>
1.113     nick     1051:   This 1.44MB floppy image contains the most common drivers.
                   1052:   It is designed to cover the most typical PC. As a general rule, you will
                   1053:   find that the missing drivers are ones which need large microcodes to run,
                   1054:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                   1055:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1056:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick     1057:   kernel configuration file.
1.4       deraadt  1058: </ul>
1.1       brad     1059:
                   1060: <hr>
                   1061: <a href="plat.html">
1.113     nick     1062: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1063: </a>
1.1       brad     1064: <br>
                   1065: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1066: <br>
1.215   ! deraadt  1067: <small>$OpenBSD: amd64.html,v 1.214 2009/02/24 23:52:25 deraadt Exp $</small>
1.1       brad     1068:
                   1069: </body>
                   1070: </html>