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

Annotation of www/amd64.html, Revision 1.204

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.113     nick      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>), including: <sup>(A)</sup>
1.7       grange    324:     <ul>
1.50      jsg       325:     <li>3Com 3c460b
1.7       grange    326:     <li>Abocom UFE1000
                    327:     <li>Abocom DSB650TX
                    328:     <li>Accton USB320-EC
                    329:     <li>Accton SpeedStream Ethernet
                    330:     <li>Admtek Pegasus
                    331:     <li>Admtek Pegasus II
1.60      david     332:     <li>AEI USB Fast Ethernet
                    333:     <li>Allied Telesyn AT-USB100
                    334:     <li>ATEN UC-110T
1.50      jsg       335:     <li>Belkin USB to LAN
1.7       grange    336:     <li>Billionton Systems USB100
1.50      jsg       337:     <li>Billionton Systems USB100EL
                    338:     <li>Billionton Systems USB100LP
                    339:     <li>Billionton Systems USBE100
1.7       grange    340:     <li>Corega FEther USB-TX
1.50      jsg       341:     <li>Corega FEther USB-TXS
1.7       grange    342:     <li>D-Link DSB-650
                    343:     <li>D-Link DSB-650TX
                    344:     <li>D-Link DSB-650TX-PNA
1.60      david     345:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.50      jsg       346:     <li>Elecom LD-USB/TX
                    347:     <li>Elecom LD-USBL/TX
1.7       grange    348:     <li>Elsa Microlink USB2Ethernet
1.60      david     349:     <li>GIGABYTE GN-BR402W
1.50      jsg       350:     <li>Hawking UF100
                    351:     <li>HP HN210E
1.7       grange    352:     <li>I/O DATA USB ETTX
                    353:     <li>Kingston KNU101TX
1.50      jsg       354:     <li>Laneed LD-USBL/TX
1.101     jolan     355:     <li>Linksys USB100TX
                    356:     <li>Linksys USB100H1
                    357:     <li>Linksys USB10T
                    358:     <li>Linksys USB10TA
                    359:     <li>Linksys USB10TX
1.7       grange    360:     <li>Melco Inc. LUA-TX
1.50      jsg       361:     <li>Melco Inc. LUA2-TX
                    362:     <li>Microsoft MN110
1.60      david     363:     <li>Mobility EasiDock Ethernet
1.7       grange    364:     <li>Netgear FA101
1.60      david     365:     <li>Omnidirectional Control Technology USB TO Ethernet
1.7       grange    366:     <li>Siemens SpeedStream USB
                    367:     <li>Smartbridges smartNIC 2
1.75      jsg       368:     <li>SMC 2202USB/ETH
                    369:     <li>SMC 2206USB/ETH
1.7       grange    370:     <li>SOHOware NUB100
1.60      david     371:     <li>SOHOware NUB110
1.7       grange    372:     </ul>
                    373:
1.113     nick      374: <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    375:     <ul>
                    376:     <li>BOCALANcard/PCI
1.113     nick      377:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.7       grange    378:     </ul>
                    379:
1.113     nick      380: <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    381:     <ul>
                    382:     <li>CNet Pro110B
                    383:     <li>Alfa Inc. GFC2204
                    384:     </ul>
                    385:
1.113     nick      386: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>), including: <sup>(A)</sup>
1.50      jsg       387:     <ul>
1.60      david     388:     <li>ATEN UC210T
1.77      jsg       389:     <li>BAFO BF-320
1.60      david     390:     <li>Billionton Systems USB2AR
1.50      jsg       391:     <li>Buffalo(MELCO) LUA-U2-KTX
1.60      david     392:     <li>Corega FEther USB2-TX
1.50      jsg       393:     <li>D-Link DUB-E100
1.98      miod      394:     <li>Good Way GWUSB2E
1.60      david     395:     <li>Hawking UF200
1.50      jsg       396:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.60      david     397:     <li>JVC MP-PRX1
1.101     jolan     398:     <li>Linksys USB200M
1.50      jsg       399:     <li>Netgear FA120
1.60      david     400:     <li>Sitecom LN-029
1.77      jsg       401:     <li>SMC 2209USB/ETH
1.113     nick      402:     <li>SnapPort USB 2.0 LAN Adapter
1.50      jsg       403:     <li>ST Lab USB 2.0 Fast Ethernet
1.60      david     404:     <li>Surecom EP-1427X-2
1.50      jsg       405:     <li>System TALKS SGC-X2UL
1.60      david     406:     <li>TRENDnet TU2-ET100
1.77      jsg       407:     <li>Z-TEK ZK-R01-2
1.50      jsg       408:     </ul>
                    409:
1.113     nick      410: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>), including: <sup>(A)</sup>
1.7       grange    411:     <ul>
1.50      jsg       412:     <li>Belkin F5U111
1.113     nick      413:     <li>CATC Netmate and Netmate II
1.50      jsg       414:     <li>SmartBridges SmartLink
1.7       grange    415:     </ul>
                    416:
1.113     nick      417: <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    418:     <ul>
                    419:     <li>Jaton XpressNet
                    420:     </ul>
                    421:
1.113     nick      422: <li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>), including: <sup>(A)</sup>
1.32      mickey    423:     <ul>
                    424:     <li>Corega FEther USB-TXC
                    425:     </ul>
                    426:
1.113     nick      427: <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    428:     <ul>
1.113     nick      429:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    430:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.7       grange    431:     <li>Znyx ZX3<i>xx</i>
1.113     nick      432:     <li>Cogent EM100FX and EM440TX
1.7       grange    433:     <li>Digital PCI DE435
1.113     nick      434:     <li>D-Link DFE-570TX Quad port
1.7       grange    435:     </ul>
                    436:
1.113     nick      437: <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    438:    <ul>
                    439:    <li>Adaptec ANA-6944A
                    440:    <li>Cogent EM400
                    441:    <li>Compex 400TX
                    442:    <li>CompuShack Goldline Quattro
                    443:    <li>Phobos P430TX
                    444:    <li>Znyx ZX346
                    445:    </ul>
                    446:
1.113     nick      447: <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    448:     <ul>
                    449:     <li>Intel EtherExpress PRO/10+
1.113     nick      450:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
1.7       grange    451:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
1.113     nick      452:     <li>Intel EtherExpress PRO/100 Dual Port
                    453:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.7       grange    454:     </ul>
                    455:
1.113     nick      456: <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    457:
1.113     nick      458: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>), including: <sup>(A)</sup>
1.7       grange    459:     <ul>
1.50      jsg       460:     <li>3Com 3c19250
1.7       grange    461:     <li>3Com 3c460 HomeConnect
1.50      jsg       462:     <li>AboCom Systems URE450 Ethernet
1.7       grange    463:     <li>ADS Technologies USB-10BT
                    464:     <li>Aox USB101
1.50      jsg       465:     <li>Asante USB to Ethernet
                    466:     <li>ATen DSB-650C
1.7       grange    467:     <li>ATen UC10T
                    468:     <li>Corega USB-T
1.50      jsg       469:     <li>D-Link DSB-650C
                    470:     <li>Entrega NET-USB-E45
                    471:     <li>I/O Data USB-ET/T
                    472:     <li>Jaton USB XpressNet
1.7       grange    473:     <li>Kawasaki USB101
1.50      jsg       474:     <li>Kingston Ethernet
1.101     jolan     475:     <li>Linksys USB10T
1.50      jsg       476:     <li>Mobility Ethernet
1.7       grange    477:     <li>Netgear EA101
                    478:     <li>Peracom USB
1.50      jsg       479:     <li>Portgear Ethernet
                    480:     <li>Portsmith Express Ethernet
1.60      david     481:     <li>Psion Dacom Gold Port Ethernet
1.50      jsg       482:     <li>Shark Pocket Adapter
1.60      david     483:     <li>Silicom U2E
1.50      jsg       484:     <li>SMC 2102USB
                    485:     <li>SMC 2104USB
1.7       grange    486:     </ul>
                    487:
1.113     nick      488: <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    489:     <ul>
                    490:     <li>Kingston KNE110TX
1.101     jolan     491:     <li>Linksys LNE100TX
1.7       grange    492:     <li>Matrox Networks FastNIC 10/100
                    493:     <li>Netgear FA310TX
                    494:     </ul>
                    495:
1.113     nick      496: <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    497:     <ul>
                    498:     <li>Accton EN1217
                    499:     <li>Addtron AEF-320TX/AEF-330TX
                    500:     <li>CNet PRO1020A/B
                    501:     <li>Complex RL-100TX
                    502:     <li>NDC Communications SOHOware SFA110A
1.113     nick      503:     <li>SVEC PN102-TX Fast Ethernet card
1.7       grange    504:     </ul>
                    505:
1.113     nick      506: <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    507:
1.113     nick      508: <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    509:     <ul>
1.53      brad      510:     <li>Netgear FA311
                    511:     <li>Netgear FA312
                    512:     <li>Netgear FA331
1.7       grange    513:     </ul>
                    514:
1.113     nick      515: <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    516:
1.175     tom       517: <li>NVIDIA nForce MCP-based Fast Ethernet and Gigabit Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&amp;arch=amd64&amp;sektion=4">nfe</a>), including:
1.103     brad      518:     <ul>
                    519:     <li>nForce
                    520:     <li>nForce 2
                    521:     <li>nForce 3
                    522:     <li>CK804
                    523:     <li>MCP04
                    524:     <li>MCP51
                    525:     <li>MCP55
1.121     brad      526:     <li>MCP61
                    527:     <li>MCP65
1.103     brad      528:     </ul>
1.102     brad      529:
1.113     nick      530: <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    531:     <ul>
1.14      mickey    532:     <li>Accton MPX5030 CardBus
1.7       grange    533:     <li>Allied Telesyn AT2550
1.14      mickey    534:     <li>Corega FEther CB-TXD 10/100 Ethernet
1.113     nick      535:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.109     brad      536:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.7       grange    537:     <li>Genius GF100TXR
                    538:     <li>KTX-9130TX 10/100 Fast Ethernet
                    539:     <li>Longshine LCS-8038TX-R
1.14      mickey    540:     <li>NDC Communications NE100TX-E
1.118     jmc       541:     <li>Netgear FA311 v2
1.14      mickey    542:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.7       grange    543:     <li>Nortel BayStack 21
1.113     nick      544:     <li>OvisLink LEF-8129TX, LEF-8139TX
1.7       grange    545:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.94      grunk     546:     <li>TRENDnet TE100-PCBUSR CardBus
1.7       grange    547:     </ul>
                    548:
1.113     nick      549: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>), including:
1.7       grange    550:     <ul>
1.60      david     551:     <li>Abocom RTL8151
1.7       grange    552:     <li>GreenHouse GH-USB100B
1.113     nick      553:     <li>GreenHouse GH-USB100B with HomePNA
1.7       grange    554:     <li>Linksys USB100M
1.60      david     555:     <li>Longshine LCS-8138TX
1.50      jsg       556:     <li>Melco Inc. LUA-KTX
1.60      david     557:     <li>Micronet SP128AR
1.50      jsg       558:     <li>SMC 2208USB/ETH
1.94      grunk     559:     <li>TRENDnet TU-ET100C
1.50      jsg       560:     <li>Zt USB10/100
1.7       grange    561:     </ul>
                    562:
1.113     nick      563: <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    564:     <ul>
                    565:     <li>Mototech ME313
                    566:     <li>NetSurf NS-KFE30D
                    567:     </ul>
                    568:
1.113     nick      569: <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    570:     <ul>
                    571:     <li>Fast Ethernet
                    572:     <li>Quad Fast Ethernet
                    573:     </ul>
                    574:
1.113     nick      575: <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    576:     <ul>
1.113     nick      577:     <li>Compaq Netelligent PCI Adapters
1.7       grange    578:     <li>Compaq NetFlex 3/P
1.113     nick      579:     <li>Compaq Deskpro integrated adapter
                    580:     <li>Compaq Prosignia integrated adapter
                    581:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    582:     <li>Racore 8165 and 8148
                    583:     <li>TI ThunderLAN adapters
1.7       grange    584:     </ul>
                    585:
1.197     otto      586: <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    587:     <ul>
                    588:     <li>Addtron AEF-360TX
                    589:     <li>Hawking PN102TX
                    590:     <li>D-Link DFE530TX
                    591:     </ul>
                    592:
1.113     nick      593: <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    594:     <ul>
1.94      grunk     595:     <li>TRENDnet TE100-PCIE
1.7       grange    596:     <li>Compex RL100-ATX 10/100
                    597:     </ul>
                    598: </ul>
1.113     nick      599: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    600: not recommend using them, but your mileage may vary.
1.7       grange    601:
1.125     brad      602: <h4>10Gb Ethernet Adapters</h4>
                    603:
                    604: <ul>
                    605: <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    606:     <ul>
                    607:     <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
1.125     brad      608:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                    609:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                    610:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                    611:     </ul>
                    612:
                    613:
                    614: <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    615:     <ul>
                    616:     <li>HP AB287A 10 Gigabit Ethernet Adapter
1.125     brad      617:     <li>IBM 10GbE SR Server Adapter
                    618:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                    619:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                    620:     <li>Neterion Xframe
                    621:     <li>Neterion Xframe II
                    622:     <li>Neterion Xframe II Sun Fire
                    623:     <li>Neterion Xframe E
                    624:     <li>SGI 10 Gigabit Ethernet Network Adapter
                    625:     </ul>
1.171     nick      626:
                    627: <li>Tehuti Networks 10Gb based PCI adapters
                    628: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
                    629: including: <sup>(G)</sup>
                    630:     <ul>
                    631:     <li>TN3017-S 10 GbE Single Port XAUI Server Controller
                    632:     <li>TN3017-D 10 GbE Dual Port XAUI Server Controller
                    633:     <li>TN7581-D 10 GbE Dual XFP Server Adapter
                    634:     <li>TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter
                    635:     <li>TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter
                    636:     <li>TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter
                    637:     <li>TN7589-S 10 GbE Single CX4 Low Profile Server Adapter
                    638:     </ul>
1.125     brad      639: </ul>
                    640:
                    641:
1.113     nick      642: <h4>Wireless Ethernet Adapters</h4>
1.7       grange    643:
                    644: <ul>
1.204   ! jsg       645: <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>
        !           646: <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>
        !           647: <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>
        !           648: <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>
        !           649: <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>
        !           650: <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>
        !           651: <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>
        !           652: <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       653: <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     654: <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>
                    655: <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       656: <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>
        !           657: <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>
        !           658: <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>
        !           659: <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>
        !           660: <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>
        !           661: <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>
        !           662: <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>
        !           663: <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       664: <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       665: <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    666: </ul>
                    667:
1.113     nick      668: <h4>Gigabit Ethernet Adapters</h4>
1.7       grange    669:
                    670: <ul>
1.113     nick      671: <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    672:     <ul>
1.113     nick      673:     <li>3Com 3c985 and 3c985B
                    674:     <li>Alteon ACEnic V (fiber and copper)
1.7       grange    675:     <li>Digital EtherWORKS 1000SX
                    676:     <li>Farallon PN9000SX
1.113     nick      677:     <li>Netgear GA620 and GA620T
1.7       grange    678:     <li>SGI Tigon
                    679:     </ul>
                    680:
1.113     nick      681: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
                    682: based adapters
                    683: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>),
                    684: including:
                    685:     <ul>
                    686:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.117     brad      687:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.113     nick      688:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    689:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    690:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    691:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    692:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    693:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
                    694:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    695:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    696:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    697:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    698:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    699:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    700:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
                    701:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    702:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    703:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    704:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    705:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    706:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.29      brad      707:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.7       grange    708:     </ul>
                    709:
1.113     nick      710: <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    711:     <ul>
                    712:     <li>Addtron AEG320T
1.113     nick      713:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                    714:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
1.7       grange    715:     <li>D-Link DGE-500T
1.113     nick      716:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.7       grange    717:     <li>Netgear GA621
                    718:     <li>Netgear GA622T
                    719:     <li>SMC EZ Card 1000 (SMC9462TX)
                    720:     <li>Surecom Technology EP-320G-TX
1.94      grunk     721:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.7       grange    722:     </ul>
                    723:
1.113     nick      724: <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>
                    725: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
1.7       grange    726:     <ul>
                    727:     <li>SMC TigerCard 1000 (SMC9462SX)
                    728:     <li>D-Link DGE-500SX
                    729:     </ul>
                    730:
1.124     brad      731: <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    732:     <ul>
1.28      brad      733:     <li>3Com 3c996-T (10/100/1000baseT)
1.7       grange    734:     <li>3Com 3c996-SX (1000baseSX)
1.28      brad      735:     <li>3Com 3c996B-T (10/100/1000baseT)
1.113     nick      736:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    737:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    738:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    739:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    740:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
                    741:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
                    742:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
                    743:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.28      brad      744:     <li>Netgear GA302T (10/100/1000baseT)
                    745:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.7       grange    746:     <li>SysKonnect SK-9D41 (1000baseSX)
                    747:     </ul>
                    748:
1.124     brad      749: <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:
                    750:     <ul>
                    751:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                    752:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                    753:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                    754:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                    755:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                    756:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                    757:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                    758:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                    759:     </ul>
                    760:
1.113     nick      761: <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    762:     <ul>
1.70      brad      763:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    764:     <li>Antares Microsystems TC9021
                    765:     <li>D-Link DGE-550T
1.7       grange    766:     </ul>
                    767:
1.113     nick      768: <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    769:     <ul>
                    770:     <li>SysKonnect SK-9821 (1000baseT)
                    771:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    772:     <li>SysKonnect SK-9841 (1000baseLX)
                    773:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    774:     <li>SysKonnect SK-9843 (1000baseSX)
                    775:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                    776:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                    777:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    778:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                    779:     <li>3Com 3c940 (1000baseT)
1.58      jmc       780:     <li>3Com 3c2000-T (1000baseT)
1.7       grange    781:     <li>Linksys EG1032v2 (1000baseT)
                    782:     <li>Linksys EG1064v2 (1000baseT)
                    783:     <li>D-Link DGE-530T (1000baseT)
                    784:     <li>SMC 9452TX (1000baseT)
                    785:     </ul>
1.18      pvalchev  786:
1.113     nick      787: <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  788:     <ul>
1.186     jdixon    789:     <li>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
1.34      jsg       790:     <li>Buffalo LGY-PCI-GT (8169S)
1.186     jdixon    791:     <li>Compaq Evo N1015v Integrated Ethernet (8139C+)
1.60      david     792:     <li>Corega CG-LAPCIGT (8169S)
1.69      martin    793:     <li>D-Link DGE-528T (8169S)
1.186     jdixon    794:     <li>D-Link DGE-660TD (8169/8110SB)
1.113     nick      795:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.71      brad      796:     <li>LevelOne GNC-0105T (8169S)
1.78      brad      797:     <li>Linksys EG1032v3 (8169S)
1.186     jdixon    798:     <li>Netgear GA311 (8169S)
1.69      martin    799:     <li>Netgear GA511 PC Card (8169)
1.18      pvalchev  800:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.69      martin    801:     <li>Surecom EP-320G-TX1 (8169S)
1.186     jdixon    802:     <li>TTTech MC322 (8139C+)
1.69      martin    803:     <li>US Robotics USR997902 (8169S)
1.18      pvalchev  804:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    805:     </ul>
1.44      pvalchev  806:
1.113     nick      807: <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  808:     <ul>
1.113     nick      809:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    810:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
1.44      pvalchev  811:     </ul>
1.7       grange    812: </ul>
                    813:
1.113     nick      814: <h4>Cryptography Accelerators</h4>
1.7       grange    815:
                    816: <ul>
1.113     nick      817: <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>)
                    818: <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>)
                    819: <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    820:     <ul>
1.113     nick      821:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    822:     <li>GTGI PowerCrypt Encryption Accelerator
1.7       grange    823:     <li>NetSec 7751
1.113     nick      824:     <li>Hifn 7751 and 9751 reference boards
1.7       grange    825:     <li>Invertex AEON
                    826:     </ul>
1.80      marco     827: <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    828: </ul>
                    829:
                    830: <a name="pcmcia"></a>
1.175     tom       831: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange    832:
                    833: <ul>
                    834: <li>ATA cards
1.113     nick      835:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a> <sup>(*)</sup>,
                    836:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                    837:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                    838:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange    839:     <ul>
1.113     nick      840:     <li>ATA/IDE card drives
                    841:     <li>ATA/IDE CD-ROM adapters
                    842:     <li>CF/ATA flash cards and disk drives
1.7       grange    843:     </ul>
                    844:
1.113     nick      845: <li>Ethernet adapters, including:
1.7       grange    846:     <ul>
1.113     nick      847:     <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    848:        <ul>
1.113     nick      849:        <li>3Com 3C556, 3C562
                    850:        <li>3Com 3C574TX, 3C[CX]FE574BT
                    851:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    852:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    853:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
1.7       grange    854:        </ul>
                    855:
1.113     nick      856:     <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    857:        <ul>
                    858:        <li>ADMtek AN985 Centaur-C CardBus
                    859:        <li>IBM EtherJet 10/100 CardBus
                    860:        <li>Linksys PCMPC200 CardBus 10/100
                    861:        <li>SMC EZ CardBus 10/100
1.113     nick      862:        <li>Xircom X3201 CardBus adapters, including RealPort models
1.7       grange    863:        </ul>
                    864:
1.113     nick      865:     <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    866:        <ul>
                    867:        <li>Intel PRO/100 CardBus II
                    868:        </ul>
                    869:
1.113     nick      870:     <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    871:        <ul>
1.113     nick      872:        <li>Accton EN2212, EN2216
1.7       grange    873:        <li>Allied Telesis LA-PCM
                    874:        <li>AmbiCom AMB8002T
                    875:        <li>Arowana FE
                    876:        <li>Belkin F5D5020
                    877:        <li>Billionton Systems LNT-10TN
1.49      matthieu  878:         <li>Billionton Systems CFLT2-10N
1.100     uwe       879:        <li>Buffalo LPC-CF-CLT
1.7       grange    880:        <li>CNet NE2000
                    881:        <li>Compex Linkport ENET-B
1.113     nick      882:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                    883:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
1.7       grange    884:        <li>Dayna CommuniCard E
                    885:        <li>Digital DEPCM-XX
                    886:        <li>Dual NE2000
                    887:        <li>Edimax NE2000
                    888:        <li>Genius ME 3000II SE
                    889:        <li>Grey Cell GCS2000 Gold II
1.113     nick      890:        <li>GVC NIC-2000p, NP0335
1.100     uwe       891:        <li>Hawking CF686TX
1.7       grange    892:        <li>Hawking PN650TX
1.113     nick      893:        <li>I-O DATA PCLA, PCLA/TE
1.7       grange    894:        <li>IC-Card
                    895:        <li>Kingston KNE-PC2
1.113     nick      896:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
1.7       grange    897:        <li>MACNICA ME1 for JEIDA
                    898:        <li>Melco LPC3-TX
                    899:        <li>National Semiconductor InfoMover
                    900:        <li>NDC Instant-Link
1.113     nick      901:        <li>Netgear FA410TX, FA410TXC, FA411
1.7       grange    902:        <li>Network Everywhere NP10T
                    903:        <li>New Media LiveWire 10/100
                    904:        <li>Planet SmartCom 2000
1.113     nick      905:        <li>Planex FNW-3600-T, FNW-3700-T
1.7       grange    906:        <li>Premax PE-200
1.113     nick      907:        <li>RPTI EP-400, EP-401
1.7       grange    908:        <li>Seiko Epson EN10B
1.113     nick      909:        <li>SMC EZCard, 8041
                    910:        <li>Socket Communications LP-CF, LP-E
                    911:        <li>SVEC PN650TX, ComboCard, LANCard
1.7       grange    912:        <li>Synergy S21810
                    913:        <li>Tamarack NE2000
1.100     uwe       914:        <li>Tamarack TC3299CE
1.113     nick      915:        <li>Telecom Device TCD-HPC100
1.100     uwe       916:        <li>TRENDnet TE-CF100
1.113     nick      917:        <li>Wisecom T210CT, iPort
1.7       grange    918:        <li>Xircom CFE-10
                    919:        </ul>
                    920:
1.113     nick      921:     <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    922:        <ul>
                    923:        <li>Accton MPX5030 CardBus
                    924:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12      miod      925:        <li>D-Link DFE-690TXD
1.7       grange    926:        </ul>
                    927:
1.113     nick      928:     <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    929:        <ul>
1.113     nick      930:        <li>Megahertz XJEM1144, CC10BT
1.7       grange    931:        <li>SMC EtherEZ 8020BT
                    932:        </ul>
                    933:
1.113     nick      934:     <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    935:        <ul>
                    936:        <li>Xircom CreditCard CE2
                    937:        </ul>
                    938: </ul>
                    939:
1.113     nick      940: <li>PCMCIA controllers, including:
1.7       grange    941:     <ul>
1.113     nick      942:     <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    943:     </ul>
                    944:
1.113     nick      945: <li>SCSI host adapters, including:
1.7       grange    946:     <ul>
1.80      marco     947:     <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    948:     </ul>
                    949:
1.113     nick      950: <li>Serial ports, including:
1.7       grange    951:     <ul>
1.113     nick      952:     <li>Most modems, digital cellular modems, and serial cards should work.
                    953:     <li>AudioVOX GSM/GPRS modems
                    954:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
                    955:     <li>Siemens Connect2AIR GSM/GPRS modems
                    956:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.7       grange    957:     </ul>
                    958:
1.113     nick      959: <li>Wireless Ethernet adapters:
1.7       grange    960:     <ul>
1.113     nick      961:     <li>See above.
1.7       grange    962:     </ul>
                    963: </ul>
                    964:
1.113     nick      965: <h4>WAN adapters</h4>
1.102     brad      966:
                    967: <ul>
1.175     tom       968: <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>)
                    969: <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      970: </ul>
                    971:
1.113     nick      972: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange    973:
                    974: <ul>
1.113     nick      975: <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>
                    976: <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>
                    977: <li>USB Ethernet adapters (
                    978: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
                    979: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
                    980: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
                    981: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
                    982: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                    983: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
                    984: see above <sup>(A)</sup>
                    985: <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>)
                    986: <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>
                    987: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                    988: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                    989: <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>
                    990: <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>
                    991: <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>
                    992: <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>
                    993: <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>
                    994: <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>
                    995: <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    996: </ul>
                    997:
1.113     nick      998: <h4>Pointing Devices</h4>
1.7       grange    999:
                   1000: <ul>
1.113     nick     1001: <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>)
                   1002: <li>Serial mice (uses serial port driver)
1.7       grange   1003: </ul>
                   1004:
1.113     nick     1005: <h4>Sound Devices</h4>
1.7       grange   1006:
                   1007: <ul>
1.113     nick     1008: <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    1009: <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>
                   1010: <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>
                   1011: <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>
                   1012: <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>
                   1013: <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     1014: <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>
                   1015: <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>
                   1016: <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>
                   1017: <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   1018: <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    1019: <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>
                   1020: <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     1021: <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>
                   1022: <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>
                   1023: <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    1024: <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   1025: </ul>
                   1026:
                   1027: <p>
1.113     nick     1028: The following driver has not been extensively tested:
1.7       grange   1029: <ul>
1.80      marco    1030: <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   1031: </ul>
                   1032:
1.113     nick     1033: <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   1034:
                   1035: <ul>
1.113     nick     1036: <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>
                   1037: <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   1038: </ul>
                   1039:
1.113     nick     1040: <h4>Miscellaneous Devices</h4>
1.7       grange   1041:
                   1042: <ul>
1.113     nick     1043: <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   1044:     <ul>
1.20      mickey   1045:     <li>Animation Technologies FlyVideo
1.35      jsg      1046:     <li>AOpen VA1000
1.20      mickey   1047:     <li>Askey/Dynalink Magic TView
1.113     nick     1048:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange   1049:     <li>AverMedia cards
1.113     nick     1050:     <li>Hauppauge Wincast TV and WinTV/PCI
1.7       grange   1051:     <li>IMS TV Turbo
                   1052:     <li>Intel Smart Video Recorder III
1.20      mickey   1053:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg      1054:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey   1055:     <li>KISS TV/FM PCI
                   1056:     <li>Leadtek Winfast TV 2000
1.7       grange   1057:     <li>Miro PC TV
1.20      mickey   1058:     <li>MMAC Osprey
                   1059:     <li>NEC PK-UG-X017
1.113     nick     1060:     <li>STB TV PCI Television Tuner
1.20      mickey   1061:     <li>Terratec TerraTVplus
                   1062:     <li>Video Highway XTreme
                   1063:     <li>VideoLogic Captivator PCI
1.113     nick     1064:     <li>Zoltrix TV and Genie TV/FM
1.7       grange   1065:     </ul>
1.167     cnst     1066: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.7       grange   1067:     <ul>
1.191     cnst     1068:     <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     1069:     <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     1070:     <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     1071:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=amd64&amp;sektion=4">admlc</a>)
                   1072:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                   1073:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=amd64&amp;sektion=4">admcts</a>)
                   1074:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=amd64&amp;sektion=4">admtmp</a>)
                   1075:     <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     1076:     <li>Analog Devices ADM9240 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                   1077:     <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>)
                   1078:     <li>Andigilog aSC7611 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&amp;arch=amd64&amp;sektion=4">andl</a>)
                   1079:     <li>Andigilog aSC7621 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&amp;arch=amd64&amp;sektion=4">adl</a>)
                   1080:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
                   1081:     <li>Dallas Semiconductor 1775 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                   1082:     <li>Dallas Semiconductor 1780 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                   1083:     <li>Genesys Logic GL523SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                   1084:     <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>)
                   1085:     <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>)
                   1086:     <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>)
                   1087:     <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>)
                   1088:     <li>Maxim DS1617 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                   1089:     <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>)
                   1090:     <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     1091:     <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>)
                   1092:     <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     1093:     <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>)
                   1094:     <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>)
                   1095:     <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>)
                   1096:     <li>National Semiconductor LM93 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&amp;arch=amd64&amp;sektion=4">lmn</a>)
                   1097:     <li>Philips LM75A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                   1098:     <li>Philips NE1619 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                   1099:     <li>SMSC 47m192 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                   1100:     <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   1101:     <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     1102:     <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     1103:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>)
                   1104:     <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     1105:     <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   1106:     </ul>
1.8       deraadt  1107: </ul>
1.7       grange   1108:
1.18      pvalchev 1109: <p>
1.113     nick     1110: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1111: the GENERIC kernels, but are <b>not</b> included in the distribution cd-rom
                   1112: boot image or boot floppy.
1.80      marco    1113:
                   1114: <p>
1.113     nick     1115: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1116: the boot floppy, but are included in the cd-rom boot image.
1.80      marco    1117:
                   1118: <p>
1.113     nick     1119: <sup>(*)</sup> Support for devices marked with (*) is not included on the
                   1120: distribution media or in the GENERIC kernel, and will require you to compile
                   1121: a custom kernel to enable it.
1.80      marco    1122:
1.7       grange   1123: <hr>
1.4       deraadt  1124: <a name="install"></a>
                   1125: <h3><font color="#0000e0">
1.113     nick     1126: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt  1127: </font></h3>
                   1128:
                   1129: <p>
1.113     nick     1130: The latest supported OpenBSD/amd64 release is
1.192     steven   1131: <a href="43.html">OpenBSD 4.3</a>.
1.113     nick     1132: Here are the
1.192     steven   1133: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.3/amd64/INSTALL.amd64">
                   1134: OpenBSD/amd64 4.3 installation instructions
1.113     nick     1135: </a>.
1.15      david    1136:
                   1137: <p>
1.113     nick     1138: Snapshots are made available from time to time, in
                   1139: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1140: as well as in a few
                   1141: <a href="ftp.html">mirrors</a>.
                   1142: Here are the
1.4       deraadt  1143: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.113     nick     1144: OpenBSD/amd64 snapshot installation instructions
                   1145: </a> as well.
1.1       brad     1146:
                   1147: <p>
1.113     nick     1148: There are several installation media provided:
1.4       deraadt  1149: <ul>
1.113     nick     1150:   <li><strong>CD boot</strong>
1.17      deraadt  1151:   <br>
1.157     tom      1152:   The CD provides an <i>El Torito</i> no-emulation boot image
                   1153:   that includes almost all OpenBSD drivers.
1.113     nick     1154:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1155:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1156:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick     1157:   kernel configuration file.
1.192     steven   1158:   <li><strong>Floppy A</strong> (floppy43.fs)
1.17      deraadt  1159:   <br>
1.113     nick     1160:   This 1.44MB floppy image contains the most common drivers.
                   1161:   It is designed to cover the most typical PC. As a general rule, you will
                   1162:   find that the missing drivers are ones which need large microcodes to run,
                   1163:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                   1164:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt  1165:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick     1166:   kernel configuration file.
1.4       deraadt  1167: </ul>
1.1       brad     1168:
                   1169: <hr>
                   1170: <a href="plat.html">
1.113     nick     1171: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange   1172: </a>
1.1       brad     1173: <br>
                   1174: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1175: <br>
1.204   ! jsg      1176: <small>$OpenBSD: amd64.html,v 1.203 2008/09/11 05:25:08 jmc Exp $</small>
1.1       brad     1177:
                   1178: </body>
                   1179: </html>