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

Annotation of www/amd64.html, Revision 1.12

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">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      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.3       jose       12: <meta name="copyright" content="This document copyright 2003-2004 by OpenBSD.">
1.1       brad       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/amd64</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
1.5       deraadt    24: </p>
                     25:
                     26: <p>
                     27: It also runs on the upcoming Intel ia32e processors which contain cloned
                     28: support for the AMD64 extensions, but since Intel left out support for
                     29: the page table NXE bit (No-EXecute) there is no W^X support on the Intel
                     30: cpus.
                     31: </p>
                     32:
                     33: <p>
1.6       deraadt    34: Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
                     35: processors, but in 32-bit mode.
1.1       brad       36: </p>
                     37:
1.4       deraadt    38: <a href="#toc"></a>
                     39: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.1       brad       40: <p>
1.4       deraadt    41: <ul>
                     42:   <li><a href="#status">Current status</a>
1.7       grange     43:   <li><a href="#hardware">Supported hardware list</a>
1.4       deraadt    44:   <li><a href="#install">Getting and installing OpenBSD/amd64</a>
                     45: </ul>
                     46: </p>
                     47:
                     48: <hr>
                     49: <a name="status"></a>
                     50: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     51:
                     52: <p>
                     53: It can be expected to install and run with minimal difficulty on most current
                     54: hardware.
1.6       deraadt    55: </p>
1.4       deraadt    56:
                     57: <p>
1.8       deraadt    58: The only major shortcoming at this time is that the kernel debugger
                     59: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4">ddb</a>
                     60: is somewhat poor, and that the 3.5 release will not contain a working
                     61: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&amp;sektion=1">gdb</a>
1.9       pvalchev   62: debugger installed, but one will be provided as a package one can
                     63: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&amp;sektion=1">pkg_add</a>.
1.6       deraadt    64: </p>
1.4       deraadt    65:
                     66: <hr>
1.7       grange     67: <a name="hardware"></a>
                     68: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     69:
1.12    ! miod       70: <!-- <p>
1.7       grange     71: The list of supported hardware is relevant to OpenBSD-current. It will
                     72: differ slightly from the support provided in the latest release version.
1.12    ! miod       73: </p> -->
1.7       grange     74:
                     75: <p>
                     76: <h4>Processors</h4>
                     77: </p>
                     78:
                     79: <p>
                     80: OpenBSD does not currently support multiple processors (SMP), but will run
                     81: using one processor on a multi-processor system board.
                     82: </p>
                     83:
                     84: <p>
1.11      saad       85: All versions of the AMD Athlon 64 processors and their clones are
                     86: supported.
1.7       grange     87: </p>
                     88:
                     89: <p>
                     90: <h4>Buses</h4>
                     91: </p>
                     92:
                     93: <p>
                     94: <ul>
                     95: <li>All standard PCI bus bridges
                     96: <!--
                     97: <li>16-Bit PCMCIA PC Cards
                     98: <li>32-Bit CardBus PC Cards
                     99: -->
                    100: <li>Universal Serial Bus (USB)
                    101: </ul>
                    102: </p>
                    103:
                    104: <p>
                    105: <h4>Bus interfaces</h4>
                    106: </p>
                    107:
                    108: <p>
                    109: <ul>
                    110:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.12    ! miod      111: <!--
1.7       grange    112:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.12    ! miod      113:  -->
1.7       grange    114: </ul>
                    115: </p>
                    116:
                    117: <p>
                    118: <h4>Entropy sources</h4>
                    119: </p>
                    120:
                    121: <p>
                    122: <ul>
                    123:   <li>Interrupt latency collection from many devices
                    124: </ul>
                    125: </p>
                    126:
                    127: <p>
                    128: <h4>PCI IDE and Serial ATA Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)</h4>
                    129: </p>
                    130:
                    131: <p>
                    132: <ul>
                    133: <li>Acard ATP850U, ATP860, ATP860-A, ATP865-A, ATP865-R
                    134: <li>Acer Labs M5229
                    135: <li>Advanced Micro Devices AMD-756, AMD-766, AMD-768, AMD-8111
                    136: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649, PCI0680
                    137: <li>Contaq Microsystems/Cypress CY82C693
                    138: <li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
                    139: (RAID mode is not supported)
                    140: <li>Intel PIIX, PIIX3, and PIIX4
                    141: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R)
                    142: <li>ITE IT8212F (RAID mode is not supported)
                    143: <li>National Semiconductor PC87415
                    144: <li>National Semiconductor SCx200 (found on SC1100 SoC)
                    145: <li>NVIDIA nForce/nForce2 (SATA controllers are not supported)
                    146: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268,
                    147: PDC20268R, PDC20269, PDC20271, PDC20275, PDC20276,
                    148: PDC20277, PDC20376 (RAID mode is not supported)
                    149: <li>ServerWorks OSB4, CSB5, CSB6 (including support for the third
                    150: channel)
                    151: <li>Silicon Image SiI3112
                    152: <li>Silicon Integrated System 5513 (5597/5598), 540, 550, 620,
                    153: 630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651,
                    154: 652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750,
                    155: 751, 752, 755, 962, 963
                    156: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B,
                    157: VT8231, VT8366, VT8233, VT8235, VT8237
                    158: </ul>
                    159: </p>
                    160:
                    161: <p>
                    162: <h4>SCSI Host Adapters</h4>
                    163: </p>
                    164:
                    165: <p>
                    166: <ul>
                    167: <li>Adaptec AIC-7770-based SCSI host adapters (including the
1.12    ! miod      168:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
1.7       grange    169: <li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
1.12    ! miod      170:     AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
1.7       grange    171: <li>Adaptec AHA-[23]94xU[2W] cards and on-board PCI designs using the
1.12    ! miod      172:     AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
1.7       grange    173: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
1.12    ! miod      174:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>)
1.7       grange    175:     (However, the 7899G card is currently not supported with more than one device attached)
                    176: <li>AdvanSys "U", "UW", "U2W" and "U160" PCI SCSI controllers including the
1.12    ! miod      177:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;sektion=4">adw</a>) and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;sektion=4">adv</a>)
        !           178: <li>AMD Am53c974 PCscsi-PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;sektion=4">pcscp</a>), including:
1.7       grange    179:     <ul>
                    180:     <li>Tekram DC-390
                    181:     </ul>
1.12    ! miod      182: <li>BusLogic 9xx (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;sektion=4">bha</a>) (but not the new "FlashPoint" series
        !           183:     of BusLogic SCSI adapters)
        !           184: <li>Initio INIC-940 and INIC-950 based PCI SCSI host adapters including the Initio INI-9090U and INI-9100U/UW, Iwill 2935UW, and DTC Domex 3194U Plus. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;sektion=4">iha</a>)
        !           185: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>)
1.7       grange    186: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host adapters
                    187:     (including generic/no name cards, old ASUS cards, the DTC-3130 series,
1.12    ! miod      188:     Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
        !           189: <li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI SCSI host adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;sektion=4">trm</a>)
1.7       grange    190: </ul>
                    191: </p>
                    192:
                    193: <p>
                    194: <h4>RAID and Cache Controllers</h4>
                    195: </p>
                    196:
                    197: <p>
                    198: <ul>
1.12    ! miod      199: <li>3ware Escalade 3W-5x00 and 3W-6x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4">twe</a>)
        !           200: <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;sektion=4">aac</a>), including:
1.7       grange    201:     <ul>
                    202:     <li>Adaptec AAC-2622, AAC-364, AAC-3642
                    203:     <li>Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, PERC 3/QC
                    204:     <li>HP NetRAID-4M
                    205:     </ul>
1.12    ! miod      206: <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;sektion=4">ami</a>)
        !           207: <li>Compaq Smart ARRAY RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&amp;sektion=4">cac</a>), including:
1.7       grange    208:     <ul>
                    209:     <li>Compaq Integrated Array
                    210:     <li>Compaq IAES
                    211:     <li>Compaq IDA, IDA-2
                    212:     <li>Compaq RAID LC2
                    213:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
                    214:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
                    215:     </ul>
1.12    ! miod      216: <li>DPT SmartCache and SmartRaid III/IV PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&amp;sektion=4">dpt</a>)
        !           217: <li>Intel (and formerly ICP-Vortex) GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;sektion=4">gdt</a>)
        !           218: <li><a href="http://www.intelligent-io.com/">I2O</a> adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&amp;sektion=4">iop</a>), including:
1.7       grange    219:     <ul>
                    220:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
                    221:     <li>Adaptec ATA RAID (AAR-2400A)
                    222:     <li>American Megatrends Inc. MegaRAID controllers (in I2O mode)
                    223:     <li>other vendors' controllers supporting I2O,
                    224:        including Intel and Mylex, but these were not tested
                    225:     </ul>
                    226: </ul>
                    227: </p>
                    228:
                    229: <p>
                    230: <h4>CD-ROM and DVD-ROM Drives</h4>
                    231: </p>
                    232:
                    233: <p>
                    234: <ul>
                    235: <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;sektion=4">cd</a>)
                    236: <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;sektion=4">cd</a>)
                    237: </ul>
                    238: </p>
                    239:
                    240: <p>
                    241: <h4>Tape Drives</h4>
                    242: </p>
                    243:
                    244: <p>
                    245: <ul>
                    246: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>)
1.12    ! miod      247: <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>)
1.7       grange    248: </ul>
                    249: </p>
                    250:
                    251: <p>
                    252: <h4>Display Adapters</h4>
                    253: </p>
                    254:
                    255: <p>
                    256: <ul>
                    257:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
                    258: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;sektion=4">vga</a>).
                    259: </ul>
                    260: Note that not all of the display adapters OpenBSD/amd64 supports
                    261: can be used under XFree86 (please refer the
                    262: <a href="http://www.xfree86.org/support.html">XFree86 documentation</a>
                    263: for more information).
                    264: </p>
                    265:
                    266: <p>
                    267: <h4>Serial Ports</h4>
                    268: </p>
                    269:
                    270: <p>
                    271: <ul>
                    272: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    273: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    274: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    275: <li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&amp;sektion=4">pccom</a> driver)
1.12    ! miod      276: <li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&amp;sektion=4">ast</a>)
        !           277: <li>Cyclades Cyclom-{4, 8, 16}Y serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&amp;sektion=4">cy</a>)
        !           278: <li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&amp;sektion=4">cz</a>)
1.7       grange    279: </ul>
                    280: </p>
                    281:
                    282: <p>
                    283: <h4>Communications Controllers</h4>
                    284: </p>
                    285:
                    286: <p>
                    287: <ul>
                    288: <li>Universal Serial Bus host controllers, including:
                    289:     <ul>
1.12    ! miod      290:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;sektion=4">uhci</a>)
        !           291:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.7       grange    292:     </ul>
1.12    ! miod      293: <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;sektion=4">com</a>) and parallel (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=amd64&amp;format=html">lpt</a>) children, including:
1.7       grange    294:     <ul>
                    295:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    296:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    297:     <li>SIIG Cyber 4S PCI (quad serial)
                    298:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    299:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    300:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    301:     <li>VScom PCI 011H (1 port parallel)
                    302:     <li>VScom PCI 100H (1 port serial)
                    303:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    304:     <li>VScom PCI 200H (2 port serial)
                    305:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    306:     <li>VScom PCI 400H (4 port serial)
                    307:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    308:     <li>VScom PCI 800H (8 port serial)
                    309:     <li>VScom PCI 100L (1 port serial)
                    310:     <li>VScom PCI 200L (2 port serial)
                    311:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    312:     <li>VScom PCI 400L (4 port serial)
                    313:     <li>VScom PCI 800L (8 port serial)
                    314:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    315:     <li>US Robotics 3CP5609 PCI (modem)
                    316:     <li>Lava Computers 2SP-PCI (parallel port)
                    317:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    318:     <li>NEC PK-UG-X008 (serial)
                    319:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    320:     <li>Koutech IOFLEX-2S (dual serial)
                    321:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    322:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    323:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    324:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    325:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    326:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    327:     <li>SUNIX 400x (1 port parallel)
                    328:     <li>SUNIX 401x (2 port parallel)
                    329:     <li>SUNIX 402x (1 port serial)
                    330:     <li>SUNIX 403x (2 port serial)
                    331:     <li>SUNIX 405x (4 port serial)
                    332:     <li>SUNIX 406x (8 port serial)
                    333:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    334:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    335:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    336:     </ul>
                    337: </ul>
                    338: </p>
                    339:
                    340: <p>
                    341: <h4>Ethernet Adapters</h4>
                    342: </p>
                    343:
                    344: <p>
                    345: <ul>
                    346: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>), including:
                    347:     <ul>
                    348:     <li>3Com 3c900/3c900B PCI adapters
                    349:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    350:     <li>3Com 3c980/3c980C server adapters
                    351:     <li>3Com 3cSOHO adapter
                    352:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
                    353:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
                    354:     <li>Dell on-board 3c920
                    355:     <li>Dell Precision on-board 3c905B
                    356:     <li>Dell OptiPlex GX1 on-board 3c918
                    357:     <li>Dell Latitude laptop docking station embedded 3c905
                    358:     <li>NVidia nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
                    359:     </ul>
                    360:
1.12    ! miod      361: <li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;sektion=4">txp</a>), including:
1.7       grange    362:     <ul>
                    363:     <li>3CR990-TX-95
                    364:     <li>3CR990-TX-97
                    365:     <li>3CR990-SVR95
                    366:     <li>3CR990-SVR97
                    367:     </ul>
                    368:
1.12    ! miod      369: <li>Adaptec "Starfire" AIC-6915 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&amp;sektion=4">sf</a>), including:
1.7       grange    370:     <ul>
                    371:     <li>Adaptec Single32 ANA-69011
                    372:     <li>Adaptec Single64 ANA-62011 and ANA-62020
                    373:     <li>Adaptec Duo64 ANA-62022
                    374:     <li>Adaptec Quartet64 ANA-62044
                    375:     </ul>
                    376:
                    377: <li>ADMtek AL981 ("Comet") and AN983 ("Centaur-P") based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    378:     <ul>
                    379:     <li>Accton EN2242 MiniPCI
                    380:     <li>Linksys LNE100TX v4.x
                    381:     <li>Mototech ME316
                    382:     </ul>
                    383:
1.12    ! miod      384: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=amd64&amp;format=html">aue</a>), including:
1.7       grange    385:     <ul>
                    386:     <li>Abocom UFE1000
                    387:     <li>Abocom DSB650TX
                    388:     <li>Accton USB320-EC
                    389:     <li>Accton SpeedStream Ethernet
                    390:     <li>Admtek Pegasus
                    391:     <li>Admtek Pegasus II
                    392:     <li>Billionton Systems USB100
                    393:     <li>Corega FEther USB-TX
                    394:     <li>D-Link DSB-650
                    395:     <li>D-Link DSB-650TX
                    396:     <li>D-Link DSB-650TX-PNA
                    397:     <li>Elecom LD-USB
                    398:     <li>Elsa Microlink USB2Ethernet
                    399:     <li>I/O DATA USB ETTX
                    400:     <li>Kingston KNU101TX
                    401:     <li>LinkSys USB100TX
                    402:     <li>LinkSys USB100H1
                    403:     <li>LinkSys USB10TA
                    404:     <li>Melco Inc. LUA-TX
                    405:     <li>Netgear FA101
                    406:     <li>Siemens SpeedStream USB
                    407:     <li>Smartbridges smartNIC 2
                    408:     <li>SMC 2202USB
                    409:     <li>SMC EZ Connect USB
                    410:     <li>SOHOware NUB100
                    411:     </ul>
                    412:
1.12    ! miod      413: <li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=amd64&amp;format=html">le</a>), including:
1.7       grange    414:     <ul>
                    415:     <li>BOCALANcard/PCI
                    416:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    417:     </ul>
                    418:
                    419: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    420:     <ul>
                    421:     <li>CNet Pro110B
                    422:     <li>Alfa Inc. GFC2204
                    423:     </ul>
                    424:
1.12    ! miod      425: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>), including:
1.7       grange    426:     <ul>
                    427:     <li>CATC Netmate and Netmate II
                    428:     <li>Belkin F5U111
                    429:     </ul>
                    430:
                    431: <li>Davicom DM9009, DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    432:     <ul>
                    433:     <li>Jaton XpressNet
                    434:     </ul>
                    435:
                    436: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>), including:
                    437:     <ul>
                    438:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    439:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
                    440:     <li>Znyx ZX3<i>xx</i>
                    441:     <li>Cogent EM100FX and EM440TX
                    442:     <li>Digital PCI DE435
                    443:     <li>D-Link DFE-570TX Quad port
                    444:     </ul>
                    445:
                    446: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>) including:
                    447:    <ul>
                    448:    <li>Adaptec ANA-6944A
                    449:    <li>Cogent EM400
                    450:    <li>Compex 400TX
                    451:    <li>CompuShack Goldline Quattro
                    452:    <li>Phobos P430TX
                    453:    <li>Znyx ZX346
                    454:    </ul>
                    455:
                    456: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
                    457:     <ul>
                    458:     <li>Intel EtherExpress PRO/10+
                    459:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    460:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    461:     <li>Intel EtherExpress PRO/100 Dual Port
                    462:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
                    463:     </ul>
                    464:
                    465: <li>Intel 21145-based cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
                    466:
1.12    ! miod      467: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>), including:
1.7       grange    468:     <ul>
                    469:     <li>3Com 3C19250
                    470:     <li>3Com 3c460 HomeConnect
                    471:     <li>ADS Technologies USB-10BT
                    472:     <li>Aox USB101
                    473:     <li>ATen UC10T
                    474:     <li>Corega USB-T
                    475:     <li>D-Link DSB-650
                    476:     <li>Entegra NET-USB-E45
                    477:     <li>Kawasaki USB101
                    478:     <li>LinkSys USB10T
                    479:     <li>Netgear EA101
                    480:     <li>Peracom USB
                    481:     <li>SMC 2102/2104USB
                    482:     <li>I/O Data USB-ET/T
                    483:     </ul>
                    484:
                    485: <li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    486:     <ul>
                    487:     <li>Kingston KNE110TX
                    488:     <li>LinkSys LNE100TX
                    489:     <li>Matrox Networks FastNIC 10/100
                    490:     <li>Netgear FA310TX
                    491:     </ul>
                    492:
                    493: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    494:     <ul>
                    495:     <li>Accton EN1217
                    496:     <li>Addtron AEF-320TX/AEF-330TX
                    497:     <li>CNet PRO1020A/B
                    498:     <li>Complex RL-100TX
                    499:     <li>NDC Communications SOHOware SFA110A
                    500:     <li>SVEC PN102-TX Fast Ethernet card
                    501:     </ul>
                    502:
                    503: <li>Myson Technologies MTD803 3-in-1 Fast Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtd&amp;sektion=4">mtd</a>)
                    504:
1.12    ! miod      505: <li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis</a>), including:
1.7       grange    506:     <ul>
                    507:     <li>NetGear FA311
                    508:     <li>NetGear FA312
                    509:     </ul>
                    510:
1.12    ! miod      511: <li>Novell NE1000, NE2000 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
1.7       grange    512:
                    513: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;sektion=4">rl</a>), including:
                    514:     <ul>
                    515:     <li>Accton MPX 5030/5038
                    516:     <li>Allied Telesyn AT2550
                    517:     <li>D-Link DFE530TX+
                    518:     <li>D-Link DFE538TX
                    519:     <li>Encore ENL832-TX 10/100 M PCI
                    520:     <li>Genius GF100TXR
                    521:     <li>KTX-9130TX 10/100 Fast Ethernet
                    522:     <li>Longshine LCS-8038TX-R
                    523:     <li>NDC NE100TX-E
                    524:     <li>Netronix EA-1210 Net Ether 10/100
                    525:     <li>Nortel BayStack 21
                    526:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    527:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    528:     </ul>
                    529:
1.12    ! miod      530: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>), including:
1.7       grange    531:     <ul>
                    532:     <li>Melco Inc. LUA-KTX
                    533:     <li>GreenHouse GH-USB100B
                    534:     <li>Linksys USB100M
                    535:     </ul>
                    536:
1.12    ! miod      537: <li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;sektion=4">sis</a>), including:
1.7       grange    538:     <ul>
                    539:     <li>Mototech ME313
                    540:     <li>NetSurf NS-KFE30D
                    541:     </ul>
                    542:
1.12    ! miod      543: <li>Sun Happy Meal PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4">hme</a>), including:
1.7       grange    544:     <ul>
                    545:     <li>Fast Ethernet
                    546:     <li>Quad Fast Ethernet
                    547:     </ul>
                    548:
1.12    ! miod      549: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;sektion=4">ste</a>), including:
1.7       grange    550:     <ul>
                    551:     <li>D-Link DFE-550TX
                    552:     </ul>
                    553:
1.12    ! miod      554: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;sektion=4">tl</a>), including:
1.7       grange    555:     <ul>
                    556:     <li>Compaq Netelligent PCI Adapters
                    557:     <li>Compaq NetFlex 3/P
                    558:     <li>Compaq Deskpro integrated adapter
                    559:     <li>Compaq Prosignia integrated adapter
                    560:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    561:     <li>Racore 8165 and 8148
                    562:     <li>TI ThunderLAN adapters
                    563:     </ul>
                    564:
1.12    ! miod      565: <li>VIA Rhine/RhineII/RhineIII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;sektion=4">vr</a>), including:
1.7       grange    566:     <ul>
                    567:     <li>Addtron AEF-360TX
                    568:     <li>Hawking PN102TX
                    569:     <li>D-Link DFE530TX
                    570:     </ul>
                    571:
1.12    ! miod      572: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;sektion=4">wb</a>), including:
1.7       grange    573:     <ul>
                    574:     <li>Trendware TE100-PCIE
                    575:     <li>Compex RL100-ATX 10/100
                    576:     </ul>
                    577: </ul>
                    578: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    579: not recommend using them, but your mileage may vary.
                    580: </p>
                    581:
                    582: <p>
                    583: <h4>Wireless Ethernet Adapters</h4>
                    584: </p>
                    585:
                    586: <p>
                    587: <ul>
                    588: <li>Compact Flash Adapters (will be detected as PCMCIA adapters)
                    589:     <ul>
1.12    ! miod      590:     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           591:     <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.7       grange    592:     </ul>
                    593: <!--
                    594: <li>PCMCIA Adapters
                    595:     <ul>
1.12    ! miod      596:     <li>3Com AirConnect 3CRWE737A PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           597:     <li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           598:     <li>Addtron AWP-100 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           599:     <li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           600:     <li>Aironet 4500/4800 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;sektion=4">an</a>)
        !           601:     <li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           602:     <li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           603:     <li>Cisco 340/350 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;sektion=4">an</a>)
        !           604:     <li>Compaq Agency NC5004 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           605:     <li>Contec FLEXLAN/FX-DS110-PCC PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           606:     <li>Corega PCC-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           607:     <li>Corega PCCA-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           608:     <li>Corega PCCB-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           609:     <li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           610:     <li>Dlink DWL650 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           611:     <li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           612:     <li>ELSA XI325 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           613:     <li>ELSA XI325H PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           614:     <li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           615:     <li>Ericsson Wireless LAN CARD C11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           616:     <li>Gemtek WL-311 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           617:     <li>Hawking Technology WE110P PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           618:     <li>I-O DATA WN-B11/PCM PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           619:     <li>Intel PRO/Wireless 2011 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           620:     <li>Intersil Prism II PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           621:     <li>Linksys Instant Wireless WPC11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           622:     <li>Linksys Instant Wireless WPC11 2.5 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           623:     <li>Linksys Instant Wireless WPC11 3.0 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           624:     <li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           625:     <li>NANOSPEED ROOT-RZ2000 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           626:     <li>NEC CMZ-RT-WP PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           627:     <li>Netgear MA401 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           628:     <li>Netgear MA401RA PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           629:     <li>Nokia C020 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           630:     <li>Nokia C110/C111 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           631:     <li>NTT-ME 11Mbps Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           632:     <li>Proxim Harmony PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           633:     <li>Proxim RangeLAN-DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           634:     <li>RayLink Aviator2.4/Pro 802.11FH PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;sektion=4">ray</a>)
        !           635:     <li>Samsung MagicLAN SWL-2000N PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           636:     <li>SMC 2632 EZ Connect PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           637:     <li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           638:     <li>TDK LAK-CD011WL PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           639:     <li>US Robotics 2410 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
        !           640:     <li>US Robotics 2445 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
1.7       grange    641:     </ul>
                    642: -->
                    643: <li>PCI Adapters
                    644:     <ul>
                    645:     <li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    646:     <li>Belkin F5D6000 PCI (a rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    647:     <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    648:     <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    649:     <li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    650:     <li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    651:     <li>Intersil Mini-PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    652:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    653:     <li>NDC/Sohoware NCP130 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    654:     <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    655:     <li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    656:     </ul>
                    657: </ul>
                    658: </p>
                    659:
                    660: <p>
                    661: <h4>Gigabit Ethernet Adapters</h4>
                    662: </p>
                    663:
                    664: <p>
                    665: <ul>
1.12    ! miod      666: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including:
1.7       grange    667:     <ul>
                    668:     <li>3Com 3c985 and 3c985B
                    669:     <li>Alteon ACEnic V (fiber and copper)
                    670:     <li>Digital EtherWORKS 1000SX
                    671:     <li>Farallon PN9000SX
                    672:     <li>Netgear GA620 and GA620T
                    673:     <li>SGI Tigon
                    674:     </ul>
                    675:
                    676: <li>Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters
                    677: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>),
                    678: including:
                    679:     <ul>
                    680:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    681:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    682:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    683:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    684:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    685:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    686:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    687:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    688:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    689:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    690:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    691:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    692:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    693:     </ul>
                    694:
1.12    ! miod      695: <li>National Semiconductor DP83820 and DP83821 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&amp;sektion=4">nge</a>), including:
1.7       grange    696:     <ul>
                    697:     <li>Addtron AEG320T
                    698:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
                    699:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    700:     <li>D-Link DGE-500T
                    701:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
                    702:     <li>Netgear GA621
                    703:     <li>Netgear GA622T
                    704:     <li>SMC EZ Card 1000 (SMC9462TX)
                    705:     <li>Surecom Technology EP-320G-TX
                    706:     <li>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
                    707:     </ul>
                    708:
1.12    ! miod      709: <li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;sektion=4">lge</a>), including:
1.7       grange    710: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
                    711:     <ul>
                    712:     <li>SMC TigerCard 1000 (SMC9462SX)
                    713:     <li>D-Link DGE-500SX
                    714:     </ul>
                    715:
1.12    ! miod      716: <li>Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge</a>), including:
1.7       grange    717:     <ul>
                    718:     <li>3Com 3c996-T (10/100/1000baseTX)
                    719:     <li>3Com 3c996-SX (1000baseSX)
                    720:     <li>3Com 3c996B-T (10/100/1000baseTX)
                    721:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
                    722:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    723:     <li>SysKonnect SK-9D41 (1000baseSX)
                    724:     </ul>
                    725:
1.12    ! miod      726: <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;sektion=4">stge</a>), including:
1.7       grange    727:     <ul>
                    728:     <li>D-Link DGE-550T (10/100/1000baseTX)
                    729:     <li>Antares Microsystems Gigabit Ethernet board
                    730:     </ul>
                    731:
1.12    ! miod      732: <li>SysKonnect and Marvell based GigE(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>), including:
1.7       grange    733:     <ul>
                    734:     <li>SysKonnect SK-9821 (1000baseT)
                    735:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    736:     <li>SysKonnect SK-9841 (1000baseLX)
                    737:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    738:     <li>SysKonnect SK-9843 (1000baseSX)
                    739:     <li>SysKonnect SK-9844 (dual 1000baseSX)
                    740:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
                    741:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    742:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
                    743:     <li>3Com 3c940 (1000baseT)
                    744:     <li>Linksys EG1032v2 (1000baseT)
                    745:     <li>Linksys EG1064v2 (1000baseT)
                    746:     <li>D-Link DGE-530T (1000baseT)
                    747:     <li>SMC 9452TX (1000baseT)
                    748:     </ul>
                    749: </ul>
                    750: </p>
                    751:
                    752: <p>
                    753: <h4>ATM Adapters</h4>
                    754: </p>
                    755:
                    756: <p>
                    757: <ul>
1.12    ! miod      758: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>)
1.7       grange    759: </ul>
                    760: </p>
                    761:
                    762: <p>
                    763: <h4>FDDI Adapters</h4>
                    764: </p>
                    765:
                    766: <p>
                    767: <ul>
1.12    ! miod      768: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;sektion=4">fpa</a>)
1.7       grange    769: </ul>
                    770: </p>
                    771:
                    772: <p>
                    773: <h4>WAN Adapters</h4>
                    774: </p>
                    775:
                    776: <p>
                    777: <ul>
1.12    ! miod      778: <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;sektion=4">lmc</a>)
1.7       grange    779: </ul>
                    780: </p>
                    781:
                    782: <p>
                    783: <h4>Cryptography Accelerators</h4>
                    784: </p>
                    785:
                    786: <p>
                    787: <ul>
1.12    ! miod      788: <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;sektion=4">ubsec</a>)
        !           789: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>)
        !           790: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including:
1.7       grange    791:     <ul>
                    792:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    793:     <li>GTGI PowerCrypt Encryption Accelerator
                    794:     <li>NetSec 7751
                    795:     <li>Hifn 7751 and 9751 reference boards
                    796:     <li>Invertex AEON
                    797:     </ul>
                    798: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;sektion=4">safe</a>)
                    799: </ul>
                    800: </p>
                    801:
                    802: <!--
                    803: <p>
                    804: <a name="pcmcia"></a>
1.12    ! miod      805: <h4>PC Cards (PCMCIA and CardBus)</h4>
1.7       grange    806: </p>
                    807:
                    808: <p>
                    809: <ul>
                    810: <li>ATA cards
                    811:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;sektion=4">wdc</a>,
                    812:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>,
                    813:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd</a>,
                    814:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>), including:
                    815:     <ul>
                    816:     <li>ATA/IDE card drives
                    817:     <li>ATA/IDE CD-ROM adapters
                    818:     <li>CF/ATA flash cards and disk drives
                    819:     </ul>
                    820:
                    821: <li>Ethernet adapters, including:
                    822:     <ul>
                    823:     <li>3Com EtherLink (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;sektion=4">ep</a>) and EtherLink XL-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>) LAN PC Cards, including:
                    824:        <ul>
                    825:        <li>3Com 3C556, 3C562
                    826:        <li>3Com 3C574TX, 3C[CX]FE574BT
                    827:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    828:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    829:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                    830:        </ul>
                    831:
                    832:     <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
                    833:        <ul>
                    834:        <li>ADMtek AN985 Centaur-C CardBus
                    835:        <li>IBM EtherJet 10/100 CardBus
                    836:        <li>Linksys PCMPC200 CardBus 10/100
                    837:        <li>SMC EZ CardBus 10/100
                    838:        <li>Xircom X3201 CardBus adapters, including RealPort models
                    839:        </ul>
                    840:
                    841:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
                    842:        <ul>
                    843:        <li>Intel PRO/100 CardBus II
                    844:        </ul>
                    845:
                    846:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>), including:
                    847:        <ul>
                    848:        <li>Accton EN2212, EN2216
                    849:        <li>Allied Telesis LA-PCM
                    850:        <li>AmbiCom AMB8002T
                    851:        <li>Arowana FE
                    852:        <li>Belkin F5D5020
                    853:        <li>Billionton Systems LNT-10TN
                    854:        <li>CNet NE2000
                    855:        <li>Compex Linkport ENET-B
                    856:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                    857:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                    858:        <li>Dayna CommuniCard E
                    859:        <li>Digital DEPCM-XX
                    860:        <li>Dual NE2000
                    861:        <li>Edimax NE2000
                    862:        <li>Genius ME 3000II SE
                    863:        <li>Grey Cell GCS2000 Gold II
                    864:        <li>GVC NIC-2000p, NP0335
                    865:        <li>Hawking PN650TX
                    866:        <li>I-O DATA PCLA, PCLA/TE
                    867:        <li>IC-Card
                    868:        <li>Kingston KNE-PC2
                    869:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                    870:        <li>MACNICA ME1 for JEIDA
                    871:        <li>Melco LPC3-TX
                    872:        <li>National Semiconductor InfoMover
                    873:        <li>NDC Instant-Link
                    874:        <li>Netgear FA410TX, FA410TXC, FA411
                    875:        <li>Network Everywhere NP10T
                    876:        <li>New Media LiveWire 10/100
                    877:        <li>Planet SmartCom 2000
                    878:        <li>Planex FNW-3600-T, FNW-3700-T
                    879:        <li>Premax PE-200
                    880:        <li>RPTI EP-400, EP-401
                    881:        <li>Seiko Epson EN10B
                    882:        <li>SMC EZCard, 8041
                    883:        <li>Socket Communications LP-CF, LP-E
                    884:        <li>SVEC PN650TX, ComboCard, LANCard
                    885:        <li>Synergy S21810
                    886:        <li>Tamarack NE2000
                    887:        <li>Telecom Device TCD-HPC100
                    888:        <li>Wisecom T210CT, iPort
                    889:        <li>Xircom CFE-10
                    890:        </ul>
                    891:
                    892:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;sektion=4">rl</a>), including:
                    893:        <ul>
                    894:        <li>Accton MPX5030 CardBus
                    895:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.12    ! miod      896:        <li>D-Link DFE-690TXD
1.7       grange    897:        </ul>
                    898:
1.12    ! miod      899:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;sektion=4">sm</a>), including:
1.7       grange    900:        <ul>
                    901:        <li>Megahertz XJEM1144, CC10BT
                    902:        <li>SMC EtherEZ 8020BT
                    903:        </ul>
                    904:
1.12    ! miod      905:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;sektion=4">xe</a>), including:
1.7       grange    906:        <ul>
                    907:        <li>Xircom CreditCard CE2
                    908:        </ul>
                    909: </ul>
                    910:
                    911: <li>PCMCIA controllers, including:
                    912:     <ul>
                    913:     <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&amp;sektion=4">pcic</a>)
                    914:     </ul>
                    915:
                    916: <li>SCSI host adapters, including:
                    917:     <ul>
                    918:     <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;sektion=4">aic</a>)
                    919:     </ul>
                    920:
                    921: <li>Serial ports, including:
                    922:     <ul>
                    923:     <li>Most modems, digital cellular modems, and serial cards should work.
                    924:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM modems.
                    925:     </ul>
                    926:
                    927: <li>Wireless Ethernet adapters:
                    928:     <ul>
                    929:     <li>See above.
                    930:     </ul>
                    931: </ul>
                    932: </p>
                    933: -->
                    934:
                    935: <p>
1.12    ! miod      936: <h4>Universal Serial Bus (USB) Devices</h4>
1.7       grange    937: </p>
                    938:
                    939: <p>
                    940: <ul>
1.12    ! miod      941: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>)
        !           942: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;sektion=4">urio</a>)
1.7       grange    943: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>,
                    944:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>,
                    945:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
1.12    ! miod      946:                        see above
        !           947: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;sektion=4">uhid</a>)
        !           948: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;sektion=4">uvisor</a>)
1.7       grange    949: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;sektion=4">uhub</a>)
                    950: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    951: <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;sektion=4">umass</a>)
1.12    ! miod      952: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
        !           953: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;sektion=4">umodem</a>)
        !           954: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt</a>)
        !           955: <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;sektion=4">usscanner</a>)
        !           956: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
        !           957: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;sektion=4">uyap</a>)
1.7       grange    958: </ul>
                    959: </p>
                    960:
                    961: <p>
1.12    ! miod      962: <h4>Pointing Devices</h4>
1.7       grange    963: </p>
                    964:
                    965: <p>
                    966: <ul>
                    967: <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=amd64&amp;format=html">pms</a>)
                    968: <li>Serial mice (uses serial port driver)
                    969: </ul>
                    970: </p>
                    971:
                    972: <p>
1.12    ! miod      973: <h4>Sound Devices</h4>
1.7       grange    974: </p>
                    975:
                    976: <p>
                    977: <ul>
                    978: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
                    979: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;sektion=4">clcs</a>)
                    980: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;sektion=4">clct</a>)
                    981: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                    982: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
                    983: <li>ESS Maestro 1, 2 and 2E and clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&amp;sektion=4">maestro</a>)
                    984: <li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;sektion=4">esa</a>)
                    985: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                    986: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5) and 440MX, SiS 7012, AMD 768 and 8111, nVidia nForce and nForce2 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich</a>)
                    987: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;sektion=4">neo</a>)
                    988: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                    989: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;sektion=4">emu</a>)
                    990: <li>Trident 4DWave-DX/NX and clones (SiS 7018, ALi M5451) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;sektion=4">autri</a>)
1.10      grange    991: <li>VIA VT82C686A, VT8233, VT8235, VT8237 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;sektion=4">auvia</a>)
1.7       grange    992: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;sektion=4">yds</a>)
                    993: </ul>
                    994: </p>
                    995:
                    996: <p>
1.12    ! miod      997: The following driver has not been extensively tested:
1.7       grange    998: <ul>
                    999: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
                   1000: </ul>
                   1001: </p>
                   1002:
                   1003: <p>
                   1004: <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)</h4>
                   1005: </p>
                   1006:
                   1007: <p>
                   1008: <ul>
                   1009: <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>)
                   1010: <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;sektion=4">udsbr</a>)
                   1011: </ul>
                   1012: </p>
                   1013:
                   1014: <p>
                   1015: <h4>Miscellaneous Devices</h4>
                   1016: </p>
                   1017:
                   1018: <p>
                   1019: <ul>
1.12    ! miod     1020: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>), including:
1.7       grange   1021:     <ul>
                   1022:     <li>AverMedia cards
                   1023:     <li>Hauppauge Wincast TV and WinTV/PCI
                   1024:     <li>IMS TV Turbo
                   1025:     <li>Intel Smart Video Recorder III
                   1026:     <li>Miro PC TV
                   1027:     <li>STB TV PCI Television Tuner
                   1028:     </ul>
1.12    ! miod     1029: <li>Hardware monitoring sensors, including:
1.7       grange   1030:     <ul>
                   1031:     <li>National Semiconductor LM78, LM78-J, LM79;
                   1032:        Winbond W83697HF, W83627HF, W83627THF, W83781D, W83782D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;sektion=4">lm</a>)
                   1033:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;sektion=4">viaenv</a>)
                   1034:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it</a>)
                   1035:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it</a>)
                   1036:     </ul>
1.8       deraadt  1037: </ul>
1.7       grange   1038:
                   1039: <hr>
1.4       deraadt  1040: <a name="install"></a>
                   1041: <h3><font color="#0000e0">
                   1042: <strong>Getting and installing OpenBSD/amd64:</strong>
                   1043: </font></h3>
                   1044:
                   1045: <p>
                   1046: Snapshots are made available from time to time, in
                   1047: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
                   1048: as well as in a few
                   1049: <a href="ftp.html">mirrors</a>.
                   1050: Here are the
                   1051: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
                   1052: OpenBSD/amd64 snapshot installation instructions
                   1053: </a> as well.
1.1       brad     1054: </p>
                   1055:
                   1056: <p>
1.4       deraadt  1057: There are several installation media provided:
                   1058: <ul>
                   1059:   <li><strong>CD boot</strong>
                   1060:   <p>
                   1061:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1062:   that contains almost all OpenBSD drivers.
                   1063:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1064:   For the latest list of drivers available on this image, take a look at the
                   1065:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1066:   kernel configuration file.
                   1067:   </p></li>
1.12    ! miod     1068:   <li><strong>Floppy A</strong> (floppy35.fs)
1.4       deraadt  1069:   <p>
                   1070:   This 1.44MB floppy image contains the most common drivers.
                   1071:   It is designed to cover the most typical PC. As a general rule, you will
                   1072:   find that the missing drivers are ones which need large microcodes to run,
                   1073:   such as for rare scsi cards, gigabit ethernet cards, or RAID devices.<br>
                   1074:   For the latest list of drivers available on this image, take a look at the
                   1075:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1076:   kernel configuration file.
                   1077: </ul>
1.1       brad     1078: </p>
                   1079:
                   1080: <hr>
                   1081: <a href="plat.html">
                   1082: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1083: </a>
                   1084: <br>
                   1085: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                   1086: <br>
1.12    ! miod     1087: <small>$OpenBSD: amd64.html,v 1.11 2004/03/19 11:49:23 saad Exp $</small>
1.1       brad     1088:
                   1089: </body>
                   1090: </html>