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

Annotation of www/amd64.html, Revision 1.205

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