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

Annotation of www/i386.html, Revision 1.396

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.395     nick       12: <meta name="copyright" content="This document copyright 1996-2004 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>
1.347     jmc        73: XFree86 support is available for most graphics cards, using either recent
1.385     david      74: XFree86 (as of OpenBSD 3.4, 4.3.0) servers whenever possible,
1.347     jmc        75: or XFree86 3.3.6 servers otherwise.
1.327     miod       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.376     nick      105:   <li>80386 (SX/DX) with 80387 (SX/DX) FPU</li>
                    106:   <li>80486 (DX/DX2/DX4)</li>
1.327     miod      107:   <li>Intel Pentium/Pentium-MMX</li>
                    108:   <li>Intel Pentium Pro/II/III/Celeron/Xeon</li>
                    109:   <li>Intel Pentium IV</li>
1.357     mickey    110:   <li>AMD 5x86</li>
1.327     miod      111:   <li>AMD K5/K6/K6-2/K6-3</li>
                    112:   <li>AMD Athlon/Duron</li>
1.391     miod      113:   <li>AMD Athlon 64 <sup><font color="#0000e0">*</font></sup></li>
1.396   ! deraadt   114:        (Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
1.327     miod      115:   <li>Cyrix MediaGX/M1/M2</li>
1.357     mickey    116:   <li>Cyrix 6x86</li>
1.396   ! deraadt   117:   <li>VIA C3</li>
1.327     miod      118:   <li>Rise mP6</li>
1.357     mickey    119:   <li>IDT WinChip and C3</li>
1.327     miod      120:   <li>NexGen 586</li>
1.357     mickey    121:   <li>NS Geode GX1 and M1</li>
1.327     miod      122:   <li>Transmeta TMS3200, TMS5400, TMS5600</li>
1.130     aaron     123: </ul>
1.327     miod      124: </p>
                    125:
                    126: <p>
1.381     henning   127: Regular floating-point coprocessors (80387DX, 80387SX, 80487SX) are
1.380     deraadt   128: required when not built into the processor.
1.327     miod      129: </p>
                    130:
                    131: <p>
1.130     aaron     132: Everything that is a clone of the 386 or up should work fine.
                    133: The only CPU that is known to work poorly (due to flawed motherboard designs)
                    134: is the Cyrix 386DLC.
1.327     miod      135: </p>
                    136:
1.130     aaron     137: <p>
1.327     miod      138: <h4>Buses</h4>
                    139: </p>
1.130     aaron     140:
1.327     miod      141: <p>
1.130     aaron     142: <ul>
1.329     miod      143: <li>All standard ISA, EISA, VLB, and PCI bus, including:
1.327     miod      144:   <ul>
1.329     miod      145:     <li>Intel 450GX/KX
                    146:     <li>Intel 450NX
                    147:     <li>ServerWorks chipset
1.327     miod      148:   </ul>
1.329     miod      149:   (We just had to mention those last three, since they are the hardest to
                    150:   support).
                    151: <li>16-Bit PCMCIA PC Cards
                    152: <li>32-Bit CardBus PC Cards
                    153: <li>Universal Serial Bus (USB)
1.106     chris     154: </ul>
1.130     aaron     155: The MCA bus found in various official IBM PCs is not supported.
1.327     miod      156: </p>
                    157:
1.120     deraadt   158: <p>
1.327     miod      159: <h4>Bus interfaces</h4>
                    160: </p>
1.120     deraadt   161:
1.327     miod      162: <p>
1.151     aaron     163: <ul>
1.327     miod      164:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
                    165:   <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     166: </ul>
1.327     miod      167: </p>
                    168:
1.151     aaron     169: <p>
1.327     miod      170: <h4>Entropy sources</h4>
                    171: </p>
1.151     aaron     172:
1.327     miod      173: <p>
1.176     deraadt   174: <ul>
1.327     miod      175:   <li>Interrupt latency collection from many devices.
                    176:   <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   177: </ul>
1.327     miod      178: </p>
                    179:
1.176     deraadt   180: <p>
1.327     miod      181: <h4>Disk Controllers</h4>
                    182: </p>
1.176     deraadt   183:
1.327     miod      184: <p>
1.130     aaron     185: <ul>
1.327     miod      186:   <li>Floppy controllers
                    187:   <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     188: </ul>
1.327     miod      189: </p>
                    190:
1.130     aaron     191: <p>
1.327     miod      192: <h4>PCI IDE Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)</h4>
                    193: </p>
1.130     aaron     194:
1.327     miod      195: <p>
1.130     aaron     196: <ul>
1.253     chris     197: <li>Acard ATP850, ATP860
1.130     aaron     198: <li>Acer Labs M5229
1.207     chris     199: <li>Advanced Micro Devices 756, 766
1.312     gluk      200: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649 and PCI0680
1.130     aaron     201: <li>Contaq Microsystems/Cypress CY82C693
1.361     grange    202: <li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
1.341     grange    203: (RAID mode is not supported)
1.130     aaron     204: <li>Intel PIIX, PIIX3, and PIIX4
1.356     grange    205: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R)
1.312     gluk      206: <li>National Semiconductor PC87415
1.339     grange    207: <li>NVIDIA nForce/nForce2
1.318     grange    208: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268, PDC20268R,
                    209: PDC20269, PDC20271, PDC20275, PDC20276, PDC20277
1.343     grange    210: (RAID mode is not supported)
1.340     grange    211: <li>ServerWorks OSB4, CSB5, CSB6
1.229     miod      212: <li>Silicon Integrated System 5513 (5597/5598)
1.321     grange    213: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B, VT8231, VT8366,
1.318     grange    214: VT8233, VT8235
1.130     aaron     215: </ul>
                    216: Any other PCI IDE-compliant controller should work, but those
1.207     chris     217: not specifically listed may not be capable of DMA modes.
1.327     miod      218: </p>
                    219:
1.130     aaron     220: <p>
1.363     grange    221: <h4>SATA Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)</h4>
                    222: </p>
                    223:
                    224: <p>
                    225: <ul>
                    226: <li>Promise PDC20376 (only parallel ATA mode tested)
                    227: <li>Silicon Image SiI3112
                    228: </ul>
                    229: </p>
                    230:
                    231: <p>
1.327     miod      232: <h4>SCSI Host Adapters</h4>
                    233: </p>
1.130     aaron     234:
1.327     miod      235: <p>
1.130     aaron     236: <ul>
1.325     henning   237: <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>
                    238: <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>
                    239: <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      240:     Adaptec AHA-152x and the SoundBlaster SCSI host adapter. <sup>(B)</sup><br>
1.130     aaron     241:     (Note that you cannot boot from these boards if they do not have
                    242:     a boot ROM; only the AHA-152x and motherboards using this chip
1.229     miod      243:     are likely to be bootable, consequently).
1.130     aaron     244: <li>Adaptec AIC-7770-based SCSI host adapters (including the
1.383     mcbride   245:     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>(B) (C)</sup>
1.130     aaron     246: <li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
1.383     mcbride   247:     AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(B) (C)</sup>
1.138     deraadt   248: <li>Adaptec AHA-[23]9[34]xU[2W] cards and on-board PCI designs using the
1.383     mcbride   249:     AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(B) (C)</sup>
1.136     deraadt   250: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
1.383     mcbride   251:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;sektion=4">ahc</a>) <sup>(B) (C)</sup>
1.290     miod      252:     (However, the 7899G card is currently not supported with more than one device attached)
1.229     miod      253: <li>AdvanSys "U", "UW", "U2W" and "U160" PCI SCSI controllers including the
1.383     mcbride   254:     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>)
1.373     henning   255: <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) (B) (C)</sup>
1.229     miod      256:     <ul>
                    257:     <li>Tekram DC-390
                    258:     </ul>
1.325     henning   259: <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>
                    260: <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      261:     of BusLogic SCSI adapters) <sup>(B) (C)</sup>
1.325     henning   262: <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>
1.373     henning   263: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>) <sup>(A) (C)</sup>
1.325     henning   264: <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     265:     <ul>
                    266:     <li>ST01/02
                    267:     <li>Future Domain TMC-885
                    268:     <li>Future Domain TMC-950
                    269:     </ul>
1.229     miod      270: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host adapters
1.290     miod      271:     (including generic/no name cards, old ASUS cards, the DTC-3130 series,
1.325     henning   272:     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>
                    273: <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>
                    274: <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>
                    275: <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      276: <li>WD-7000 SCSI host adapters (<i>wds</i>) <sup>(A) (B) (C)</sup>
1.130     aaron     277: </ul>
1.327     miod      278: </p>
                    279:
1.130     aaron     280: <p>
1.327     miod      281: <h4>RAID and Cache Controllers</h4>
                    282: </p>
1.130     aaron     283:
1.327     miod      284: <p>
1.130     aaron     285: <ul>
1.373     henning   286: <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) (C)</sup>
1.325     henning   287: <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     288:     <ul>
                    289:     <li>Adaptec AAC-2622, AAC-364, AAC-3642
1.309     jason     290:     <li>Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, PERC 3/QC
1.198     aaron     291:     <li>HP NetRAID-4M
                    292:     </ul>
1.325     henning   293: <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>
                    294: <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>
                    295: <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    296:     <ul>
                    297:     <li>Compaq Integrated Array
                    298:     <li>Compaq IAES
                    299:     <li>Compaq IDA, IDA-2
                    300:     <li>Compaq RAID LC2
                    301:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      302:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    303:     </ul>
1.325     henning   304: <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>
                    305: <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    306:     <ul>
1.280     aaron     307:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
1.334     chris     308:     <li>Adaptec ATA RAID (AAR-2400A)
1.244     mickey    309:     <li>American Megatrends Inc. MegaRAID controllers (in I2O mode)
                    310:     <li>other vendors' controllers supporting I2O,
                    311:        including Intel and Mylex, but these were not tested
                    312:     </ul>
1.130     aaron     313: </ul>
1.327     miod      314: </p>
                    315:
1.130     aaron     316: <p>
1.327     miod      317: <h4>CD-ROM and DVD-ROM Drives</h4>
                    318: </p>
1.130     aaron     319:
1.327     miod      320: <p>
1.130     aaron     321: <ul>
1.325     henning   322: <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     323:     [Note: The Mitsumi driver device probe is known
                    324:     to cause trouble with several devices!]
1.325     henning   325: <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>)
                    326: <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     327: </ul>
                    328: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
1.327     miod      329: </p>
                    330:
1.130     aaron     331: <p>
1.327     miod      332: <h4>Tape Drives</h4>
                    333: </p>
1.130     aaron     334:
1.327     miod      335: <p>
1.131     aaron     336: <ul>
1.325     henning   337: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>)
                    338: <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     339: <li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
1.325     henning   340:     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     341: </ul>
1.327     miod      342: </p>
                    343:
1.131     aaron     344: <p>
1.327     miod      345: <h4>Display Adapters</h4>
                    346: </p>
1.131     aaron     347:
1.327     miod      348: <p>
1.130     aaron     349: <ul>
1.327     miod      350:   <li>MDA, CGA, EGA, and HGC display adapters
                    351: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;sektion=4">pcdisplay</a>).
                    352:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
                    353: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;sektion=4">vga</a>).
                    354: </ul>
                    355: Note that not all of the display adapters OpenBSD/i386 supports
1.347     jmc       356: can be used under XFree86 (please refer the
1.393     matthieu  357: <a href="http://www.xfree86.org/support.html">XFree86 documentation</a>
                    358: for more information).
1.327     miod      359: </p>
                    360:
1.130     aaron     361: <p>
1.327     miod      362: <h4>Serial Ports</h4>
                    363: </p>
1.130     aaron     364:
1.327     miod      365: <p>
1.121     chris     366: <ul>
1.325     henning   367: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    368: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    369: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    370: <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)
                    371: <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      372: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
1.325     henning   373: <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>
                    374: <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      375: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
1.325     henning   376: <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     377: </ul>
1.327     miod      378: </p>
                    379:
1.120     deraadt   380: <p>
1.327     miod      381: <h4>Parallel Ports</h4>
                    382: </p>
1.120     deraadt   383:
1.327     miod      384: <p>
1.131     aaron     385: <ul>
1.325     henning   386: <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     387: </ul>
1.327     miod      388: </p>
                    389:
1.131     aaron     390: <p>
1.327     miod      391: <h4>Communications Controllers</h4>
                    392: </p>
1.131     aaron     393:
1.327     miod      394: <p>
1.131     aaron     395: <ul>
                    396: <li>Universal Serial Bus host controllers, including:
                    397:     <ul>
1.325     henning   398:     <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>
                    399:     <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     400:     </ul>
1.325     henning   401: <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     402:     <ul>
                    403:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    404:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    405:     <li>SIIG Cyber 4S PCI (quad serial)
                    406:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    407:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    408:     <li>VScom PCI-800 (8 port serial, probably OEM)
1.311     henning   409:     <li>VScom PCI 011H (1 port parallel)
                    410:     <li>VScom PCI 100H (1 port serial)
                    411:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    412:     <li>VScom PCI 200H (2 port serial)
                    413:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    414:     <li>VScom PCI 400H (4 port serial)
                    415:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    416:     <li>VScom PCI 800H (8 port serial)
                    417:     <li>VScom PCI 100L (1 port serial)
                    418:     <li>VScom PCI 200L (2 port serial)
                    419:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    420:     <li>VScom PCI 400L (4 port serial)
                    421:     <li>VScom PCI 800L (8 port serial)
1.242     espie     422:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
1.152     jufi      423:     <li>US Robotics 3CP5609 PCI (modem)
                    424:     <li>Lava Computers 2SP-PCI (parallel port)
                    425:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    426:     <li>NEC PK-UG-X008 (serial)
1.304     mickey    427:     <li>NEC PK-UG-X001 K56flex PCI (modem)
1.161     deraadt   428:     <li>Koutech IOFLEX-2S (dual serial)
1.275     deraadt   429:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    430:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
1.359     henning   431:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
1.287     miod      432:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
1.311     henning   433:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    434:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
1.360     henning   435:     <li>SUNIX 400x (1 port parallel)
                    436:     <li>SUNIX 401x (2 port parallel)
                    437:     <li>SUNIX 402x (1 port serial)
                    438:     <li>SUNIX 403x (2 port serial)
                    439:     <li>SUNIX 405x (4 port serial)
                    440:     <li>SUNIX 406x (8 port serial)
                    441:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    442:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    443:     <li>SUNIX 409x (4 port serial and 2 port parallel)
1.131     aaron     444:     </ul>
                    445: </ul>
1.327     miod      446: </p>
                    447:
1.131     aaron     448: <p>
1.327     miod      449: <h4>Ethernet Adapters</h4>
                    450: </p>
1.130     aaron     451:
1.327     miod      452: <p>
1.130     aaron     453: <ul>
1.325     henning   454: <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>
                    455: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;sektion=4">ec</a>) <sup>(B)</sup>
                    456: <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>
                    457: <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>
                    458: <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)
                    459: <li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&amp;sektion=4">ef</a>) <sup>(B)</sup>
                    460: <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     461:     <ul>
1.170     aaron     462:     <li>3Com 3c900/3c900B PCI adapters
                    463:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    464:     <li>3Com 3c980/3c980C server adapters
1.229     miod      465:     <li>3Com 3cSOHO adapter
                    466:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
1.170     aaron     467:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
1.130     aaron     468:     <li>Dell on-board 3c920
                    469:     <li>Dell Precision on-board 3c905B
                    470:     <li>Dell OptiPlex GX1 on-board 3c918
                    471:     <li>Dell Latitude laptop docking station embedded 3c905
1.331     henning   472:     <li>NVidia nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.130     aaron     473:     </ul>
                    474:
1.325     henning   475: <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     476:     <ul>
                    477:     <li>3CR990-TX-95
                    478:     <li>3CR990-TX-97
                    479:     <li>3CR990-SVR95
                    480:     <li>3CR990-SVR97
                    481:     </ul>
                    482:
1.325     henning   483: <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     484:     <ul>
                    485:     <li>Adaptec Single32 ANA-69011
1.229     miod      486:     <li>Adaptec Single64 ANA-62011 and ANA-62020
1.130     aaron     487:     <li>Adaptec Duo64 ANA-62022
                    488:     <li>Adaptec Quartet64 ANA-62044
                    489:     </ul>
                    490:
1.325     henning   491: <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     492:     <ul>
1.185     aaron     493:     <li>Accton EN2242 MiniPCI
1.186     aaron     494:     <li>Linksys LNE100TX v4.x
1.130     aaron     495:     <li>Mototech ME316
                    496:     </ul>
                    497:
1.325     henning   498: <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     499:     <ul>
1.301     nate      500:     <li>3com 3c460b
1.277     nate      501:     <li>Abocom UFE1000
                    502:     <li>Abocom DSB650TX
                    503:     <li>Accton USB320-EC
                    504:     <li>Accton SpeedStream Ethernet
                    505:     <li>Admtek Pegasus
                    506:     <li>Admtek Pegasus II
1.229     miod      507:     <li>Billionton Systems USB100
                    508:     <li>Corega FEther USB-TX
1.277     nate      509:     <li>D-Link DSB-650
1.229     miod      510:     <li>D-Link DSB-650TX
1.277     nate      511:     <li>D-Link DSB-650TX-PNA
                    512:     <li>Elecom LD-USB
                    513:     <li>Elsa Microlink USB2Ethernet
                    514:     <li>I/O DATA USB ETTX
                    515:     <li>Kingston KNU101TX
                    516:     <li>LinkSys USB100TX
                    517:     <li>LinkSys USB100H1
                    518:     <li>LinkSys USB10TA
1.255     aaron     519:     <li>Melco Inc. LUA-TX
1.315     nate      520:     <li>Netgear FA101
1.277     nate      521:     <li>Siemens SpeedStream USB
                    522:     <li>Smartbridges smartNIC 2
1.229     miod      523:     <li>SMC 2202USB
1.303     nate      524:     <li>SMC EZ Connect USB
1.259     miod      525:     <li>SOHOware NUB100
1.130     aaron     526:     </ul>
                    527:
1.325     henning   528: <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     529:     <ul>
                    530:     <li>Novell NE1500T
                    531:     <li>Novell NE2100
                    532:     <li>Kingston 21xx
                    533:     </ul>
                    534:
1.325     henning   535: <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     536:     <ul>
1.304     mickey    537:     <li>BOCALANcard/PCI
                    538:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.130     aaron     539:     </ul>
                    540:
1.325     henning   541: <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     542:     <ul>
1.229     miod      543:     <li>CNet Pro110B
1.130     aaron     544:     <li>Alfa Inc. GFC2204
                    545:     </ul>
                    546:
1.394     andreas   547: <li>Broadcom BCM4401 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&amp;sektion=4">bce</a>) <sup>(A) (B) (C)</sup>
                    548:
1.325     henning   549: <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     550:     <ul>
                    551:     <li>CATC Netmate and Netmate II
1.231     aaron     552:     <li>Belkin F5U111
1.130     aaron     553:     </ul>
1.120     deraadt   554:
1.385     david     555: <li>Davicom DM9009, DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>), including:
1.171     aaron     556:     <ul>
                    557:     <li>Jaton XpressNet
                    558:     </ul>
                    559:
1.325     henning   560: <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    561:     <ul>
                    562:     <li>DE203
                    563:     <li>DE204
                    564:     <li>DE205
                    565:     </ul>
                    566:
1.325     henning   567: <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     568:     <ul>
1.229     miod      569:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
1.130     aaron     570:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
1.229     miod      571:     <li>Znyx ZX3<i>xx</i>
                    572:     <li>Cogent EM100FX and EM440TX
                    573:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.289     miod      574:     <li>D-Link DFE-570TX Quad port
1.130     aaron     575:     <li>Almost all other variants work.
                    576:     </ul>
1.128     niklas    577:
1.325     henning   578: <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     579:    <ul>
                    580:    <li>Adaptec ANA-6944A
                    581:    <li>Cogent EM400
                    582:    <li>Compex 400TX
1.314     henning   583:    <li>CompuShack Goldline Quattro
                    584:    <li>Phobos P430TX
1.130     aaron     585:    <li>Znyx ZX346
                    586:    </ul>
1.34      johns     587:
1.325     henning   588: <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     589:
1.288     miod      590: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>
1.34      johns     591:
1.325     henning   592: <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   593:     <ul>
1.233     brad      594:     <li>Intel EtherExpress PRO/10+
1.130     aaron     595:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    596:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    597:     <li>Intel EtherExpress PRO/100 Dual Port
1.302     aaron     598:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.102     deraadt   599:     </ul>
1.130     aaron     600:
1.325     henning   601: <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   602:
1.325     henning   603: <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     604:     <ul>
1.130     aaron     605:     <li>3Com 3C19250
1.168     aaron     606:     <li>3Com 3c460 HomeConnect
                    607:     <li>ADS Technologies USB-10BT
                    608:     <li>Aox USB101
                    609:     <li>ATen UC10T
                    610:     <li>Corega USB-T
                    611:     <li>D-Link DSB-650
                    612:     <li>Entegra NET-USB-E45
                    613:     <li>Kawasaki USB101
1.130     aaron     614:     <li>LinkSys USB10T
1.229     miod      615:     <li>Netgear EA101
1.191     deraadt   616:     <li>Peracom USB
1.130     aaron     617:     <li>SMC 2102/2104USB
1.191     deraadt   618:     <li>I/O Data USB-ET/T
1.89      fgsch     619:     </ul>
1.130     aaron     620:
1.325     henning   621: <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     622:     <ul>
1.229     miod      623:     <li>Kingston KNE110TX
1.130     aaron     624:     <li>LinkSys LNE100TX
                    625:     <li>Matrox Networks FastNIC 10/100
1.229     miod      626:     <li>Netgear FA310TX
1.89      fgsch     627:     </ul>
1.130     aaron     628:
1.325     henning   629: <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     630:     <ul>
1.185     aaron     631:     <li>Accton EN1217
1.130     aaron     632:     <li>Addtron AEF-320TX/AEF-330TX
1.287     miod      633:     <li>CNet PRO1020A/B
                    634:     <li>Complex RL-100TX
1.229     miod      635:     <li>NDC Communications SOHOware SFA110A
1.131     aaron     636:     <li>SVEC PN102-TX Fast Ethernet card
1.115     deraadt   637:     </ul>
1.130     aaron     638:
1.370     mickey    639: <li>Myson Technologies MTD803 3-in-1 Fast Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtd&amp;sektion=4">mtd</a>), including:
                    640:     <ul>
                    641:     <li>Safeway Lancard SW-10/100 PCI (model 117204)
1.371     mickey    642:     <li>Surecom EP-320X-S
1.370     mickey    643:     </ul>
                    644:
1.325     henning   645: <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     646:     <ul>
1.167     aaron     647:     <li>NetGear FA311
                    648:     <li>NetGear FA312
1.149     aaron     649:     </ul>
                    650:
1.345     mickey    651: <li>Novell NE1000, NE2000 (ISA, and PCI 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     652:
1.325     henning   653: <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   654:     <ul>
1.130     aaron     655:     <li>Accton MPX 5030/5038
                    656:     <li>Allied Telesyn AT2550
1.184     aaron     657:     <li>D-Link DFE530TX+
1.173     aaron     658:     <li>D-Link DFE538TX
1.130     aaron     659:     <li>Encore ENL832-TX 10/100 M PCI
                    660:     <li>Genius GF100TXR
                    661:     <li>KTX-9130TX 10/100 Fast Ethernet
                    662:     <li>Longshine LCS-8038TX-R
                    663:     <li>NDC NE100TX-E
                    664:     <li>Netronix EA-1210 Net Ether 10/100
1.229     miod      665:     <li>Nortel BayStack 21
1.130     aaron     666:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    667:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.89      fgsch     668:     </ul>
1.130     aaron     669:
1.325     henning   670: <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      671:     <ul>
                    672:     <li>Melco Inc. LUA-KTX
                    673:     <li>GreenHouse GH-USB100B
1.293     nate      674:     <li>Linksys USB100M
1.292     nate      675:     </ul>
                    676:
1.325     henning   677: <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     678:     <ul>
1.130     aaron     679:     <li>Mototech ME313
1.149     aaron     680:     <li>NetSurf NS-KFE30D
1.106     chris     681:     </ul>
1.110     aaron     682:
1.325     henning   683: <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     684:
1.392     david     685: <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     686:
1.325     henning   687: <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     688:
1.325     henning   689: <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     690:
1.337     brad      691: <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>
                    692:     <ul>
                    693:     <li>Fast Ethernet
                    694:     <li>Quad Fast Ethernet
                    695:     </ul>
1.336     jason     696:
1.325     henning   697: <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     698:     <ul>
1.130     aaron     699:     <li>D-Link DFE-550TX
1.100     jason     700:     </ul>
                    701:
1.325     henning   702: <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     703:     <ul>
1.130     aaron     704:     <li>Compaq Netelligent PCI Adapters
                    705:     <li>Compaq NetFlex 3/P
                    706:     <li>Compaq Deskpro integrated adapter
                    707:     <li>Compaq Prosignia integrated adapter
                    708:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    709:     <li>Racore 8165 and 8148
                    710:     <li>TI ThunderLAN adapters
1.34      johns     711:     </ul>
                    712:
1.332     jason     713: <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     714:     <ul>
1.130     aaron     715:     <li>Addtron AEF-360TX
                    716:     <li>Hawking PN102TX
                    717:     <li>D-Link DFE530TX
1.34      johns     718:     </ul>
                    719:
1.373     henning   720: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;sektion=4">wb</a>), including: <sup>(A)</sup>
1.104     aaron     721:     <ul>
1.130     aaron     722:     <li>Trendware TE100-PCIE
                    723:     <li>Compex RL100-ATX 10/100
1.104     aaron     724:     </ul>
1.130     aaron     725: </ul>
1.133     aaron     726: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    727: not recommend using them, but your mileage may vary.
1.327     miod      728: </p>
                    729:
1.133     aaron     730: <p>
1.327     miod      731: <h4>Wireless Ethernet Adapters</h4>
                    732: </p>
1.104     aaron     733:
1.327     miod      734: <p>
1.130     aaron     735: <ul>
1.327     miod      736: <li>Compact Flash Adapters (will be detected as PCMCIA adapters)
1.325     henning   737:     <ul>
                    738:     <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>
                    739:     <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>
                    740:     </ul>
1.323     henning   741: <li>PCMCIA Adapters
1.325     henning   742:     <ul>
                    743:     <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>
                    744:     <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>
                    745:     <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>
                    746:     <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>
1.353     mickey    747:     <li>Aironet 4500/4800 802.11DS ISA PnP, PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;sektion=4">an</a>) <sup>(A) (B)</sup>
1.325     henning   748:     <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>
                    749:     <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>
                    750:     <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>
                    751:     <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>
                    752:     <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>
                    753:     <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>
                    754:     <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>
                    755:     <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>
                    756:     <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>
                    757:     <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>
                    758:     <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>
                    759:     <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>
                    760:     <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>
                    761:     <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>
                    762:     <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>
                    763:     <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>
                    764:     <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>
                    765:     <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>
                    766:     <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>
                    767:     <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>
                    768:     <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>
                    769:     <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>
                    770:     <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>
                    771:     <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>
                    772:     <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>
                    773:     <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>
                    774:     <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>
                    775:     <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>
                    776:     <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>
                    777:     <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>
                    778:     <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>
                    779:     <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>
                    780:     <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>
                    781:     <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>
                    782:     <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>
                    783:     <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>
                    784:     <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>
                    785:     <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>
                    786:     <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>
                    787:     <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>
                    788:     </ul>
1.323     henning   789: <li>PCI Adapters
1.325     henning   790:     <ul>
                    791:     <li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    792:     <li>Belkin F5D6000 PCI (a rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    793:     <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    794:     <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    795:     <li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    796:     <li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    797:     <li>Intersil Mini-PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    798:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    799:     <li>NDC/Sohoware NCP130 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    800:     <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    801:     <li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    802:     </ul>
1.323     henning   803: </ul>
1.327     miod      804: </p>
                    805:
1.130     aaron     806: <p>
1.327     miod      807: <h4>Gigabit Ethernet Adapters</h4>
                    808: </p>
1.130     aaron     809:
1.327     miod      810: <p>
1.130     aaron     811: <ul>
1.325     henning   812: <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     813:     <ul>
1.190     jason     814:     <li>3Com 3c985 and 3c985B
                    815:     <li>Alteon ACEnic V (fiber and copper)
1.229     miod      816:     <li>Digital EtherWORKS 1000SX
                    817:     <li>Farallon PN9000SX
1.190     jason     818:     <li>Netgear GA620 and GA620T
1.130     aaron     819:     <li>SGI Tigon
                    820:     </ul>
                    821:
1.320     margarid  822: <li>Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters
1.325     henning   823: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>),
1.373     henning   824: including:
1.307     nate      825:     <ul>
                    826:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    827:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    828:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    829:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    830:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    831:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    832:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    833:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    834:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    835:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    836:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    837:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    838:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.278     nate      839:     </ul>
                    840:
1.325     henning   841: <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      842:     <ul>
1.252     nate      843:     <li>Addtron AEG320T
1.306     nate      844:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
1.252     nate      845:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    846:     <li>D-Link DGE-500T
                    847:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.306     nate      848:     <li>Netgear GA621
1.252     nate      849:     <li>Netgear GA622T
                    850:     <li>SMC EZ Card 1000 (SMC9462TX)
                    851:     <li>Surecom Technology EP-320G-TX
1.306     nate      852:     <li>Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.243     nate      853:     </ul>
                    854:
1.325     henning   855: <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      856: <br><i>This driver is currently untested.  Feedback would be appreciated.</i>
                    857:     <ul>
                    858:     <li>SMC TigerCard 1000 (SMC9462SX)
                    859:     <li>D-Link DGE-500SX
                    860:     </ul>
                    861:
1.325     henning   862: <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      863:     <ul>
                    864:     <li>3Com 3c996-T (10/100/1000baseTX)
1.283     nate      865:     <li>3Com 3c996-SX (1000baseSX)
                    866:     <li>3Com 3c996B-T (10/100/1000baseTX)
1.260     nate      867:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
                    868:     <li>SysKonnect SK-9D21 (10/100/1000baseTX)
                    869:     <li>SysKonnect SK-9D41 (1000baseSX)
                    870:     </ul>
                    871:
1.325     henning   872: <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      873:     <ul>
                    874:     <li>D-Link DGE-550T (10/100/1000baseTX)
                    875:     <li>Antares Microsystems Gigabit Ethernet board
                    876:     </ul>
                    877:
1.362     nate      878: <li>SysKonnect and Marvell based GigE(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>), including: <sup>(A) (B) (C)</sup>
                    879:     <ul>
                    880:     <li>SysKonnect SK-9821 (1000baseT)
                    881:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    882:     <li>SysKonnect SK-9841 (1000baseLX)
                    883:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    884:     <li>SysKonnect SK-9843 (1000baseSX)
                    885:     <li>SysKonnect SK-9844 (dual 1000baseSX)
1.369     nate      886:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
1.362     nate      887:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    888:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
1.364     nate      889:     <li>3Com 3c940 (1000baseT)
1.386     jason     890:     <li>Linksys EG1032v2 (1000baseT)
                    891:     <li>Linksys EG1064v2 (1000baseT)
                    892:     <li>D-Link DGE-530T (1000baseT)
1.387     jason     893:     <li>SMC 9452TX (1000baseT)
1.366     nick      894:     </ul>
1.130     aaron     895: </ul>
1.327     miod      896: </p>
                    897:
1.287     miod      898: <p>
1.327     miod      899: <h4>ATM Adapters</h4>
                    900: </p>
1.130     aaron     901:
1.327     miod      902: <p>
1.130     aaron     903: <ul>
1.288     miod      904: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
1.130     aaron     905: </ul>
1.327     miod      906: </p>
                    907:
1.130     aaron     908: <p>
1.327     miod      909: <h4>FDDI Adapters</h4>
                    910: </p>
1.130     aaron     911:
1.327     miod      912: <p>
1.130     aaron     913: <ul>
1.325     henning   914: <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>
                    915: <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     916: </ul>
1.327     miod      917: </p>
                    918:
1.130     aaron     919: <p>
1.327     miod      920: <h4>WAN Adapters</h4>
                    921: </p>
1.130     aaron     922:
1.327     miod      923: <p>
1.130     aaron     924: <ul>
1.325     henning   925: <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     926: </ul>
1.327     miod      927: </p>
                    928:
1.130     aaron     929: <p>
1.327     miod      930: <h4>Cryptography Accelerators</h4>
                    931: </p>
1.130     aaron     932:
1.327     miod      933: <p>
1.130     aaron     934: <ul>
1.372     jason     935: <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822, BCM5823 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>) <sup>(G)</sup>
1.325     henning   936: <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>
1.377     jason     937: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including: <sup>(G)</sup>
1.127     aaron     938:     <ul>
1.377     jason     939:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.130     aaron     940:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt   941:     <li>NetSec 7751
1.342     jason     942:     <li>Hifn 7751 and 9751 reference boards
1.144     deraadt   943:     <li>Invertex AEON
1.127     aaron     944:     </ul>
1.368     jason     945: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;sektion=4">safe</a>)
1.130     aaron     946: </ul>
1.327     miod      947: </p>
                    948:
1.130     aaron     949: <p>
1.327     miod      950: <a name="pcmcia"></a>
                    951: <h4>PC Cards (PCMCIA <sup>(B)</sup> and CardBus <sup>(B) (C)</sup>)</h4>
                    952: </p>
1.127     aaron     953:
1.327     miod      954: <p>
1.130     aaron     955: <ul>
1.163     ericj     956: <li>ATA cards
1.325     henning   957:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;sektion=4">wdc</a>,
                    958:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>,
                    959:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;sektion=4">sd</a>,
                    960:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>), including:
1.112     aaron     961:     <ul>
1.130     aaron     962:     <li>ATA/IDE card drives
                    963:     <li>ATA/IDE CD-ROM adapters
                    964:     <li>CF/ATA flash cards and disk drives
1.112     aaron     965:     </ul>
                    966:
1.130     aaron     967: <li>Ethernet adapters, including:
1.34      johns     968:     <ul>
1.325     henning   969:     <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    970:        <ul>
                    971:        <li>3Com 3C556, 3C562
                    972:        <li>3Com 3C574TX, 3C[CX]FE574BT
                    973:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    974:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    975:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                    976:        </ul>
1.178     aaron     977:
1.325     henning   978:     <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    979:        <ul>
                    980:        <li>ADMtek AN985 Centaur-C CardBus
                    981:        <li>IBM EtherJet 10/100 CardBus
1.254     aaron     982:        <li>Linksys PCMPC200 CardBus 10/100
1.228     aaron     983:        <li>SMC EZ CardBus 10/100
1.304     mickey    984:        <li>Xircom X3201 CardBus adapters, including RealPort models
                    985:        </ul>
1.178     aaron     986:
1.325     henning   987:     <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    988:        <ul>
                    989:        <li>Intel PRO/100 CardBus II
                    990:        </ul>
1.178     aaron     991:
1.325     henning   992:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>), including:
1.304     mickey    993:        <ul>
1.344     mickey    994:        <li>Accton EN2212, EN2216
                    995:        <li>Allied Telesis LA-PCM
1.304     mickey    996:        <li>AmbiCom AMB8002T
1.344     mickey    997:        <li>Arowana FE
                    998:        <li>Belkin F5D5020
                    999:        <li>Billionton Systems LNT-10TN
                   1000:        <li>CNet NE2000
                   1001:        <li>Compex Linkport ENET-B
                   1002:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1003:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                   1004:        <li>Dayna CommuniCard E
                   1005:        <li>Digital DEPCM-XX
                   1006:        <li>Dual NE2000
                   1007:        <li>Edimax NE2000
1.304     mickey   1008:        <li>Genius ME 3000II SE
1.344     mickey   1009:        <li>Grey Cell GCS2000 Gold II
                   1010:        <li>GVC NIC-2000p, NP0335
1.304     mickey   1011:        <li>Hawking PN650TX
1.344     mickey   1012:        <li>I-O DATA PCLA, PCLA/TE
1.304     mickey   1013:        <li>IC-Card
                   1014:        <li>Kingston KNE-PC2
1.344     mickey   1015:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                   1016:        <li>MACNICA ME1 for JEIDA
                   1017:        <li>Melco LPC3-TX
                   1018:        <li>National Semiconductor InfoMover
1.304     mickey   1019:        <li>NDC Instant-Link
1.344     mickey   1020:        <li>Netgear FA410TX, FA410TXC, FA411
1.304     mickey   1021:        <li>Network Everywhere NP10T
1.224     aaron    1022:        <li>New Media LiveWire 10/100
1.344     mickey   1023:        <li>Planet SmartCom 2000
                   1024:        <li>Planex FNW-3600-T, FNW-3700-T
                   1025:        <li>Premax PE-200
                   1026:        <li>RPTI EP-400, EP-401
                   1027:        <li>Seiko Epson EN10B
                   1028:        <li>SMC EZCard, 8041
                   1029:        <li>Socket Communications LP-CF, LP-E
                   1030:        <li>SVEC PN650TX, ComboCard, LANCard
                   1031:        <li>Synergy S21810
                   1032:        <li>Tamarack NE2000
                   1033:        <li>Telecom Device TCD-HPC100
                   1034:        <li>Wisecom T210CT, iPort
                   1035:        <li>Xircom CFE-10
1.304     mickey   1036:        </ul>
1.178     aaron    1037:
1.325     henning  1038:     <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    1039:        <ul>
                   1040:        <li>Accton MPX5030 CardBus
                   1041:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.391     miod     1042:        <li>D-Link DFE-690TXD <sup><font color="#0000e0">*</font></sup>
1.298     aaron    1043:        </ul>
                   1044:
1.325     henning  1045:     <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   1046:        <ul>
                   1047:        <li>Megahertz XJEM1144, CC10BT
                   1048:        <li>SMC EtherEZ 8020BT
                   1049:        </ul>
1.179     aaron    1050:
1.325     henning  1051:     <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   1052:        <ul>
                   1053:        <li>Xircom CreditCard CE2
                   1054:        </ul>
1.178     aaron    1055: </ul>
1.130     aaron    1056:
1.182     aaron    1057: <li>PCMCIA controllers, including:
                   1058:     <ul>
1.325     henning  1059:     <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    1060:     </ul>
                   1061:
                   1062: <li>SCSI host adapters, including:
1.106     chris    1063:     <ul>
1.325     henning  1064:     <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    1065:     </ul>
1.130     aaron    1066:
1.145     deraadt  1067: <li>Serial ports, including:
1.130     aaron    1068:     <ul>
                   1069:     <li>Most modems, digital cellular modems, and serial cards should work.
1.390     deraadt  1070:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM modems.
1.85      jason    1071:     </ul>
1.130     aaron    1072:
1.182     aaron    1073: <li>Wireless Ethernet adapters:
1.88      jason    1074:     <ul>
1.182     aaron    1075:     <li>See above.
1.88      jason    1076:     </ul>
1.327     miod     1077: </ul>
                   1078: </p>
1.34      johns    1079:
1.130     aaron    1080: <p>
1.327     miod     1081: <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
                   1082: </p>
1.130     aaron    1083:
1.327     miod     1084: <p>
1.130     aaron    1085: <ul>
1.325     henning  1086: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
                   1087: <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>
                   1088: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>,
                   1089:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>,
                   1090:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
1.288     miod     1091:                        see above <sup>(G)</sup>
1.325     henning  1092: <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>
                   1093: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;sektion=4">uvisor</a>) <sup>(G)</sup>
                   1094: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;sektion=4">uhub</a>)
                   1095: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                   1096: <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>)
                   1097: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>) <sup>(G)</sup>
                   1098: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;sektion=4">umodem</a>) <sup>(G)</sup>
                   1099: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;sektion=4">ulpt</a>) <sup>(G)</sup>
                   1100: <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>
                   1101: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>) <sup>(G)</sup>
                   1102: <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    1103: </ul>
1.327     miod     1104: </p>
                   1105:
1.130     aaron    1106: <p>
1.327     miod     1107: <h4>Pointing Devices <sup>(G)</sup></h4>
                   1108: </p>
1.34      johns    1109:
1.327     miod     1110: <p>
1.325     henning  1111: <ul>
                   1112: <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>)
                   1113: <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>)
                   1114: <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    1115: <li>Serial mice (uses serial port driver)
                   1116: </ul>
1.327     miod     1117: </p>
                   1118:
1.130     aaron    1119: <p>
1.327     miod     1120: <h4>Sound Devices <sup>(G)</sup></h4>
                   1121: </p>
1.34      johns    1122:
1.327     miod     1123: <p>
1.130     aaron    1124: <ul>
1.325     henning  1125: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
                   1126: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;sektion=4">clcs</a>)
                   1127: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;sektion=4">clct</a>)
                   1128: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                   1129: <li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&amp;sektion=4">ess</a>)
                   1130: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
                   1131: <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>)
                   1132: <li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;sektion=4">esa</a>)
                   1133: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                   1134: <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.358     mickey   1135: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5) and 440MX, SiS 7012, AMD 768 and 8111, nVidia nForce and nForce2 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich</a>)
1.325     henning  1136: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;sektion=4">neo</a>)
                   1137: <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>)
                   1138: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
                   1139: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;sektion=4">emu</a>)
                   1140: <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>)
                   1141: <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>)
                   1142: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;sektion=4">ym</a>)
                   1143: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;sektion=4">yds</a>)
                   1144: <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    1145: </ul>
1.327     miod     1146: </p>
                   1147:
1.130     aaron    1148: <p>
                   1149: The following drivers are not extensively tested:
                   1150: <ul>
1.325     henning  1151: <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     1152: <li>ProAudio Spectrum (<i>pas</i>)
1.325     henning  1153: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
                   1154: <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    1155: </ul>
1.327     miod     1156: </p>
                   1157:
1.130     aaron    1158: <p>
1.327     miod     1159: <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)</h4>
                   1160: </p>
1.34      johns    1161:
1.327     miod     1162: <p>
1.304     mickey   1163: <ul>
1.325     henning  1164: <li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;sektion=4">az</a>)
                   1165: <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>)
                   1166: <li>Forte Media FM801 audio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;sektion=4">fms</a>)
                   1167: <li>AIMS Lab Radiotrack FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt&amp;sektion=4">rt</a>)
                   1168: <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>)
                   1169: <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>)
                   1170: <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>)
                   1171: <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   1172: </ul>
1.327     miod     1173: </p>
                   1174:
1.304     mickey   1175: <p>
1.327     miod     1176: <h4>Miscellaneous Devices</h4>
                   1177: </p>
1.304     mickey   1178:
1.327     miod     1179: <p>
1.130     aaron    1180: <ul>
1.325     henning  1181: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm</a>)
                   1182: <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    1183:     <ul>
1.382     henning  1184:     <li>Hauppauge Wincast TV
1.130     aaron    1185:     <li>STB TV PCI Television Tuner
                   1186:     <li>Miro PC TV
                   1187:     <li>Intel Smart Video Recorder III
                   1188:     <li>IMS TV Turbo
                   1189:     <li>AVer Media TV/FM
1.34      johns    1190:     </ul>
1.385     david    1191: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.352     grange   1192:     <ul>
                   1193:     <li>National Semiconductor LM78, LM78-J, LM79;
1.365     couderc  1194:        Winbond W83697HF, W83627HF, W83627THF, W83781D, W83782D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;sektion=4">lm</a>)
1.384     grange   1195:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;sektion=4">viaenv</a>)
1.354     grange   1196:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it</a>)
                   1197:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;sektion=4">it</a>)
1.352     grange   1198:     </ul>
1.374     markus   1199: <li>Hardware watchdog timer support:
                   1200:     <ul>
1.385     david    1201:     <li> AMD Elan SC520 System Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&amp;arch=i386">elansc</a>) <sup>(G)</sup>
                   1202:     <li> Geode SC1100 IAOC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=geodesc&amp;arch=i386">geodesc</a>) <sup>(*)</sup>
1.374     markus   1203:     </ul>
1.130     aaron    1204: </ul>
1.327     miod     1205: </p>
                   1206:
1.130     aaron    1207: <p>
1.327     miod     1208: <h4>ISAPNP Cards</h4>
                   1209: </p>
1.130     aaron    1210:
1.327     miod     1211: <p>
                   1212: <ul>
1.325     henning  1213:   <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;sektion=4">sb</a>)
                   1214:   <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    1215:   <li>Nearly all Yamaha-style audio cards
1.325     henning  1216:   <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                   1217:   <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                   1218:   <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le</a>)
1.327     miod     1219: </ul>
1.288     miod     1220: If a device does not work, be sure to mail the output of dmesg(8)
1.131     aaron    1221: to dmesg@openbsd.org, and we will try to add support.
1.327     miod     1222: </p>
                   1223:
1.131     aaron    1224: <p>
                   1225: Roughly said, the following cards definitely work.
                   1226: Others may work as well; support is continually being improved.
                   1227: <ul>
                   1228: <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                   1229: <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                   1230: <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                   1231: <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                   1232: <li>"CMI8330. Audio Adapter, @X@0001, , "
                   1233: <li>"Creative AWE64 PnP, CTL0045, , Audio"
                   1234: <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                   1235: <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                   1236: <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                   1237: <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                   1238: <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                   1239: <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                   1240: <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                   1241: <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                   1242: <li>"Creative SB16 PnP, CTL0031, , Audio"
                   1243: <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                   1244: <li>"Creative SB32 PnP, CTL0031, , Audio"
                   1245: <li>"Creative SB32 PnP, CTL0041, , Audio"
                   1246: <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                   1247: <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                   1248: <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                   1249: <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                   1250: <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                   1251: <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                   1252: <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                   1253: <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                   1254: <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                   1255: <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                   1256: <li>"OPL3-SA3 Snd System, YMH0021, , "
                   1257: <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
                   1258: <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
                   1259: </ul>
1.327     miod     1260: </p>
1.34      johns    1261:
1.37      johns    1262: <p>
1.288     miod     1263: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1264: the GENERIC kernels, but are <b>not</b> included on the various distribution
                   1265: floppies (including the cd-rom boot image).
                   1266: </p>
                   1267:
                   1268: <p>
                   1269: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1270: floppy A.
                   1271: </p>
                   1272:
                   1273: <p>
                   1274: <sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
                   1275: floppy B.
                   1276: </p>
                   1277:
                   1278: <p>
                   1279: <sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
                   1280: floppy C.
1.37      johns    1281: </p>
1.34      johns    1282:
1.304     mickey   1283: <p>
1.288     miod     1284: <sup>(*)</sup> Support for devices marked with (*) is not included in the
                   1285: GENERIC kernel, and will require you to compile a custom kernel to enable it.
1.34      johns    1286: </p>
                   1287:
1.349     henning  1288: <p>
1.385     david    1289: <font color="#0000e0">*</font> Support added after 3.4.
1.349     henning  1290: </p>
                   1291:
1.327     miod     1292: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
                   1293: <p>
                   1294: Unsupported hardware may be supported in the future, and your
                   1295: <a href="donations.html">donation of time, hardware, or documentation</a>
                   1296: can accelerate this support!
1.34      johns    1297: <ul>
1.130     aaron    1298: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                   1299: <li>NCR 5380-based and 53400-based SCSI host adapters
                   1300: <li>QIC-40 and QIC-80 tape drives
                   1301:     (these are the tape drives that connect to the floppy disk controller)
                   1302: <li>Multiprocessor motherboards (though they will run fine using one
                   1303:     processor only).
1.325     henning  1304:     There exists a <a href="smp.html">project</a> aiming to support these.
1.130     aaron    1305: <li>Sony and Panasonic proprietary CD-ROM interfaces
                   1306: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.304     mickey   1307: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
1.233     brad     1308: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.325     henning  1309:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on the later ones)
1.134     aaron    1310: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron    1311: <li>Aureal Vortex sound cards
1.325     henning  1312:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on it)
1.157     aaron    1313: <li>Winmodems
1.130     aaron    1314: <li>Infrared devices, such as commonly found on laptops
1.157     aaron    1315: <li>Firewire
1.329     miod     1316:     (<a href="mailto:tdeval@openbsd.org">tdeval</a> is working on it)
1.244     mickey   1317: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron    1318: <li>PCMCIA:
                   1319:     <ul>
                   1320:     <li>Memory cards
                   1321:     <li>Most multifunction cards
                   1322:     </ul>
1.31      deraadt  1323: </ul>
1.327     miod     1324: </p>
1.31      deraadt  1325:
1.3       fn       1326: <hr>
1.330     miod     1327: <a name="multiboot"></a>
                   1328: <h3><font color="#0000e0"><strong>Installation with other operating systems:
                   1329: </strong></font></h3>
                   1330:
                   1331: <p>
                   1332: OpenBSD/i386 can be installed to share the system disks with other operating
                   1333: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                   1334: scheme, and an optional boot selector program.
                   1335: Everyday operation is trouble free, but setup requires care, and several
                   1336: operating systems, such as Windows 95, are known to be careless about
                   1337: pre-existing MBR information.
                   1338: </p>
                   1339:
                   1340: <p>
                   1341: Also, some laptop computers use a specific partition as suspend-to-disk
                   1342: storage, which should not be clobbered.
                   1343: </p>
                   1344:
                   1345: <p>
                   1346: More details on this process can be found in the
                   1347: <a href="faq/faq4.html">Installation Guide</a> and
                   1348: <a href="faq/faq14.html">Disk Setup Manual</a>.
                   1349: </p>
                   1350:
                   1351: <hr>
                   1352: <a name="install"></a>
                   1353: <h3><font color="#0000e0">
                   1354: <strong>Getting and installing OpenBSD/i386:</strong>
                   1355: </font></h3>
                   1356:
                   1357: The latest supported OpenBSD/i386 release is
1.385     david    1358: <a href="34.html">OpenBSD 3.4</a>.
1.330     miod     1359: Here are the
1.385     david    1360: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.4/i386/INSTALL.i386">
                   1361: OpenBSD/i386 3.4 installation instructions
1.330     miod     1362: </a>.
                   1363: </p>
                   1364:
                   1365: <p>
                   1366: Snapshots are made available from time to time, in
                   1367: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
                   1368: as well as in a few
                   1369: <a href="ftp.html">mirrors</a>.
                   1370: Here are the
                   1371: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
                   1372: OpenBSD/i386 snapshot installation instructions
                   1373: </a> as well.
                   1374: </p>
                   1375:
                   1376: <p>
                   1377: There are several installation media provided:
                   1378: <ul>
                   1379:   <li><strong>CD boot</strong>
                   1380:   <p>
                   1381:   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
                   1382:   that contains almost all OpenBSD drivers.
                   1383:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1384:   For the latest list of drivers available on this image, take a look at the
                   1385:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1386:   kernel configuration file.
                   1387:   </p></li>
1.385     david    1388:   <li><strong>Floppy A</strong> (floppy34.fs)
1.330     miod     1389:   <p>
                   1390:   This 1.44MB floppy image contains the most common drivers.
                   1391:   It is designed to cover the most typical PC. As a general rule, you will
                   1392:   find that the missing drivers are ones which need large microcodes to run,
                   1393:   such as for rare scsi cards, gigabit ethernet cards, or RAID devices.<br>
                   1394:   For the latest list of drivers available on this image, take a look at the
                   1395:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1396:   kernel configuration file.
                   1397:   </p></li>
1.385     david    1398:   <li><strong>Floppy B</strong> (floppyB34.fs)
1.330     miod     1399:   <p>
                   1400:   This 1.44MB floppy image contains some drivers that are missing from
                   1401:   Floppy A.
                   1402:   This media is designed to help people setting up modern server type systems.
                   1403:   It contains support for pretty much all the SCSI and RAID drivers, gigabit
                   1404:   ethernet cards, and such.
                   1405:   Due to space considerations, you will find that some other drivers are
                   1406:   missing. In particular, support for most PCMCIA devices is missing, as
                   1407:   for really ancient hardware devices.<br>
                   1408:   For the latest list of drivers available on this image, take a look at the
                   1409:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
                   1410:   kernel configuration file.
                   1411:   </p></li>
1.385     david    1412:   <li><strong>Floppy C</strong> (floppyC34.fs)
1.330     miod     1413:   <p>
                   1414:   This 1.44MB floppy image contains many cardbus and PCMCIA device drivers.
                   1415:   This media is designed for installing on laptops.
                   1416:   In most cases, one would discover that Floppy A also works, but the odd
                   1417:   laptop might benefit more from using this image.<br>
                   1418:   For the latest list of drivers available on this image, take a look at the
                   1419:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
                   1420:   kernel configuration file.
                   1421: </ul>
                   1422: </p>
                   1423:
                   1424: <hr>
1.327     miod     1425: <a href="plat.html">
                   1426: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1427: </a>
                   1428: <br>
                   1429: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn       1430: <br>
1.396   ! deraadt  1431: <small>$OpenBSD: i386.html,v 1.395 2004/02/19 03:30:52 nick Exp $</small>
1.3       fn       1432:
                   1433: </body>
                   1434: </html>