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

Annotation of www/amd64.html, Revision 1.228

1.1       brad        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/amd64</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
1.113     nick        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       brad        8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/amd64 page">
                     10: <meta name="keywords" content="openbsd,amd64">
                     11: <meta name="distribution" content="global">
1.208     sthen      12: <meta name="copyright" content="This document copyright 2003-2009 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.113     nick       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.13      krw        17:
1.1       brad       18: <h2><font color="#e00000">OpenBSD/amd64</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.113     nick       23: OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
1.182     deraadt    24: It also runs on processors made by other manufacturers which have cloned
                     25: the AMD64 extensions.  (Some Intel processors lack support for important
                     26: PAE NX bit, which means those machines will run without any W^X support --
                     27: it is thus safer to run those machines in i386 mode).
1.5       deraadt    28: <p>
1.113     nick       29: Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
                     30: processors, but in 32-bit mode.
1.1       brad       31:
1.211     deraadt    32: <p>
                     33: X Window System support is available for most graphics cards, using
                     34: the X.Org server.  As with other free operating systems it is highly recommended
1.214     deraadt    35: that Nvidia cards are avoided since this vendor continues to show tremendous
1.212     deraadt    36: resistance towards releasing information that would allow X.Org to support their
1.213     jasper     37: hardware properly.
1.211     deraadt    38:
1.163     nick       39: <a name="toc"></a>
1.113     nick       40: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.13      krw        41:
1.4       deraadt    42: <ul>
1.113     nick       43:   <li><a href="#status">Current status</a>
                     44:   <li><a href="#hardware">Supported hardware</a>
                     45:   <li><a href="#install">Getting and installing OpenBSD/amd64</a>
1.4       deraadt    46: </ul>
                     47:
                     48: <hr>
                     49: <a name="status"></a>
1.113     nick       50: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.4       deraadt    51:
                     52: <p>
1.113     nick       53: The only major shortcoming at this time is that the kernel debugger
1.13      krw        54: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;arch=amd64&amp;sektion=4">ddb</a>
1.113     nick       55: is somewhat poor.
1.4       deraadt    56:
                     57: <hr>
1.7       grange     58: <a name="hardware"></a>
1.113     nick       59: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.7       grange     60:
1.113     nick       61: <h4>Processors</h4>
1.7       grange     62:
                     63: <p>
1.113     nick       64: All versions of the AMD Athlon 64 processors and their clones are
                     65: supported.
1.19      krw        66:
1.113     nick       67: <h4>SMP support</h4>
                     68: Starting with OpenBSD 3.6, OpenBSD/amd64 supports most SMP
                     69: (Symmetrical MultiProcessor) systems.
                     70: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
                     71: included with the installation file sets.
1.7       grange     72:
                     73: <p>
1.113     nick       74: As this is a new feature, developers will want to see what hardware does
                     75: and doesn't work when running SMP, so it is even more important to
                     76: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.7       grange     77:
1.113     nick       78: <h4>Buses</h4>
1.7       grange     79:
                     80: <ul>
1.113     nick       81: <li>All standard PCI bus bridges
1.175     tom        82: <li>16-Bit PCMCIA PC Cards
                     83: <li>32-Bit CardBus PC Cards
1.7       grange     84: <li>Universal Serial Bus (USB)
                     85: </ul>
                     86:
1.113     nick       87: <h4>Bus interfaces</h4>
1.7       grange     88:
                     89: <ul>
1.113     nick       90:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.175     tom        91:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=amd64&amp;sektion=4">cbb</a>)
1.7       grange     92: </ul>
                     93:
1.113     nick       94: <h4>Entropy sources</h4>
1.7       grange     95:
                     96: <ul>
1.113     nick       97:   <li>Interrupt latency collection from many devices
1.7       grange     98: </ul>
                     99:
1.113     nick      100: <h4>Floppy controllers</h4>
1.93      deraadt   101:
1.113     nick      102: <h4>All PCI IDE
                    103: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=amd64&amp;sektion=4">pciide</a>)
                    104: adapters supported by the <a href="i386.html">i386</a> platform</h4>
1.38      grange    105:
1.113     nick      106: <h4>SCSI Host Adapters</h4>
1.7       grange    107:
                    108: <ul>
1.113     nick      109:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    110:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    111:     adapters
                    112:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=amd64&amp;sektion=4">ahc</a>)
                    113:     including the Adaptec cards
1.13      krw       114:     <ul>
1.113     nick      115:       <li>AHA-2910, AHA-2915
1.13      krw       116:       <li>AHA-2920
1.113     nick      117:       <li>AHA-2930[C,U2]
                    118:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    119:       <li>AHA-2950[U2W,U2B]
                    120:       <li>AHA-3940[U,AU,UW,AUW,U2W]
1.13      krw       121:       <li>AHA-3950U2
                    122:       <li>AHA-3960
                    123:       <li>AHA-3985
                    124:       <li>AHA-4944UW
                    125:       <li>AHA-19160B
1.113     nick      126:       <li>AHA-29160[B,N]
1.13      krw       127:       <li>AHA-39160
                    128:     </ul>
1.113     nick      129:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    130:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=amd64&amp;sektion=4">ahd</a>)
                    131:     including the Adaptec cards <sup>(A)</sup>
1.47      krw       132:     <ul>
                    133:       <li>AHA-29320
                    134:       <li>AHA-39320
                    135:     </ul>
1.113     nick      136:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    137:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
1.13      krw       138:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=amd64&amp;sektion=4"
1.113     nick      139:     >adw</a>) <sup>(A)</sup>
                    140:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
1.13      krw       141:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=amd64&amp;sektion=4"
1.113     nick      142:      >pcscp</a>)
1.227     jsg       143:   <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    144:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=amd64&amp;sektion=4"
                    145:     >mpi</a>)
                    146:     <ul>
                    147:       <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    148:       <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    149:       <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E,
                    150:       <li>LSISAS8208ELP, LSISAS8208XLP
                    151:     </ul>
                    152:     <li>These chipsets can be found on the following controllers:
                    153:     <ul>
                    154:       <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    155:       <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    156:       <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    157:       <li>A7173A, AB290A
                    158:       <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    159:       <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    160:       <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    161:       <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    162:       <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    163:       <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
1.13      krw       164:     </ul>
1.226     jsg       165:   <li>LSI Logic LSISAS2008 Fusion-MPT II
                    166:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;arch=amd64&amp;sektion=4"
                    167:     >mpii</a>)
1.113     nick      168:   <li>QLogic PCI host adapters
1.13      krw       169:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=amd64&amp;sektion=4"
                    170:     >isp</a>)
1.113     nick      171:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    172:     adapters including generic cards, old ASUS cards, the DTC-3130
                    173:     series, and Diamond Fireport series
1.13      krw       174:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=amd64&amp;sektion=4"
1.113     nick      175:     >siop</a>) <sup>(G)</sup>
1.7       grange    176: </ul>
                    177:
1.113     nick      178: <h4>RAID and Cache Controllers</h4>
1.7       grange    179:
                    180: <ul>
1.113     nick      181: <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>)
                    182: <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>)
                    183: <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    184: <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     185: <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      186: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    187:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=amd64&amp;sektion=4">arc</a>), <sup>(A)</sup>
                    188:    including:
                    189:     <ul>
                    190:     <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    191:     <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    192:     <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    193:     <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    194:     <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    195:     <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    196:     <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    197:     <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    198:     <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    199:     <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    200:     <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    201:     <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    202:     <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    203:     <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    204:     <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    205:     <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    206:     <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    207:     <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    208:     <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    209:     </ul>
1.209     grange    210: <li>IBM SATA/SCSI ServeRAID controllers
                    211:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;arch=amd64&amp;sektion=4">ips</a>), <sup>(A)</sup>
                    212:    including:
                    213:     <ul>
                    214:     <li>ServeRAID 3H/3HB/3L
                    215:     <li>ServeRAID 4H/4L/4Lx/4M/4Mx
                    216:     <li>ServeRAID 5i/5i II
                    217:     <li>ServeRAID 6i/6M
                    218:     <li>ServeRAID 7k/7M/7t
                    219:     </ul>
1.7       grange    220: </ul>
                    221:
1.113     nick      222: <h4>CD-ROM and DVD-ROM Drives</h4>
1.7       grange    223:
                    224: <ul>
1.113     nick      225: <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>)
                    226: <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    227: </ul>
                    228:
1.113     nick      229: <h4>Tape Drives</h4>
1.7       grange    230:
                    231: <ul>
1.113     nick      232: <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>)
                    233: <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    234: </ul>
                    235:
1.113     nick      236: <h4>Display Adapters</h4>
1.7       grange    237:
                    238: <ul>
1.113     nick      239:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.13      krw       240: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=amd64&amp;sektion=4">vga</a>).
1.7       grange    241: </ul>
1.113     nick      242: Note that not all of the display adapters OpenBSD/amd64 supports
1.202     matthieu  243: can be used under the X Window System.
1.113     nick      244:
                    245: <h4>Serial Ports</h4>
                    246:
                    247: <ul>
                    248: <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>)
                    249: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    250: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=amd64&amp;sektion=4">com</a>)
                    251: <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>
                    252: <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>
                    253: <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>
                    254: <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>
                    255: </ul>
                    256:
                    257: <h4>Communications Controllers</h4>
                    258:
                    259: <ul>
                    260: <li>Universal Serial Bus host controllers, including:
                    261:     <ul>
                    262:     <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>)
                    263:     <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>)
                    264:     <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>
                    265:     </ul>
1.219     jsg       266: <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
1.113     nick      267: </ul>
                    268:
                    269: <h4>Ethernet Adapters</h4>
                    270:
                    271: <ul>
                    272: <li>3Com 3c590 and 3c595 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=amd64&amp;sektion=4">ep</a>)
1.219     jsg       273: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=amd64&amp;sektion=4">xl</a>) <sup>(G)</sup>
                    274: <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>) <sup>(G)</sup>
                    275: <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>) <sup>(G)</sup>
                    276: <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>)
1.205     jsg       277: <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.219     jsg       278: <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>)
                    279: <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>)
1.205     jsg       280: <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>
1.215     deraadt   281: <li>Attansic L1 10/100/Gigabit Ethernet device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=age&amp;arch=amd64&amp;sektion=4">age</a>)
1.205     jsg       282: <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.219     jsg       283: <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>)
1.205     jsg       284: <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.219     jsg       285: <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>)
                    286: <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>)
                    287: <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>)
1.113     nick      288: <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.205     jsg       289: <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.219     jsg       290: <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>)
                    291: <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>)
1.113     nick      292: <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.219     jsg       293: <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>)
1.113     nick      294: <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.205     jsg       295: <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.219     jsg       296: <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>)
1.205     jsg       297: <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.219     jsg       298: <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>)
                    299: <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>) <sup>(*)</sup>
                    300: <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>) <sup>(*)</sup>
                    301: <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>) <sup>(A)</sup>
                    302: <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>) <sup>(*)</sup>
1.7       grange    303: </ul>
1.113     nick      304: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    305: not recommend using them, but your mileage may vary.
1.7       grange    306:
1.125     brad      307: <h4>10Gb Ethernet Adapters</h4>
                    308:
                    309: <ul>
1.219     jsg       310: <li>Intel 82597 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>)
                    311: <li>Intel 82598 PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;arch=amd64&amp;sektion=4">ix</a>)
                    312: <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>)
1.171     nick      313: <li>Tehuti Networks 10Gb based PCI adapters
                    314: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
1.219     jsg       315:  <sup>(G)</sup>
1.125     brad      316: </ul>
                    317:
                    318:
1.113     nick      319: <h4>Wireless Ethernet Adapters</h4>
1.7       grange    320:
                    321: <ul>
1.204     jsg       322: <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>
                    323: <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>
                    324: <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>
1.224     jmc       325: <li>Atheros IEEE 802.11a/g/n PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;arch=amd64&amp;sektion=4">athn</a>) <sup>(A)</sup>
1.204     jsg       326: <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>
1.222     jmc       327: <li>Atheros USB IEEE 802.11a/g/n USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&amp;arch=amd64&amp;sektion=4">otus</a>) <sup>(G)</sup>
1.204     jsg       328: <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>
                    329: <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>
                    330: <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>
                    331: <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       332: <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     333: <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>
1.222     jmc       334: <li>Intel Wireless WiFi Link 4965/5000/1000/6000 IEEE 802.11a/g/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       335: <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>
1.222     jmc       336: <li>Ralink Technology IEEE 802.11a/g/n 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>
1.204     jsg       337: <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>
                    338: <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>
1.222     jmc       339: <li>Ralink Technology IEEE 802.11a/g/n USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;arch=amd64&amp;sektion=4">run</a>) <sup>(A)</sup>
1.204     jsg       340: <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>
                    341: <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>
                    342: <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>
                    343: <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       344: <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       345: <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    346: </ul>
                    347:
1.113     nick      348: <h4>Gigabit Ethernet Adapters</h4>
1.7       grange    349:
                    350: <ul>
1.219     jsg       351: <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>)
1.113     nick      352: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
                    353: based adapters
1.219     jsg       354: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=amd64&amp;sektion=4">em</a>)
                    355: <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>) <sup>(*)</sup>
                    356: <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>) <sup>(*)</sup>
1.113     nick      357: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
1.220     naddy     358: <li>Broadcom BCM57xx/BCM590x (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>)
1.219     jsg       359: <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>)
                    360: <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>) <sup>(A)</sup>
                    361: <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>)
                    362: <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>)
                    363: <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>)
1.7       grange    364: </ul>
                    365:
1.113     nick      366: <h4>Cryptography Accelerators</h4>
1.7       grange    367:
                    368: <ul>
1.113     nick      369: <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>)
                    370: <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>)
                    371: <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    372:     <ul>
1.113     nick      373:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    374:     <li>GTGI PowerCrypt Encryption Accelerator
1.7       grange    375:     <li>NetSec 7751
1.113     nick      376:     <li>Hifn 7751 and 9751 reference boards
1.7       grange    377:     <li>Invertex AEON
                    378:     </ul>
1.80      marco     379: <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    380: </ul>
                    381:
                    382: <a name="pcmcia"></a>
1.175     tom       383: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange    384:
                    385: <ul>
                    386: <li>ATA cards
1.113     nick      387:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=amd64&amp;sektion=4">wdc</a> <sup>(*)</sup>,
                    388:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=amd64&amp;sektion=4">wd</a>,
                    389:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=amd64&amp;sektion=4">sd</a>,
                    390:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=amd64&amp;sektion=4">cd</a>), including:
1.7       grange    391:     <ul>
1.113     nick      392:     <li>ATA/IDE card drives
                    393:     <li>ATA/IDE CD-ROM adapters
                    394:     <li>CF/ATA flash cards and disk drives
1.7       grange    395:     </ul>
                    396:
1.113     nick      397: <li>Ethernet adapters, including:
1.7       grange    398:     <ul>
1.219     jsg       399:     <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 <sup>(G)</sup>
                    400:     <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>)
                    401:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=amd64&amp;sektion=4">fxp</a>)
                    402:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=amd64&amp;sektion=4">ne</a>)
                    403:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=amd64&amp;sektion=4">rl</a>)
                    404:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;arch=amd64&amp;sektion=4">sm</a>)
                    405:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=amd64&amp;sektion=4">xe</a>) <sup>(A)</sup>
1.7       grange    406: </ul>
                    407:
1.113     nick      408: <li>PCMCIA controllers, including:
1.7       grange    409:     <ul>
1.113     nick      410:     <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    411:     </ul>
                    412:
1.113     nick      413: <li>SCSI host adapters, including:
1.7       grange    414:     <ul>
1.80      marco     415:     <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    416:     </ul>
                    417:
1.113     nick      418: <li>Serial ports, including:
1.7       grange    419:     <ul>
1.113     nick      420:     <li>Most modems, digital cellular modems, and serial cards should work.
                    421:     <li>AudioVOX GSM/GPRS modems
                    422:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
                    423:     <li>Siemens Connect2AIR GSM/GPRS modems
                    424:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.7       grange    425:     </ul>
                    426:
1.113     nick      427: <li>Wireless Ethernet adapters:
1.7       grange    428:     <ul>
1.113     nick      429:     <li>See above.
1.7       grange    430:     </ul>
                    431: </ul>
                    432:
1.113     nick      433: <h4>WAN adapters</h4>
1.102     brad      434:
                    435: <ul>
1.175     tom       436: <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>)
                    437: <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      438: </ul>
                    439:
1.113     nick      440: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange    441:
                    442: <ul>
1.113     nick      443: <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>
                    444: <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>
                    445: <li>USB Ethernet adapters (
                    446: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=amd64&amp;sektion=4">aue</a>,
                    447: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=amd64&amp;sektion=4">axe</a>,
                    448: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=amd64&amp;sektion=4">cue</a>,
                    449: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=amd64&amp;sektion=4">kue</a>,
                    450: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=amd64&amp;sektion=4">udav</a>,
                    451: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=amd64&amp;sektion=4">url</a>),
                    452: see above <sup>(A)</sup>
                    453: <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>)
                    454: <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>
                    455: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=amd64&amp;sektion=4">uhub</a>)
                    456: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=amd64&amp;sektion=4">ukbd</a>)
                    457: <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>
                    458: <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>
                    459: <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>
                    460: <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>
                    461: <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>
                    462: <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>
                    463: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;arch=amd64&amp;sektion=4">uyap</a>) <sup>(*)</sup>
1.210     jasper    464: <li>USB Video (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&amp;arch=amd64&amp;sektion=4">uvideo</a>)
1.7       grange    465: </ul>
                    466:
1.113     nick      467: <h4>Pointing Devices</h4>
1.7       grange    468:
                    469: <ul>
1.113     nick      470: <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>)
                    471: <li>Serial mice (uses serial port driver)
1.7       grange    472: </ul>
                    473:
1.113     nick      474: <h4>Sound Devices</h4>
1.7       grange    475:
                    476: <ul>
1.113     nick      477: <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     478: <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>
                    479: <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>
                    480: <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>
                    481: <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>
                    482: <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      483: <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>
                    484: <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>
                    485: <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>
                    486: <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    487: <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     488: <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>
                    489: <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      490: <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>
                    491: <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>
                    492: <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     493: <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    494: </ul>
                    495:
                    496: <p>
1.113     nick      497: The following driver has not been extensively tested:
1.7       grange    498: <ul>
1.80      marco     499: <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    500: </ul>
                    501:
1.113     nick      502: <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    503:
                    504: <ul>
1.113     nick      505: <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>
                    506: <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    507: </ul>
                    508:
1.113     nick      509: <h4>Miscellaneous Devices</h4>
1.7       grange    510:
                    511: <ul>
1.113     nick      512: <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    513:     <ul>
1.20      mickey    514:     <li>Animation Technologies FlyVideo
1.35      jsg       515:     <li>AOpen VA1000
1.20      mickey    516:     <li>Askey/Dynalink Magic TView
1.113     nick      517:     <li>ATI TV-Wonder and Wonder/VE
1.7       grange    518:     <li>AverMedia cards
1.113     nick      519:     <li>Hauppauge Wincast TV and WinTV/PCI
1.7       grange    520:     <li>IMS TV Turbo
                    521:     <li>Intel Smart Video Recorder III
1.20      mickey    522:     <li>I/O DATA GV-BCTV2/PCI
1.35      jsg       523:     <li>I/O DATA GV-BCTV3/PCI
1.20      mickey    524:     <li>KISS TV/FM PCI
                    525:     <li>Leadtek Winfast TV 2000
1.7       grange    526:     <li>Miro PC TV
1.20      mickey    527:     <li>MMAC Osprey
                    528:     <li>NEC PK-UG-X017
1.113     nick      529:     <li>STB TV PCI Television Tuner
1.20      mickey    530:     <li>Terratec TerraTVplus
                    531:     <li>Video Highway XTreme
                    532:     <li>VideoLogic Captivator PCI
1.113     nick      533:     <li>Zoltrix TV and Genie TV/FM
1.7       grange    534:     </ul>
1.167     cnst      535: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.7       grange    536:     <ul>
1.191     cnst      537:     <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      538:     <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      539:     <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      540:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=amd64&amp;sektion=4">admlc</a>)
                    541:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    542:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=amd64&amp;sektion=4">admcts</a>)
                    543:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=amd64&amp;sektion=4">admtmp</a>)
                    544:     <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      545:     <li>Analog Devices ADM9240 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                    546:     <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>)
                    547:     <li>Andigilog aSC7611 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&amp;arch=amd64&amp;sektion=4">andl</a>)
                    548:     <li>Andigilog aSC7621 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&amp;arch=amd64&amp;sektion=4">adl</a>)
                    549:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=amd64&amp;sektion=4">lm</a>)
                    550:     <li>Dallas Semiconductor 1775 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                    551:     <li>Dallas Semiconductor 1780 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=amd64&amp;sektion=4">lmenv</a>)
                    552:     <li>Genesys Logic GL523SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    553:     <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>)
                    554:     <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>)
                    555:     <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>)
                    556:     <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>)
                    557:     <li>Maxim DS1617 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=amd64&amp;sektion=4">admtemp</a>)
                    558:     <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>)
                    559:     <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      560:     <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>)
                    561:     <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      562:     <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>)
                    563:     <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>)
                    564:     <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>)
                    565:     <li>National Semiconductor LM93 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&amp;arch=amd64&amp;sektion=4">lmn</a>)
                    566:     <li>Philips LM75A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=amd64&amp;sektion=4">lmtemp</a>)
                    567:     <li>Philips NE1619 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    568:     <li>SMSC 47m192 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=amd64&amp;sektion=4">admtm</a>)
                    569:     <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    570:     <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      571:     <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      572:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=amd64&amp;sektion=4">viaenv</a>)
                    573:     <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      574:     <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    575:     </ul>
1.8       deraadt   576: </ul>
1.7       grange    577:
1.18      pvalchev  578: <p>
1.113     nick      579: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                    580: the GENERIC kernels, but are <b>not</b> included in the distribution cd-rom
                    581: boot image or boot floppy.
1.80      marco     582:
                    583: <p>
1.113     nick      584: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                    585: the boot floppy, but are included in the cd-rom boot image.
1.80      marco     586:
                    587: <p>
1.113     nick      588: <sup>(*)</sup> Support for devices marked with (*) is not included on the
                    589: distribution media or in the GENERIC kernel, and will require you to compile
                    590: a custom kernel to enable it.
1.80      marco     591:
1.7       grange    592: <hr>
1.4       deraadt   593: <a name="install"></a>
                    594: <h3><font color="#0000e0">
1.113     nick      595: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt   596: </font></h3>
                    597:
                    598: <p>
1.113     nick      599: The latest supported OpenBSD/amd64 release is
1.228   ! jasper    600: <a href="48.html">OpenBSD 4.8</a>.
1.113     nick      601: Here are the
1.228   ! jasper    602: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.8/amd64/INSTALL.amd64">
        !           603: OpenBSD/amd64 4.8 installation instructions
1.113     nick      604: </a>.
1.15      david     605:
                    606: <p>
1.113     nick      607: Snapshots are made available from time to time, in
                    608: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                    609: as well as in a few
                    610: <a href="ftp.html">mirrors</a>.
                    611: Here are the
1.4       deraadt   612: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.113     nick      613: OpenBSD/amd64 snapshot installation instructions
                    614: </a> as well.
1.1       brad      615:
                    616: <p>
1.113     nick      617: There are several installation media provided:
1.4       deraadt   618: <ul>
1.113     nick      619:   <li><strong>CD boot</strong>
1.17      deraadt   620:   <br>
1.157     tom       621:   The CD provides an <i>El Torito</i> no-emulation boot image
                    622:   that includes almost all OpenBSD drivers.
1.113     nick      623:   This also includes minimal USB support (storage devices and keyboard).<br>
                    624:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt   625:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick      626:   kernel configuration file.
1.228   ! jasper    627:   <li><strong>Floppy A</strong> (floppy48.fs)
1.17      deraadt   628:   <br>
1.113     nick      629:   This 1.44MB floppy image contains the most common drivers.
                    630:   It is designed to cover the most typical PC. As a general rule, you will
                    631:   find that the missing drivers are ones which need large microcodes to run,
                    632:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                    633:   For the latest list of drivers available on this image, take a look at the
1.4       deraadt   634:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick      635:   kernel configuration file.
1.4       deraadt   636: </ul>
1.1       brad      637:
                    638: <hr>
                    639: <a href="plat.html">
1.113     nick      640: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.38      grange    641: </a>
1.1       brad      642: <br>
                    643: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    644: <br>
1.228   ! jasper    645: <small>$OpenBSD: amd64.html,v 1.227 2010/06/12 11:28:03 jsg Exp $</small>
1.1       brad      646:
                    647: </body>
                    648: </html>