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

Annotation of www/i386.html, Revision 1.649

1.411     david       1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
1.327     miod        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.612     jsg        12: <meta name="copyright" content="This document copyright 1996-2007 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.402     krw        17:
1.327     miod       18: <h2><font color="#e00000">OpenBSD/i386</font></h2>
                     19: <hr>
                     20:
                     21: <p>
                     22: OpenBSD/i386 runs on the standard PC's and clones, with a wide variety
                     23: of processors, I/O bus architectures and peripherals supported.
                     24:
1.618     nick       25: <a name="toc"></a>
1.327     miod       26: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     27: <ul>
1.333     jufi       28:   <li><a href="#history">History of the port</a>
1.327     miod       29:   <li><a href="#status">Current status</a>
1.432     nick       30:   <li><a href="#hardware">Supported hardware</a>
1.327     miod       31:   <li><a href="#multiboot">Installation with other operating systems</a>
                     32:   <li><a href="#install">Getting and installing OpenBSD/i386</a>
                     33: </ul>
1.54      deraadt    34:
1.327     miod       35: <hr>
                     36: <a name="history"></a>
                     37: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.34      johns      38:
1.32      grr        39: <p>
1.327     miod       40: The OpenBSD/i386 port has been present since the inception of the project.
                     41: Over the years, more and more hardware support has been written
                     42: specifically for OpenBSD (such as the cryptographic accelerator drivers),
                     43: or adapted from FreeBSD and NetBSD.
                     44:
                     45: <hr>
                     46: <a name="status"></a>
                     47: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     48:
                     49: <p>
                     50: It can be expected to install and run with minimal difficulty on most current
                     51: hardware.
                     52: Machines using custom BIOS (such as older proprietary PC's, laptops, and some
                     53: specialized server machines) may cause problems.
                     54:
                     55: <p>
                     56: Through its binary compatibility layer, OpenBSD/i386 can run Linux, FreeBSD,
                     57: BSD/OS, SVR4 (including Solaris) and IBCS2 binaries, to some extent. Most
                     58: applications will work flawlessly.
                     59:
                     60: <p>
1.488     matthieu   61: X Window System support is available for most graphics cards, using
1.641     miod       62: either the recent X.Org (6.9.0 as of OpenBSD 4.2) server whenever possible,
1.347     jmc        63: or XFree86 3.3.6 servers otherwise.
1.327     miod       64:
                     65: <hr>
                     66: <a name="hardware"></a>
                     67: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.34      johns      68:
1.31      deraadt    69: <p>
1.325     henning    70: Most laptops are supported.  We have <a href="i386-laptop.html">a page</a>
1.327     miod       71: that details the specifics of some common laptops.
1.117     deraadt    72:
                     73: <p>
1.182     aaron      74: The list of supported hardware is relevant to OpenBSD-current. It will
                     75: differ slightly from the support provided in the latest release version.
                     76:
1.327     miod       77: <h4>Processors</h4>
                     78:
                     79: <p>
1.631     steven     80: All CPU chips compatible with the Intel 80386 (i386) architecture,
                     81: except for the 80386 itself, are supported:
1.31      deraadt    82: <ul>
1.402     krw        83:   <li>80486 (DX/DX2/DX4)
                     84:   <li>Intel Pentium/Pentium-MMX
                     85:   <li>Intel Pentium Pro/II/III/Celeron/Xeon
1.453     deraadt    86:   <li>Intel Pentium 4
1.402     krw        87:   <li>AMD 5x86
                     88:   <li>AMD K5/K6/K6-2/K6-3
                     89:   <li>AMD Athlon/Duron
1.409     david      90:   <li>AMD Athlon 64
1.396     deraadt    91:        (Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
1.402     krw        92:   <li>Cyrix MediaGX/M1/M2
                     93:   <li>Cyrix 6x86
                     94:   <li>VIA C3
                     95:   <li>Rise mP6
                     96:   <li>IDT WinChip and C3
                     97:   <li>NexGen 586
                     98:   <li>NS Geode GX1 and M1
                     99:   <li>Transmeta TMS3200, TMS5400, TMS5600
1.130     aaron     100: </ul>
1.327     miod      101:
                    102: <p>
1.631     steven    103: Regular floating-point coprocessors (80487SX) are
1.380     deraadt   104: required when not built into the processor.
1.327     miod      105:
                    106: <p>
1.633     nick      107: Everything that is a clone of the 486 or up should work fine.
1.327     miod      108:
1.425     nick      109: <h4>SMP support</h4>
1.456     miod      110: Starting with OpenBSD 3.6, OpenBSD/i386 supports most SMP
1.425     nick      111: (Symmetrical MultiProcessor) systems.
1.449     grange    112: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
1.427     saad      113: included with the installation file sets.
1.425     nick      114:
                    115: <p>
                    116: As this is a new feature, developers will want to see what hardware does
1.449     grange    117: and doesn't work when running SMP, so it is even more important to
1.426     saad      118: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.425     nick      119:
1.327     miod      120: <h4>Buses</h4>
1.130     aaron     121:
                    122: <ul>
1.329     miod      123: <li>All standard ISA, EISA, VLB, and PCI bus, including:
1.327     miod      124:   <ul>
1.329     miod      125:     <li>Intel 450GX/KX
                    126:     <li>Intel 450NX
                    127:     <li>ServerWorks chipset
1.327     miod      128:   </ul>
1.329     miod      129:   (We just had to mention those last three, since they are the hardest to
                    130:   support).
                    131: <li>16-Bit PCMCIA PC Cards
                    132: <li>32-Bit CardBus PC Cards
                    133: <li>Universal Serial Bus (USB)
1.449     grange    134: <li>Inter IC (I2C) bus
1.106     chris     135: </ul>
1.402     krw       136: <p>
1.130     aaron     137: The MCA bus found in various official IBM PCs is not supported.
1.327     miod      138:
                    139: <h4>Bus interfaces</h4>
1.120     deraadt   140:
1.151     aaron     141: <ul>
1.327     miod      142:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.442     mickey    143:   <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;arch=i386&amp;sektion=4">cbb</a>)
1.151     aaron     144: </ul>
1.327     miod      145:
                    146: <h4>Entropy sources</h4>
1.151     aaron     147:
1.176     deraadt   148: <ul>
1.327     miod      149:   <li>Interrupt latency collection from many devices.
                    150:   <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   151: </ul>
1.327     miod      152:
                    153: <h4>Disk Controllers</h4>
1.176     deraadt   154:
1.130     aaron     155: <ul>
1.327     miod      156:   <li>Floppy controllers
                    157:   <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     158: </ul>
1.327     miod      159:
1.402     krw       160: <h4>PCI IDE and Serial ATA Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=i386&amp;sektion=4">pciide</a>)</h4>
1.130     aaron     161:
                    162: <ul>
1.400     grange    163: <li>Acard ATP850U, ATP860, ATP860-A, ATP865-A, ATP865-R
1.130     aaron     164: <li>Acer Labs M5229
1.487     david     165: <li>Adaptec AAR-1210SA
1.400     grange    166: <li>Advanced Micro Devices AMD-756, AMD-766, AMD-768, AMD-8111
                    167: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649, PCI0680
1.130     aaron     168: <li>Contaq Microsystems/Cypress CY82C693
1.361     grange    169: <li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
1.130     aaron     170: <li>Intel PIIX, PIIX3, and PIIX4
1.530     miod      171: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R/ICH6/ICH6M/ICH6R/ICH7)
1.487     david     172: <li>Intel 6300ESB
1.451     grange    173: <li>ITE IT8212F
1.312     gluk      174: <li>National Semiconductor PC87415
1.400     grange    175: <li>National Semiconductor SCx200 (found on SC1100 SoC)
1.530     miod      176: <li>NVIDIA nForce/nForce2/nForce2-400/nForce3/nForce3-250/nForce4
1.400     grange    177: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268,
                    178: PDC20268R, PDC20269, PDC20271, PDC20275, PDC20276,
1.530     miod      179: PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379
1.400     grange    180: <li>ServerWorks OSB4, CSB5, CSB6 (including support for the third
                    181: channel)
1.522     jsg       182: <li>Silicon Image
1.530     miod      183:  SiI3112 (including ATI IXP SATA),
1.490     jsg       184:  SiI3512, SiI3114
1.522     jsg       185: <li>Silicon Integrated System
1.530     miod      186: 180,
                    187: 181,
1.522     jsg       188:  5513 (5597/5598), 540, 550, 620,
1.400     grange    189: 630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651,
                    190: 652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750,
                    191: 751, 752, 755, 962, 963
                    192: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B,
1.569     jasper    193: VT8231, VT8366, VT8233, VT8235, VT8237, VT8251, VT6410
1.402     krw       194: </ul>
1.363     grange    195:
1.451     grange    196: <p>
1.482     nick      197: Some of these chips are sometimes used in low-cost software-based RAID
                    198: systems.
                    199: This mode of operation is not supported in OpenBSD.
1.451     grange    200:
1.327     miod      201: <h4>SCSI Host Adapters</h4>
1.130     aaron     202:
                    203: <ul>
1.402     krw       204:   <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP,
                    205:     AHA-1640
                    206:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    207:     >aha</a>)<sup>(B) (C)</sup>
                    208:   <li>Adaptec AHA-174x
                    209:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;arch=i386&amp;sektion=4"
                    210:     >ahb</a>)<sup>(B) (C)</sup>
                    211:   <li>Adaptec AIC-6260 and AIC-6360 based host adapters including the Adaptec
                    212:     AHA-152x and various SoundBlaster cards (Note that you cannot boot from the
                    213:     SoundBlaster cards unless the optional boot ROM has been installed)
                    214:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=i386&amp;sektion=4"
                    215:     >aic</a>)<sup>(B)</sup>,
                    216:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    217:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    218:     adapters
1.442     mickey    219:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=i386&amp;sektion=4">ahc</a>)<sup>(B) (C)</sup>
1.402     krw       220:     including the Adaptec cards
                    221:     <ul>
                    222:       <li>AHA-274X[W,T]
                    223:       <li>AHA-284X
                    224:       <li>AHA-2910, AHA-2915
                    225:       <li>AHA-2920
                    226:       <li>AHA-2930[C,U2]
                    227:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    228:       <li>AHA-2950[U2W,U2B]
                    229:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    230:       <li>AHA-3950U2
                    231:       <li>AHA-3960
                    232:       <li>AHA-3985
                    233:       <li>AHA-4944UW
                    234:       <li>AHA-19160B
                    235:       <li>AHA-29160[B,N]
                    236:       <li>AHA-39160
                    237:     </ul>
1.467     krw       238:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    239:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=i386&amp;sektion=4">ahd</a>)<sup>(A) (C)</sup>
                    240:     including the Adaptec cards
                    241:     <ul>
                    242:       <li>AHA-29320
                    243:       <li>AHA-39320
                    244:     </ul>
1.402     krw       245:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    246:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
                    247:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=i386&amp;sektion=4"
                    248:     >adw</a>)<sup>(A) (C)</sup>
                    249:     and
                    250:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;arch=i386&amp;sektion=4"
                    251:     >adv</a>)<sup>(B) (C)</sup>
                    252:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    253:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=i386&amp;sektion=4"
                    254:      >pcscp</a>)<sup>(A) (B) (C)</sup>
                    255:   <li>Buslogic BT-54x (Adaptec AHA-154x clones)
                    256:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    257:     >aha</a>)<sup>(B) (C)</sup>
                    258:   <li>BusLogic 445, 74x, 9xx host adapters, but not the new "FlashPoint" series
                    259:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;arch=i386&amp;sektion=4"
                    260:     >bha</a>)<sup>(B) (C)</sup>
                    261:   <li>Initio INIC-940 and INIC-950 based PCI host adapters including the
                    262:     Initio INI-9090U and INI-9100U/UW, Iwill 2935UW, and DTC Domex 3194U Plus
                    263:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;arch=i386&amp;sektion=4"
                    264:     >iha</a>)<sup>(A) (C)</sup>
1.567     marco     265:   <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    266:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=i386&amp;sektion=4"
                    267:     >mpi</a>)<sup>(A) (C)</sup>
                    268:     <ul>
                    269:       <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    270:       <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    271:       <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    272:     </ul>
                    273:     <li>These chipsets can be found on the following controllers:
                    274:     <ul>
                    275:       <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    276:       <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    277:       <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    278:       <li>A7173A, AB290A
                    279:       <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    280:       <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    281:       <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    282:       <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    283:       <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    284:       <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    285:     </ul>
                    286:     <li>The LSI Logic LSI53C1030 is emulated in the following products:
                    287:       <ul>
                    288:         <li><a href="http://www.vmware.com/products/server/esx_features.html">VMware ESX Server 2.0</a> and higher
                    289:         <li><a href="http://www.vmware.com/download/gsx/">GSX Server 3.0</a> and higher
                    290:         <li>Player, Server, Workstation 4.5 and higher
                    291:       </ul>
1.402     krw       292:   <li>QLogic PCI host adapters
                    293:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=i386&amp;sektion=4"
                    294:     >isp</a>)<sup>(A) (C)</sup>
                    295:   <li>Seagate/Future Domain ISA host adapters
                    296:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&amp;arch=i386&amp;sektion=4"
                    297:     >sea</a>)<sup>(A) (B) (C)</sup>
1.449     grange    298:     including:
1.130     aaron     299:     <ul>
                    300:     <li>ST01/02
                    301:     <li>Future Domain TMC-885
                    302:     <li>Future Domain TMC-950
                    303:     </ul>
1.402     krw       304:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    305:     adapters including generic cards, old ASUS cards, the DTC-3130
                    306:     series, and Diamond Fireport series
                    307:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=i386&amp;sektion=4"
                    308:     >siop</a>)<sup>(B) (C)</sup>
                    309:   <li>Tekram DC-300B and DC-320E (Adaptec AHA-154x clones)
                    310:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    311:     >aha</a>)<sup>(B) (C)</sup>
                    312:   <li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI host adapters
                    313:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;arch=i386&amp;sektion=4"
                    314:     >trm</a>)<sup>(A) (C)</sup>
                    315:   <li>Ultrastor 14f, 24f, and 34f
                    316:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;arch=i386&amp;sektion=4"
                    317:     >uha</a>)<sup>(A) (C)</sup>
                    318:   <li>WD-7000 host adapters
1.547     steven    319:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wds&amp;arch=i386&amp;sektion=4"
                    320:     >wds</a>)<sup>(A) (B) (C)</sup>
1.130     aaron     321: </ul>
1.327     miod      322:
                    323: <h4>RAID and Cache Controllers</h4>
1.130     aaron     324:
                    325: <ul>
1.555     brad      326: <li>ICP-Vortex and Intel GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;arch=i386&amp;sektion=4">gdt</a>) <sup>(A) (C)</sup>
1.493     jsg       327: <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;arch=i386&amp;sektion=4">aac</a>), including: <sup>(*)</sup>
1.480     deraadt   328:     <br>
                    329:     <font color="#b00000">
                    330:     Note: In the past year Adaptec has lied to us repeatedly about forthcoming
                    331:     documentation so that RAID support for these (rather buggy) raid controllers
                    332:     could be stabilized, improved, and managed.<br>
1.503     grunk     333:     As a result, we do not recommend the Adaptec cards for use.</font>
1.198     aaron     334:     <ul>
1.555     brad      335:     <li>Adaptec AAC-2622, AAC-364, AAC-3642, 2130S, 2200S, 2230SLP, 2410SA, 2610SA, 2810SA,
1.461     marco     336: 21610SA
1.198     aaron     337:     </ul>
1.402     krw       338: <li>American Megatrends Inc. MegaRAID controllers in &quot;Mass Storage&quot; mode (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&amp;arch=i386&amp;sektion=4">ami</a>), including: <sup>(A) (C)</sup>
1.397     mickey    339:     <ul>
1.546     brad      340:     <li>ACER MegaRAID ROMB-2E
1.568     nick      341:     <li>Dell CERC-PATA, PERC 2/DC, PERC 3/DC, PERC 3/DCL, PERC 3/QC, PERC 3/SC, PERC 4/DC, PERC 4/Di, PERC 4/SC, PERC 4e/DC, PERC 4e/Di, PERC 4e/SC, PERC 4e/Si
1.546     brad      342:     <li>FSC MegaRAID PCI Express ROMB
1.404     marco     343:     <li>Hewlett-Packard 438, 466, and T[567]
1.544     brad      344:     <li>Intel RAID Controller SROMBU42E, SRCU42X, SRCU42E, SRCU41L, SRCS16, SRCS28X, SRCZCRX
1.545     brad      345:     <li>LSI/AMI MegaRAID, MegaRAID 320-0, MegaRAID 320-1, MegaRAID 320-2, MegaRAID 320-1E, MegaRAID 320-2E, MegaRAID 320-0X, MegaRAID 320-2X, MegaRAID 320-4X, MegaRAID i4
                    346:     <li>LSI/Symbios 523 SATA, MegaRAID 150-4, MegaRAID 150-6, MegaRAID 300-4x, MegaRAID 300-8x
                    347:     <li>NEC MegaRAID PCI Express ROMB
                    348:
1.397     mickey    349:     </ul>
1.558     martin    350: <li>3ware Escalade 3W-5x00, 3W-6x00 and 3W-7x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;arch=i386&amp;sektion=4">twe</a>) <sup>(A) (C)</sup>
1.513     brad      351: <li>Compaq Smart ARRAY 2*, 3* and 4* RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&amp;arch=i386&amp;sektion=4">cac</a>), including: <sup>(A) (C)</sup>
1.193     mickey    352:     <ul>
                    353:     <li>Compaq Integrated Array
                    354:     <li>Compaq IAES
                    355:     <li>Compaq IDA, IDA-2
                    356:     <li>Compaq RAID LC2
                    357:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      358:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    359:     </ul>
1.511     mickey    360: <li>Compaq and Hewlett-Packard Smart ARRAY 5* and 6* RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&amp;arch=i386&amp;sektion=4">ciss</a>)
1.402     krw       361: <li>DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&amp;arch=i386&amp;sektion=4">dpt</a>) <sup>(A) (C)</sup>
1.422     jmc       362: <li>I2O adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&amp;arch=i386&amp;sektion=4">iop</a>), including: <sup>(A) (C)</sup>
1.244     mickey    363:     <ul>
1.280     aaron     364:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
1.334     chris     365:     <li>Adaptec ATA RAID (AAR-2400A)
1.244     mickey    366:     <li>other vendors' controllers supporting I2O,
                    367:        including Intel and Mylex, but these were not tested
                    368:     </ul>
1.615     nick      369: <li>LSI/Dell MegaRAID SAS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;arch=i386&amp;sektion=4">mfi</a>), including: <sup>(A) (C)</sup>
1.559     marco     370:     <ul>
1.566     brad      371:     <li>Dell PERC 5/e, PERC 5/i
                    372:     <li>Intel RAID Controller SRCSAS18E, SRCSAS144E
                    373:     <li>LSI Logic MegaRAID SAS 8208ELP, MegaRAID SAS 8208XLP, MegaRAID SAS 8300XLP, MegaRAID SAS 8308ELP, MegaRAID SAS 8344ELP, MegaRAID SAS 8408E, MegaRAID SAS 8480E
1.559     marco     374:     </ul>
1.616     nick      375: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    376:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=i386&amp;sektion=4">arc</a>),
                    377:     including: <sup>(A) (B) (C)</sup>
1.615     nick      378:    <ul>
                    379:    <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    380:    <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    381:    <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    382:    <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    383:    <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    384:    <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    385:    <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    386:    <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    387:    <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    388:    <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    389:    <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    390:    <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    391:    <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    392:    <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    393:    <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    394:    <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    395:    <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    396:    <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    397:    <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    398:    </ul>
1.130     aaron     399: </ul>
1.327     miod      400:
                    401: <h4>CD-ROM and DVD-ROM Drives</h4>
1.130     aaron     402:
                    403: <ul>
1.402     krw       404: <li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&amp;arch=i386&amp;sektion=4">mcd</a>) <sup>(*)</sup>
1.130     aaron     405:     [Note: The Mitsumi driver device probe is known
                    406:     to cause trouble with several devices!]
1.402     krw       407: <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>)
                    408: <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>)
1.130     aaron     409: </ul>
1.402     krw       410: <p>
1.130     aaron     411: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
1.327     miod      412:
                    413: <h4>Tape Drives</h4>
1.130     aaron     414:
1.131     aaron     415: <ul>
1.402     krw       416: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;arch=i386&amp;sektion=4">st</a>)
                    417: <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;arch=i386&amp;sektion=4">ch</a>) <sup>(G)</sup>
1.131     aaron     418: </ul>
1.327     miod      419:
                    420: <h4>Display Adapters</h4>
1.131     aaron     421:
1.130     aaron     422: <ul>
1.327     miod      423:   <li>MDA, CGA, EGA, and HGC display adapters
1.402     krw       424: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;arch=i386&amp;sektion=4">pcdisplay</a>).
1.327     miod      425:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.402     krw       426: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=i386&amp;sektion=4">vga</a>).
1.327     miod      427: </ul>
1.402     krw       428: <p>
1.327     miod      429: Note that not all of the display adapters OpenBSD/i386 supports
1.488     matthieu  430: can be used under the X Window System (please refer to the
1.557     steven    431: <a href="http://ftp.x.org/pub/X11R6.9.0/doc/html/">X.Org documentation</a>
1.393     matthieu  432: for more information).
1.327     miod      433:
                    434: <h4>Serial Ports</h4>
1.130     aaron     435:
1.121     chris     436: <ul>
1.402     krw       437: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    438: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    439: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    440: <li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&amp;arch=i386&amp;sektion=4">pccom</a> driver)
                    441: <li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&amp;arch=i386&amp;sektion=4">ast</a>) <sup>(G)</sup>
1.288     miod      442: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
1.402     krw       443: <li>Cyclades Cyclom-{4, 8, 16}Y serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&amp;arch=i386&amp;sektion=4">cy</a>) <sup>(G)</sup>
                    444: <li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&amp;arch=i386&amp;sektion=4">cz</a>) <sup>(G)</sup>
1.288     miod      445: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
1.402     krw       446: <li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&amp;arch=i386&amp;sektion=4">addcom</a>) <sup>(*)</sup>
1.121     chris     447: </ul>
1.327     miod      448:
                    449: <h4>Parallel Ports</h4>
1.120     deraadt   450:
1.131     aaron     451: <ul>
1.402     krw       452: <li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=i386&amp;sektion=4">lpt</a>) <sup>(G)</sup>
1.131     aaron     453: </ul>
1.327     miod      454:
                    455: <h4>Communications Controllers</h4>
1.131     aaron     456:
                    457: <ul>
                    458: <li>Universal Serial Bus host controllers, including:
                    459:     <ul>
1.402     krw       460:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&amp;arch=i386&amp;sektion=4">uhci</a>) <sup>(A) (B) (C)</sup>
                    461:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;arch=i386&amp;sektion=4">ohci</a>) <sup>(A) (B) (C)</sup>
1.464     jsg       462:     <li>USB 2.0 Enhanced Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;arch=i386&amp;sektion=4">ehci</a>) <sup>(A) (B) (C)</sup>
1.131     aaron     463:     </ul>
1.436     miod      464: <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc</a>), providing serial (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>) and parallel (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=i386&amp;sektion=4">lpt</a>) children, including: <sup>(G)</sup>
1.131     aaron     465:     <ul>
                    466:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    467:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    468:     <li>SIIG Cyber 4S PCI (quad serial)
                    469:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    470:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    471:     <li>VScom PCI-800 (8 port serial, probably OEM)
1.311     henning   472:     <li>VScom PCI 011H (1 port parallel)
                    473:     <li>VScom PCI 100H (1 port serial)
                    474:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    475:     <li>VScom PCI 200H (2 port serial)
                    476:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    477:     <li>VScom PCI 400H (4 port serial)
                    478:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    479:     <li>VScom PCI 800H (8 port serial)
                    480:     <li>VScom PCI 100L (1 port serial)
                    481:     <li>VScom PCI 200L (2 port serial)
                    482:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    483:     <li>VScom PCI 400L (4 port serial)
                    484:     <li>VScom PCI 800L (8 port serial)
1.242     espie     485:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
1.152     jufi      486:     <li>US Robotics 3CP5609 PCI (modem)
                    487:     <li>Lava Computers 2SP-PCI (parallel port)
                    488:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    489:     <li>NEC PK-UG-X008 (serial)
1.304     mickey    490:     <li>NEC PK-UG-X001 K56flex PCI (modem)
1.161     deraadt   491:     <li>Koutech IOFLEX-2S (dual serial)
1.275     deraadt   492:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    493:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
1.359     henning   494:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
1.287     miod      495:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
1.311     henning   496:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    497:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
1.360     henning   498:     <li>SUNIX 400x (1 port parallel)
                    499:     <li>SUNIX 401x (2 port parallel)
                    500:     <li>SUNIX 402x (1 port serial)
                    501:     <li>SUNIX 403x (2 port serial)
                    502:     <li>SUNIX 405x (4 port serial)
                    503:     <li>SUNIX 406x (8 port serial)
                    504:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    505:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    506:     <li>SUNIX 409x (4 port serial and 2 port parallel)
1.131     aaron     507:     </ul>
                    508: </ul>
1.327     miod      509:
                    510: <h4>Ethernet Adapters</h4>
1.130     aaron     511:
                    512: <ul>
1.402     krw       513: <li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;arch=i386&amp;sektion=4">el</a>) <sup>(A) (B) (C)</sup>
                    514: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;arch=i386&amp;sektion=4">ec</a>) <sup>(B)</sup>
                    515: <li>3Com 3c505 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&amp;arch=i386&amp;sektion=4">eg</a>) <sup>(A) (B) (C)</sup>
                    516: <li>3Com 3c507 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;arch=i386&amp;sektion=4">ie</a>) <sup>(A) (B) (C)</sup>
                    517: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=i386&amp;sektion=4">ep</a>) (disabling PnP on 3c509B is recommended)
                    518: <li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&amp;arch=i386&amp;sektion=4">ef</a>) <sup>(B)</sup>
                    519: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=i386&amp;sektion=4">xl</a>), including:
1.130     aaron     520:     <ul>
1.170     aaron     521:     <li>3Com 3c900/3c900B PCI adapters
                    522:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    523:     <li>3Com 3c980/3c980C server adapters
1.229     miod      524:     <li>3Com 3cSOHO adapter
                    525:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
1.170     aaron     526:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
1.130     aaron     527:     <li>Dell on-board 3c920
                    528:     <li>Dell Precision on-board 3c905B
                    529:     <li>Dell OptiPlex GX1 on-board 3c918
                    530:     <li>Dell Latitude laptop docking station embedded 3c905
1.541     brad      531:     <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.130     aaron     532:     </ul>
                    533:
1.402     krw       534: <li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;arch=i386&amp;sektion=4">txp</a>), including: <sup>(A) (B) (C)</sup>
1.230     aaron     535:     <ul>
                    536:     <li>3CR990-TX-95
                    537:     <li>3CR990-TX-97
                    538:     <li>3CR990-SVR95
                    539:     <li>3CR990-SVR97
                    540:     </ul>
                    541:
1.402     krw       542: <li>Adaptec "Starfire" AIC-6915 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&amp;arch=i386&amp;sektion=4">sf</a>), including: <sup>(G)</sup>
1.130     aaron     543:     <ul>
                    544:     <li>Adaptec Single32 ANA-69011
1.229     miod      545:     <li>Adaptec Single64 ANA-62011 and ANA-62020
1.130     aaron     546:     <li>Adaptec Duo64 ANA-62022
                    547:     <li>Adaptec Quartet64 ANA-62044
                    548:     </ul>
                    549:
1.402     krw       550: <li>ADMtek AL981 ("Comet") and AN983 ("Centaur-P") based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.130     aaron     551:     <ul>
1.185     aaron     552:     <li>Accton EN2242 MiniPCI
1.186     aaron     553:     <li>Linksys LNE100TX v4.x
1.130     aaron     554:     <li>Mototech ME316
                    555:     </ul>
                    556:
1.402     krw       557: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=i386&amp;sektion=4">aue</a>), including: <sup>(A) (B) (C)</sup>
1.130     aaron     558:     <ul>
1.301     nate      559:     <li>3com 3c460b
1.277     nate      560:     <li>Abocom UFE1000
                    561:     <li>Abocom DSB650TX
                    562:     <li>Accton USB320-EC
                    563:     <li>Accton SpeedStream Ethernet
                    564:     <li>Admtek Pegasus
                    565:     <li>Admtek Pegasus II
1.487     david     566:     <li>AEI USB Fast Ethernet
                    567:     <li>Allied Telesyn AT-USB100
                    568:     <li>ATEN UC-110T
1.229     miod      569:     <li>Billionton Systems USB100
1.471     jsg       570:     <li>Billionton Systems USB100EL
                    571:     <li>Billionton Systems USB100LP
                    572:     <li>Billionton Systems USBE100
1.229     miod      573:     <li>Corega FEther USB-TX
1.471     jsg       574:     <li>Corega FEther USB-TXS
1.277     nate      575:     <li>D-Link DSB-650
1.229     miod      576:     <li>D-Link DSB-650TX
1.277     nate      577:     <li>D-Link DSB-650TX-PNA
1.487     david     578:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.277     nate      579:     <li>Elecom LD-USB
1.471     jsg       580:     <li>Elecom LD-USBL/TX
1.277     nate      581:     <li>Elsa Microlink USB2Ethernet
1.487     david     582:     <li>GIGABYTE GN-BR402W
1.471     jsg       583:     <li>Hawking UF100
                    584:     <li>HP HN210E
1.277     nate      585:     <li>I/O DATA USB ETTX
                    586:     <li>Kingston KNU101TX
1.471     jsg       587:     <li>Laneed LD-USBL/TX
1.537     jolan     588:     <li>Linksys USB100TX
                    589:     <li>Linksys USB100H1
                    590:     <li>Linksys USB10T
                    591:     <li>Linksys USB10TA
                    592:     <li>Linksys USB10TX
1.255     aaron     593:     <li>Melco Inc. LUA-TX
1.471     jsg       594:     <li>Melco Inc. LUA2-TX
                    595:     <li>Microsoft MN110
1.487     david     596:     <li>Mobility EasiDock Ethernet
1.315     nate      597:     <li>Netgear FA101
1.487     david     598:     <li>Omnidirectional Control Technology USB TO Ethernet
1.277     nate      599:     <li>Siemens SpeedStream USB
                    600:     <li>Smartbridges smartNIC 2
1.505     jsg       601:     <li>SMC 2202USB/ETH
                    602:     <li>SMC 2206USB/ETH
1.259     miod      603:     <li>SOHOware NUB100
1.487     david     604:     <li>SOHOware NUB110
1.130     aaron     605:     </ul>
                    606:
1.402     krw       607: <li>AMD LANCE and PCnet-based ISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;arch=i386&amp;sektion=4">le</a>), including: <sup>(B)</sup>
1.130     aaron     608:     <ul>
                    609:     <li>Novell NE1500T
                    610:     <li>Novell NE2100
                    611:     <li>Kingston 21xx
                    612:     </ul>
                    613:
1.550     martin    614: <li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;arch=i386&amp;sektion=4">pcn</a>), including: <sup>(B) (C)</sup>
1.130     aaron     615:     <ul>
1.304     mickey    616:     <li>BOCALANcard/PCI
                    617:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.130     aaron     618:     </ul>
                    619:
1.402     krw       620: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.130     aaron     621:     <ul>
1.229     miod      622:     <li>CNet Pro110B
1.130     aaron     623:     <li>Alfa Inc. GFC2204
                    624:     </ul>
                    625:
1.471     jsg       626: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>), including:
                    627:     <ul>
1.487     david     628:     <li>ATEN UC210T
1.507     jsg       629:     <li>BAFO BF-320
1.487     david     630:     <li>Billionton Systems USB2AR
1.471     jsg       631:     <li>Buffalo(MELCO) LUA-U2-KTX
1.487     david     632:     <li>Corega FEther USB2-TX
1.471     jsg       633:     <li>D-Link DUB-E100
1.530     miod      634:     <li>Good Way GWUSB2E
1.487     david     635:     <li>Hawking UF200
1.471     jsg       636:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.487     david     637:     <li>JVC MP-PRX1
1.537     jolan     638:     <li>Linksys USB200M
1.471     jsg       639:     <li>Netgear FA120
1.487     david     640:     <li>Sitecom LN-029
1.507     jsg       641:     <li>SMC 2209USB/ETH
1.487     david     642:     <li>SnapPort USB 2.0 LAN Adapter
1.471     jsg       643:     <li>ST Lab USB 2.0 Fast Ethernet
1.487     david     644:     <li>Surecom EP-1427X-2
1.471     jsg       645:     <li>System TALKS SGC-X2UL
1.487     david     646:     <li>TRENDnet TU2-ET100
1.507     jsg       647:     <li>Z-TEK ZK-R01-2
1.471     jsg       648:     </ul>
                    649:
1.402     krw       650: <li>Broadcom BCM4401 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&amp;arch=i386&amp;sektion=4">bce</a>) <sup>(A) (B) (C)</sup>
1.394     andreas   651:
1.402     krw       652: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=i386&amp;sektion=4">cue</a>), including: <sup>(G)</sup>
1.130     aaron     653:     <ul>
1.471     jsg       654:     <li>Belkin F5U111
1.130     aaron     655:     <li>CATC Netmate and Netmate II
1.471     jsg       656:     <li>SmartBridges SmartLink
1.130     aaron     657:     </ul>
1.120     deraadt   658:
1.402     krw       659: <li>Davicom DM9009, DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.171     aaron     660:     <ul>
                    661:     <li>Jaton XpressNet
                    662:     </ul>
                    663:
1.444     mickey    664: <li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>), including:
                    665:     <ul>
                    666:     <li>Corega FEther USB-TXC
                    667:     </ul>
                    668:
1.402     krw       669: <li>DEC EtherWORKS III cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&amp;arch=i386&amp;sektion=4">lc</a>), including: <sup>(G)</sup>
1.249     niklas    670:     <ul>
                    671:     <li>DE203
                    672:     <li>DE204
                    673:     <li>DE205
                    674:     </ul>
                    675:
1.402     krw       676: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;arch=i386&amp;sektion=4">de</a>), including:
1.130     aaron     677:     <ul>
1.229     miod      678:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
1.537     jolan     679:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.229     miod      680:     <li>Znyx ZX3<i>xx</i>
                    681:     <li>Cogent EM100FX and EM440TX
                    682:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.130     aaron     683:     <li>Almost all other variants work.
                    684:     </ul>
1.128     niklas    685:
1.402     krw       686: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>) including:
1.130     aaron     687:    <ul>
                    688:    <li>Adaptec ANA-6944A
                    689:    <li>Cogent EM400
                    690:    <li>Compex 400TX
1.314     henning   691:    <li>CompuShack Goldline Quattro
                    692:    <li>Phobos P430TX
1.542     nick      693:    <li>D-Link DFE-570TX Quad port
1.130     aaron     694:    <li>Znyx ZX346
                    695:    </ul>
1.34      johns     696:
1.402     krw       697: <li>Intel EtherExpress 16 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;arch=i386&amp;sektion=4">ie</a>) <sup>(A) (B) (C)</sup>
1.34      johns     698:
1.288     miod      699: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>
1.34      johns     700:
1.402     krw       701: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=i386&amp;sektion=4">fxp</a>), including:
1.102     deraadt   702:     <ul>
1.233     brad      703:     <li>Intel EtherExpress PRO/10+
1.130     aaron     704:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    705:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    706:     <li>Intel EtherExpress PRO/100 Dual Port
1.302     aaron     707:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.102     deraadt   708:     </ul>
1.130     aaron     709:
1.402     krw       710: <li>Intel 21145-based cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>)
1.313     henning   711:
1.402     krw       712: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>), including: <sup>(A) (B) (C)</sup>
1.89      fgsch     713:     <ul>
1.471     jsg       714:     <li>3Com 3c19250
1.168     aaron     715:     <li>3Com 3c460 HomeConnect
1.471     jsg       716:     <li>AboCom Systems URE450 Ethernet
1.168     aaron     717:     <li>ADS Technologies USB-10BT
                    718:     <li>Aox USB101
1.471     jsg       719:     <li>Asante USB to Ethernet
                    720:     <li>ATen DSB-650C
1.168     aaron     721:     <li>ATen UC10T
                    722:     <li>Corega USB-T
1.471     jsg       723:     <li>D-Link DSB-650C
                    724:     <li>Entrega NET-USB-E45
                    725:     <li>I/O Data USB-ET/T
                    726:     <li>Jaton USB XpressNet
1.168     aaron     727:     <li>Kawasaki USB101
1.471     jsg       728:     <li>Kingston Ethernet
1.537     jolan     729:     <li>Linksys USB10T
1.471     jsg       730:     <li>Mobility Ethernet
1.229     miod      731:     <li>Netgear EA101
1.191     deraadt   732:     <li>Peracom USB
1.471     jsg       733:     <li>Portgear Ethernet
                    734:     <li>Portsmith Express Ethernet
1.487     david     735:     <li>Psion Dacom Gold Port Ethernet
1.471     jsg       736:     <li>Shark Pocket Adapter
1.487     david     737:     <li>Silicom U2E
1.471     jsg       738:     <li>SMC 2102USB
                    739:     <li>SMC 2104USB
1.89      fgsch     740:     </ul>
1.130     aaron     741:
1.402     krw       742: <li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.89      fgsch     743:     <ul>
1.229     miod      744:     <li>Kingston KNE110TX
1.537     jolan     745:     <li>Linksys LNE100TX
1.130     aaron     746:     <li>Matrox Networks FastNIC 10/100
1.229     miod      747:     <li>Netgear FA310TX
1.89      fgsch     748:     </ul>
1.130     aaron     749:
1.402     krw       750: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.89      fgsch     751:     <ul>
1.185     aaron     752:     <li>Accton EN1217
1.130     aaron     753:     <li>Addtron AEF-320TX/AEF-330TX
1.287     miod      754:     <li>CNet PRO1020A/B
                    755:     <li>Complex RL-100TX
1.229     miod      756:     <li>NDC Communications SOHOware SFA110A
1.131     aaron     757:     <li>SVEC PN102-TX Fast Ethernet card
1.115     deraadt   758:     </ul>
1.130     aaron     759:
1.402     krw       760: <li>Myson Technologies MTD803 3-in-1 Fast Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtd&amp;arch=i386&amp;sektion=4">mtd</a>), including:
1.370     mickey    761:     <ul>
                    762:     <li>Safeway Lancard SW-10/100 PCI (model 117204)
1.371     mickey    763:     <li>Surecom EP-320X-S
1.370     mickey    764:     </ul>
                    765:
1.475     brad      766: <li>National Semiconductor DP83815/DP83816-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;arch=i386&amp;sektion=4">sis</a>), including: <sup>(B) (C)</sup>
1.149     aaron     767:     <ul>
1.475     brad      768:     <li>Netgear FA311
                    769:     <li>Netgear FA312
                    770:     <li>Netgear FA331
1.149     aaron     771:     </ul>
                    772:
1.442     mickey    773: <li>Novell NE1000, NE2000 (ISA, and PCI variants thereof) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=i386&amp;sektion=4">ne</a>) <sup>(B)</sup>
1.130     aaron     774:
1.541     brad      775: <li>NVIDIA nForce MCP-based Fast Ethernet and Gigabit Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&amp;arch=i386&amp;sektion=4">nfe</a>), including:
1.540     brad      776:     <ul>
                    777:     <li>nForce
                    778:     <li>nForce 2
                    779:     <li>nForce 3
                    780:     <li>CK804
                    781:     <li>MCP04
                    782:     <li>MCP51
                    783:     <li>MCP55
1.564     brad      784:     <li>MCP61
                    785:     <li>MCP65
1.540     brad      786:     </ul>
1.539     brad      787:
1.434     marco     788: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=i386&amp;sektion=4">rl</a>), including: <sup>(B)</sup>
1.115     deraadt   789:     <ul>
1.406     mickey    790:     <li>Accton MPX5030 CardBus
1.130     aaron     791:     <li>Allied Telesyn AT2550
1.406     mickey    792:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    793:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.552     brad      794:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.130     aaron     795:     <li>Genius GF100TXR
                    796:     <li>KTX-9130TX 10/100 Fast Ethernet
                    797:     <li>Longshine LCS-8038TX-R
1.406     mickey    798:     <li>NDC Communications NE100TX-E
1.561     jmc       799:     <li>Netgear FA311 v2
1.406     mickey    800:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.229     miod      801:     <li>Nortel BayStack 21
1.130     aaron     802:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    803:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.524     grunk     804:     <li>TRENDnet TE100-PCBUSR CardBus
1.89      fgsch     805:     </ul>
1.130     aaron     806:
1.402     krw       807: <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</a>), including: <sup>(G)</sup>
1.292     nate      808:     <ul>
1.487     david     809:     <li>Abocom RTL8151
1.292     nate      810:     <li>GreenHouse GH-USB100B
1.487     david     811:     <li>GreenHouse GH-USB100B with HomePNA
1.293     nate      812:     <li>Linksys USB100M
1.487     david     813:     <li>Longshine LCS-8138TX
1.471     jsg       814:     <li>Melco Inc. LUA-KTX
1.487     david     815:     <li>Micronet SP128AR
                    816:     <li>OQO model 01 embedded ethernet adapter
1.471     jsg       817:     <li>SMC 2208USB/ETH
1.524     grunk     818:     <li>TRENDnet TU-ET100C
1.471     jsg       819:     <li>Zt USB10/100
1.292     nate      820:     </ul>
                    821:
1.402     krw       822: <li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;arch=i386&amp;sektion=4">sis</a>), including: <sup>(B) (C)</sup>
1.106     chris     823:     <ul>
1.130     aaron     824:     <li>Mototech ME313
1.149     aaron     825:     <li>NetSurf NS-KFE30D
1.106     chris     826:     </ul>
1.110     aaron     827:
1.402     krw       828: <li>SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;arch=i386&amp;sektion=4">we</a>) <sup>(B)</sup>
1.130     aaron     829:
1.538     nick      830: <li>SMC/WD 8216 (the SMC "Elite16 Ultra" ISA boards)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;arch=i386&amp;sektion=4">we</a>) <sup>(B)</sup>
1.130     aaron     831:
1.402     krw       832: <li>SMC 8416 EtherEZ PnP cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&amp;arch=i386&amp;sektion=4">we</a>) (with PnP mode off) <sup>(B)</sup>
1.110     aaron     833:
1.530     miod      834: <li>SMC 83C170 ("EtherPower II") (EPIC/100) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=epic&amp;arch=i386&amp;sektion=4">epic</a>) <sup>(B)</sup> <sup>(C)</sup>
1.127     aaron     835:
1.402     krw       836: <li>Sun Happy Meal PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;arch=i386&amp;sektion=4">hme</a>), including: <sup>(G)</sup>
1.337     brad      837:     <ul>
                    838:     <li>Fast Ethernet
                    839:     <li>Quad Fast Ethernet
                    840:     </ul>
1.336     jason     841:
1.402     krw       842: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;arch=i386&amp;sektion=4">ste</a>), including: <sup>(G)</sup>
1.100     jason     843:     <ul>
1.130     aaron     844:     <li>D-Link DFE-550TX
1.501     brad      845:     <li>D-Link DFE-580TX
1.554     brad      846:     <li>Encore ENL832-TX-ICNT 10/100 M PCI
1.100     jason     847:     </ul>
                    848:
1.434     marco     849: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;arch=i386&amp;sektion=4">tl</a>), including: <sup>(B)</sup> <sup>(C)</sup>
1.34      johns     850:     <ul>
1.130     aaron     851:     <li>Compaq Netelligent PCI Adapters
                    852:     <li>Compaq NetFlex 3/P
                    853:     <li>Compaq Deskpro integrated adapter
                    854:     <li>Compaq Prosignia integrated adapter
                    855:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    856:     <li>Racore 8165 and 8148
                    857:     <li>TI ThunderLAN adapters
1.34      johns     858:     </ul>
                    859:
1.402     krw       860: <li>VIA Rhine/RhineII/RhineIII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;arch=i386&amp;sektion=4">vr</a>), including: <sup>(C)</sup>
1.34      johns     861:     <ul>
1.130     aaron     862:     <li>Addtron AEF-360TX
                    863:     <li>Hawking PN102TX
                    864:     <li>D-Link DFE530TX
1.34      johns     865:     </ul>
                    866:
1.434     marco     867: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&amp;arch=i386&amp;sektion=4">wb</a>), including: <sup>(A)</sup> <sup>(B)</sup>
1.104     aaron     868:     <ul>
1.524     grunk     869:     <li>TRENDnet TE100-PCIE
1.130     aaron     870:     <li>Compex RL100-ATX 10/100
1.104     aaron     871:     </ul>
1.130     aaron     872: </ul>
1.402     krw       873: <p>
1.133     aaron     874: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    875: not recommend using them, but your mileage may vary.
1.327     miod      876:
                    877: <h4>Wireless Ethernet Adapters</h4>
1.104     aaron     878:
1.130     aaron     879: <ul>
1.581     jmc       880: <li>ADMtek ADM8211 IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=i386&amp;sektion=4">atw</a>), including: <sup>(A) (B) (C)</sup>
1.483     jsg       881:     <ul>
                    882:     <li>3Com OfficeConnect 3CRSHPW796
                    883:     <li>Blitz NetWave Point
                    884:     <li>D-Link DWL-650 Rev. L1
1.581     jmc       885:     <li>SMC 2635W (version 1 only)
1.524     grunk     886:     <li>TRENDnet TEW-221PC
1.483     jsg       887:     </ul>
1.581     jmc       888: <li>ADMtek ADM8211 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=i386&amp;sektion=4">atw</a>), including: <sup>(A) (B) (C)</sup>
1.483     jsg       889:     <ul>
                    890:     <li>Belkin F5D6001
                    891:     <li>D-Link DWL-520 Rev. C1
                    892:     <li>LanReady WP2000
                    893:     <li>Xterasys XN2511B
                    894:     </ul>
1.578     jmc       895: <li>Aironet Communications 4500/4800 IEEE 802.11FH/b ISA PnP, PCI, and PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=i386&amp;sektion=4">an</a>), including: <sup>(A) (B) (C)</sup>
1.325     henning   896:     <ul>
1.477     jsg       897:     <li>Aironet 4500/4800
                    898:     <li>Cisco 340/350
1.325     henning   899:     </ul>
1.579     jmc       900: <li>Atheros IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=i386&amp;sektion=4">ath</a>), including: <sup>(A) (B)</sup>
1.325     henning   901:     <ul>
1.477     jsg       902:     <li>3Com 3CRPAG175
1.563     jmc       903:     <li>Cisco AIR-CB21AG
1.477     jsg       904:     <li>D-Link DWL-A650
                    905:     <li>D-Link DWL-AB650
                    906:     <li>Elecom LD-WL54
                    907:     <li>Linksys WPC51AB
                    908:     <li>Netgear WAB501
1.563     jmc       909:     <li>Planet WL-3560
1.477     jsg       910:     <li>Proxim Skyline 4030
                    911:     <li>SMC SMC2735W
                    912:     <li>Sony PCWA-C500
                    913:     </ul>
1.579     jmc       914: <li>Atheros IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=i386&amp;sektion=4">ath</a>), including: <sup>(A) (B)</sup>
1.477     jsg       915:     <ul>
                    916:     <li>D-Link DWL-A520
1.579     jmc       917:     <li>IBM 11ABG WL LAN Mini PCI
1.477     jsg       918:     <li>Proxim Skyline 4032
1.579     jmc       919:     <li>Senao NL-5354MP Mini PCI
                    920:     <li>Wistron CM9 Mini PCI
1.477     jsg       921:     </ul>
1.590     jmc       922: <li>Atheros USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&amp;arch=i386&amp;sektion=4">uath</a>), including: <sup>(G)</sup>
                    923:     <ul>
                    924:     <li>Compex WLU108AG
                    925:     <li>Compex WLU108G
                    926:     <li>D-Link DWL-G132
                    927:     <li>Netgear WG111T
                    928:     <li>Netgear WG111U
                    929:     <li>Netgear WPN111
                    930:     <li>Olitec 000544
                    931:     <li>PLANET WDL-U357
                    932:     <li>Siemens Gigaset 108
                    933:     <li>SMC SMCWUSBT-G
                    934:     <li>SparkLAN WL-785A
                    935:     <li>TP-Link TL-WN620G
                    936:     <li>TRENDware International TEW-444UB
                    937:     <li>TRENDware International TEW-504UB
                    938:     <li>Unex Technology UR054ag
                    939:     <li>ZyXEL XtremeMIMO M-202
                    940:     </ul>
1.580     jmc       941: <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=i386&amp;sektion=4">atu</a>), including: <sup>(G)</sup>
1.477     jsg       942:     <ul>
1.483     jsg       943:     <li>3Com 3CRSHEW696
                    944:     <li>AboCom BWU613
                    945:     <li>Accton 2664W
1.477     jsg       946:     <li>Acer Peripherals AWL300
                    947:     <li>Acer Peripherals AWL400
1.483     jsg       948:     <li>Actiontec 802UAT1
                    949:     <li>Addtron AWU120
1.477     jsg       950:     <li>Aincomm AWU2000B
1.483     jsg       951:     <li>Askey Computer Voyager 1010
                    952:     <li>Askey Computer WLL013 (Intersil Radio)
                    953:     <li>Askey Computer WLL013 (RFMD Radio)
                    954:     <li>Atmel AT76C503 (Intersil Radio)
                    955:     <li>Atmel AT76C503 (RFMD Radio)
                    956:     <li>Atmel AT76C505 (RFMD Radio)
                    957:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    958:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    959:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    960:     <li>Belkin F5D6050
1.477     jsg       961:     <li>Bluetake BW002
1.483     jsg       962:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    963:     <li>Conceptronic C11U
                    964:     <li>Conceptronic WL210
                    965:     <li>Corega WLAN USB Stick 11
                    966:     <li>Dick Smith Electronics CHUSB 611G
                    967:     <li>Dick Smith Electronics WL200U
                    968:     <li>Dick Smith Electronics WL240U
                    969:     <li>Dick Smith Electronics XH1153
                    970:     <li>D-Link DWL-120 rev E
1.477     jsg       971:     <li>Geowave GW-US11S
1.483     jsg       972:     <li>Gigabyte GN-WLBM101
                    973:     <li>Gigaset WLAN
                    974:     <li>Hewlett-Packard HN210W
                    975:     <li>Intel AP310 AnyPoint II
                    976:     <li>I/O DATA USB WN-B11
                    977:     <li>Lexar 2662W-AR
                    978:     <li>Linksys WUSB11 802.11b
                    979:     <li>Linksys WUSB11 802.11b v2.8
                    980:     <li>MSI WLAN
                    981:     <li>Netgear MA101
1.477     jsg       982:     <li>Netgear MA101 rev B
1.483     jsg       983:     <li>OQO model 01 WiFi
1.477     jsg       984:     <li>Ovislink AirLive WL-1120USB
                    985:     <li>OvisLink AirLive WL-1130USB
1.483     jsg       986:     <li>Planex Communications GW-US11S
                    987:     <li>Samsung SWL2100W
                    988:     <li>Siemens WLL013
                    989:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    990:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    991:     <li>Tekram U-300C
1.580     jmc       992:     <li>TRENDnet TEW-229UB
1.483     jsg       993:     <li>W-Buddie WN210
                    994:     <li>Z-Com M4Y-750
1.477     jsg       995:     </ul>
1.636     jmc       996: <li> Broadcom AirForce IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=i386&amp;sektion=4">bwi</a>), including: <sup>(G)</sup>
                    997:     <ul>
                    998:     <li>Buffalo WLI-CB-G54
                    999:     <li>Linksys WPC54G Ver 3
                   1000:     <li>Linksys WPC54GS Ver 2
1.648     jmc      1001:     <li>TRENDnet TEW-401PCplus
1.636     jmc      1002:     <li>US Robotics 5411
                   1003:     </ul>
                   1004: <li> Broadcom AirForce IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=i386&amp;sektion=4">bwi</a>), including: <sup>(G)</sup>
                   1005:     <ul>
1.637     jmc      1006:     <li>Apple Airport Extreme BCM4306
                   1007:     <li>Apple Airport Extreme BCM4318
1.636     jmc      1008:     <li>ASUS WL-138g
                   1009:     <li>Compaq R4035 onboard
                   1010:     <li>HP nx6125
                   1011:     </ul>
1.585     jmc      1012: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=i386&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
                   1013:     <ul>
                   1014:     <li>3COM 3CRWE154G72
1.613     espie    1015:     <li>some NETGEAR WG511 (those made in Taiwan, NOT in China)
1.585     jmc      1016:     <li>SMC EZ Connect g 2.4GHz SMC2835W-v2
                   1017:     <li>Soyo Aerielink
1.619     cnst     1018:     <li>ZyXEL ZyAIR G-100
1.585     jmc      1019:     </ul>
                   1020: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=i386&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
                   1021:     <ul>
                   1022:     <li>D-Link DWL-g650 A1
                   1023:     <li>I-O Data WN-G54/CB
                   1024:     <li>I4 Z-Com XG-600
                   1025:     <li>I4 Z-Com XG-900
                   1026:     <li>Intersil PRISM Indigo
                   1027:     <li>Intersil PRISM Duette
                   1028:     <li>PLANEX GW-DS54G
                   1029:     <li>SMC EZ Connect g 2.4GHz SMC2802W
                   1030:     <li>SMC 2802Wv2
                   1031:     </ul>
1.649   ! jmc      1032: <li>Conexant/Intersil Prism GT SoftMAC IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upgt&amp;arch=i386&amp;sektion=4">upgt</a>), including: <sup>(A) (B) (C)</sup>
        !          1033:     <ul>
        !          1034:     <li>SMC EZ ConnectG SMC2862W-G
        !          1035:     </ul>
1.594     damien   1036: <li>Intel PRO/Wireless 2100 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;arch=i386&amp;sektion=4">ipw</a>) <sup>(G)</sup>
1.591     jmc      1037: <li>Intel PRO/Wireless 2200BG/2225BG/2915ABG 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=i386&amp;sektion=4">iwi</a>) <sup>(G)</sup>
                   1038: <li>Intel PRO/Wireless 3945ABG IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;arch=i386&amp;sektion=4">wpi</a>) <sup>(G)</sup>
1.584     jmc      1039: <li>Marvell Libertas IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
                   1040:     <ul>
                   1041:     <li>Netgear WG511v2
1.614     claudio  1042:     <li>Tenda TWL541C
1.584     jmc      1043:     </ul>
                   1044: <li>Marvell Libertas IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
                   1045:     <ul>
                   1046:     <li>Netgear WG311v3
1.614     claudio  1047:     <li>Tenda TWL542P
1.584     jmc      1048:     </ul>
1.634     mglocker 1049: <li>Marvell Libertas IEEE 802.11b/g Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
                   1050:     <ul>
                   1051:     <li>Ambicom WL54CF
                   1052:     </ul>
1.586     jmc      1053: <li>Ralink Technology IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=i386&amp;sektion=4">ral</a>), including: <sup>(A) (B)</sup>
1.477     jsg      1054:     <ul>
1.478     jsg      1055:     <li>A-Link WL54PC
1.586     jmc      1056:     <li>Alfa AWPC036
1.478     jsg      1057:     <li>Amigo AWI-914W
                   1058:     <li>AMIT WL531C
                   1059:     <li>ASUS WL-107G
                   1060:     <li>Atlantis Land A02-PCM-W54
                   1061:     <li>Belkin F5D7010 v2
                   1062:     <li>Canyon CN-WF513
1.502     saad     1063:     <li>CC&amp;C WL-2102
1.478     jsg      1064:     <li>CNet CWC-854
                   1065:     <li>Compex WL54G
                   1066:     <li>Conceptronic C54RC
1.586     jmc      1067:     <li>Corega CG-WLCB54GL
                   1068:     <li>Digiconnect WL591C
1.478     jsg      1069:     <li>Digitus DN-7001G-RA
                   1070:     <li>E-Tech WGPC02
1.586     jmc      1071:     <li>E-Tech WGPC03
1.478     jsg      1072:     <li>Edimax EW-7108PCg
                   1073:     <li>Eminent EM3036
                   1074:     <li>Encore ENPWI-G-RLAM
1.586     jmc      1075:     <li>Eusso UGL2454-01R
1.478     jsg      1076:     <li>Fibreline WL-400X
                   1077:     <li>Gigabyte GN-WMKG
1.628     jmc      1078:     <li>Gigabyte GN-WM01GS
                   1079:     <li>Gigabyte GN-WM01GM
1.478     jsg      1080:     <li>Hawking HWC54GR
1.586     jmc      1081:     <li>Hercules HWGPCMCIA-54
1.478     jsg      1082:     <li>JAHT WN-4054P
1.586     jmc      1083:     <li>KCORP LifeStyle KLS-611
1.478     jsg      1084:     <li>LevelOne WPC-0301 v2
                   1085:     <li>Micronet SP908GK V3
                   1086:     <li>Minitar MN54GCB-R
1.477     jsg      1087:     <li>MSI CB54G2
1.586     jmc      1088:     <li>MSI MS-6835
1.478     jsg      1089:     <li>Pro-Nets CB80211G
                   1090:     <li>Repotec RP-WB7108
                   1091:     <li>SATech SN-54C
                   1092:     <li>Sitecom WL-112
                   1093:     <li>SparkLAN WL-685R
1.477     jsg      1094:     <li>Surecom EP-9428-g
1.478     jsg      1095:     <li>Sweex LC500050
                   1096:     <li>TekComm NE-9428-g
1.586     jmc      1097:     <li>Tonze PW-6200C
1.478     jsg      1098:     <li>Unex MR054g-R02
                   1099:     <li>Zinwell ZWX-G160
                   1100:     <li>Zonet ZEW1500
1.477     jsg      1101:     </ul>
1.586     jmc      1102: <li>Ralink Technology IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=i386&amp;sektion=4">ral</a>), including: <sup>(B) (C)</sup>
1.477     jsg      1103:     <ul>
1.478     jsg      1104:     <li>A-Link WL54H
1.646     jmc      1105:     <li>AirLive WN-5000PCI
1.586     jmc      1106:     <li>Amigo AWI-922W Mini PCI
1.478     jsg      1107:     <li>Amigo AWI-926W
                   1108:     <li>AMIT WL531P
                   1109:     <li>AOpen AOI-831
1.646     jmc      1110:     <li>ASUS WL-130G
                   1111:     <li>ASUS WL-130N
1.586     jmc      1112:     <li>ASUS WIFI-G-AAY
1.478     jsg      1113:     <li>Atlantis Land A02-PCI-W54
                   1114:     <li>Belkin F5D7000 v3
1.586     jmc      1115:     <li>Billionton MIWLGRL Mini PCI
1.478     jsg      1116:     <li>Canyon CN-WF511
                   1117:     <li>CNet CWP-854
                   1118:     <li>Compex WLP54G
                   1119:     <li>Conceptronic C54Ri
                   1120:     <li>Digitus DN-7006G-RA
1.586     jmc      1121:     <li>Dynalink WLG25PCI
1.478     jsg      1122:     <li>E-Tech WGPI02
                   1123:     <li>Edimax EW-7128g
1.646     jmc      1124:     <li>Edimax EW-7628Ig
                   1125:     <li>Edimax EW-7728In
1.478     jsg      1126:     <li>Eminent EM3037
                   1127:     <li>Encore ENLWI-G-RLAM
1.586     jmc      1128:     <li>Eusso UGL2454-VPR
1.478     jsg      1129:     <li>Fiberline WL-400P
1.586     jmc      1130:     <li>Gigabyte GN-WIKG Mini PCI
1.628     jmc      1131:     <li>Gigabyte GN-WI01GS Mini PCI
                   1132:     <li>Gigabyte GN-WI02GM Mini PCI
1.478     jsg      1133:     <li>Gigabyte GN-WPKG
1.628     jmc      1134:     <li>Gigabyte GN-WP01GS
                   1135:     <li>Gigabyte GN-WI02GM
                   1136:     <li>Gigabyte GN-WP01GM
1.478     jsg      1137:     <li>Hawking HWP54GR
1.586     jmc      1138:     <li>Hercules HWGPCI-54
1.478     jsg      1139:     <li>iNexQ CR054g-009 (R03)
                   1140:     <li>JAHT WN-4054PCI
1.586     jmc      1141:     <li>KCORP LifeStyle KLS-660
1.478     jsg      1142:     <li>LevelOne WNC-0301 v2
                   1143:     <li>Linksys WMP54G v4
                   1144:     <li>Micronet SP906GK
1.477     jsg      1145:     <li>Minitar MN54GPC-R
1.586     jmc      1146:     <li>MSI MP54G2 Mini PCI
                   1147:     <li>MSI MP6833 Mini PCI
                   1148:     <li>MSI MS-6834
                   1149:     <li>MSI PC54G2
1.478     jsg      1150:     <li>OvisLink EVO-W54PCI
                   1151:     <li>PheeNet HWL-PCIG/RA
1.646     jmc      1152:     <li>Planex PCI-GW-DS300N
1.478     jsg      1153:     <li>Pro-Nets PC80211G
                   1154:     <li>Repotec RP-WP0854
                   1155:     <li>SATech SN-54P
1.586     jmc      1156:     <li>Signamax 065-1798
1.478     jsg      1157:     <li>Sitecom WL-115
1.586     jmc      1158:     <li>SparkLAN WL-660R
1.646     jmc      1159:     <li>SparkLAN WMIR-215GN Mini PCI
1.478     jsg      1160:     <li>Surecom EP-9321-g
                   1161:     <li>Surecom EP-9321-g1
                   1162:     <li>Sweex LC700030
                   1163:     <li>TekComm NE-9321-g
1.586     jmc      1164:     <li>Tonze PC-620C Mini PCI
                   1165:     <li>Tonze PC-6200C
1.478     jsg      1166:     <li>Unex CR054g-R02
1.586     jmc      1167:     <li>Zinwell ZWX-G360 Mini PCI
1.478     jsg      1168:     <li>Zinwell ZWX-G361
                   1169:     <li>Zonet ZEW1600
1.477     jsg      1170:     </ul>
1.647     jmc      1171: <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=i386&amp;sektion=4">ural</a>), including: <sup>(A) (B) (C)</sup>
1.481     jsg      1172:     <ul>
                   1173:     <li>AMIT WL532U
                   1174:     <li>ASUS WL-167g
1.530     miod     1175:     <li>Belkin F5D7050
                   1176:     <li>Buffalo WLI-U2-KG54
                   1177:     <li>Buffalo WLI-U2-KG54-AI
                   1178:     <li>Buffalo WLI-U2-KG54-YB
1.481     jsg      1179:     <li>CNet CWD-854
                   1180:     <li>Compex WLU54G
1.530     miod     1181:     <li>Conceptronic C54RU
1.481     jsg      1182:     <li>D-Link DWL-G122 (b1)
1.506     jsg      1183:     <li>Dynalink WLG25USB
1.481     jsg      1184:     <li>E-Tech WGUS02
1.506     jsg      1185:     <li>Eminent 3035
1.530     miod     1186:     <li>Gigabyte GN-WBKG
                   1187:     <li>Hercules HWGUSB2-54
1.506     jsg      1188:     <li>KCORP LifeStyle KLS-685
1.481     jsg      1189:     <li>Linksys WUSB54G v4
                   1190:     <li>Linksys WUSB54GP v4
1.530     miod     1191:     <li>MSI MS-6861
                   1192:     <li>MSI MS-6865
                   1193:     <li>MSI MS-6869
1.586     jmc      1194:     <li>Nintendo Wi-Fi USB Connector
                   1195:     <li>Nova Tech NV-902W
                   1196:     <li>OvisLink Evo-W54USB
1.506     jsg      1197:     <li>SerComm UB801R
                   1198:     <li>SparkLAN WL-685R
1.530     miod     1199:     <li>Sphairon UB801R
1.609     jsg      1200:     <li>Surecom EP-9001-g rev 3A
1.586     jmc      1201:     <li>Sweex LC100060
1.506     jsg      1202:     <li>Tonze UW-6200C
                   1203:     <li>Zaapa ZNWUSB-54
1.586     jmc      1204:     <li>Zinwell ZPlus-G250
1.530     miod     1205:     <li>Zinwell ZWX-G261
1.506     jsg      1206:     <li>Zonet ZEW2500
1.481     jsg      1207:     </ul>
1.600     jmc      1208: <li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=i386&amp;sektion=4">rum</a>), including: <sup>(A) (B) (C)</sup>
1.589     jmc      1209:     <ul>
1.606     jmc      1210:     <li>3Com Aolynk WUB320g
                   1211:     <li>Abocom WUG2700
1.589     jmc      1212:     <li>Airlink101 AWLL5025
                   1213:     <li>ASUS WL-167g ver 2
                   1214:     <li>Belkin F5D7050 ver 3
                   1215:     <li>Belkin F5D9050 ver 3
1.607     jmc      1216:     <li>Buffalo WLI-U2-SG54HP
                   1217:     <li>Buffalo WLI-U2-G54HP
1.589     jmc      1218:     <li>CNet CWD-854 ver F
                   1219:     <li>Conceptronic C54RU ver 2
1.606     jmc      1220:     <li>Corega CG-WLUSB2GO
1.589     jmc      1221:     <li>D-Link DWL-G122 rev C1
                   1222:     <li>D-Link WUA-1340
1.606     jmc      1223:     <li>Digitus DN-7003GR
1.589     jmc      1224:     <li>Edimax EW-7318USG
                   1225:     <li>Gigabyte GN-WB01GS
1.604     jmc      1226:     <li>Gigabyte GN-WI05GS
1.589     jmc      1227:     <li>Hawking HWUG1
1.606     jmc      1228:     <li>Hawking HWU54DM
                   1229:     <li>Hercules HWGUSB2-54-LB
                   1230:     <li>Hercules HWGUSB2-54V2-AP
                   1231:     <li>LevelOne WNC-0301USB v3
1.589     jmc      1232:     <li>Linksys WUSB54G rev C
1.606     jmc      1233:     <li>Linksys WUSB54GR
                   1234:     <li>Planex GW-US54HP
                   1235:     <li>Planex GW-US54Mini2
1.589     jmc      1236:     <li>Planex GW-USMM
                   1237:     <li>Senao NUB-3701
                   1238:     <li>Sitecom WL-113 ver 2
                   1239:     <li>Sitecom WL-172
                   1240:     <li>Sweex LW053
                   1241:     <li>TP-LINK TL-WN321G
                   1242:     </ul>
1.587     jmc      1243: <li>Raytheon Raylink/WebGear Aviator IEEE 802.11FH PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=i386&amp;sektion=4">ray</a>), including: <sup>(A) (B) (C)</sup>
                   1244:     <ul>
                   1245:     <li>Raytheon Raylink WLAN
                   1246:     <li>WebGear Aviator 2.4
                   1247:     <li>WebGear Aviator PRO
                   1248:     </ul>
1.601     jmc      1249: <li>Realtek RTL8180L IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=i386&amp;sektion=4">rtw</a>), including: <sup>(A) (B) (C)</sup>
1.477     jsg      1250:     <ul>
1.588     jmc      1251:     <li>Allnet ALL0182
1.483     jsg      1252:     <li>Belkin F5D6020 V3
1.484     jsg      1253:     <li>Buffalo WLI-CB-B11
1.477     jsg      1254:     <li>Corega CG-WLCB11V3
1.483     jsg      1255:     <li>D-Link DWL-610
1.588     jmc      1256:     <li>Edimax EW-7106
                   1257:     <li>GigaFast WF721-AEX (R* serial)
                   1258:     <li>Jensen AirLink 6011
1.483     jsg      1259:     <li>Level-One WPC-0101
                   1260:     <li>Linksys WPC11 v4
1.477     jsg      1261:     <li>Netgear MA521
1.483     jsg      1262:     <li>Ovislink AirLive WL-1120PCM
                   1263:     <li>Planet WL-3553
1.588     jmc      1264:     <li>Q-Tec 770WC
                   1265:     <li>Q-Tec 775WC
                   1266:     <li>Roper FreeLan 802.11b
                   1267:     <li>SAFECOM SWLCR-1100
1.521     grunk    1268:     <li>TRENDnet TEW-226PC
1.483     jsg      1269:     <li>VCTnet PC-11B1
1.588     jmc      1270:     <li>Winstron CB-200B
                   1271:     <li>Zonet ZEW1000
1.408     pvalchev 1272:     </ul>
1.577     jmc      1273: <li>TI ACX100/ACX111 IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=i386&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
                   1274:     <ul>
                   1275:     <li>D-Link DWL-650+
                   1276:     <li>D-Link DWL-G630+
                   1277:     <li>D-Link DWL-G650+
1.599     jmc      1278:     <li>Ergenic ERG WL-003
1.577     jmc      1279:     <li>Hamlet HNWP254
                   1280:     <li>Linksys WPC54Gv2
                   1281:     <li>Microcom Travelcard
                   1282:     <li>Sceptre SC254W+
                   1283:     <li>USR USR5410
1.619     cnst     1284:     <li>ZyXEL G-160
1.577     jmc      1285:     </ul>
                   1286: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=i386&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
                   1287:     <ul>
                   1288:     <li>D-Link DWL-520+
                   1289:     <li>D-Link DWL-G520+
                   1290:     <li>Hawking HWP54G
                   1291:     <li>Netgear WG311v2
                   1292:     <li>Tornado/ADT 211g
                   1293:     <li>USR USR5416
1.619     cnst     1294:     <li>ZyXEL G-360 EE
1.577     jmc      1295:     </ul>
1.593     jmc      1296: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(B)</sup>
                   1297:     <ul>
                   1298:     <li>AmbiCom WL1100C-CF
                   1299:     <li>ASUS SpaceLink WL-110
                   1300:     <li>Belkin F5D6060 (version 1 only)
                   1301:     <li>Buffalo AirStation
                   1302:     <li>D-Link DCF-660W
                   1303:     <li>ELSA XI800
                   1304:     <li>Linksys WCF12
                   1305:     <li>Netgear MA701
                   1306:     <li>Pretec Compact WLAN OC-WLBXX-A
                   1307:     <li>Senao NL-2511CF
                   1308:     </ul>
                   1309: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(C)</sup>
                   1310:     <ul>
                   1311:     <li>3Com AirConnect 3CRWE777A
                   1312:     <li>Addtron AWA-100
                   1313:     <li>Belkin F5D6001 (version 1 only)
                   1314:     <li>Corega CGWLPCIA11
                   1315:     <li>D-Link DWL-520 (rev A and B only)
                   1316:     <li>Intersil Mini PCI
                   1317:     <li>Intersil ISL3872
                   1318:     <li>Longshine 8301
                   1319:     <li>NDC/Sohoware NCP130
                   1320:     <li>Netgear MA311
                   1321:     <li>Nortel E-mobility 211818-A
                   1322:     <li>Samsung MagicLAN SWL-2210P
                   1323:     <li>Senao NL-2511MP
                   1324:     <li>Symbol LA4123
                   1325:     </ul>
                   1326: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(B)</sup>
                   1327:     <ul>
                   1328:     <li>3Com AirConnect 3CRWE737A
                   1329:     <li>Actiontec HWC01170
                   1330:     <li>Adaptec AWN-8030
                   1331:     <li>Addtron AWP-100
                   1332:     <li>Agere ORiNOCO
                   1333:     <li>ARtem Onair
                   1334:     <li>ASUS SpaceLink WL-100
                   1335:     <li>Belkin F5D6020 (version 1 only)
                   1336:     <li>Buffalo AirStation
                   1337:     <li>Cabletron RoamAbout
                   1338:     <li>Compaq Agency NC5004
                   1339:     <li>Contec FLEXLAN/FX-DS110-PCC
                   1340:     <li>Corega PCC-11
                   1341:     <li>Corega PCCA-11
                   1342:     <li>Corega PCCB-11
                   1343:     <li>D-Link DWL-650 (rev A1-J3 only)
                   1344:     <li>ELSA XI300
                   1345:     <li>ELSA XI325
                   1346:     <li>ELSA XI325H
                   1347:     <li>EMTAC A2424i
                   1348:     <li>Ericsson Wireless LAN CARD C11
                   1349:     <li>Gemtek WL-311
                   1350:     <li>Hawking Technology WE110P
                   1351:     <li>I-O DATA WN-B11/PCM
                   1352:     <li>Intel PRO/Wireless 2011
                   1353:     <li>Intersil Prism II
                   1354:     <li>Linksys Instant Wireless WPC11
                   1355:     <li>Linksys Instant Wireless WPC11 2.5
                   1356:     <li>Linksys Instant Wireless WPC11 3.0
                   1357:     <li>Lucent WaveLAN
                   1358:     <li>Microsoft MN520
                   1359:     <li>NANOSPEED ROOT-RZ2000
                   1360:     <li>NEC CMZ-RT-WP
                   1361:     <li>Netgear MA401
                   1362:     <li>Netgear MA401RA
                   1363:     <li>Nokia C020 Wireless LAN
                   1364:     <li>Nokia C110/C111 Wireless LAN
                   1365:     <li>NTT-ME 11Mbps Wireless LAN
                   1366:     <li>Planex GW-NS11H
                   1367:     <li>Proxim Harmony
                   1368:     <li>Proxim RangeLAN-DS
                   1369:     <li>Samsung MagicLAN SWL-2000N
                   1370:     <li>Siemens SpeedStream SS1021
                   1371:     <li>SMC 2632 EZ Connect
                   1372:     <li>Symbol Spectrum24
                   1373:     <li>TDK LAK-CD011WL
                   1374:     <li>US Robotics 2410
                   1375:     <li>US Robotics 2445
                   1376:     </ul>
                   1377: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(A) (B)</sup>
                   1378:     <ul>
                   1379:     <li>Acer Warplink USB-400
                   1380:     <li>Actiontec HWU01170
                   1381:     <li>AirVast WM168b
                   1382:     <li>Ambit WLAN
                   1383:     <li>Apacer Wireless Steno MB112
                   1384:     <li>ASUS WL-140
                   1385:     <li>Compaq W100
                   1386:     <li>Corega WLUSB-11
                   1387:     <li>Corega WLUSB-11 Key
                   1388:     <li>D-Link DWL-120 (rev F)
                   1389:     <li>D-Link DWL-122
                   1390:     <li>I-O DATA WN-B11/USB
                   1391:     <li>Intel PRO/Wireless 2011B
                   1392:     <li>Intersil Prism 2X
                   1393:     <li>JVC MP-XP7250
                   1394:     <li>Linksys WUSB11 v3.0
                   1395:     <li>Linksys WUSB12
                   1396:     <li>Melco WLI-USB-KB11
                   1397:     <li>Melco WLI-USB-KS11G
                   1398:     <li>Melco WLI-USB-S11
                   1399:     <li>Microsoft MN510
                   1400:     <li>Netgear MA111 (version 1 only)
                   1401:     <li>Pheenet WL-503IA
                   1402:     <li>Planex GW-US11H
                   1403:     <li>Siemens SpeedStream SS1022
                   1404:     <li>Sitecom WL-022
                   1405:     <li>Syntax USB-400
                   1406:     <li>US Robotics 1120
                   1407:     <li>ViewSonic Airsync
                   1408:     <li>Z-Com XI-725/726
                   1409:     <li>Z-Com XI-735
                   1410:     <li>ZyXEL ZyAIR B-200
                   1411:     </ul>
1.592     jmc      1412: <li>ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;arch=i386&amp;sektion=4">zyd</a>) <sup>(G)</sup>
                   1413:     <ul>
                   1414:     <li>3COM 3CRUSB10075
                   1415:     <li>Acer WLAN-G-US1
                   1416:     <li>Airlink+ AWLL3025
                   1417:     <li>Airlink 101 AWLL3026
                   1418:     <li>AOpen 802.11g WL54
                   1419:     <li>Asus A9T integrated wirless
                   1420:     <li>Asus WL-159g
                   1421:     <li>Belkin F5D7050 v.4000
                   1422:     <li>Billion BiPAC 3011G
1.608     jmc      1423:     <li>Buffalo WLI-U2-KG54L
1.602     steven   1424:     <li>CC&amp;C WL-2203B
1.592     jmc      1425:     <li>DrayTek Vigor 550
                   1426:     <li>Edimax EW-7317UG
1.620     jmc      1427:     <li>Edimax EW-7317LDG
1.592     jmc      1428:     <li>Fiberline Networks WL-43OU
                   1429:     <li>iNexQ UR055g
                   1430:     <li>Linksys WUSBF54G
                   1431:     <li>Longshine LCS-8131G3
1.595     jmc      1432:     <li>MSI US54SE
1.605     jmc      1433:     <li>Philips SNU5600
1.592     jmc      1434:     <li>Planet WL-U356
1.639     jmc      1435:     <li>Planex GW-US54GD
1.645     jmc      1436:     <li>Planex GW-US54GXS
1.592     jmc      1437:     <li>Planex GW-US54GZL
                   1438:     <li>Planex GW-US54Mini
                   1439:     <li>Safecom SWMULZ-5400
                   1440:     <li>Sagem XG 760A
                   1441:     <li>Sagem XG 76NA
1.596     jmc      1442:     <li>Sandberg Wireless G54 USB
1.592     jmc      1443:     <li>Sitecom WL-113
                   1444:     <li>SMC SMCWUSB-G
                   1445:     <li>Sweex wireless USB 54 Mbps
                   1446:     <li>Tekram/Siemens USB adapter
                   1447:     <li>Telegent TG54USB
                   1448:     <li>Trendnet TEW-424UB
                   1449:     <li>Trendnet TEW-429UB
                   1450:     <li>TwinMOS G240
1.596     jmc      1451:     <li>US Robotics 5423
1.592     jmc      1452:     <li>X-Micro XWL-11GUZX
                   1453:     <li>Yakumo QuickWLAN USB
                   1454:     <li>Zonet ZEW2501
1.619     cnst     1455:     <li>ZyXEL ZyAIR G-220
1.592     jmc      1456:     </ul>
1.323     henning  1457: </ul>
1.327     miod     1458:
                   1459: <h4>Gigabit Ethernet Adapters</h4>
1.130     aaron    1460:
                   1461: <ul>
1.402     krw      1462: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;arch=i386&amp;sektion=4">ti</a>), including: <sup>(A) (B) (C)</sup>
1.130     aaron    1463:     <ul>
1.190     jason    1464:     <li>3Com 3c985 and 3c985B
                   1465:     <li>Alteon ACEnic V (fiber and copper)
1.229     miod     1466:     <li>Digital EtherWORKS 1000SX
                   1467:     <li>Farallon PN9000SX
1.190     jason    1468:     <li>Netgear GA620 and GA620T
1.130     aaron    1469:     <li>SGI Tigon
                   1470:     </ul>
                   1471:
1.549     brad     1472: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
1.430     jmc      1473: based adapters
1.402     krw      1474: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=i386&amp;sektion=4">em</a>),
1.373     henning  1475: including:
1.307     nate     1476:     <ul>
1.548     brad     1477:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.560     brad     1478:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.548     brad     1479:     <li> HP ProLiant NC6132 Upgrade Module (SX Fiber)
                   1480:     <li> HP ProLiant NC6133 Upgrade Module (LX Fiber)
                   1481:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                   1482:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                   1483:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                   1484:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                   1485:     <li> HP ProLiant NC7132 Upgrade Module
                   1486:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                   1487:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
1.307     nate     1488:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                   1489:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                   1490:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                   1491:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                   1492:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                   1493:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.539     brad     1494:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.307     nate     1495:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                   1496:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                   1497:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                   1498:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                   1499:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                   1500:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.430     jmc      1501:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.278     nate     1502:     </ul>
                   1503:
1.402     krw      1504: <li>National Semiconductor DP83820 and DP83821 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&amp;arch=i386&amp;sektion=4">nge</a>), including: <sup>(A) (B) (C)</sup>
1.243     nate     1505:     <ul>
1.252     nate     1506:     <li>Addtron AEG320T
1.306     nate     1507:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
1.252     nate     1508:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                   1509:     <li>D-Link DGE-500T
1.537     jolan    1510:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.306     nate     1511:     <li>Netgear GA621
1.252     nate     1512:     <li>Netgear GA622T
                   1513:     <li>SMC EZ Card 1000 (SMC9462TX)
                   1514:     <li>Surecom Technology EP-320G-TX
1.524     grunk    1515:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.243     nate     1516:     </ul>
                   1517:
1.528     brad     1518: <li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;arch=i386&amp;sektion=4">lge</a>), including:
1.258     nate     1519:     <ul>
1.498     brad     1520:     <li>Allied Telesis CentreCOM LA1000-PCI-SX
                   1521:     <li>D-Link DGE-500SX
1.258     nate     1522:     <li>SMC TigerCard 1000 (SMC9462SX)
                   1523:     </ul>
                   1524:
1.570     brad     1525: <li>Broadcom BCM57xx (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;arch=i386&amp;sektion=4">bge</a>), including: <sup>(A) (C)</sup>
1.260     nate     1526:     <ul>
1.441     brad     1527:     <li>3Com 3c996-T (10/100/1000baseT)
1.283     nate     1528:     <li>3Com 3c996-SX (1000baseSX)
1.441     brad     1529:     <li>3Com 3c996B-T (10/100/1000baseT)
                   1530:     <li>Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseT)
                   1531:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseT)
                   1532:     <li>Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseT)
1.500     brad     1533:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                   1534:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                   1535:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                   1536:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                   1537:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.518     brad     1538:     <li>HP ProLiant NC7760 embedded PCI Gigabit NIC (10/100/1000baseT)
1.441     brad     1539:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.500     brad     1540:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.518     brad     1541:     <li>HP ProLiant NC7780 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.441     brad     1542:     <li>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.518     brad     1543:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.635     sobrado  1544:     <li>IBM ThinkPad T43/T43p integrated BCM5751M NIC (10/100/1000baseT)
1.441     brad     1545:     <li>IBM xSeries 235 integrated BCM5703X NIC (10/100/1000baseT)
                   1546:     <li>IBM xSeries 305 integrated BCM5703X NIC (10/100/1000baseT)
                   1547:     <li>Netgear GA302T (10/100/1000baseT)
                   1548:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.260     nate     1549:     <li>SysKonnect SK-9D41 (1000baseSX)
                   1550:     </ul>
                   1551:
1.570     brad     1552: <li>Broadcom NetXtreme II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;arch=i386&amp;sektion=4">bnx</a>), including: <sup>(A) (B) (C)</sup>
                   1553:     <ul>
                   1554:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                   1555:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                   1556:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                   1557:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                   1558:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                   1559:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                   1560:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                   1561:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                   1562:     </ul>
                   1563:
1.402     krw      1564: <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;arch=i386&amp;sektion=4">stge</a>), including: <sup>(G)</sup>
1.268     nate     1565:     <ul>
1.498     brad     1566:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                   1567:     <li>Antares Microsystems TC9021
                   1568:     <li>D-Link DGE-550T
1.268     nate     1569:     </ul>
                   1570:
1.402     krw      1571: <li>SysKonnect and Marvell based GigE(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;arch=i386&amp;sektion=4">sk</a>), including: <sup>(A) (B) (C)</sup>
1.362     nate     1572:     <ul>
                   1573:     <li>SysKonnect SK-9821 (1000baseT)
                   1574:     <li>SysKonnect SK-9822 (dual 1000baseT)
                   1575:     <li>SysKonnect SK-9841 (1000baseLX)
                   1576:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                   1577:     <li>SysKonnect SK-9843 (1000baseSX)
                   1578:     <li>SysKonnect SK-9844 (dual 1000baseSX)
1.369     nate     1579:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
1.362     nate     1580:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                   1581:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
1.364     nate     1582:     <li>3Com 3c940 (1000baseT)
1.486     jmc      1583:     <li>3Com 3c2000-T (1000baseT)
1.386     jason    1584:     <li>Linksys EG1032v2 (1000baseT)
                   1585:     <li>Linksys EG1064v2 (1000baseT)
                   1586:     <li>D-Link DGE-530T (1000baseT)
1.387     jason    1587:     <li>SMC 9452TX (1000baseT)
1.366     nick     1588:     </ul>
1.423     pvalchev 1589:
1.449     grange   1590: <li>Realtek 8169/8169S/8110S based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;arch=i386&amp;sektion=4">re</a>), including: <sup>(A) (B) (C)</sup>
1.423     pvalchev 1591:     <ul>
1.446     jsg      1592:     <li>Buffalo LGY-PCI-GT (8169S)
1.487     david    1593:     <li>Corega CG-LAPCIGT (8169S)
1.497     martin   1594:     <li>D-Link DGE-528T (8169S)
1.627     mbalmer  1595:     <li>D-Link DGE-660TD (8196/8110SB)
1.423     pvalchev 1596:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.499     brad     1597:     <li>LevelOne GNC-0105T (8169S)
1.508     brad     1598:     <li>Linksys EG1032v3 (8169S)
1.497     martin   1599:     <li>Netgear GA511 PC Card (8169)
1.423     pvalchev 1600:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.497     martin   1601:     <li>Surecom EP-320G-TX1 (8169S)
                   1602:     <li>US Robotics USR997902 (8169S)
1.423     pvalchev 1603:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                   1604:     </ul>
1.462     pvalchev 1605:
1.487     david    1606: <li>VIA Networking VT6122 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;arch=i386&amp;sektion=4">vge</a>), including: <sup>(A) (B) (C)</sup>
1.462     pvalchev 1607:     <ul>
                   1608:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                   1609:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                   1610:     </ul>
1.130     aaron    1611: </ul>
1.327     miod     1612:
1.571     brad     1613: <h4>10Gb Ethernet Adapters</h4>
                   1614:
                   1615: <ul>
                   1616: <li>Intel PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;arch=i386&amp;sektion=4">ixgb</a>), including: <sup>(A) (B) (C)</sup>
1.573     steven   1617:     <ul>
                   1618:     <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
1.571     brad     1619:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                   1620:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                   1621:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                   1622:     </ul>
                   1623:
                   1624:
1.572     saad     1625: <li>Neterion Xframe/Xframe-II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&amp;arch=i386&amp;sektion=4">xge</a>), including: <sup>(A) (B) (C)</sup>
1.573     steven   1626:     <ul>
                   1627:     <li>HP AB287A 10 Gigabit Ethernet Adapter
1.571     brad     1628:     <li>IBM 10GbE SR Server Adapter
                   1629:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                   1630:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                   1631:     <li>Neterion Xframe
                   1632:     <li>Neterion Xframe II
                   1633:     <li>Neterion Xframe II Sun Fire
                   1634:     <li>Neterion Xframe E
                   1635:     <li>SGI 10 Gigabit Ethernet Network Adapter
                   1636:     </ul>
1.632     nick     1637:
                   1638: <li>Tehuti Networks 10Gb based PCI adapters
                   1639: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
                   1640: including: <sup>(A) (B) (C)</sup>
                   1641:     <ul>
                   1642:     <li>TN3017-S 10 GbE Single Port XAUI Server Controller
                   1643:     <li>TN3017-D 10 GbE Dual Port XAUI Server Controller
                   1644:     <li>TN7581-D 10 GbE Dual XFP Server Adapter
                   1645:     <li>TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter
                   1646:     <li>TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter
                   1647:     <li>TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter
                   1648:     <li>TN7589-S 10 GbE Single CX4 Low Profile Server Adapter
                   1649:     </ul>
1.571     brad     1650: </ul>
                   1651:
1.327     miod     1652: <h4>ATM Adapters</h4>
1.130     aaron    1653:
                   1654: <ul>
1.288     miod     1655: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
1.130     aaron    1656: </ul>
1.327     miod     1657:
                   1658: <h4>FDDI Adapters</h4>
1.130     aaron    1659:
                   1660: <ul>
1.402     krw      1661: <li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&amp;arch=i386&amp;sektion=4">fea</a>) <sup>(G)</sup>
                   1662: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;arch=i386&amp;sektion=4">fpa</a>) <sup>(G)</sup>
1.130     aaron    1663: </ul>
1.327     miod     1664:
                   1665: <h4>WAN Adapters</h4>
1.130     aaron    1666:
                   1667: <ul>
1.539     brad     1668: <li>Accoom Networks Artery T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;arch=i386&amp;sektion=4">art</a>) <sup>(G)</sup>
1.454     henning  1669: <li>SBE (formerly Lan Media Corporation) SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;arch=i386&amp;sektion=4">lmc</a>) <sup>(G)</sup>
1.455     henning  1670: <li>Sangoma Technologies AFT T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&amp;arch=i386&amp;sektion=4">san</a>) <sup>(G)</sup>
1.130     aaron    1671: </ul>
1.327     miod     1672:
                   1673: <h4>Cryptography Accelerators</h4>
1.130     aaron    1674:
                   1675: <ul>
1.402     krw      1676: <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822, BCM5823 (and the legacy Bluesteelnet 5501 and 5601 parts) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;arch=i386&amp;sektion=4">ubsec</a>) <sup>(G)</sup>
                   1677: <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=i386&amp;sektion=4">lofn</a>) <sup>(G)</sup>
                   1678: <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;arch=i386&amp;sektion=4">hifn</a>), including: <sup>(G)</sup>
1.127     aaron    1679:     <ul>
1.377     jason    1680:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.130     aaron    1681:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt  1682:     <li>NetSec 7751
1.342     jason    1683:     <li>Hifn 7751 and 9751 reference boards
1.144     deraadt  1684:     <li>Invertex AEON
1.127     aaron    1685:     </ul>
1.402     krw      1686: <li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;arch=i386&amp;sektion=4">safe</a>)
1.130     aaron    1687: </ul>
1.327     miod     1688:
                   1689: <a name="pcmcia"></a>
1.414     brad     1690: <h4>PC Cards (PCMCIA/CardBus <sup>(B)</sup>)</h4>
1.127     aaron    1691:
1.130     aaron    1692: <ul>
1.163     ericj    1693: <li>ATA cards
1.402     krw      1694:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=i386&amp;sektion=4">wdc</a>,
                   1695:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=i386&amp;sektion=4">wd</a>,
                   1696:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=i386&amp;sektion=4">sd</a>,
                   1697:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>), including:
1.112     aaron    1698:     <ul>
1.130     aaron    1699:     <li>ATA/IDE card drives
                   1700:     <li>ATA/IDE CD-ROM adapters
                   1701:     <li>CF/ATA flash cards and disk drives
1.112     aaron    1702:     </ul>
                   1703:
1.130     aaron    1704: <li>Ethernet adapters, including:
1.34      johns    1705:     <ul>
1.402     krw      1706:     <li>3Com EtherLink (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=i386&amp;sektion=4">ep</a>) and EtherLink XL-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=i386&amp;sektion=4">xl</a>) LAN PC Cards, including:
1.304     mickey   1707:        <ul>
                   1708:        <li>3Com 3C556, 3C562
                   1709:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1710:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1711:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1712:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                   1713:        </ul>
1.178     aaron    1714:
1.402     krw      1715:     <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
1.304     mickey   1716:        <ul>
                   1717:        <li>ADMtek AN985 Centaur-C CardBus
                   1718:        <li>IBM EtherJet 10/100 CardBus
1.254     aaron    1719:        <li>Linksys PCMPC200 CardBus 10/100
1.228     aaron    1720:        <li>SMC EZ CardBus 10/100
1.304     mickey   1721:        <li>Xircom X3201 CardBus adapters, including RealPort models
                   1722:        </ul>
1.178     aaron    1723:
1.402     krw      1724:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=i386&amp;sektion=4">fxp</a>), including:
1.304     mickey   1725:        <ul>
                   1726:        <li>Intel PRO/100 CardBus II
                   1727:        </ul>
1.178     aaron    1728:
1.442     mickey   1729:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=i386&amp;sektion=4">ne</a>), including:
1.304     mickey   1730:        <ul>
1.344     mickey   1731:        <li>Accton EN2212, EN2216
                   1732:        <li>Allied Telesis LA-PCM
1.304     mickey   1733:        <li>AmbiCom AMB8002T
1.344     mickey   1734:        <li>Arowana FE
                   1735:        <li>Belkin F5D5020
                   1736:        <li>Billionton Systems LNT-10TN
1.470     matthieu 1737:         <li>Billionton Systems CFLT2-10N
1.536     uwe      1738:        <li>Buffalo LPC-CF-CLT
1.344     mickey   1739:        <li>CNet NE2000
                   1740:        <li>Compex Linkport ENET-B
                   1741:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1742:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                   1743:        <li>Dayna CommuniCard E
                   1744:        <li>Digital DEPCM-XX
                   1745:        <li>Dual NE2000
                   1746:        <li>Edimax NE2000
1.304     mickey   1747:        <li>Genius ME 3000II SE
1.344     mickey   1748:        <li>Grey Cell GCS2000 Gold II
                   1749:        <li>GVC NIC-2000p, NP0335
1.536     uwe      1750:        <li>Hawking CF686TX
1.304     mickey   1751:        <li>Hawking PN650TX
1.344     mickey   1752:        <li>I-O DATA PCLA, PCLA/TE
1.304     mickey   1753:        <li>IC-Card
                   1754:        <li>Kingston KNE-PC2
1.344     mickey   1755:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                   1756:        <li>MACNICA ME1 for JEIDA
                   1757:        <li>Melco LPC3-TX
                   1758:        <li>National Semiconductor InfoMover
1.304     mickey   1759:        <li>NDC Instant-Link
1.344     mickey   1760:        <li>Netgear FA410TX, FA410TXC, FA411
1.304     mickey   1761:        <li>Network Everywhere NP10T
1.224     aaron    1762:        <li>New Media LiveWire 10/100
1.344     mickey   1763:        <li>Planet SmartCom 2000
                   1764:        <li>Planex FNW-3600-T, FNW-3700-T
                   1765:        <li>Premax PE-200
                   1766:        <li>RPTI EP-400, EP-401
                   1767:        <li>Seiko Epson EN10B
                   1768:        <li>SMC EZCard, 8041
                   1769:        <li>Socket Communications LP-CF, LP-E
                   1770:        <li>SVEC PN650TX, ComboCard, LANCard
                   1771:        <li>Synergy S21810
                   1772:        <li>Tamarack NE2000
1.536     uwe      1773:        <li>Tamarack TC3299CE
1.344     mickey   1774:        <li>Telecom Device TCD-HPC100
1.536     uwe      1775:        <li>TRENDnet TE-CF100
1.344     mickey   1776:        <li>Wisecom T210CT, iPort
                   1777:        <li>Xircom CFE-10
1.304     mickey   1778:        </ul>
1.178     aaron    1779:
1.402     krw      1780:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=i386&amp;sektion=4">rl</a>), including:
1.298     aaron    1781:        <ul>
                   1782:        <li>Accton MPX5030 CardBus
                   1783:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.409     david    1784:        <li>D-Link DFE-690TXD
1.298     aaron    1785:        </ul>
                   1786:
1.402     krw      1787:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;arch=i386&amp;sektion=4">sm</a>), including: <sup>(G)</sup>
1.304     mickey   1788:        <ul>
                   1789:        <li>Megahertz XJEM1144, CC10BT
                   1790:        <li>SMC EtherEZ 8020BT
                   1791:        </ul>
1.179     aaron    1792:
1.402     krw      1793:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=i386&amp;sektion=4">xe</a>), including: <sup>(A)</sup>
1.304     mickey   1794:        <ul>
                   1795:        <li>Xircom CreditCard CE2
                   1796:        </ul>
1.178     aaron    1797: </ul>
1.130     aaron    1798:
1.182     aaron    1799: <li>PCMCIA controllers, including:
                   1800:     <ul>
1.402     krw      1801:     <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&amp;arch=i386&amp;sektion=4">pcic</a>)
1.182     aaron    1802:     </ul>
                   1803:
                   1804: <li>SCSI host adapters, including:
1.106     chris    1805:     <ul>
1.402     krw      1806:     <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=i386&amp;sektion=4">aic</a>)
1.34      johns    1807:     </ul>
1.130     aaron    1808:
1.145     deraadt  1809: <li>Serial ports, including:
1.130     aaron    1810:     <ul>
                   1811:     <li>Most modems, digital cellular modems, and serial cards should work.
1.520     uwe      1812:     <li>AudioVOX GSM/GPRS modems
1.551     brad     1813:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
1.520     uwe      1814:     <li>Siemens Connect2AIR GSM/GPRS modems
1.574     fkr      1815:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS, AC850 GSM/GPRS/UMTS modems
1.553     jsg      1816:     <li>Sony Ericsson GC75 GSM/GPRS modems
1.640     miod     1817:     <li>Sony Ericsson GC89 GSM/GPRS/EDGE modems
1.85      jason    1818:     </ul>
1.130     aaron    1819:
1.182     aaron    1820: <li>Wireless Ethernet adapters:
1.88      jason    1821:     <ul>
1.182     aaron    1822:     <li>See above.
1.88      jason    1823:     </ul>
1.327     miod     1824: </ul>
1.34      johns    1825:
1.327     miod     1826: <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
1.130     aaron    1827:
                   1828: <ul>
1.402     krw      1829: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=i386&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
                   1830: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;arch=i386&amp;sektion=4">urio</a>) <sup>(G)</sup>
1.444     mickey   1831: <li>USB Ethernet adapters (
                   1832: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=i386&amp;sektion=4">aue</a>,
1.471     jsg      1833: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>,
1.444     mickey   1834: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=i386&amp;sektion=4">cue</a>,
1.445     saad     1835: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>,
1.471     jsg      1836: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>,
                   1837: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</a>),
1.444     mickey   1838: see above <sup>(G)</sup>
1.402     krw      1839: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;arch=i386&amp;sektion=4">uhid</a>) <sup>(G)</sup>
                   1840: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=i386&amp;sektion=4">uvisor</a>) <sup>(G)</sup>
                   1841: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=i386&amp;sektion=4">uhub</a>)
                   1842: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=i386&amp;sektion=4">ukbd</a>)
                   1843: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;arch=i386&amp;sektion=4">umass</a>)
                   1844: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=i386&amp;sektion=4">ums</a>) <sup>(G)</sup>
                   1845: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=i386&amp;sektion=4">umodem</a>) <sup>(G)</sup>
                   1846: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=i386&amp;sektion=4">ulpt</a>) <sup>(G)</sup>
1.626     jasper   1847: <li>USB Radio Clock (Gude ADS Expert mouseCLOCK) for DCF77 and HBG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&amp;arch=i386&amp;sektion=4">udcf</a>) <sup>(G)</sup>
1.402     krw      1848: <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;arch=i386&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;arch=i386&amp;sektion=4">usscanner</a>) <sup>(G)</sup>
                   1849: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=i386&amp;sektion=4">upl</a>) <sup>(G)</sup>
                   1850: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;arch=i386&amp;sektion=4">uyap</a>) <sup>(*)</sup>
1.130     aaron    1851: </ul>
1.327     miod     1852:
                   1853: <h4>Pointing Devices <sup>(G)</sup></h4>
1.34      johns    1854:
1.325     henning  1855: <ul>
1.402     krw      1856: <li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&amp;arch=i386&amp;sektion=4">lms</a>)
                   1857: <li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&amp;arch=i386&amp;sektion=4">mms</a>)
                   1858: <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=i386&amp;sektion=4">pms</a>)
1.130     aaron    1859: <li>Serial mice (uses serial port driver)
                   1860: </ul>
1.327     miod     1861:
                   1862: <h4>Sound Devices <sup>(G)</sup></h4>
1.34      johns    1863:
1.130     aaron    1864: <ul>
1.514     mickey   1865: <li>ATI IXP series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auixp&amp;arch=i386&amp;sektion=4">auixp</a>)
1.402     krw      1866: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;arch=i386&amp;sektion=4">cmpci</a>)
                   1867: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;arch=i386&amp;sektion=4">clcs</a>)
                   1868: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;arch=i386&amp;sektion=4">clct</a>)
                   1869: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                   1870: <li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&amp;arch=i386&amp;sektion=4">ess</a>)
                   1871: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;arch=i386&amp;sektion=4">eso</a>)
                   1872: <li>ESS Maestro 1, 2 and 2E and clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&amp;arch=i386&amp;sektion=4">maestro</a>)
                   1873: <li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;arch=i386&amp;sektion=4">esa</a>)
                   1874: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;arch=i386&amp;sektion=4">fms</a>)
                   1875: <li>Gravis Ultrasound and Ultrasound Max (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gus&amp;arch=i386&amp;sektion=0">gus</a>)
1.541     brad     1876: <li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7) and 440MX, SiS 7012, AMD 768 and 8111, NVIDIA nForce/nForce2/nForce3/nForce4 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;arch=i386&amp;sektion=4">auich</a>)
1.611     jasper   1877: <li>Intel 82801FB/GB/HB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;arch=i386&amp;sektion=0">azalia</a>)
1.402     krw      1878: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=i386&amp;sektion=4">neo</a>)
                   1879: <li>SoundBlaster ISA cards and 100% compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;arch=i386&amp;sektion=4">sb</a>)
                   1880: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                   1881: <li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;arch=i386&amp;sektion=4">emu</a>)
                   1882: <li>Trident 4DWave-DX/NX and clones (SiS 7018, ALi M5451) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;arch=i386&amp;sektion=4">autri</a>)
                   1883: <li>VIA VT82C686A, VT8233, VT8235, VT8237 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;arch=i386&amp;sektion=4">auvia</a>)
                   1884: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;arch=i386&amp;sektion=4">ym</a>)
                   1885: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=i386&amp;sektion=4">yds</a>)
                   1886: <li>Yamaha and Roland ISA/ISA PnP MIDI UART(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpu&amp;arch=i386&amp;sektion=4">mpu</a>)
1.130     aaron    1887: </ul>
1.327     miod     1888:
1.130     aaron    1889: <p>
                   1890: The following drivers are not extensively tested:
                   1891: <ul>
1.402     krw      1892: <li>Personal Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pss&amp;arch=i386&amp;sektion=0">pss</a>)
1.288     miod     1893: <li>ProAudio Spectrum (<i>pas</i>)
1.402     krw      1894: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=i386&amp;sektion=4">sv</a>)
                   1895: <li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&amp;arch=i386&amp;sektion=0">wss</a>)
1.130     aaron    1896: </ul>
1.327     miod     1897:
1.402     krw      1898: <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=i386&amp;sektion=9">radio</a>)</h4>
1.34      johns    1899:
1.304     mickey   1900: <ul>
1.402     krw      1901: <li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;arch=i386&amp;sektion=4">az</a>)
                   1902: <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=i386&amp;sektion=4">bktr</a>)
                   1903: <li>Forte Media FM801 audio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;arch=i386&amp;sektion=4">fms</a>)
                   1904: <li>AIMS Lab Radiotrack FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt&amp;arch=i386&amp;sektion=4">rt</a>)
                   1905: <li>AIMS Lab Radiotrack II FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtii&amp;arch=i386&amp;sektion=4">rtii</a>)
                   1906: <li>SoundForte RadioLink SF16-FMR FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sfr&amp;arch=i386&amp;sektion=4">sfr</a>)
                   1907: <li>SoundForte RadioLink SF16-FMR2 FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf2r&amp;arch=i386&amp;sektion=4">sf2r</a>)
                   1908: <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;arch=i386&amp;sektion=4">udsbr</a>)
1.304     mickey   1909: </ul>
1.327     miod     1910:
                   1911: <h4>Miscellaneous Devices</h4>
1.304     mickey   1912:
1.130     aaron    1913: <ul>
1.402     krw      1914: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;arch=i386&amp;sektion=4">apm</a>)
                   1915: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=i386&amp;sektion=4">bktr</a>), including: <sup>(G)</sup>
1.130     aaron    1916:     <ul>
1.399     mickey   1917:     <li>Animation Technologies FlyVideo
1.447     jsg      1918:     <li>AOpen VA1000
1.399     mickey   1919:     <li>Askey/Dynalink Magic TView
1.429     mickey   1920:     <li>ATI TV-Wonder and Wonder/VE
1.399     mickey   1921:     <li>AverMedia cards
                   1922:     <li>Hauppauge Wincast TV and WinTV/PCI
                   1923:     <li>IMS TV Turbo
                   1924:     <li>Intel Smart Video Recorder III
                   1925:     <li>I/O DATA GV-BCTV2/PCI
1.447     jsg      1926:     <li>I/O DATA GV-BCTV3/PCI
1.399     mickey   1927:     <li>KISS TV/FM PCI
                   1928:     <li>Leadtek Winfast TV 2000
                   1929:     <li>Miro PC TV
                   1930:     <li>MMAC Osprey
                   1931:     <li>NEC PK-UG-X017
1.130     aaron    1932:     <li>STB TV PCI Television Tuner
1.399     mickey   1933:     <li>Terratec TerraTVplus
                   1934:     <li>Video Highway XTreme
                   1935:     <li>VideoLogic Captivator PCI
1.474     mickey   1936:     <li>Zoltrix TV and Genie TV/FM
1.34      johns    1937:     </ul>
1.385     david    1938: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.352     grange   1939:     <ul>
1.623     cnst     1940:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
                   1941:     <li>Asus ASB100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asbtm&amp;arch=i386&amp;sektion=4">asbtm</a>)
                   1942:     <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&amp;arch=i386&amp;sektion=4">adc</a>)
                   1943:     <li>Analog Devices ADM1021 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                   1944:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=i386&amp;sektion=4">admlc</a>)
                   1945:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                   1946:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=i386&amp;sektion=4">admcts</a>)
                   1947:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=i386&amp;sektion=4">admtmp</a>)
                   1948:     <li>Analog Devices ADM1031 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtt&amp;arch=i386&amp;sektion=4">admtt</a>)
                   1949:     <li>Analog Devices ADT7460 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=i386&amp;sektion=4">adt</a>)
                   1950:     <li>Genesys Logic GL518SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glenv&amp;arch=i386&amp;sektion=4">glenv</a>)
1.509     grange   1951:     <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
1.623     cnst     1952:     <li>National Semiconductor LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
1.509     grange   1953:     <li>National Semiconductor LM75, LM77 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
1.623     cnst     1954:     <li>National Semiconductor LM78, LM78-J, LM79 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
1.419     grange   1955:     <li>National Semiconductor PC87366 LPC Super I/O VLM and TMS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsclpcsio&amp;arch=i386&amp;sektion=4">nsclpcsio</a>)
1.623     cnst     1956:     <li>Maxim DS1624/DS1631/DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=i386&amp;sektion=4">maxds</a>)
                   1957:     <li>Maxim MAX6642/MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=i386&amp;sektion=4">maxtmp</a>)
1.509     grange   1958:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
1.623     cnst     1959:     <li>ThinkPad Active Protection System accelerometer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;arch=i386&amp;sektion=4">aps</a>)
1.510     grange   1960:     <li>VIA VT1211 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viasio&amp;arch=i386&amp;sektion=4">viasio</a>)
1.402     krw      1961:     <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=i386&amp;sektion=4">viaenv</a>)
1.623     cnst     1962:     <li>Winbond W83627HF, W83627THF, W83627DHG, W83627EHF, W83637HF, W83697HF, W83781D, W83782D, W83783S, W83791D and W83792D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
                   1963:     <li>Winbond W83L784R, W83L785R and W83L785TS-L (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbenv&amp;arch=i386&amp;sektion=4">wbenv</a>)
1.352     grange   1964:     </ul>
1.374     markus   1965: <li>Hardware watchdog timer support:
                   1966:     <ul>
1.525     grange   1967:     <li>AMD Elan SC520 System Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&amp;arch=i386&amp;sektion=4">elansc</a>) <sup>(G)</sup>
1.448     grange   1968:     <li>ICS PCI-WDT500/501 watchdog timer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdt&amp;arch=i386&amp;sektion=4">wdt</a>) <sup>(G)</sup>
1.526     grange   1969:     <li>Intel 6300ESB ICH (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichwdt&amp;arch=i386&amp;sektion=4">ichwdt</a>) <sup>(*)</sup>
1.418     grange   1970:     <li>National Semiconductor Geode SC1100 IAOC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=geodesc&amp;arch=i386&amp;sektion=4">geodesc</a>) <sup>(*)</sup>
1.576     mbalmer  1971:     <li>Quancom PWDOG1 watchdog timer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&amp;arch=i386&amp;sektion=4">pwdog</a>) <sup>(G)</sup>
1.530     miod     1972:     <li>VIA VT1211 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viasio&amp;arch=i386&amp;sektion=4">viasio</a>) <sup>(G)</sup>
1.374     markus   1973:     </ul>
1.449     grange   1974: <li>General Purpose Input/Output (GPIO) devices, including:
1.417     grange   1975:     <ul>
1.419     grange   1976:     <li>National Semiconductor PC87366 LPC Super I/O GPIO (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsclpcsio&amp;arch=i386&amp;sektion=4">nsclpcsio</a>)
                   1977:     <li>National Semiconductor Geode SC1100 PCI-ISA bridge GPIO (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gscpcib&amp;arch=i386&amp;sektion=4">gscpcib</a>)
1.420     grange   1978:     <li>AMD Elan SC520 System Controller PIO function (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&amp;arch=i386&amp;sektion=4">elansc</a>)
1.417     grange   1979:     </ul>
1.598     mbalmer  1980: <li>Meinberg Funkuhren radio clocks, including:
1.597     mbalmer  1981:     <ul>
1.642     mbalmer  1982:     <li>GPS170PCI 3.3V/5V 6-channel GPS receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
                   1983:     <li>PCI32 5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
                   1984:     <li>PCI509 5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
                   1985:     <li>PCI511 3.3V/5V DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
1.643     mbalmer  1986:     <li>PEX511 PCI Express DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
1.644     mbalmer  1987:     <li>USB5131 USB attached DCF77 time signal station receiver (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&amp;arch=i386&amp;sektion=4">umbg</a>)
1.597     mbalmer  1988:     </ul>
1.130     aaron    1989: </ul>
1.327     miod     1990:
                   1991: <h4>ISAPNP Cards</h4>
1.130     aaron    1992:
1.327     miod     1993: <ul>
1.402     krw      1994:   <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;arch=i386&amp;sektion=4">sb</a>)
                   1995:   <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&amp;arch=i386&amp;sektion=4">joy</a>)
1.131     aaron    1996:   <li>Nearly all Yamaha-style audio cards
1.442     mickey   1997:   <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=i386&amp;sektion=4">ne</a>)
1.402     krw      1998:   <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                   1999:   <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;arch=i386&amp;sektion=4">le</a>)
1.327     miod     2000: </ul>
1.402     krw      2001: <p>
1.288     miod     2002: If a device does not work, be sure to mail the output of dmesg(8)
1.131     aaron    2003: to dmesg@openbsd.org, and we will try to add support.
1.327     miod     2004:
1.131     aaron    2005: <p>
                   2006: Roughly said, the following cards definitely work.
                   2007: Others may work as well; support is continually being improved.
1.402     krw      2008:
1.131     aaron    2009: <ul>
                   2010: <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                   2011: <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                   2012: <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                   2013: <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                   2014: <li>"CMI8330. Audio Adapter, @X@0001, , "
                   2015: <li>"Creative AWE64 PnP, CTL0045, , Audio"
                   2016: <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                   2017: <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                   2018: <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                   2019: <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                   2020: <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                   2021: <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                   2022: <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                   2023: <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                   2024: <li>"Creative SB16 PnP, CTL0031, , Audio"
                   2025: <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                   2026: <li>"Creative SB32 PnP, CTL0031, , Audio"
                   2027: <li>"Creative SB32 PnP, CTL0041, , Audio"
                   2028: <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                   2029: <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                   2030: <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                   2031: <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                   2032: <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                   2033: <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                   2034: <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                   2035: <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                   2036: <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                   2037: <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                   2038: <li>"OPL3-SA3 Snd System, YMH0021, , "
                   2039: <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
                   2040: <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
                   2041: </ul>
1.34      johns    2042:
1.37      johns    2043: <p>
1.288     miod     2044: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   2045: the GENERIC kernels, but are <b>not</b> included on the various distribution
                   2046: floppies (including the cd-rom boot image).
                   2047:
                   2048: <p>
                   2049: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   2050: floppy A.
                   2051:
                   2052: <p>
                   2053: <sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
                   2054: floppy B.
                   2055:
                   2056: <p>
                   2057: <sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
                   2058: floppy C.
1.34      johns    2059:
1.304     mickey   2060: <p>
1.565     tom      2061: <sup>(*)</sup> Support for devices marked with (*) is not included on the
1.493     jsg      2062: distribution media or in the GENERIC kernel, and will require you to compile
                   2063: a custom kernel to enable it.
1.34      johns    2064:
1.327     miod     2065: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
1.402     krw      2066:
1.327     miod     2067: <p>
                   2068: Unsupported hardware may be supported in the future, and your
                   2069: <a href="donations.html">donation of time, hardware, or documentation</a>
                   2070: can accelerate this support!
1.402     krw      2071:
1.34      johns    2072: <ul>
1.130     aaron    2073: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                   2074: <li>NCR 5380-based and 53400-based SCSI host adapters
                   2075: <li>QIC-40 and QIC-80 tape drives
                   2076:     (these are the tape drives that connect to the floppy disk controller)
                   2077: <li>Sony and Panasonic proprietary CD-ROM interfaces
                   2078: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.304     mickey   2079: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
1.233     brad     2080: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.325     henning  2081:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on the later ones)
1.134     aaron    2082: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron    2083: <li>Aureal Vortex sound cards
1.325     henning  2084:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on it)
1.157     aaron    2085: <li>Winmodems
1.130     aaron    2086: <li>Infrared devices, such as commonly found on laptops
1.157     aaron    2087: <li>Firewire
1.329     miod     2088:     (<a href="mailto:tdeval@openbsd.org">tdeval</a> is working on it)
1.244     mickey   2089: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron    2090: <li>PCMCIA:
                   2091:     <ul>
                   2092:     <li>Memory cards
                   2093:     <li>Most multifunction cards
                   2094:     </ul>
1.31      deraadt  2095: </ul>
                   2096:
1.3       fn       2097: <hr>
1.330     miod     2098: <a name="multiboot"></a>
                   2099: <h3><font color="#0000e0"><strong>Installation with other operating systems:
                   2100: </strong></font></h3>
                   2101:
                   2102: <p>
                   2103: OpenBSD/i386 can be installed to share the system disks with other operating
                   2104: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                   2105: scheme, and an optional boot selector program.
                   2106: Everyday operation is trouble free, but setup requires care, and several
                   2107: operating systems, such as Windows 95, are known to be careless about
                   2108: pre-existing MBR information.
                   2109:
                   2110: <p>
                   2111: Also, some laptop computers use a specific partition as suspend-to-disk
                   2112: storage, which should not be clobbered.
                   2113:
                   2114: <p>
                   2115: More details on this process can be found in the
                   2116: <a href="faq/faq4.html">Installation Guide</a> and
                   2117: <a href="faq/faq14.html">Disk Setup Manual</a>.
                   2118:
                   2119: <hr>
                   2120: <a name="install"></a>
                   2121: <h3><font color="#0000e0">
                   2122: <strong>Getting and installing OpenBSD/i386:</strong>
                   2123: </font></h3>
                   2124:
1.402     krw      2125: <p>
1.330     miod     2126: The latest supported OpenBSD/i386 release is
1.641     miod     2127: <a href="42.html">OpenBSD 4.2</a>.
1.330     miod     2128: Here are the
1.641     miod     2129: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/i386/INSTALL.i386">
                   2130: OpenBSD/i386 4.2 installation instructions
1.330     miod     2131: </a>.
                   2132:
                   2133: <p>
                   2134: Snapshots are made available from time to time, in
                   2135: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
                   2136: as well as in a few
                   2137: <a href="ftp.html">mirrors</a>.
                   2138: Here are the
                   2139: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
                   2140: OpenBSD/i386 snapshot installation instructions
                   2141: </a> as well.
                   2142:
                   2143: <p>
                   2144: There are several installation media provided:
1.402     krw      2145:
1.330     miod     2146: <ul>
                   2147:   <li><strong>CD boot</strong>
1.421     deraadt  2148:   <br>
1.610     tom      2149:   The CD provides an <i>El Torito</i> no-emulation boot image
                   2150:   that includes almost all OpenBSD drivers.
1.330     miod     2151:   This also includes minimal USB support (storage devices and keyboard).<br>
                   2152:   For the latest list of drivers available on this image, take a look at the
                   2153:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   2154:   kernel configuration file.
1.641     miod     2155:   <li><strong>Floppy A</strong> (floppy42.fs)
1.421     deraadt  2156:   <br>
1.330     miod     2157:   This 1.44MB floppy image contains the most common drivers.
                   2158:   It is designed to cover the most typical PC. As a general rule, you will
                   2159:   find that the missing drivers are ones which need large microcodes to run,
1.432     nick     2160:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.330     miod     2161:   For the latest list of drivers available on this image, take a look at the
                   2162:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   2163:   kernel configuration file.
1.641     miod     2164:   <li><strong>Floppy B</strong> (floppyB42.fs)
1.421     deraadt  2165:   <br>
1.330     miod     2166:   This 1.44MB floppy image contains some drivers that are missing from
                   2167:   Floppy A.
                   2168:   This media is designed to help people setting up modern server type systems.
                   2169:   It contains support for pretty much all the SCSI and RAID drivers, gigabit
                   2170:   ethernet cards, and such.
                   2171:   Due to space considerations, you will find that some other drivers are
1.435     deraadt  2172:   missing. In particular, support for most PCMCIA devices is missing, the
                   2173:   MSDOS filesystem, and for really ancient hardware devices.<br>
1.330     miod     2174:   For the latest list of drivers available on this image, take a look at the
                   2175:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
                   2176:   kernel configuration file.
1.641     miod     2177:   <li><strong>Floppy C</strong> (floppyC42.fs)
1.421     deraadt  2178:   <br>
1.415     brad     2179:   This 1.44MB floppy image contains many CardBus and PCMCIA device drivers.
1.330     miod     2180:   This media is designed for installing on laptops.
                   2181:   In most cases, one would discover that Floppy A also works, but the odd
                   2182:   laptop might benefit more from using this image.<br>
                   2183:   For the latest list of drivers available on this image, take a look at the
                   2184:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
                   2185:   kernel configuration file.
                   2186: </ul>
                   2187:
                   2188: <hr>
1.327     miod     2189: <a href="plat.html">
                   2190: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.449     grange   2191: </a>
1.327     miod     2192: <br>
                   2193: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn       2194: <br>
1.649   ! jmc      2195: <small>$OpenBSD: i386.html,v 1.648 2007/12/05 14:36:04 jmc Exp $</small>
1.3       fn       2196:
                   2197: </body>
                   2198: </html>