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

Annotation of www/i386.html, Revision 1.342

1.327     miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.3       fn          3: <html>
1.1       deraadt     4: <head>
                      5: <title>OpenBSD/i386</title>
1.57      deraadt     6: <link rev="made" href="mailto:www@openbsd.org">
1.327     miod        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.3       fn          8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/i386 page">
                     10: <meta name="keywords" content="openbsd,i386">
                     11: <meta name="distribution" content="global">
1.272     horacio    12: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.3       fn         13: </head>
                     14:
1.327     miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.300     jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.327     miod       17: <p>
                     18: <h2><font color="#e00000">OpenBSD/i386</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
                     23: OpenBSD/i386 runs on the standard PC's and clones, with a wide variety
                     24: of processors, I/O bus architectures and peripherals supported.
                     25: </p>
                     26:
                     27: <a href="#toc"></a>
                     28: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     29: <p>
                     30: <ul>
1.333     jufi       31:   <li><a href="#history">History of the port</a>
1.327     miod       32:   <li><a href="#status">Current status</a>
1.330     miod       33:   <li><a href="#hardware">Supported hardware list</a>
1.327     miod       34:   <li><a href="#multiboot">Installation with other operating systems</a>
                     35:   <li><a href="#install">Getting and installing OpenBSD/i386</a>
                     36: </ul>
                     37: </p>
1.54      deraadt    38:
1.327     miod       39: <hr>
                     40: <a name="history"></a>
                     41: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.34      johns      42:
1.32      grr        43: <p>
1.327     miod       44: The OpenBSD/i386 port has been present since the inception of the project.
                     45: Over the years, more and more hardware support has been written
                     46: specifically for OpenBSD (such as the cryptographic accelerator drivers),
                     47: or adapted from FreeBSD and NetBSD.
                     48: </p>
                     49:
                     50: <hr>
                     51: <a name="status"></a>
                     52: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     53:
                     54: <p>
                     55: It can be expected to install and run with minimal difficulty on most current
                     56: hardware.
                     57: Machines using custom BIOS (such as older proprietary PC's, laptops, and some
                     58: specialized server machines) may cause problems.
                     59: </p>
                     60:
                     61: <p>
                     62: Although OpenBSD/i386 does not currently support multiple processors (SMP),
                     63: it will run on multi-processor system boards, using only one processor.
                     64: </p>
                     65:
                     66: <p>
                     67: Through its binary compatibility layer, OpenBSD/i386 can run Linux, FreeBSD,
                     68: BSD/OS, SVR4 (including Solaris) and IBCS2 binaries, to some extent. Most
                     69: applications will work flawlessly.
                     70: </p>
                     71:
                     72: <p>
                     73: X-Window support is available for most graphics cards, using either recent
                     74: XFree (as of OpenBSD 3.2, 4.2.1) servers whenever possible,
                     75: or XFree 3.3.6 servers otherwise.
                     76: </p>
                     77:
                     78: <hr>
                     79: <a name="hardware"></a>
                     80: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.34      johns      81:
1.31      deraadt    82: <p>
1.325     henning    83: Most laptops are supported.  We have <a href="i386-laptop.html">a page</a>
1.327     miod       84: that details the specifics of some common laptops.
                     85: </p>
1.117     deraadt    86:
                     87: <p>
1.182     aaron      88: The list of supported hardware is relevant to OpenBSD-current. It will
                     89: differ slightly from the support provided in the latest release version.
1.327     miod       90: </p>
1.182     aaron      91:
1.327     miod       92: <p>
                     93: <h4>Processors</h4>
                     94: </p>
                     95:
                     96: <p>
                     97: OpenBSD does not currently support multiple processors (SMP), but will run
                     98: using one processor on a multi-processor system board.
                     99: </p>
1.117     deraadt   100:
1.327     miod      101: <p>
                    102: All CPU chips compatible with the Intel 80386 (i386) architecture are
                    103: supported:
1.31      deraadt   104: <ul>
1.327     miod      105:   <li>386/486 (SX/DX/DX2/DX4)</li>
                    106:   <li>Intel Pentium/Pentium-MMX</li>
                    107:   <li>Intel Pentium Pro/II/III/Celeron/Xeon</li>
                    108:   <li>Intel Pentium IV</li>
                    109:   <li>AMD 6x86</li>
                    110:   <li>AMD K5/K6/K6-2/K6-3</li>
                    111:   <li>AMD Athlon/Duron</li>
                    112:   <li>Cyrix MediaGX/M1/M2</li>
                    113:   <li>VIA Cyrix III</li>
                    114:   <li>Rise mP6</li>
                    115:   <li>IDT WinChip</li>
                    116:   <li>NexGen 586</li>
                    117:   <li>NS Geode GX1</li>
                    118:   <li>Transmeta TMS3200, TMS5400, TMS5600</li>
1.130     aaron     119: </ul>
1.327     miod      120: </p>
                    121:
                    122: <p>
                    123: Regular floating-point coprocessors, when not built-in the processor,
                    124: are also supported. If no floating-point hardware is present in the system,
                    125: OpenBSD can use software emulation.
                    126: </p>
                    127:
                    128: <p>
1.130     aaron     129: Everything that is a clone of the 386 or up should work fine.
                    130: The only CPU that is known to work poorly (due to flawed motherboard designs)
                    131: is the Cyrix 386DLC.
1.327     miod      132: </p>
                    133:
1.130     aaron     134: <p>
1.327     miod      135: <h4>Buses</h4>
                    136: </p>
1.130     aaron     137:
1.327     miod      138: <p>
1.130     aaron     139: <ul>
1.329     miod      140: <li>All standard ISA, EISA, VLB, and PCI bus, including:
1.327     miod      141:   <ul>
1.329     miod      142:     <li>Intel 450GX/KX
                    143:     <li>Intel 450NX
                    144:     <li>ServerWorks chipset
1.327     miod      145:   </ul>
1.329     miod      146:   (We just had to mention those last three, since they are the hardest to
                    147:   support).
                    148: <li>16-Bit PCMCIA PC Cards
                    149: <li>32-Bit CardBus PC Cards
                    150: <li>Universal Serial Bus (USB)
1.106     chris     151: </ul>
1.130     aaron     152: The MCA bus found in various official IBM PCs is not supported.
1.327     miod      153: </p>
                    154:
1.120     deraadt   155: <p>
1.327     miod      156: <h4>Bus interfaces</h4>
                    157: </p>
1.120     deraadt   158:
1.327     miod      159: <p>
1.151     aaron     160: <ul>
1.327     miod      161:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
                    162:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
1.151     aaron     163: </ul>
1.327     miod      164: </p>
                    165:
1.151     aaron     166: <p>
1.327     miod      167: <h4>Entropy sources</h4>
                    168: </p>
1.151     aaron     169:
1.327     miod      170: <p>
1.176     deraadt   171: <ul>
1.327     miod      172:   <li>Interrupt latency collection from many devices.
                    173:   <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   174: </ul>
1.327     miod      175: </p>
                    176:
1.176     deraadt   177: <p>
1.327     miod      178: <h4>Disk Controllers</h4>
                    179: </p>
1.176     deraadt   180:
1.327     miod      181: <p>
1.130     aaron     182: <ul>
1.327     miod      183:   <li>Floppy controllers
                    184:   <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     185: </ul>
1.327     miod      186: </p>
                    187:
1.130     aaron     188: <p>
1.327     miod      189: <h4>PCI IDE Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)</h4>
                    190: </p>
1.130     aaron     191:
1.327     miod      192: <p>
1.130     aaron     193: <ul>
1.253     chris     194: <li>Acard ATP850, ATP860
1.130     aaron     195: <li>Acer Labs M5229
1.207     chris     196: <li>Advanced Micro Devices 756, 766
1.312     gluk      197: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649 and PCI0680
1.130     aaron     198: <li>Contaq Microsystems/Cypress CY82C693
1.312     gluk      199: <li>HighPoint HPT366, HPT370, HPT372, HPT374
1.341     grange    200: (RAID mode is not supported)
1.130     aaron     201: <li>Intel PIIX, PIIX3, and PIIX4
1.312     gluk      202: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4)
                    203: <li>National Semiconductor PC87415
1.339     grange    204: <li>NVIDIA nForce/nForce2
1.318     grange    205: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268, PDC20268R,
                    206: PDC20269, PDC20271, PDC20275, PDC20276, PDC20277
1.341     grange    207: (RAID mode is not supported.)
1.340     grange    208: <li>ServerWorks OSB4, CSB5, CSB6
1.229     miod      209: <li>Silicon Integrated System 5513 (5597/5598)
1.321     grange    210: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B, VT8231, VT8366,
1.318     grange    211: VT8233, VT8235
1.130     aaron     212: </ul>
                    213: Any other PCI IDE-compliant controller should work, but those
1.207     chris     214: not specifically listed may not be capable of DMA modes.
1.327     miod      215: </p>
                    216:
1.130     aaron     217: <p>
1.327     miod      218: <h4>SCSI Host Adapters</h4>
                    219: </p>
1.130     aaron     220:
1.327     miod      221: <p>
1.130     aaron     222: <ul>
1.325     henning   223: <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP, AHA-1640 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;sektion=4">aha</a>) <sup>(B) (C)</sup>
                    224: <li>Adaptec AHA-174x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;sektion=4">ahb</a>) <sup>(B) (C)</sup>
                    225: <li>Adaptec AIC-6260 and AIC-6360 based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;sektion=4">aic</a>), including the
1.288     miod      226:     Adaptec AHA-152x and the SoundBlaster SCSI host adapter. <sup>(B)</sup><br>
1.130     aaron     227:     (Note that you cannot boot from these boards if they do not have
                    228:     a boot ROM; only the AHA-152x and motherboards using this chip
1.229     miod      229:     are likely to be bootable, consequently).
1.130     aaron     230: <li>Adaptec AIC-7770-based SCSI host adapters (including the
1.325     henning   231:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(C)</sup>
1.130     aaron     232: <li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
1.325     henning   233:     AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(C)</sup>
1.138     deraadt   234: <li>Adaptec AHA-[23]9[34]xU[2W] cards and on-board PCI designs using the
1.325     henning   235:     AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(C)</sup>
1.136     deraadt   236: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
1.325     henning   237:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(C)</sup>
1.290     miod      238:     (However, the 7899G card is currently not supported with more than one device attached)
1.229     miod      239: <li>AdvanSys "U", "UW", "U2W" and "U160" PCI SCSI controllers including the
1.325     henning   240:     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> <sup>(A) (C)</sup> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;sektion=4">adv</a> <sup>(B) (C)</sup>)
                    241: <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: <sup>(A) (C)</sup>
1.229     miod      242:     <ul>
                    243:     <li>Tekram DC-390
                    244:     </ul>
1.325     henning   245: <li>Buslogic BT-54x (Adaptec AHA-154x clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;sektion=4">aha</a>) <sup>(B) (C)</sup>
                    246: <li>BusLogic 445, 74x, 9xx (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;sektion=4">bha</a>) (but not the new "FlashPoint" series
1.288     miod      247:     of BusLogic SCSI adapters) <sup>(B) (C)</sup>
1.325     henning   248: <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>) <sup>(A) (C)</sup>
                    249: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>) <sup>(A)</sup>
                    250: <li>Seagate/Future Domain ISA SCSI adapter cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">sea</a>), including: <sup>(A) (B) (C)</sup>
1.130     aaron     251:     <ul>
                    252:     <li>ST01/02
                    253:     <li>Future Domain TMC-885
                    254:     <li>Future Domain TMC-950
                    255:     </ul>
1.229     miod      256: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host adapters
1.290     miod      257:     (including generic/no name cards, old ASUS cards, the DTC-3130 series,
1.325     henning   258:     Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>) <sup>(B) (C)</sup>
                    259: <li>Tekram DC-300B and DC-320E (Adaptec AHA-154x clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;sektion=4">aha</a>) <sup>(B) (C)</sup>
                    260: <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>) <sup>(A) (C)</sup>
                    261: <li>Ultrastor 14f, 24f, and 34f (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">uha</a>) <sup>(A) (C)</sup>
1.288     miod      262: <li>WD-7000 SCSI host adapters (<i>wds</i>) <sup>(A) (B) (C)</sup>
1.130     aaron     263: </ul>
1.327     miod      264: </p>
                    265:
1.130     aaron     266: <p>
1.327     miod      267: <h4>RAID and Cache Controllers</h4>
                    268: </p>
1.130     aaron     269:
1.327     miod      270: <p>
1.130     aaron     271: <ul>
1.325     henning   272: <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>) <sup>(A)</sup>
                    273: <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;sektion=4">aac</a>), including: <sup>(A) (C)</sup>
1.198     aaron     274:     <ul>
                    275:     <li>Adaptec AAC-2622, AAC-364, AAC-3642
1.309     jason     276:     <li>Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, PERC 3/QC
1.198     aaron     277:     <li>HP NetRAID-4M
                    278:     </ul>
1.325     henning   279: <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>) <sup>(A) (C)</sup>
                    280: <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>) <sup>(A) (C)</sup>
                    281: <li>Compaq Smart ARRAY RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&amp;sektion=4">cac</a>), including: <sup>(A) (C)</sup>
1.193     mickey    282:     <ul>
                    283:     <li>Compaq Integrated Array
                    284:     <li>Compaq IAES
                    285:     <li>Compaq IDA, IDA-2
                    286:     <li>Compaq RAID LC2
                    287:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      288:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    289:     </ul>
1.325     henning   290: <li>DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&amp;sektion=4">dpt</a>) <sup>(A) (C)</sup>
                    291: <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: <sup>(A) (C)</sup>
1.244     mickey    292:     <ul>
1.280     aaron     293:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
1.334     chris     294:     <li>Adaptec ATA RAID (AAR-2400A)
1.244     mickey    295:     <li>American Megatrends Inc. MegaRAID controllers (in I2O mode)
                    296:     <li>other vendors' controllers supporting I2O,
                    297:        including Intel and Mylex, but these were not tested
                    298:     </ul>
1.130     aaron     299: </ul>
1.327     miod      300: </p>
                    301:
1.130     aaron     302: <p>
1.327     miod      303: <h4>CD-ROM and DVD-ROM Drives</h4>
                    304: </p>
1.130     aaron     305:
1.327     miod      306: <p>
1.130     aaron     307: <ul>
1.325     henning   308: <li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mcd</a>) <sup>(*)</sup>
1.130     aaron     309:     [Note: The Mitsumi driver device probe is known
                    310:     to cause trouble with several devices!]
1.325     henning   311: <li>Most SCSI CD-ROM, CD-R, CD-RW, and DVD drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>)
                    312: <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, and DVD drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>)
1.130     aaron     313: </ul>
                    314: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
1.327     miod      315: </p>
                    316:
1.130     aaron     317: <p>
1.327     miod      318: <h4>Tape Drives</h4>
                    319: </p>
1.130     aaron     320:
1.327     miod      321: <p>
1.131     aaron     322: <ul>
1.325     henning   323: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>)
                    324: <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>) <sup>(G)</sup>
1.131     aaron     325: <li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
1.325     henning   326:     tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wt</a>) <sup>(*)</sup>
1.131     aaron     327: </ul>
1.327     miod      328: </p>
                    329:
1.131     aaron     330: <p>
1.327     miod      331: <h4>Display Adapters</h4>
                    332: </p>
1.131     aaron     333:
1.327     miod      334: <p>
1.130     aaron     335: <ul>
1.327     miod      336:   <li>MDA, CGA, EGA, and HGC display adapters
                    337: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;sektion=4">pcdisplay</a>).
                    338:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
                    339: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;sektion=4">vga</a>).
                    340: </ul>
                    341: Note that not all of the display adapters OpenBSD/i386 supports
                    342: can be used under X-Window (please refer the
                    343: <a href="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information).
                    344: </p>
                    345:
1.130     aaron     346: <p>
1.327     miod      347: <h4>Serial Ports</h4>
                    348: </p>
1.130     aaron     349:
1.327     miod      350: <p>
1.121     chris     351: <ul>
1.325     henning   352: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    353: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    354: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    355: <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)
                    356: <li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&amp;sektion=4">ast</a>) <sup>(G)</sup>
1.288     miod      357: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
1.325     henning   358: <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>) <sup>(G)</sup>
                    359: <li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&amp;sektion=4">cz</a>) <sup>(G)</sup>
1.288     miod      360: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
1.325     henning   361: <li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&amp;sektion=4">addcom</a>) <sup>(*)</sup>
1.121     chris     362: </ul>
1.327     miod      363: </p>
                    364:
1.120     deraadt   365: <p>
1.327     miod      366: <h4>Parallel Ports</h4>
                    367: </p>
1.120     deraadt   368:
1.327     miod      369: <p>
1.131     aaron     370: <ul>
1.325     henning   371: <li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lpt</a>) <sup>(G)</sup>
1.131     aaron     372: </ul>
1.327     miod      373: </p>
                    374:
1.131     aaron     375: <p>
1.327     miod      376: <h4>Communications Controllers</h4>
                    377: </p>
1.131     aaron     378:
1.327     miod      379: <p>
1.131     aaron     380: <ul>
                    381: <li>Universal Serial Bus host controllers, including:
                    382:     <ul>
1.325     henning   383:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;sektion=4">uhci</a>) <sup>(A) (B) (C)</sup>
                    384:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>) <sup>(A) (B) (C)</sup>
1.131     aaron     385:     </ul>
1.325     henning   386: <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=i386&amp;format=html">lpt</a>) children, including: <sup>(G)</sup>
1.131     aaron     387:     <ul>
                    388:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    389:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    390:     <li>SIIG Cyber 4S PCI (quad serial)
                    391:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    392:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    393:     <li>VScom PCI-800 (8 port serial, probably OEM)
1.311     henning   394:     <li>VScom PCI 011H (1 port parallel)
                    395:     <li>VScom PCI 100H (1 port serial)
                    396:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    397:     <li>VScom PCI 200H (2 port serial)
                    398:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    399:     <li>VScom PCI 400H (4 port serial)
                    400:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    401:     <li>VScom PCI 800H (8 port serial)
                    402:     <li>VScom PCI 100L (1 port serial)
                    403:     <li>VScom PCI 200L (2 port serial)
                    404:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    405:     <li>VScom PCI 400L (4 port serial)
                    406:     <li>VScom PCI 800L (8 port serial)
1.242     espie     407:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
1.152     jufi      408:     <li>US Robotics 3CP5609 PCI (modem)
                    409:     <li>Lava Computers 2SP-PCI (parallel port)
                    410:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    411:     <li>NEC PK-UG-X008 (serial)
1.304     mickey    412:     <li>NEC PK-UG-X001 K56flex PCI (modem)
1.161     deraadt   413:     <li>Koutech IOFLEX-2S (dual serial)
1.275     deraadt   414:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    415:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
1.287     miod      416:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
1.311     henning   417:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    418:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
1.131     aaron     419:     </ul>
                    420: </ul>
1.327     miod      421: </p>
                    422:
1.131     aaron     423: <p>
1.327     miod      424: <h4>Ethernet Adapters</h4>
                    425: </p>
1.130     aaron     426:
1.327     miod      427: <p>
1.130     aaron     428: <ul>
1.325     henning   429: <li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;sektion=4">el</a>) <sup>(A) (B) (C)</sup>
                    430: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;sektion=4">ec</a>) <sup>(B)</sup>
                    431: <li>3Com 3c505 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&amp;sektion=4">eg</a>) <sup>(A) (B) (C)</sup>
                    432: <li>3Com 3c507 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">ie</a>) <sup>(A) (B) (C)</sup>
                    433: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;sektion=4">ep</a>) (disabling PnP on 3c509B is recommended)
                    434: <li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&amp;sektion=4">ef</a>) <sup>(B)</sup>
                    435: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>), including:
1.130     aaron     436:     <ul>
1.170     aaron     437:     <li>3Com 3c900/3c900B PCI adapters
                    438:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    439:     <li>3Com 3c980/3c980C server adapters
1.229     miod      440:     <li>3Com 3cSOHO adapter
                    441:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
1.170     aaron     442:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
1.130     aaron     443:     <li>Dell on-board 3c920
                    444:     <li>Dell Precision on-board 3c905B
                    445:     <li>Dell OptiPlex GX1 on-board 3c918
                    446:     <li>Dell Latitude laptop docking station embedded 3c905
1.331     henning   447:     <li>NVidia nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.130     aaron     448:     </ul>
                    449:
1.325     henning   450: <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: <sup>(A) (B) (C)</sup>
1.230     aaron     451:     <ul>
                    452:     <li>3CR990-TX-95
                    453:     <li>3CR990-TX-97
                    454:     <li>3CR990-SVR95
                    455:     <li>3CR990-SVR97
                    456:     </ul>
                    457:
1.325     henning   458: <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: <sup>(G)</sup>
1.130     aaron     459:     <ul>
                    460:     <li>Adaptec Single32 ANA-69011
1.229     miod      461:     <li>Adaptec Single64 ANA-62011 and ANA-62020
1.130     aaron     462:     <li>Adaptec Duo64 ANA-62022
                    463:     <li>Adaptec Quartet64 ANA-62044
                    464:     </ul>
                    465:
1.325     henning   466: <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:
1.130     aaron     467:     <ul>
1.185     aaron     468:     <li>Accton EN2242 MiniPCI
1.186     aaron     469:     <li>Linksys LNE100TX v4.x
1.130     aaron     470:     <li>Mototech ME316
                    471:     </ul>
                    472:
1.325     henning   473: <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=i386&amp;format=html">aue</a>), including: <sup>(A) (B) (C)</sup>
1.130     aaron     474:     <ul>
1.301     nate      475:     <li>3com 3c460b
1.277     nate      476:     <li>Abocom UFE1000
                    477:     <li>Abocom DSB650TX
                    478:     <li>Accton USB320-EC
                    479:     <li>Accton SpeedStream Ethernet
                    480:     <li>Admtek Pegasus
                    481:     <li>Admtek Pegasus II
1.229     miod      482:     <li>Billionton Systems USB100
                    483:     <li>Corega FEther USB-TX
1.277     nate      484:     <li>D-Link DSB-650
1.229     miod      485:     <li>D-Link DSB-650TX
1.277     nate      486:     <li>D-Link DSB-650TX-PNA
                    487:     <li>Elecom LD-USB
                    488:     <li>Elsa Microlink USB2Ethernet
                    489:     <li>I/O DATA USB ETTX
                    490:     <li>Kingston KNU101TX
                    491:     <li>LinkSys USB100TX
                    492:     <li>LinkSys USB100H1
                    493:     <li>LinkSys USB10TA
1.255     aaron     494:     <li>Melco Inc. LUA-TX
1.315     nate      495:     <li>Netgear FA101
1.277     nate      496:     <li>Siemens SpeedStream USB
                    497:     <li>Smartbridges smartNIC 2
1.229     miod      498:     <li>SMC 2202USB
1.303     nate      499:     <li>SMC EZ Connect USB
1.259     miod      500:     <li>SOHOware NUB100
1.130     aaron     501:     </ul>
                    502:
1.325     henning   503: <li>AMD LANCE and PCnet-based ISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le</a>), including: <sup>(B)</sup>
1.130     aaron     504:     <ul>
                    505:     <li>Novell NE1500T
                    506:     <li>Novell NE2100
                    507:     <li>Kingston 21xx
                    508:     </ul>
                    509:
1.325     henning   510: <li>AMD LANCE and 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=i386&amp;format=html">le</a>), including: <sup>(B) (C)</sup>
1.130     aaron     511:     <ul>
1.304     mickey    512:     <li>BOCALANcard/PCI
                    513:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.130     aaron     514:     </ul>
                    515:
1.325     henning   516: <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:
1.130     aaron     517:     <ul>
1.229     miod      518:     <li>CNet Pro110B
1.130     aaron     519:     <li>Alfa Inc. GFC2204
                    520:     </ul>
                    521:
1.325     henning   522: <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: <sup>(G)</sup>
1.130     aaron     523:     <ul>
                    524:     <li>CATC Netmate and Netmate II
1.231     aaron     525:     <li>Belkin F5U111
1.130     aaron     526:     </ul>
1.120     deraadt   527:
1.325     henning   528: <li>Davicom 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:
1.171     aaron     529:     <ul>
                    530:     <li>Jaton XpressNet
                    531:     </ul>
                    532:
1.325     henning   533: <li>DEC EtherWORKS III cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&amp;sektion=4">lc</a>), including: <sup>(G)</sup>
1.249     niklas    534:     <ul>
                    535:     <li>DE203
                    536:     <li>DE204
                    537:     <li>DE205
                    538:     </ul>
                    539:
1.325     henning   540: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de</a>), including:
1.130     aaron     541:     <ul>
1.229     miod      542:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
1.130     aaron     543:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
1.229     miod      544:     <li>Znyx ZX3<i>xx</i>
                    545:     <li>Cogent EM100FX and EM440TX
                    546:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.289     miod      547:     <li>D-Link DFE-570TX Quad port
1.130     aaron     548:     <li>Almost all other variants work.
                    549:     </ul>
1.128     niklas    550:
1.325     henning   551: <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:
1.130     aaron     552:    <ul>
                    553:    <li>Adaptec ANA-6944A
                    554:    <li>Cogent EM400
                    555:    <li>Compex 400TX
1.314     henning   556:    <li>CompuShack Goldline Quattro
                    557:    <li>Phobos P430TX
1.130     aaron     558:    <li>Znyx ZX346
                    559:    </ul>
1.34      johns     560:
1.325     henning   561: <li>Intel EtherExpress 16 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">ie</a>) <sup>(A) (B) (C)</sup>
1.34      johns     562:
1.288     miod      563: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>
1.34      johns     564:
1.325     henning   565: <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:
1.102     deraadt   566:     <ul>
1.233     brad      567:     <li>Intel EtherExpress PRO/10+
1.130     aaron     568:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    569:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    570:     <li>Intel EtherExpress PRO/100 Dual Port
1.302     aaron     571:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.102     deraadt   572:     </ul>
1.130     aaron     573:
1.325     henning   574: <li>Intel 21145-based cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
1.313     henning   575:
1.325     henning   576: <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: <sup>(A) (B) (C)</sup>
1.89      fgsch     577:     <ul>
1.130     aaron     578:     <li>3Com 3C19250
1.168     aaron     579:     <li>3Com 3c460 HomeConnect
                    580:     <li>ADS Technologies USB-10BT
                    581:     <li>Aox USB101
                    582:     <li>ATen UC10T
                    583:     <li>Corega USB-T
                    584:     <li>D-Link DSB-650
                    585:     <li>Entegra NET-USB-E45
                    586:     <li>Kawasaki USB101
1.130     aaron     587:     <li>LinkSys USB10T
1.229     miod      588:     <li>Netgear EA101
1.191     deraadt   589:     <li>Peracom USB
1.130     aaron     590:     <li>SMC 2102/2104USB
1.191     deraadt   591:     <li>I/O Data USB-ET/T
1.89      fgsch     592:     </ul>
1.130     aaron     593:
1.325     henning   594: <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:
1.89      fgsch     595:     <ul>
1.229     miod      596:     <li>Kingston KNE110TX
1.130     aaron     597:     <li>LinkSys LNE100TX
                    598:     <li>Matrox Networks FastNIC 10/100
1.229     miod      599:     <li>Netgear FA310TX
1.89      fgsch     600:     </ul>
1.130     aaron     601:
1.325     henning   602: <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:
1.89      fgsch     603:     <ul>
1.185     aaron     604:     <li>Accton EN1217
1.130     aaron     605:     <li>Addtron AEF-320TX/AEF-330TX
1.287     miod      606:     <li>CNet PRO1020A/B
                    607:     <li>Complex RL-100TX
1.229     miod      608:     <li>NDC Communications SOHOware SFA110A
1.131     aaron     609:     <li>SVEC PN102-TX Fast Ethernet card
1.115     deraadt   610:     </ul>
1.130     aaron     611:
1.325     henning   612: <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: <sup>(B) (C)</sup>
1.149     aaron     613:     <ul>
1.167     aaron     614:     <li>NetGear FA311
                    615:     <li>NetGear FA312
1.149     aaron     616:     </ul>
                    617:
1.325     henning   618: <li>Novell NE1000, NE2000 (ISA, PCI, and PCMCIA variants thereof) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>) <sup>(B)</sup>
1.130     aaron     619:
1.325     henning   620: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;sektion=4">rl</a>), including:
1.115     deraadt   621:     <ul>
1.130     aaron     622:     <li>Accton MPX 5030/5038
                    623:     <li>Allied Telesyn AT2550
1.184     aaron     624:     <li>D-Link DFE530TX+
1.173     aaron     625:     <li>D-Link DFE538TX
1.130     aaron     626:     <li>Encore ENL832-TX 10/100 M PCI
                    627:     <li>Genius GF100TXR
                    628:     <li>KTX-9130TX 10/100 Fast Ethernet
                    629:     <li>Longshine LCS-8038TX-R
                    630:     <li>NDC NE100TX-E
                    631:     <li>Netronix EA-1210 Net Ether 10/100
1.229     miod      632:     <li>Nortel BayStack 21
1.130     aaron     633:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    634:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.89      fgsch     635:     </ul>
1.130     aaron     636:
1.325     henning   637: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>), including: <sup>(G)</sup>
1.292     nate      638:     <ul>
                    639:     <li>Melco Inc. LUA-KTX
                    640:     <li>GreenHouse GH-USB100B
1.293     nate      641:     <li>Linksys USB100M
1.292     nate      642:     </ul>
                    643:
1.325     henning   644: <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: <sup>(B) (C)</sup>
1.106     chris     645:     <ul>
1.130     aaron     646:     <li>Mototech ME313
1.149     aaron     647:     <li>NetSurf NS-KFE30D
1.106     chris     648:     </ul>
1.110     aaron     649:
1.325     henning   650: <li>SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;sektion=4">we</a>) <sup>(B)</sup>
1.130     aaron     651:
1.325     henning   652: <li>SMC/WD 8216 (the SMC "Elite16 Ultra" ISA boards)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;sektion=4">we</a>) (See special care notice in <A HREF="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">INSTALL.i386</A>) <sup>(B)</sup>
1.130     aaron     653:
1.325     henning   654: <li>SMC 8416 EtherEZ PnP cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;sektion=4">we</a>) (with PnP mode off) <sup>(B)</sup>
1.110     aaron     655:
1.325     henning   656: <li>SMC 9432 ("EtherPower II") EPIC 10/100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&amp;sektion=4">tx</a>) <sup>(C)</sup>
1.127     aaron     657:
1.337     brad      658: <li>Sun Happy Meal PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4">hme</a>), including: <sup>(G)</sup>
                    659:     <ul>
                    660:     <li>Fast Ethernet
                    661:     <li>Quad Fast Ethernet
                    662:     </ul>
1.336     jason     663:
1.325     henning   664: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;sektion=4">ste</a>), including: <sup>(G)</sup>
1.100     jason     665:     <ul>
1.130     aaron     666:     <li>D-Link DFE-550TX
1.100     jason     667:     </ul>
                    668:
1.325     henning   669: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;sektion=4">tl</a>), including: <sup>(C)</sup>
1.34      johns     670:     <ul>
1.130     aaron     671:     <li>Compaq Netelligent PCI Adapters
                    672:     <li>Compaq NetFlex 3/P
                    673:     <li>Compaq Deskpro integrated adapter
                    674:     <li>Compaq Prosignia integrated adapter
                    675:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    676:     <li>Racore 8165 and 8148
                    677:     <li>TI ThunderLAN adapters
1.34      johns     678:     </ul>
                    679:
1.332     jason     680: <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: <sup>(C)</sup>
1.34      johns     681:     <ul>
1.130     aaron     682:     <li>Addtron AEF-360TX
                    683:     <li>Hawking PN102TX
                    684:     <li>D-Link DFE530TX
1.34      johns     685:     </ul>
                    686:
1.325     henning   687: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;sektion=4">wb</a>), including:
1.104     aaron     688:     <ul>
1.130     aaron     689:     <li>Trendware TE100-PCIE
                    690:     <li>Compex RL100-ATX 10/100
1.104     aaron     691:     </ul>
1.130     aaron     692: </ul>
1.133     aaron     693: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    694: not recommend using them, but your mileage may vary.
1.327     miod      695: </p>
                    696:
1.133     aaron     697: <p>
1.327     miod      698: <h4>Wireless Ethernet Adapters</h4>
                    699: </p>
1.104     aaron     700:
1.327     miod      701: <p>
1.130     aaron     702: <ul>
1.327     miod      703: <li>Compact Flash Adapters (will be detected as PCMCIA adapters)
1.325     henning   704:     <ul>
                    705:     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    706:     <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    707:     </ul>
1.323     henning   708: <li>PCMCIA Adapters
1.325     henning   709:     <ul>
                    710:     <li>3Com AirConnect 3CRWE737A PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    711:     <li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    712:     <li>Addtron AWP-100 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    713:     <li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    714:     <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>) <sup>(A) (B)</sup>
                    715:     <li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    716:     <li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    717:     <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>) <sup>(A) (B)</sup>
                    718:     <li>Compaq Agency NC5004 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    719:     <li>Contec FLEXLAN/FX-DS110-PCC PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    720:     <li>Corega PCC-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    721:     <li>Corega PCCA-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    722:     <li>Corega PCCB-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    723:     <li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    724:     <li>Dlink DWL650 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    725:     <li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    726:     <li>ELSA XI325 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    727:     <li>ELSA XI325H PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    728:     <li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    729:     <li>Ericsson Wireless LAN CARD C11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    730:     <li>Gemtek WL-311 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    731:     <li>Hawking Technology WE110P PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    732:     <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>) <sup>(A) (B) (C)</sup>
                    733:     <li>Intel PRO/Wireless 2011 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    734:     <li>Intersil Prism II PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    735:     <li>Linksys Instant Wireless WPC11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    736:     <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>) <sup>(A) (B) (C)</sup>
                    737:     <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>) <sup>(A) (B) (C)</sup>
                    738:     <li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    739:     <li>NANOSPEED ROOT-RZ2000 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    740:     <li>NEC CMZ-RT-WP PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    741:     <li>Netgear MA401 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    742:     <li>Netgear MA401RA PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    743:     <li>Nokia C020 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    744:     <li>Nokia C110/C111 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    745:     <li>NTT-ME 11Mbps Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    746:     <li>Proxim Harmony PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    747:     <li>Proxim RangeLAN-DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    748:     <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>) <sup>(A) (B)</sup>
                    749:     <li>Samsung MagicLAN SWL-2000N PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    750:     <li>SMC 2632 EZ Connect PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    751:     <li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    752:     <li>TDK LAK-CD011WL PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    753:     <li>US Robotics 2410 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    754:     <li>US Robotics 2445 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
                    755:     </ul>
1.323     henning   756: <li>PCI Adapters
1.325     henning   757:     <ul>
                    758:     <li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    759:     <li>Belkin F5D6000 PCI (a rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    760:     <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    761:     <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    762:     <li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    763:     <li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    764:     <li>Intersil Mini-PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    765:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    766:     <li>NDC/Sohoware NCP130 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    767:     <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    768:     <li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    769:     </ul>
1.323     henning   770: </ul>
1.327     miod      771: </p>
                    772:
1.130     aaron     773: <p>
1.327     miod      774: <h4>Gigabit Ethernet Adapters</h4>
                    775: </p>
1.130     aaron     776:
1.327     miod      777: <p>
1.130     aaron     778: <ul>
1.325     henning   779: <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: <sup>(A) (B) (C)</sup>
1.130     aaron     780:     <ul>
1.190     jason     781:     <li>3Com 3c985 and 3c985B
                    782:     <li>Alteon ACEnic V (fiber and copper)
1.229     miod      783:     <li>Digital EtherWORKS 1000SX
                    784:     <li>Farallon PN9000SX
1.190     jason     785:     <li>Netgear GA620 and GA620T
1.130     aaron     786:     <li>SGI Tigon
                    787:     </ul>
                    788:
1.320     margarid  789: <li>Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters
1.325     henning   790: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>),
1.307     nate      791: including: <sup>(A) (B) (C)</sup>
                    792:     <ul>
                    793:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    794:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    795:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    796:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    797:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    798:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    799:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    800:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    801:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    802:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    803:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    804:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    805:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.278     nate      806:     </ul>
                    807:
1.325     henning   808: <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: <sup>(A) (B) (C)</sup>
1.243     nate      809:     <ul>
1.252     nate      810:     <li>Addtron AEG320T
1.306     nate      811:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
1.252     nate      812:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    813:     <li>D-Link DGE-500T
                    814:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.306     nate      815:     <li>Netgear GA621
1.252     nate      816:     <li>Netgear GA622T
                    817:     <li>SMC EZ Card 1000 (SMC9462TX)
                    818:     <li>Surecom Technology EP-320G-TX
1.306     nate      819:     <li>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.243     nate      820:     </ul>
                    821:
1.325     henning   822: <li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;sektion=4">lge</a>), including: <sup>(*)</sup>
1.258     nate      823: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
                    824:     <ul>
                    825:     <li>SMC TigerCard 1000 (SMC9462SX)
                    826:     <li>D-Link DGE-500SX
                    827:     </ul>
                    828:
1.325     henning   829: <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: <sup>(A) (B) (C)</sup>
1.260     nate      830:     <ul>
                    831:     <li>3Com 3c996-T (10/100/1000baseTX)
1.283     nate      832:     <li>3Com 3c996-SX (1000baseSX)
                    833:     <li>3Com 3c996B-T (10/100/1000baseTX)
1.260     nate      834:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
                    835:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    836:     <li>SysKonnect SK-9D41 (1000baseSX)
                    837:     </ul>
                    838:
1.325     henning   839: <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: <sup>(G)</sup>
1.268     nate      840:     <ul>
                    841:     <li>D-Link DGE-550T (10/100/1000baseTX)
                    842:     <li>Antares Microsystems Gigabit Ethernet board
                    843:     </ul>
                    844:
1.325     henning   845: <li>SysKonnect SK-984x (9841/9842/9843/9844) based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>) <sup>(A) (B) (C)</sup>
1.130     aaron     846: </ul>
1.327     miod      847: </p>
                    848:
1.287     miod      849: <p>
1.327     miod      850: <h4>ATM Adapters</h4>
                    851: </p>
1.130     aaron     852:
1.327     miod      853: <p>
1.130     aaron     854: <ul>
1.288     miod      855: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
1.130     aaron     856: </ul>
1.327     miod      857: </p>
                    858:
1.130     aaron     859: <p>
1.327     miod      860: <h4>FDDI Adapters</h4>
                    861: </p>
1.130     aaron     862:
1.327     miod      863: <p>
1.130     aaron     864: <ul>
1.325     henning   865: <li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&amp;sektion=4">fea</a>) <sup>(G)</sup>
                    866: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;sektion=4">fpa</a>) <sup>(G)</sup>
1.130     aaron     867: </ul>
1.327     miod      868: </p>
                    869:
1.130     aaron     870: <p>
1.327     miod      871: <h4>WAN Adapters</h4>
                    872: </p>
1.130     aaron     873:
1.327     miod      874: <p>
1.130     aaron     875: <ul>
1.325     henning   876: <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>) <sup>(G)</sup>
1.130     aaron     877: </ul>
1.327     miod      878: </p>
                    879:
1.130     aaron     880: <p>
1.327     miod      881: <h4>Cryptography Accelerators</h4>
                    882: </p>
1.130     aaron     883:
1.327     miod      884: <p>
1.130     aaron     885: <ul>
1.325     henning   886: <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822 (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>) <sup>(G)</sup>
                    887: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>) <sup>(G)</sup>
                    888: <li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including: <sup>(G)</sup>
1.127     aaron     889:     <ul>
1.276     deraadt   890:     <li>Soekris Engineering vpn1201 and vpn1211
1.130     aaron     891:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt   892:     <li>NetSec 7751
1.342   ! jason     893:     <li>Hifn 7751 and 9751 reference boards
1.144     deraadt   894:     <li>Invertex AEON
1.127     aaron     895:     </ul>
1.130     aaron     896: </ul>
1.327     miod      897: </p>
                    898:
1.130     aaron     899: <p>
1.327     miod      900: <a name="pcmcia"></a>
                    901: <h4>PC Cards (PCMCIA <sup>(B)</sup> and CardBus <sup>(B) (C)</sup>)</h4>
                    902: </p>
1.127     aaron     903:
1.327     miod      904: <p>
1.130     aaron     905: <ul>
1.163     ericj     906: <li>ATA cards
1.325     henning   907:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;sektion=4">wdc</a>,
                    908:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>,
                    909:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd</a>,
                    910:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>), including:
1.112     aaron     911:     <ul>
1.130     aaron     912:     <li>ATA/IDE card drives
                    913:     <li>ATA/IDE CD-ROM adapters
                    914:     <li>CF/ATA flash cards and disk drives
1.112     aaron     915:     </ul>
                    916:
1.130     aaron     917: <li>Ethernet adapters, including:
1.34      johns     918:     <ul>
1.325     henning   919:     <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:
1.304     mickey    920:        <ul>
                    921:        <li>3Com 3C556, 3C562
                    922:        <li>3Com 3C574TX, 3C[CX]FE574BT
                    923:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    924:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    925:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                    926:        </ul>
1.178     aaron     927:
1.325     henning   928:     <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
1.304     mickey    929:        <ul>
                    930:        <li>ADMtek AN985 Centaur-C CardBus
                    931:        <li>IBM EtherJet 10/100 CardBus
1.254     aaron     932:        <li>Linksys PCMPC200 CardBus 10/100
1.228     aaron     933:        <li>SMC EZ CardBus 10/100
1.304     mickey    934:        <li>Xircom X3201 CardBus adapters, including RealPort models
                    935:        </ul>
1.178     aaron     936:
1.325     henning   937:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>), including:
1.304     mickey    938:        <ul>
                    939:        <li>Intel PRO/100 CardBus II
                    940:        </ul>
1.178     aaron     941:
1.325     henning   942:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>), including:
1.304     mickey    943:        <ul>
                    944:        <li>Accton EN2216
                    945:        <li>AmbiCom AMB8002T
                    946:        <li>D-Link DE-650, DE-660
                    947:        <li>Genius ME 3000II SE
                    948:        <li>Hawking PN650TX
                    949:        <li>IC-Card
                    950:        <li>Kingston KNE-PC2
                    951:        <li>Linksys PCMPC100, EC2T Combo
                    952:        <li>NDC Instant-Link
                    953:        <li>Netgear FA410TX
                    954:        <li>Network Everywhere NP10T
1.224     aaron     955:        <li>New Media LiveWire 10/100
1.304     mickey    956:        </ul>
1.178     aaron     957:
1.325     henning   958:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;sektion=4">rl</a>), including:
1.298     aaron     959:        <ul>
                    960:        <li>Accton MPX5030 CardBus
                    961:        <li>Corega FEther CB-TXD 10/100 Ethernet
                    962:        </ul>
                    963:
1.325     henning   964:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;sektion=4">sm</a>), including: <sup>(G)</sup>
1.304     mickey    965:        <ul>
                    966:        <li>Megahertz XJEM1144, CC10BT
                    967:        <li>SMC EtherEZ 8020BT
                    968:        </ul>
1.179     aaron     969:
1.325     henning   970:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;sektion=4">xe</a>), including: <sup>(A)</sup>
1.304     mickey    971:        <ul>
                    972:        <li>Xircom CreditCard CE2
                    973:        </ul>
1.178     aaron     974: </ul>
1.130     aaron     975:
1.182     aaron     976: <li>PCMCIA controllers, including:
                    977:     <ul>
1.325     henning   978:     <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&amp;sektion=4">pcic</a>)
1.182     aaron     979:     </ul>
                    980:
                    981: <li>SCSI host adapters, including:
1.106     chris     982:     <ul>
1.325     henning   983:     <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;sektion=4">aic</a>)
1.34      johns     984:     </ul>
1.130     aaron     985:
1.145     deraadt   986: <li>Serial ports, including:
1.130     aaron     987:     <ul>
                    988:     <li>Most modems, digital cellular modems, and serial cards should work.
1.85      jason     989:     </ul>
1.130     aaron     990:
1.182     aaron     991: <li>Wireless Ethernet adapters:
1.88      jason     992:     <ul>
1.182     aaron     993:     <li>See above.
1.88      jason     994:     </ul>
1.327     miod      995: </ul>
                    996: </p>
1.34      johns     997:
1.130     aaron     998: <p>
1.327     miod      999: <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
                   1000: </p>
1.130     aaron    1001:
1.327     miod     1002: <p>
1.130     aaron    1003: <ul>
1.325     henning  1004: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
                   1005: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;sektion=4">urio</a>) <sup>(G)</sup>
                   1006: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>,
                   1007:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>,
                   1008:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
1.288     miod     1009:                        see above <sup>(G)</sup>
1.325     henning  1010: <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>) <sup>(G)</sup>
                   1011: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;sektion=4">uvisor</a>) <sup>(G)</sup>
                   1012: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;sektion=4">uhub</a>)
                   1013: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                   1014: <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>)
                   1015: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>) <sup>(G)</sup>
                   1016: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;sektion=4">umodem</a>) <sup>(G)</sup>
                   1017: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt</a>) <sup>(G)</sup>
                   1018: <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>) <sup>(G)</sup>
                   1019: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>) <sup>(G)</sup>
                   1020: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;sektion=4">uyap</a>) <sup>(*)</sup>
1.130     aaron    1021: </ul>
1.327     miod     1022: </p>
                   1023:
1.130     aaron    1024: <p>
1.327     miod     1025: <h4>Pointing Devices <sup>(G)</sup></h4>
                   1026: </p>
1.34      johns    1027:
1.327     miod     1028: <p>
1.325     henning  1029: <ul>
                   1030: <li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lms</a>)
                   1031: <li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mms</a>)
                   1032: <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=i386&amp;format=html">pms</a>)
1.130     aaron    1033: <li>Serial mice (uses serial port driver)
                   1034: </ul>
1.327     miod     1035: </p>
                   1036:
1.130     aaron    1037: <p>
1.327     miod     1038: <h4>Sound Devices <sup>(G)</sup></h4>
                   1039: </p>
1.34      johns    1040:
1.327     miod     1041: <p>
1.130     aaron    1042: <ul>
1.325     henning  1043: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
                   1044: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;sektion=4">clcs</a>)
                   1045: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;sektion=4">clct</a>)
                   1046: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                   1047: <li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&amp;sektion=4">ess</a>)
                   1048: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
                   1049: <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>)
                   1050: <li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;sektion=4">esa</a>)
                   1051: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                   1052: <li>Gravis Ultrasound and Ultrasound Max (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gus&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">gus</a>)
1.335     mickey   1053: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3) and 440MX, SiS 7012, AMD 768 and 8111, nVidia nForce AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich</a>)
1.325     henning  1054: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;sektion=4">neo</a>)
                   1055: <li>SoundBlaster ISA cards and 100% compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">sb</a>)
                   1056: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                   1057: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;sektion=4">emu</a>)
                   1058: <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>)
                   1059: <li>VIA VT82C686A and VT8233 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;sektion=4">auvia</a>)
                   1060: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;sektion=4">ym</a>)
                   1061: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;sektion=4">yds</a>)
                   1062: <li>Yamaha and Roland ISA/ISA PnP MIDI UART(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpu&amp;sektion=4">mpu</a>)
1.130     aaron    1063: </ul>
1.327     miod     1064: </p>
                   1065:
1.130     aaron    1066: <p>
                   1067: The following drivers are not extensively tested:
                   1068: <ul>
1.325     henning  1069: <li>Personal Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pss&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">pss</a>)
1.288     miod     1070: <li>ProAudio Spectrum (<i>pas</i>)
1.325     henning  1071: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
                   1072: <li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wss</a>)
1.130     aaron    1073: </ul>
1.327     miod     1074: </p>
                   1075:
1.130     aaron    1076: <p>
1.327     miod     1077: <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)</h4>
                   1078: </p>
1.34      johns    1079:
1.327     miod     1080: <p>
1.304     mickey   1081: <ul>
1.325     henning  1082: <li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;sektion=4">az</a>)
                   1083: <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>)
                   1084: <li>Forte Media FM801 audio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                   1085: <li>AIMS Lab Radiotrack FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt&amp;sektion=4">rt</a>)
                   1086: <li>AIMS Lab Radiotrack II FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtii&amp;sektion=4">rtii</a>)
                   1087: <li>SoundForte RadioLink SF16-FMR FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sfr&amp;sektion=4">sfr</a>)
                   1088: <li>SoundForte RadioLink SF16-FMR2 FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf2r&amp;sektion=4">sf2r</a>)
                   1089: <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>)
1.304     mickey   1090: </ul>
1.327     miod     1091: </p>
                   1092:
1.304     mickey   1093: <p>
1.327     miod     1094: <h4>Miscellaneous Devices</h4>
                   1095: </p>
1.304     mickey   1096:
1.327     miod     1097: <p>
1.130     aaron    1098: <ul>
1.325     henning  1099: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm</a>)
                   1100: <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: <sup>(G)</sup>
1.130     aaron    1101:     <ul>
                   1102:     <li>Hauppage Wincast TV
                   1103:     <li>STB TV PCI Television Tuner
                   1104:     <li>Miro PC TV
                   1105:     <li>Intel Smart Video Recorder III
                   1106:     <li>IMS TV Turbo
                   1107:     <li>AVer Media TV/FM
1.34      johns    1108:     </ul>
1.130     aaron    1109: </ul>
1.327     miod     1110: </p>
                   1111:
1.130     aaron    1112: <p>
1.327     miod     1113: <h4>ISAPNP Cards</h4>
                   1114: </p>
1.130     aaron    1115:
1.327     miod     1116: <p>
                   1117: <ul>
1.325     henning  1118:   <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;sektion=4">sb</a>)
                   1119:   <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&amp;sektion=4">joy</a>)
1.131     aaron    1120:   <li>Nearly all Yamaha-style audio cards
1.325     henning  1121:   <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                   1122:   <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                   1123:   <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le</a>)
1.327     miod     1124: </ul>
1.288     miod     1125: If a device does not work, be sure to mail the output of dmesg(8)
1.131     aaron    1126: to dmesg@openbsd.org, and we will try to add support.
1.327     miod     1127: </p>
                   1128:
1.131     aaron    1129: <p>
                   1130: Roughly said, the following cards definitely work.
                   1131: Others may work as well; support is continually being improved.
                   1132: <ul>
                   1133: <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                   1134: <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                   1135: <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                   1136: <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                   1137: <li>"CMI8330. Audio Adapter, @X@0001, , "
                   1138: <li>"Creative AWE64 PnP, CTL0045, , Audio"
                   1139: <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                   1140: <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                   1141: <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                   1142: <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                   1143: <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                   1144: <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                   1145: <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                   1146: <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                   1147: <li>"Creative SB16 PnP, CTL0031, , Audio"
                   1148: <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                   1149: <li>"Creative SB32 PnP, CTL0031, , Audio"
                   1150: <li>"Creative SB32 PnP, CTL0041, , Audio"
                   1151: <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                   1152: <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                   1153: <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                   1154: <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                   1155: <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                   1156: <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                   1157: <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                   1158: <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                   1159: <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                   1160: <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                   1161: <li>"OPL3-SA3 Snd System, YMH0021, , "
                   1162: <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
                   1163: <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
                   1164: </ul>
1.327     miod     1165: </p>
1.34      johns    1166:
1.37      johns    1167: <p>
1.288     miod     1168: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1169: the GENERIC kernels, but are <b>not</b> included on the various distribution
                   1170: floppies (including the cd-rom boot image).
                   1171: </p>
                   1172:
                   1173: <p>
                   1174: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1175: floppy A.
                   1176: </p>
                   1177:
                   1178: <p>
                   1179: <sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
                   1180: floppy B.
                   1181: </p>
                   1182:
                   1183: <p>
                   1184: <sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
                   1185: floppy C.
1.37      johns    1186: </p>
1.34      johns    1187:
1.304     mickey   1188: <p>
1.288     miod     1189: <sup>(*)</sup> Support for devices marked with (*) is not included in the
                   1190: GENERIC kernel, and will require you to compile a custom kernel to enable it.
1.34      johns    1191: </p>
                   1192:
1.327     miod     1193: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
                   1194: <p>
                   1195: Unsupported hardware may be supported in the future, and your
                   1196: <a href="donations.html">donation of time, hardware, or documentation</a>
                   1197: can accelerate this support!
1.34      johns    1198: <ul>
1.130     aaron    1199: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                   1200: <li>NCR 5380-based and 53400-based SCSI host adapters
                   1201: <li>QIC-40 and QIC-80 tape drives
                   1202:     (these are the tape drives that connect to the floppy disk controller)
                   1203: <li>Multiprocessor motherboards (though they will run fine using one
                   1204:     processor only).
1.325     henning  1205:     There exists a <a href="smp.html">project</a> aiming to support these.
1.130     aaron    1206: <li>Sony and Panasonic proprietary CD-ROM interfaces
                   1207: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.304     mickey   1208: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
1.233     brad     1209: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.325     henning  1210:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on the later ones)
1.134     aaron    1211: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron    1212: <li>Aureal Vortex sound cards
1.325     henning  1213:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on it)
1.157     aaron    1214: <li>Winmodems
1.130     aaron    1215: <li>Infrared devices, such as commonly found on laptops
1.157     aaron    1216: <li>Firewire
1.329     miod     1217:     (<a href="mailto:tdeval@openbsd.org">tdeval</a> is working on it)
1.244     mickey   1218: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron    1219: <li>PCMCIA:
                   1220:     <ul>
                   1221:     <li>Memory cards
                   1222:     <li>Most multifunction cards
                   1223:     </ul>
1.31      deraadt  1224: </ul>
1.327     miod     1225: </p>
1.31      deraadt  1226:
1.3       fn       1227: <hr>
1.330     miod     1228: <a name="multiboot"></a>
                   1229: <h3><font color="#0000e0"><strong>Installation with other operating systems:
                   1230: </strong></font></h3>
                   1231:
                   1232: <p>
                   1233: OpenBSD/i386 can be installed to share the system disks with other operating
                   1234: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                   1235: scheme, and an optional boot selector program.
                   1236: Everyday operation is trouble free, but setup requires care, and several
                   1237: operating systems, such as Windows 95, are known to be careless about
                   1238: pre-existing MBR information.
                   1239: </p>
                   1240:
                   1241: <p>
                   1242: Also, some laptop computers use a specific partition as suspend-to-disk
                   1243: storage, which should not be clobbered.
                   1244: </p>
                   1245:
                   1246: <p>
                   1247: More details on this process can be found in the
                   1248: <a href="faq/faq4.html">Installation Guide</a> and
                   1249: <a href="faq/faq14.html">Disk Setup Manual</a>.
                   1250: </p>
                   1251:
                   1252: <hr>
                   1253: <a name="install"></a>
                   1254: <h3><font color="#0000e0">
                   1255: <strong>Getting and installing OpenBSD/i386:</strong>
                   1256: </font></h3>
                   1257:
                   1258: The latest supported OpenBSD/i386 release is
                   1259: <a href="32.html">OpenBSD 3.2</a>.
                   1260: Here are the
                   1261: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/i386/INSTALL.i386">
                   1262: OpenBSD/i386 3.2 installation instructions
                   1263: </a>.
                   1264: </p>
                   1265:
                   1266: <p>
                   1267: Snapshots are made available from time to time, in
                   1268: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
                   1269: as well as in a few
                   1270: <a href="ftp.html">mirrors</a>.
                   1271: Here are the
                   1272: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
                   1273: OpenBSD/i386 snapshot installation instructions
                   1274: </a> as well.
                   1275: </p>
                   1276:
                   1277: <p>
                   1278: There are several installation media provided:
                   1279: <ul>
                   1280:   <li><strong>CD boot</strong>
                   1281:   <p>
                   1282:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1283:   that contains almost all OpenBSD drivers.
                   1284:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1285:   For the latest list of drivers available on this image, take a look at the
                   1286:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1287:   kernel configuration file.
                   1288:   </p></li>
                   1289:   <li><strong>Floppy A</strong> (floppy32.fs)
                   1290:   <p>
                   1291:   This 1.44MB floppy image contains the most common drivers.
                   1292:   It is designed to cover the most typical PC. As a general rule, you will
                   1293:   find that the missing drivers are ones which need large microcodes to run,
                   1294:   such as for rare scsi cards, gigabit ethernet cards, or RAID devices.<br>
                   1295:   For the latest list of drivers available on this image, take a look at the
                   1296:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1297:   kernel configuration file.
                   1298:   </p></li>
                   1299:   <li><strong>Floppy B</strong> (floppyB32.fs)
                   1300:   <p>
                   1301:   This 1.44MB floppy image contains some drivers that are missing from
                   1302:   Floppy A.
                   1303:   This media is designed to help people setting up modern server type systems.
                   1304:   It contains support for pretty much all the SCSI and RAID drivers, gigabit
                   1305:   ethernet cards, and such.
                   1306:   Due to space considerations, you will find that some other drivers are
                   1307:   missing. In particular, support for most PCMCIA devices is missing, as
                   1308:   for really ancient hardware devices.<br>
                   1309:   For the latest list of drivers available on this image, take a look at the
                   1310:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
                   1311:   kernel configuration file.
                   1312:   </p></li>
                   1313:   <li><strong>Floppy C</strong> (floppyC32.fs)
                   1314:   <p>
                   1315:   This 1.44MB floppy image contains many cardbus and PCMCIA device drivers.
                   1316:   This media is designed for installing on laptops.
                   1317:   In most cases, one would discover that Floppy A also works, but the odd
                   1318:   laptop might benefit more from using this image.<br>
                   1319:   For the latest list of drivers available on this image, take a look at the
                   1320:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
                   1321:   kernel configuration file.
                   1322: </ul>
                   1323: </p>
                   1324:
                   1325: <hr>
1.327     miod     1326: <a href="plat.html">
                   1327: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1328: </a>
                   1329: <br>
                   1330: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn       1331: <br>
1.342   ! jason    1332: <small>$OpenBSD: i386.html,v 1.341 2003/03/09 22:33:51 grange Exp $</small>
1.3       fn       1333:
                   1334: </body>
                   1335: </html>