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

Annotation of www/i386.html, Revision 1.681

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.678     sthen      12: <meta name="copyright" content="This document copyright 1996-2009 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.670     matthieu   62: the X.Org server.
1.327     miod       63:
                     64: <hr>
                     65: <a name="hardware"></a>
                     66: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.34      johns      67:
1.31      deraadt    68: <p>
1.182     aaron      69: The list of supported hardware is relevant to OpenBSD-current. It will
                     70: differ slightly from the support provided in the latest release version.
                     71:
1.327     miod       72: <h4>Processors</h4>
                     73:
                     74: <p>
1.631     steven     75: All CPU chips compatible with the Intel 80386 (i386) architecture,
                     76: except for the 80386 itself, are supported:
1.31      deraadt    77: <ul>
1.402     krw        78:   <li>80486 (DX/DX2/DX4)
                     79:   <li>Intel Pentium/Pentium-MMX
                     80:   <li>Intel Pentium Pro/II/III/Celeron/Xeon
1.674     jsg        81:   <li>Intel Pentium 4/D
                     82:   <li>Intel Pentium M
                     83:   <li>Intel Core
                     84:   <li>Intel Core 2
                     85:        (Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
                     86:   <li>Intel Atom
1.402     krw        87:   <li>AMD 5x86
                     88:   <li>AMD K5/K6/K6-2/K6-3
1.674     jsg        89:   <li>AMD Athlon/Duron/Sempron
                     90:   <li>AMD Athlon 64/Opteron/Turion/Phenom
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
1.674     jsg        94:   <li>VIA C3/C7
1.402     krw        95:   <li>Rise mP6
                     96:   <li>IDT WinChip and C3
                     97:   <li>NexGen 586
                     98:   <li>NS Geode GX1 and M1
1.674     jsg        99:   <li>AMD Geode GX/LX/NX
1.402     krw       100:   <li>Transmeta TMS3200, TMS5400, TMS5600
1.130     aaron     101: </ul>
1.327     miod      102:
                    103: <p>
1.631     steven    104: Regular floating-point coprocessors (80487SX) are
1.380     deraadt   105: required when not built into the processor.
1.327     miod      106:
                    107: <p>
1.633     nick      108: Everything that is a clone of the 486 or up should work fine.
1.327     miod      109:
1.425     nick      110: <h4>SMP support</h4>
1.456     miod      111: Starting with OpenBSD 3.6, OpenBSD/i386 supports most SMP
1.425     nick      112: (Symmetrical MultiProcessor) systems.
1.449     grange    113: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
1.427     saad      114: included with the installation file sets.
1.425     nick      115:
                    116: <p>
                    117: As this is a new feature, developers will want to see what hardware does
1.449     grange    118: and doesn't work when running SMP, so it is even more important to
1.426     saad      119: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.425     nick      120:
1.327     miod      121: <h4>Buses</h4>
1.130     aaron     122:
                    123: <ul>
1.329     miod      124: <li>All standard ISA, EISA, VLB, and PCI bus, including:
1.327     miod      125:   <ul>
1.329     miod      126:     <li>Intel 450GX/KX
                    127:     <li>Intel 450NX
                    128:     <li>ServerWorks chipset
1.327     miod      129:   </ul>
1.329     miod      130:   (We just had to mention those last three, since they are the hardest to
                    131:   support).
                    132: <li>16-Bit PCMCIA PC Cards
                    133: <li>32-Bit CardBus PC Cards
                    134: <li>Universal Serial Bus (USB)
1.449     grange    135: <li>Inter IC (I2C) bus
1.106     chris     136: </ul>
1.402     krw       137: <p>
1.130     aaron     138: The MCA bus found in various official IBM PCs is not supported.
1.327     miod      139:
                    140: <h4>Bus interfaces</h4>
1.120     deraadt   141:
1.151     aaron     142: <ul>
1.327     miod      143:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.442     mickey    144:   <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     145: </ul>
1.327     miod      146:
                    147: <h4>Entropy sources</h4>
1.151     aaron     148:
1.176     deraadt   149: <ul>
1.327     miod      150:   <li>Interrupt latency collection from many devices.
                    151:   <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   152: </ul>
1.327     miod      153:
                    154: <h4>Disk Controllers</h4>
1.176     deraadt   155:
1.130     aaron     156: <ul>
1.327     miod      157:   <li>Floppy controllers
                    158:   <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     159: </ul>
1.327     miod      160:
1.402     krw       161: <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     162:
                    163: <ul>
1.400     grange    164: <li>Acard ATP850U, ATP860, ATP860-A, ATP865-A, ATP865-R
1.130     aaron     165: <li>Acer Labs M5229
1.487     david     166: <li>Adaptec AAR-1210SA
1.400     grange    167: <li>Advanced Micro Devices AMD-756, AMD-766, AMD-768, AMD-8111
                    168: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649, PCI0680
1.130     aaron     169: <li>Contaq Microsystems/Cypress CY82C693
1.361     grange    170: <li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
1.130     aaron     171: <li>Intel PIIX, PIIX3, and PIIX4
1.530     miod      172: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R/ICH6/ICH6M/ICH6R/ICH7)
1.487     david     173: <li>Intel 6300ESB
1.451     grange    174: <li>ITE IT8212F
1.312     gluk      175: <li>National Semiconductor PC87415
1.400     grange    176: <li>National Semiconductor SCx200 (found on SC1100 SoC)
1.530     miod      177: <li>NVIDIA nForce/nForce2/nForce2-400/nForce3/nForce3-250/nForce4
1.400     grange    178: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268,
                    179: PDC20268R, PDC20269, PDC20271, PDC20275, PDC20276,
1.530     miod      180: PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379
1.400     grange    181: <li>ServerWorks OSB4, CSB5, CSB6 (including support for the third
                    182: channel)
1.522     jsg       183: <li>Silicon Image
1.530     miod      184:  SiI3112 (including ATI IXP SATA),
1.490     jsg       185:  SiI3512, SiI3114
1.522     jsg       186: <li>Silicon Integrated System
1.530     miod      187: 180,
                    188: 181,
1.522     jsg       189:  5513 (5597/5598), 540, 550, 620,
1.400     grange    190: 630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651,
                    191: 652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750,
                    192: 751, 752, 755, 962, 963
                    193: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B,
1.569     jasper    194: VT8231, VT8366, VT8233, VT8235, VT8237, VT8251, VT6410
1.402     krw       195: </ul>
1.363     grange    196:
1.451     grange    197: <p>
1.482     nick      198: Some of these chips are sometimes used in low-cost software-based RAID
                    199: systems.
                    200: This mode of operation is not supported in OpenBSD.
1.451     grange    201:
1.327     miod      202: <h4>SCSI Host Adapters</h4>
1.130     aaron     203:
                    204: <ul>
1.402     krw       205:   <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP,
                    206:     AHA-1640
                    207:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    208:     >aha</a>)<sup>(B) (C)</sup>
                    209:   <li>Adaptec AHA-174x
                    210:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;arch=i386&amp;sektion=4"
                    211:     >ahb</a>)<sup>(B) (C)</sup>
                    212:   <li>Adaptec AIC-6260 and AIC-6360 based host adapters including the Adaptec
                    213:     AHA-152x and various SoundBlaster cards (Note that you cannot boot from the
                    214:     SoundBlaster cards unless the optional boot ROM has been installed)
                    215:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=i386&amp;sektion=4"
                    216:     >aic</a>)<sup>(B)</sup>,
                    217:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    218:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    219:     adapters
1.442     mickey    220:     (<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       221:     including the Adaptec cards
                    222:     <ul>
                    223:       <li>AHA-274X[W,T]
                    224:       <li>AHA-284X
                    225:       <li>AHA-2910, AHA-2915
                    226:       <li>AHA-2920
                    227:       <li>AHA-2930[C,U2]
                    228:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    229:       <li>AHA-2950[U2W,U2B]
                    230:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    231:       <li>AHA-3950U2
                    232:       <li>AHA-3960
                    233:       <li>AHA-3985
                    234:       <li>AHA-4944UW
                    235:       <li>AHA-19160B
                    236:       <li>AHA-29160[B,N]
                    237:       <li>AHA-39160
                    238:     </ul>
1.467     krw       239:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    240:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=i386&amp;sektion=4">ahd</a>)<sup>(A) (C)</sup>
                    241:     including the Adaptec cards
                    242:     <ul>
                    243:       <li>AHA-29320
                    244:       <li>AHA-39320
                    245:     </ul>
1.402     krw       246:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    247:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
                    248:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=i386&amp;sektion=4"
                    249:     >adw</a>)<sup>(A) (C)</sup>
                    250:     and
                    251:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;arch=i386&amp;sektion=4"
                    252:     >adv</a>)<sup>(B) (C)</sup>
                    253:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    254:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=i386&amp;sektion=4"
                    255:      >pcscp</a>)<sup>(A) (B) (C)</sup>
                    256:   <li>Buslogic BT-54x (Adaptec AHA-154x clones)
                    257:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    258:     >aha</a>)<sup>(B) (C)</sup>
                    259:   <li>BusLogic 445, 74x, 9xx host adapters, but not the new "FlashPoint" series
                    260:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;arch=i386&amp;sektion=4"
                    261:     >bha</a>)<sup>(B) (C)</sup>
                    262:   <li>Initio INIC-940 and INIC-950 based PCI host adapters including the
                    263:     Initio INI-9090U and INI-9100U/UW, Iwill 2935UW, and DTC Domex 3194U Plus
                    264:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;arch=i386&amp;sektion=4"
                    265:     >iha</a>)<sup>(A) (C)</sup>
1.567     marco     266:   <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    267:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=i386&amp;sektion=4"
                    268:     >mpi</a>)<sup>(A) (C)</sup>
                    269:     <ul>
                    270:       <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    271:       <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
1.653     fkr       272:       <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E,
                    273:       <li>LSISAS8208ELP, LSISAS8208XLP
1.567     marco     274:     </ul>
                    275:     <li>These chipsets can be found on the following controllers:
                    276:     <ul>
                    277:       <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    278:       <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    279:       <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    280:       <li>A7173A, AB290A
                    281:       <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    282:       <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    283:       <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    284:       <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    285:       <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    286:       <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    287:     </ul>
                    288:     <li>The LSI Logic LSI53C1030 is emulated in the following products:
                    289:       <ul>
                    290:         <li><a href="http://www.vmware.com/products/server/esx_features.html">VMware ESX Server 2.0</a> and higher
                    291:         <li><a href="http://www.vmware.com/download/gsx/">GSX Server 3.0</a> and higher
                    292:         <li>Player, Server, Workstation 4.5 and higher
                    293:       </ul>
1.402     krw       294:   <li>QLogic PCI host adapters
                    295:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=i386&amp;sektion=4"
                    296:     >isp</a>)<sup>(A) (C)</sup>
                    297:   <li>Seagate/Future Domain ISA host adapters
                    298:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&amp;arch=i386&amp;sektion=4"
                    299:     >sea</a>)<sup>(A) (B) (C)</sup>
1.449     grange    300:     including:
1.130     aaron     301:     <ul>
                    302:     <li>ST01/02
                    303:     <li>Future Domain TMC-885
                    304:     <li>Future Domain TMC-950
                    305:     </ul>
1.402     krw       306:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    307:     adapters including generic cards, old ASUS cards, the DTC-3130
                    308:     series, and Diamond Fireport series
                    309:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=i386&amp;sektion=4"
                    310:     >siop</a>)<sup>(B) (C)</sup>
                    311:   <li>Tekram DC-300B and DC-320E (Adaptec AHA-154x clones)
                    312:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    313:     >aha</a>)<sup>(B) (C)</sup>
                    314:   <li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI host adapters
                    315:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;arch=i386&amp;sektion=4"
                    316:     >trm</a>)<sup>(A) (C)</sup>
                    317:   <li>Ultrastor 14f, 24f, and 34f
                    318:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;arch=i386&amp;sektion=4"
                    319:     >uha</a>)<sup>(A) (C)</sup>
                    320:   <li>WD-7000 host adapters
1.547     steven    321:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wds&amp;arch=i386&amp;sektion=4"
                    322:     >wds</a>)<sup>(A) (B) (C)</sup>
1.130     aaron     323: </ul>
1.327     miod      324:
                    325: <h4>RAID and Cache Controllers</h4>
1.130     aaron     326:
                    327: <ul>
1.555     brad      328: <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       329: <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   330:     <br>
                    331:     <font color="#b00000">
1.676     sthen     332:     Note: In the past years Adaptec has lied to us repeatedly about forthcoming
                    333:     documentation which would have allowed us to stabilize, improve and manage
                    334:     RAID support for these (rather buggy) raid controllers.<br>
1.503     grunk     335:     As a result, we do not recommend the Adaptec cards for use.</font>
1.198     aaron     336:     <ul>
1.555     brad      337:     <li>Adaptec AAC-2622, AAC-364, AAC-3642, 2130S, 2200S, 2230SLP, 2410SA, 2610SA, 2810SA,
1.461     marco     338: 21610SA
1.198     aaron     339:     </ul>
1.402     krw       340: <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    341:     <ul>
1.546     brad      342:     <li>ACER MegaRAID ROMB-2E
1.568     nick      343:     <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      344:     <li>FSC MegaRAID PCI Express ROMB
1.404     marco     345:     <li>Hewlett-Packard 438, 466, and T[567]
1.544     brad      346:     <li>Intel RAID Controller SROMBU42E, SRCU42X, SRCU42E, SRCU41L, SRCS16, SRCS28X, SRCZCRX
1.545     brad      347:     <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
                    348:     <li>LSI/Symbios 523 SATA, MegaRAID 150-4, MegaRAID 150-6, MegaRAID 300-4x, MegaRAID 300-8x
                    349:     <li>NEC MegaRAID PCI Express ROMB
                    350:
1.397     mickey    351:     </ul>
1.558     martin    352: <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      353: <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    354:     <ul>
                    355:     <li>Compaq Integrated Array
                    356:     <li>Compaq IAES
                    357:     <li>Compaq IDA, IDA-2
                    358:     <li>Compaq RAID LC2
                    359:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      360:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    361:     </ul>
1.511     mickey    362: <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       363: <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       364: <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    365:     <ul>
1.280     aaron     366:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
1.334     chris     367:     <li>Adaptec ATA RAID (AAR-2400A)
1.244     mickey    368:     <li>other vendors' controllers supporting I2O,
                    369:        including Intel and Mylex, but these were not tested
                    370:     </ul>
1.615     nick      371: <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     372:     <ul>
1.566     brad      373:     <li>Dell PERC 5/e, PERC 5/i
                    374:     <li>Intel RAID Controller SRCSAS18E, SRCSAS144E
1.653     fkr       375:     <li>LSI Logic MegaRAID SAS 8300XLP, MegaRAID SAS 8308ELP, MegaRAID SAS 8344ELP, MegaRAID SAS 8408E, MegaRAID SAS 8480E
1.559     marco     376:     </ul>
1.616     nick      377: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    378:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=i386&amp;sektion=4">arc</a>),
                    379:     including: <sup>(A) (B) (C)</sup>
1.615     nick      380:    <ul>
                    381:    <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    382:    <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    383:    <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    384:    <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    385:    <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    386:    <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    387:    <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    388:    <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    389:    <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    390:    <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    391:    <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    392:    <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    393:    <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    394:    <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    395:    <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    396:    <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    397:    <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    398:    <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    399:    <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    400:    </ul>
1.679     grange    401: <li>IBM SATA/SCSI ServeRAID controllers
                    402:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;arch=i386&amp;sektion=4">ips</a>),
                    403:     including: <sup>(A) (B) (C)</sup>
                    404:    <ul>
                    405:    <li>ServeRAID 3H/3HB/3L
                    406:    <li>ServeRAID 4H/4L/4Lx/4M/4Mx
                    407:    <li>ServeRAID 5i/5i II
                    408:    <li>ServeRAID 6i/6M
                    409:    <li>ServeRAID 7k/7M/7t
                    410:    </ul>
1.130     aaron     411: </ul>
1.327     miod      412:
                    413: <h4>CD-ROM and DVD-ROM Drives</h4>
1.130     aaron     414:
                    415: <ul>
1.402     krw       416: <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     417:     [Note: The Mitsumi driver device probe is known
                    418:     to cause trouble with several devices!]
1.402     krw       419: <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>)
                    420: <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     421: </ul>
1.402     krw       422: <p>
1.130     aaron     423: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
1.327     miod      424:
                    425: <h4>Tape Drives</h4>
1.130     aaron     426:
1.131     aaron     427: <ul>
1.402     krw       428: <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>)
                    429: <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     430: </ul>
1.327     miod      431:
                    432: <h4>Display Adapters</h4>
1.131     aaron     433:
1.130     aaron     434: <ul>
1.327     miod      435:   <li>MDA, CGA, EGA, and HGC display adapters
1.402     krw       436: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;arch=i386&amp;sektion=4">pcdisplay</a>).
1.327     miod      437:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.402     krw       438: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=i386&amp;sektion=4">vga</a>).
1.327     miod      439: </ul>
1.402     krw       440: <p>
1.327     miod      441: Note that not all of the display adapters OpenBSD/i386 supports
1.670     matthieu  442: can be used under the X Window System.
1.327     miod      443:
                    444: <h4>Serial Ports</h4>
1.130     aaron     445:
1.121     chris     446: <ul>
1.402     krw       447: <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>)
                    448: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    449: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    450: <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)
                    451: <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      452: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
1.402     krw       453: <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>
                    454: <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      455: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
1.402     krw       456: <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     457: </ul>
1.327     miod      458:
                    459: <h4>Parallel Ports</h4>
1.120     deraadt   460:
1.131     aaron     461: <ul>
1.402     krw       462: <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     463: </ul>
1.327     miod      464:
                    465: <h4>Communications Controllers</h4>
1.131     aaron     466:
                    467: <ul>
                    468: <li>Universal Serial Bus host controllers, including:
                    469:     <ul>
1.402     krw       470:     <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>
                    471:     <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       472:     <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     473:     </ul>
1.436     miod      474: <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     475:     <ul>
                    476:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    477:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    478:     <li>SIIG Cyber 4S PCI (quad serial)
                    479:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    480:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    481:     <li>VScom PCI-800 (8 port serial, probably OEM)
1.311     henning   482:     <li>VScom PCI 011H (1 port parallel)
                    483:     <li>VScom PCI 100H (1 port serial)
                    484:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    485:     <li>VScom PCI 200H (2 port serial)
                    486:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    487:     <li>VScom PCI 400H (4 port serial)
                    488:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    489:     <li>VScom PCI 800H (8 port serial)
                    490:     <li>VScom PCI 100L (1 port serial)
                    491:     <li>VScom PCI 200L (2 port serial)
                    492:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    493:     <li>VScom PCI 400L (4 port serial)
                    494:     <li>VScom PCI 800L (8 port serial)
1.242     espie     495:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
1.152     jufi      496:     <li>US Robotics 3CP5609 PCI (modem)
                    497:     <li>Lava Computers 2SP-PCI (parallel port)
                    498:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    499:     <li>NEC PK-UG-X008 (serial)
1.304     mickey    500:     <li>NEC PK-UG-X001 K56flex PCI (modem)
1.161     deraadt   501:     <li>Koutech IOFLEX-2S (dual serial)
1.275     deraadt   502:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    503:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
1.359     henning   504:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
1.287     miod      505:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
1.311     henning   506:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    507:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
1.360     henning   508:     <li>SUNIX 400x (1 port parallel)
                    509:     <li>SUNIX 401x (2 port parallel)
                    510:     <li>SUNIX 402x (1 port serial)
                    511:     <li>SUNIX 403x (2 port serial)
                    512:     <li>SUNIX 405x (4 port serial)
                    513:     <li>SUNIX 406x (8 port serial)
                    514:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    515:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    516:     <li>SUNIX 409x (4 port serial and 2 port parallel)
1.131     aaron     517:     </ul>
                    518: </ul>
1.327     miod      519:
                    520: <h4>Ethernet Adapters</h4>
1.130     aaron     521:
                    522: <ul>
1.402     krw       523: <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>
                    524: <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>
                    525: <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>
                    526: <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>
                    527: <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)
                    528: <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>
                    529: <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     530:     <ul>
1.170     aaron     531:     <li>3Com 3c900/3c900B PCI adapters
                    532:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    533:     <li>3Com 3c980/3c980C server adapters
1.229     miod      534:     <li>3Com 3cSOHO adapter
                    535:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
1.170     aaron     536:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
1.130     aaron     537:     <li>Dell on-board 3c920
                    538:     <li>Dell Precision on-board 3c905B
                    539:     <li>Dell OptiPlex GX1 on-board 3c918
                    540:     <li>Dell Latitude laptop docking station embedded 3c905
1.541     brad      541:     <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
1.130     aaron     542:     </ul>
                    543:
1.402     krw       544: <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     545:     <ul>
                    546:     <li>3CR990-TX-95
                    547:     <li>3CR990-TX-97
                    548:     <li>3CR990-SVR95
                    549:     <li>3CR990-SVR97
                    550:     </ul>
                    551:
1.402     krw       552: <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     553:     <ul>
                    554:     <li>Adaptec Single32 ANA-69011
1.229     miod      555:     <li>Adaptec Single64 ANA-62011 and ANA-62020
1.130     aaron     556:     <li>Adaptec Duo64 ANA-62022
                    557:     <li>Adaptec Quartet64 ANA-62044
                    558:     </ul>
                    559:
1.402     krw       560: <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     561:     <ul>
1.185     aaron     562:     <li>Accton EN2242 MiniPCI
1.186     aaron     563:     <li>Linksys LNE100TX v4.x
1.130     aaron     564:     <li>Mototech ME316
                    565:     </ul>
                    566:
1.673     jsg       567: <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>) <sup>(A) (B) (C)</sup>
1.130     aaron     568:
1.402     krw       569: <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     570:     <ul>
                    571:     <li>Novell NE1500T
                    572:     <li>Novell NE2100
                    573:     <li>Kingston 21xx
                    574:     </ul>
                    575:
1.550     martin    576: <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     577:     <ul>
1.304     mickey    578:     <li>BOCALANcard/PCI
                    579:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
1.130     aaron     580:     </ul>
                    581:
1.402     krw       582: <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     583:     <ul>
1.229     miod      584:     <li>CNet Pro110B
1.130     aaron     585:     <li>Alfa Inc. GFC2204
                    586:     </ul>
                    587:
1.673     jsg       588: <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>)
1.471     jsg       589:
1.402     krw       590: <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   591:
1.673     jsg       592: <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>) <sup>(G)</sup>
1.120     deraadt   593:
1.402     krw       594: <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     595:     <ul>
                    596:     <li>Jaton XpressNet
                    597:     </ul>
                    598:
1.673     jsg       599: <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>)
1.444     mickey    600:
1.402     krw       601: <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    602:     <ul>
                    603:     <li>DE203
                    604:     <li>DE204
                    605:     <li>DE205
                    606:     </ul>
                    607:
1.402     krw       608: <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     609:     <ul>
1.229     miod      610:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
1.537     jolan     611:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
1.229     miod      612:     <li>Znyx ZX3<i>xx</i>
                    613:     <li>Cogent EM100FX and EM440TX
                    614:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
1.130     aaron     615:     <li>Almost all other variants work.
                    616:     </ul>
1.128     niklas    617:
1.402     krw       618: <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     619:    <ul>
                    620:    <li>Adaptec ANA-6944A
                    621:    <li>Cogent EM400
                    622:    <li>Compex 400TX
1.314     henning   623:    <li>CompuShack Goldline Quattro
                    624:    <li>Phobos P430TX
1.542     nick      625:    <li>D-Link DFE-570TX Quad port
1.130     aaron     626:    <li>Znyx ZX346
                    627:    </ul>
1.34      johns     628:
1.402     krw       629: <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     630:
1.288     miod      631: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>
1.34      johns     632:
1.402     krw       633: <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   634:     <ul>
1.233     brad      635:     <li>Intel EtherExpress PRO/10+
1.130     aaron     636:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    637:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    638:     <li>Intel EtherExpress PRO/100 Dual Port
1.302     aaron     639:     <li>Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
1.102     deraadt   640:     </ul>
1.130     aaron     641:
1.402     krw       642: <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   643:
1.673     jsg       644: <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>) <sup>(A) (B) (C)</sup>
1.130     aaron     645:
1.402     krw       646: <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     647:     <ul>
1.229     miod      648:     <li>Kingston KNE110TX
1.537     jolan     649:     <li>Linksys LNE100TX
1.130     aaron     650:     <li>Matrox Networks FastNIC 10/100
1.229     miod      651:     <li>Netgear FA310TX
1.89      fgsch     652:     </ul>
1.130     aaron     653:
1.402     krw       654: <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     655:     <ul>
1.185     aaron     656:     <li>Accton EN1217
1.130     aaron     657:     <li>Addtron AEF-320TX/AEF-330TX
1.287     miod      658:     <li>CNet PRO1020A/B
                    659:     <li>Complex RL-100TX
1.229     miod      660:     <li>NDC Communications SOHOware SFA110A
1.131     aaron     661:     <li>SVEC PN102-TX Fast Ethernet card
1.115     deraadt   662:     </ul>
1.130     aaron     663:
1.402     krw       664: <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    665:     <ul>
                    666:     <li>Safeway Lancard SW-10/100 PCI (model 117204)
1.371     mickey    667:     <li>Surecom EP-320X-S
1.370     mickey    668:     </ul>
                    669:
1.475     brad      670: <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     671:     <ul>
1.475     brad      672:     <li>Netgear FA311
                    673:     <li>Netgear FA312
                    674:     <li>Netgear FA331
1.149     aaron     675:     </ul>
                    676:
1.442     mickey    677: <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     678:
1.673     jsg       679: <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>)
1.539     brad      680:
1.434     marco     681: <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   682:     <ul>
1.406     mickey    683:     <li>Accton MPX5030 CardBus
1.130     aaron     684:     <li>Allied Telesyn AT2550
1.406     mickey    685:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    686:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.552     brad      687:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.130     aaron     688:     <li>Genius GF100TXR
                    689:     <li>KTX-9130TX 10/100 Fast Ethernet
                    690:     <li>Longshine LCS-8038TX-R
1.406     mickey    691:     <li>NDC Communications NE100TX-E
1.561     jmc       692:     <li>Netgear FA311 v2
1.406     mickey    693:     <li>Netronix Inc. EA-1210 NetEther 10/100
1.229     miod      694:     <li>Nortel BayStack 21
1.130     aaron     695:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    696:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.524     grunk     697:     <li>TRENDnet TE100-PCBUSR CardBus
1.89      fgsch     698:     </ul>
1.130     aaron     699:
1.673     jsg       700: <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>) <sup>(G)</sup>
1.292     nate      701:
1.402     krw       702: <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     703:     <ul>
1.130     aaron     704:     <li>Mototech ME313
1.149     aaron     705:     <li>NetSurf NS-KFE30D
1.106     chris     706:     </ul>
1.110     aaron     707:
1.402     krw       708: <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     709:
1.538     nick      710: <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     711:
1.402     krw       712: <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     713:
1.530     miod      714: <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     715:
1.402     krw       716: <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      717:     <ul>
                    718:     <li>Fast Ethernet
                    719:     <li>Quad Fast Ethernet
                    720:     </ul>
1.336     jason     721:
1.402     krw       722: <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     723:     <ul>
1.130     aaron     724:     <li>D-Link DFE-550TX
1.501     brad      725:     <li>D-Link DFE-580TX
1.554     brad      726:     <li>Encore ENL832-TX-ICNT 10/100 M PCI
1.100     jason     727:     </ul>
                    728:
1.434     marco     729: <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     730:     <ul>
1.130     aaron     731:     <li>Compaq Netelligent PCI Adapters
                    732:     <li>Compaq NetFlex 3/P
                    733:     <li>Compaq Deskpro integrated adapter
                    734:     <li>Compaq Prosignia integrated adapter
                    735:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    736:     <li>Racore 8165 and 8148
                    737:     <li>TI ThunderLAN adapters
1.34      johns     738:     </ul>
                    739:
1.402     krw       740: <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     741:     <ul>
1.130     aaron     742:     <li>Addtron AEF-360TX
                    743:     <li>Hawking PN102TX
                    744:     <li>D-Link DFE530TX
1.34      johns     745:     </ul>
                    746:
1.434     marco     747: <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     748:     <ul>
1.524     grunk     749:     <li>TRENDnet TE100-PCIE
1.130     aaron     750:     <li>Compex RL100-ATX 10/100
1.104     aaron     751:     </ul>
1.130     aaron     752: </ul>
1.402     krw       753: <p>
1.133     aaron     754: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    755: not recommend using them, but your mileage may vary.
1.327     miod      756:
                    757: <h4>Wireless Ethernet Adapters</h4>
1.104     aaron     758:
1.130     aaron     759: <ul>
1.672     jsg       760: <li>ADMtek ADM8211 IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=i386&amp;sektion=4">atw</a>) <sup>(A) (B) (C)</sup>
                    761: <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>) <sup>(A) (B) (C)</sup>
                    762: <li>Atheros IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=i386&amp;sektion=4">ath</a>) <sup>(A) (B)</sup>
                    763: <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>) <sup>(A) (B)</sup>
                    764: <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>) <sup>(G)</sup>
                    765: <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>) <sup>(G)</sup>
                    766: <li> Broadcom AirForce IEEE 802.11b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;arch=i386&amp;sektion=4">bwi</a>) <sup>(G)</sup>
                    767: <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=i386&amp;sektion=4">pgt</a>) <sup>(G)</sup>
                    768: <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>) <sup>(A) (B) (C)</sup>
1.594     damien    769: <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       770: <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>
                    771: <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.656     johan     772: <li>Intel Wireless WiFi Link 4965AGN IEEE 802.11a/b/g/Draft-N PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;arch=i386&amp;sektion=4">iwn</a>) <sup>(G)</sup>
1.672     jsg       773: <li>Marvell Libertas IEEE 802.11b/g PCMCIA/PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>) <sup>(G)</sup>
                    774: <li>Ralink Technology IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=i386&amp;sektion=4">ral</a>) <sup>(A) (B)</sup>
                    775: <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>) <sup>(A) (B) (C)</sup>
                    776: <li>Ralink Technology 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>) <sup>(A) (B) (C)</sup>
                    777: <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>) <sup>(A) (B) (C)</sup>
                    778: <li>Realtek RTL8180L IEEE 802.11b PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=i386&amp;sektion=4">rtw</a>) <sup>(A) (B) (C)</sup>
                    779: <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=i386&amp;sektion=4">acx</a>) <sup>(G)</sup>
                    780: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA/PCI/USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>) <sup>(B)</sup>
                    781: <li>ZyDAS ZD1211/ZD1211B 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>
1.323     henning   782: </ul>
1.327     miod      783:
                    784: <h4>Gigabit Ethernet Adapters</h4>
1.130     aaron     785:
                    786: <ul>
1.402     krw       787: <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     788:     <ul>
1.190     jason     789:     <li>3Com 3c985 and 3c985B
                    790:     <li>Alteon ACEnic V (fiber and copper)
1.229     miod      791:     <li>Digital EtherWORKS 1000SX
                    792:     <li>Farallon PN9000SX
1.190     jason     793:     <li>Netgear GA620 and GA620T
1.130     aaron     794:     <li>SGI Tigon
                    795:     </ul>
                    796:
1.549     brad      797: <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
1.430     jmc       798: based adapters
1.402     krw       799: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=i386&amp;sektion=4">em</a>),
1.373     henning   800: including:
1.307     nate      801:     <ul>
1.548     brad      802:     <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.560     brad      803:     <li> HP ProLiant NC340T PCI-X Gigabit NIC
1.548     brad      804:     <li> HP ProLiant NC6132 Upgrade Module (SX Fiber)
                    805:     <li> HP ProLiant NC6133 Upgrade Module (LX Fiber)
                    806:     <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    807:     <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    808:     <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    809:     <li> HP ProLiant NC7131 PCI Gigabit NIC
                    810:     <li> HP ProLiant NC7132 Upgrade Module
                    811:     <li> HP ProLiant NC7170 PCI-X Gigabit NIC
                    812:     <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
1.307     nate      813:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    814:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    815:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    816:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    817:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    818:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.539     brad      819:     <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.307     nate      820:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    821:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    822:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    823:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    824:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    825:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
1.430     jmc       826:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
1.278     nate      827:     </ul>
                    828:
1.402     krw       829: <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      830:     <ul>
1.252     nate      831:     <li>Addtron AEG320T
1.306     nate      832:     <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
1.252     nate      833:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    834:     <li>D-Link DGE-500T
1.537     jolan     835:     <li>Linksys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
1.306     nate      836:     <li>Netgear GA621
1.252     nate      837:     <li>Netgear GA622T
                    838:     <li>SMC EZ Card 1000 (SMC9462TX)
                    839:     <li>Surecom Technology EP-320G-TX
1.524     grunk     840:     <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
1.243     nate      841:     </ul>
                    842:
1.528     brad      843: <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      844:     <ul>
1.498     brad      845:     <li>Allied Telesis CentreCOM LA1000-PCI-SX
                    846:     <li>D-Link DGE-500SX
1.258     nate      847:     <li>SMC TigerCard 1000 (SMC9462SX)
                    848:     </ul>
                    849:
1.570     brad      850: <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      851:     <ul>
1.441     brad      852:     <li>3Com 3c996-T (10/100/1000baseT)
1.283     nate      853:     <li>3Com 3c996-SX (1000baseSX)
1.441     brad      854:     <li>3Com 3c996B-T (10/100/1000baseT)
                    855:     <li>Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseT)
                    856:     <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseT)
                    857:     <li>Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseT)
1.500     brad      858:     <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
                    859:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    860:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    861:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    862:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.518     brad      863:     <li>HP ProLiant NC7760 embedded PCI Gigabit NIC (10/100/1000baseT)
1.441     brad      864:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.500     brad      865:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.518     brad      866:     <li>HP ProLiant NC7780 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.441     brad      867:     <li>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.518     brad      868:     <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
1.635     sobrado   869:     <li>IBM ThinkPad T43/T43p integrated BCM5751M NIC (10/100/1000baseT)
1.441     brad      870:     <li>IBM xSeries 235 integrated BCM5703X NIC (10/100/1000baseT)
                    871:     <li>IBM xSeries 305 integrated BCM5703X NIC (10/100/1000baseT)
                    872:     <li>Netgear GA302T (10/100/1000baseT)
                    873:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
1.260     nate      874:     <li>SysKonnect SK-9D41 (1000baseSX)
                    875:     </ul>
                    876:
1.570     brad      877: <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>
                    878:     <ul>
                    879:     <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
                    880:     <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
                    881:     <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
                    882:     <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
                    883:     <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
                    884:     <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
                    885:     <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
                    886:     <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
                    887:     </ul>
                    888:
1.402     krw       889: <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      890:     <ul>
1.498     brad      891:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    892:     <li>Antares Microsystems TC9021
1.677     jasper    893:     <li>Asus NX1101
1.498     brad      894:     <li>D-Link DGE-550T
1.268     nate      895:     </ul>
                    896:
1.402     krw       897: <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      898:     <ul>
                    899:     <li>SysKonnect SK-9821 (1000baseT)
                    900:     <li>SysKonnect SK-9822 (dual 1000baseT)
                    901:     <li>SysKonnect SK-9841 (1000baseLX)
                    902:     <li>SysKonnect SK-9842 (dual 1000baseLX)
                    903:     <li>SysKonnect SK-9843 (1000baseSX)
                    904:     <li>SysKonnect SK-9844 (dual 1000baseSX)
1.369     nate      905:     <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
1.362     nate      906:     <li>SysKonnect SK-9821 v2.0 (1000baseT)
                    907:     <li>SysKonnect SK-9843 v2.0 (1000baseSX)
1.364     nate      908:     <li>3Com 3c940 (1000baseT)
1.486     jmc       909:     <li>3Com 3c2000-T (1000baseT)
1.386     jason     910:     <li>Linksys EG1032v2 (1000baseT)
                    911:     <li>Linksys EG1064v2 (1000baseT)
                    912:     <li>D-Link DGE-530T (1000baseT)
1.387     jason     913:     <li>SMC 9452TX (1000baseT)
1.366     nick      914:     </ul>
1.423     pvalchev  915:
1.449     grange    916: <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  917:     <ul>
1.652     jdixon    918:     <li>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
1.446     jsg       919:     <li>Buffalo LGY-PCI-GT (8169S)
1.652     jdixon    920:     <li>Compaq Evo N1015v Integrated Ethernet (8139C+)
1.487     david     921:     <li>Corega CG-LAPCIGT (8169S)
1.497     martin    922:     <li>D-Link DGE-528T (8169S)
1.627     mbalmer   923:     <li>D-Link DGE-660TD (8196/8110SB)
1.423     pvalchev  924:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.499     brad      925:     <li>LevelOne GNC-0105T (8169S)
1.508     brad      926:     <li>Linksys EG1032v3 (8169S)
1.652     jdixon    927:     <li>Netgear GA311 (8169S)
1.497     martin    928:     <li>Netgear GA511 PC Card (8169)
1.423     pvalchev  929:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.497     martin    930:     <li>Surecom EP-320G-TX1 (8169S)
1.652     jdixon    931:     <li>TTTech MC322 (8139C+)
1.497     martin    932:     <li>US Robotics USR997902 (8169S)
1.423     pvalchev  933:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    934:     </ul>
1.462     pvalchev  935:
1.487     david     936: <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  937:     <ul>
                    938:     <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
                    939:     <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
                    940:     </ul>
1.130     aaron     941: </ul>
1.327     miod      942:
1.571     brad      943: <h4>10Gb Ethernet Adapters</h4>
                    944:
                    945: <ul>
                    946: <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    947:     <ul>
                    948:     <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
1.571     brad      949:     <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
                    950:     <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
                    951:     <li>Sun 10 Gigabit Ethernet PCI-X Adapter
                    952:     </ul>
                    953:
                    954:
1.572     saad      955: <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    956:     <ul>
                    957:     <li>HP AB287A 10 Gigabit Ethernet Adapter
1.571     brad      958:     <li>IBM 10GbE SR Server Adapter
                    959:     <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
                    960:     <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
                    961:     <li>Neterion Xframe
                    962:     <li>Neterion Xframe II
                    963:     <li>Neterion Xframe II Sun Fire
                    964:     <li>Neterion Xframe E
                    965:     <li>SGI 10 Gigabit Ethernet Network Adapter
                    966:     </ul>
1.632     nick      967:
                    968: <li>Tehuti Networks 10Gb based PCI adapters
                    969: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
                    970: including: <sup>(A) (B) (C)</sup>
                    971:     <ul>
                    972:     <li>TN3017-S 10 GbE Single Port XAUI Server Controller
                    973:     <li>TN3017-D 10 GbE Dual Port XAUI Server Controller
                    974:     <li>TN7581-D 10 GbE Dual XFP Server Adapter
                    975:     <li>TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter
                    976:     <li>TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter
                    977:     <li>TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter
                    978:     <li>TN7589-S 10 GbE Single CX4 Low Profile Server Adapter
                    979:     </ul>
1.571     brad      980: </ul>
                    981:
1.327     miod      982: <h4>ATM Adapters</h4>
1.130     aaron     983:
                    984: <ul>
1.288     miod      985: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
1.130     aaron     986: </ul>
1.327     miod      987:
                    988: <h4>FDDI Adapters</h4>
1.130     aaron     989:
                    990: <ul>
1.402     krw       991: <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>
                    992: <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     993: </ul>
1.327     miod      994:
                    995: <h4>WAN Adapters</h4>
1.130     aaron     996:
                    997: <ul>
1.539     brad      998: <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   999: <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  1000: <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    1001: </ul>
1.327     miod     1002:
                   1003: <h4>Cryptography Accelerators</h4>
1.130     aaron    1004:
                   1005: <ul>
1.402     krw      1006: <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>
                   1007: <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>
                   1008: <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    1009:     <ul>
1.377     jason    1010:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.130     aaron    1011:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt  1012:     <li>NetSec 7751
1.342     jason    1013:     <li>Hifn 7751 and 9751 reference boards
1.144     deraadt  1014:     <li>Invertex AEON
1.127     aaron    1015:     </ul>
1.402     krw      1016: <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    1017: </ul>
1.327     miod     1018:
                   1019: <a name="pcmcia"></a>
1.414     brad     1020: <h4>PC Cards (PCMCIA/CardBus <sup>(B)</sup>)</h4>
1.127     aaron    1021:
1.130     aaron    1022: <ul>
1.163     ericj    1023: <li>ATA cards
1.402     krw      1024:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=i386&amp;sektion=4">wdc</a>,
                   1025:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=i386&amp;sektion=4">wd</a>,
                   1026:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=i386&amp;sektion=4">sd</a>,
                   1027:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>), including:
1.112     aaron    1028:     <ul>
1.130     aaron    1029:     <li>ATA/IDE card drives
                   1030:     <li>ATA/IDE CD-ROM adapters
                   1031:     <li>CF/ATA flash cards and disk drives
1.112     aaron    1032:     </ul>
                   1033:
1.130     aaron    1034: <li>Ethernet adapters, including:
1.34      johns    1035:     <ul>
1.402     krw      1036:     <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   1037:        <ul>
                   1038:        <li>3Com 3C556, 3C562
                   1039:        <li>3Com 3C574TX, 3C[CX]FE574BT
                   1040:        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                   1041:        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                   1042:        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                   1043:        </ul>
1.178     aaron    1044:
1.402     krw      1045:     <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   1046:        <ul>
                   1047:        <li>ADMtek AN985 Centaur-C CardBus
                   1048:        <li>IBM EtherJet 10/100 CardBus
1.254     aaron    1049:        <li>Linksys PCMPC200 CardBus 10/100
1.228     aaron    1050:        <li>SMC EZ CardBus 10/100
1.304     mickey   1051:        <li>Xircom X3201 CardBus adapters, including RealPort models
                   1052:        </ul>
1.178     aaron    1053:
1.402     krw      1054:     <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   1055:        <ul>
                   1056:        <li>Intel PRO/100 CardBus II
                   1057:        </ul>
1.178     aaron    1058:
1.442     mickey   1059:     <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   1060:        <ul>
1.344     mickey   1061:        <li>Accton EN2212, EN2216
                   1062:        <li>Allied Telesis LA-PCM
1.304     mickey   1063:        <li>AmbiCom AMB8002T
1.344     mickey   1064:        <li>Arowana FE
                   1065:        <li>Belkin F5D5020
                   1066:        <li>Billionton Systems LNT-10TN
1.470     matthieu 1067:         <li>Billionton Systems CFLT2-10N
1.536     uwe      1068:        <li>Buffalo LPC-CF-CLT
1.344     mickey   1069:        <li>CNet NE2000
                   1070:        <li>Compex Linkport ENET-B
                   1071:        <li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
                   1072:        <li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
                   1073:        <li>Dayna CommuniCard E
                   1074:        <li>Digital DEPCM-XX
                   1075:        <li>Dual NE2000
                   1076:        <li>Edimax NE2000
1.304     mickey   1077:        <li>Genius ME 3000II SE
1.344     mickey   1078:        <li>Grey Cell GCS2000 Gold II
                   1079:        <li>GVC NIC-2000p, NP0335
1.536     uwe      1080:        <li>Hawking CF686TX
1.304     mickey   1081:        <li>Hawking PN650TX
1.344     mickey   1082:        <li>I-O DATA PCLA, PCLA/TE
1.304     mickey   1083:        <li>IC-Card
                   1084:        <li>Kingston KNE-PC2
1.344     mickey   1085:        <li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
                   1086:        <li>MACNICA ME1 for JEIDA
                   1087:        <li>Melco LPC3-TX
                   1088:        <li>National Semiconductor InfoMover
1.304     mickey   1089:        <li>NDC Instant-Link
1.344     mickey   1090:        <li>Netgear FA410TX, FA410TXC, FA411
1.304     mickey   1091:        <li>Network Everywhere NP10T
1.224     aaron    1092:        <li>New Media LiveWire 10/100
1.344     mickey   1093:        <li>Planet SmartCom 2000
                   1094:        <li>Planex FNW-3600-T, FNW-3700-T
                   1095:        <li>Premax PE-200
                   1096:        <li>RPTI EP-400, EP-401
                   1097:        <li>Seiko Epson EN10B
                   1098:        <li>SMC EZCard, 8041
                   1099:        <li>Socket Communications LP-CF, LP-E
                   1100:        <li>SVEC PN650TX, ComboCard, LANCard
                   1101:        <li>Synergy S21810
                   1102:        <li>Tamarack NE2000
1.536     uwe      1103:        <li>Tamarack TC3299CE
1.344     mickey   1104:        <li>Telecom Device TCD-HPC100
1.536     uwe      1105:        <li>TRENDnet TE-CF100
1.344     mickey   1106:        <li>Wisecom T210CT, iPort
                   1107:        <li>Xircom CFE-10
1.304     mickey   1108:        </ul>
1.178     aaron    1109:
1.402     krw      1110:     <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    1111:        <ul>
                   1112:        <li>Accton MPX5030 CardBus
                   1113:        <li>Corega FEther CB-TXD 10/100 Ethernet
1.409     david    1114:        <li>D-Link DFE-690TXD
1.298     aaron    1115:        </ul>
                   1116:
1.402     krw      1117:     <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   1118:        <ul>
                   1119:        <li>Megahertz XJEM1144, CC10BT
                   1120:        <li>SMC EtherEZ 8020BT
                   1121:        </ul>
1.179     aaron    1122:
1.402     krw      1123:     <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   1124:        <ul>
                   1125:        <li>Xircom CreditCard CE2
                   1126:        </ul>
1.178     aaron    1127: </ul>
1.130     aaron    1128:
1.182     aaron    1129: <li>PCMCIA controllers, including:
                   1130:     <ul>
1.402     krw      1131:     <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    1132:     </ul>
                   1133:
                   1134: <li>SCSI host adapters, including:
1.106     chris    1135:     <ul>
1.402     krw      1136:     <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    1137:     </ul>
1.130     aaron    1138:
1.145     deraadt  1139: <li>Serial ports, including:
1.130     aaron    1140:     <ul>
                   1141:     <li>Most modems, digital cellular modems, and serial cards should work.
1.520     uwe      1142:     <li>AudioVOX GSM/GPRS modems
1.551     brad     1143:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
1.520     uwe      1144:     <li>Siemens Connect2AIR GSM/GPRS modems
1.574     fkr      1145:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS, AC850 GSM/GPRS/UMTS modems
1.553     jsg      1146:     <li>Sony Ericsson GC75 GSM/GPRS modems
1.640     miod     1147:     <li>Sony Ericsson GC89 GSM/GPRS/EDGE modems
1.85      jason    1148:     </ul>
1.130     aaron    1149:
1.182     aaron    1150: <li>Wireless Ethernet adapters:
1.88      jason    1151:     <ul>
1.182     aaron    1152:     <li>See above.
1.88      jason    1153:     </ul>
1.327     miod     1154: </ul>
1.34      johns    1155:
1.327     miod     1156: <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
1.130     aaron    1157:
                   1158: <ul>
1.402     krw      1159: <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>
                   1160: <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   1161: <li>USB Ethernet adapters (
                   1162: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=i386&amp;sektion=4">aue</a>,
1.471     jsg      1163: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>,
1.444     mickey   1164: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=i386&amp;sektion=4">cue</a>,
1.445     saad     1165: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>,
1.471     jsg      1166: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>,
                   1167: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</a>),
1.444     mickey   1168: see above <sup>(G)</sup>
1.402     krw      1169: <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>
                   1170: <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>
                   1171: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=i386&amp;sektion=4">uhub</a>)
                   1172: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=i386&amp;sektion=4">ukbd</a>)
                   1173: <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>)
                   1174: <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>
                   1175: <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>
                   1176: <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.666     mbalmer  1177: <li>USB Radio Clocks (Gude ADS Expert mouseCLOCK and Expert mouseCLOCK USB II) 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      1178: <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>
                   1179: <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>
                   1180: <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.680     jasper   1181: <li>USB Video (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvideo&amp;arch=i386&amp;sektion=4">uvideo</a>)
1.130     aaron    1182: </ul>
1.327     miod     1183:
                   1184: <h4>Pointing Devices <sup>(G)</sup></h4>
1.34      johns    1185:
1.325     henning  1186: <ul>
1.402     krw      1187: <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>)
                   1188: <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>)
                   1189: <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    1190: <li>Serial mice (uses serial port driver)
                   1191: </ul>
1.327     miod     1192:
                   1193: <h4>Sound Devices <sup>(G)</sup></h4>
1.34      johns    1194:
1.130     aaron    1195: <ul>
1.664     mbalmer  1196: <li>AMD Geode LX CS5536 integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auglx&amp;arch=i386&amp;sektion=4">auglx</a>)
1.514     mickey   1197: <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      1198: <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>)
                   1199: <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>)
                   1200: <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>)
                   1201: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                   1202: <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>)
                   1203: <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>)
                   1204: <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>)
                   1205: <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>)
                   1206: <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>)
                   1207: <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     1208: <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   1209: <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      1210: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=i386&amp;sektion=4">neo</a>)
                   1211: <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>)
                   1212: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                   1213: <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>)
                   1214: <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>)
                   1215: <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>)
                   1216: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;arch=i386&amp;sektion=4">ym</a>)
                   1217: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=i386&amp;sektion=4">yds</a>)
                   1218: <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    1219: </ul>
1.327     miod     1220:
1.130     aaron    1221: <p>
                   1222: The following drivers are not extensively tested:
                   1223: <ul>
1.402     krw      1224: <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     1225: <li>ProAudio Spectrum (<i>pas</i>)
1.402     krw      1226: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=i386&amp;sektion=4">sv</a>)
                   1227: <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    1228: </ul>
1.327     miod     1229:
1.402     krw      1230: <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    1231:
1.304     mickey   1232: <ul>
1.402     krw      1233: <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>)
                   1234: <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>)
                   1235: <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>)
                   1236: <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>)
                   1237: <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>)
                   1238: <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>)
                   1239: <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>)
                   1240: <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   1241: </ul>
1.327     miod     1242:
                   1243: <h4>Miscellaneous Devices</h4>
1.304     mickey   1244:
1.130     aaron    1245: <ul>
1.402     krw      1246: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;arch=i386&amp;sektion=4">apm</a>)
                   1247: <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    1248:     <ul>
1.399     mickey   1249:     <li>Animation Technologies FlyVideo
1.447     jsg      1250:     <li>AOpen VA1000
1.399     mickey   1251:     <li>Askey/Dynalink Magic TView
1.429     mickey   1252:     <li>ATI TV-Wonder and Wonder/VE
1.399     mickey   1253:     <li>AverMedia cards
                   1254:     <li>Hauppauge Wincast TV and WinTV/PCI
                   1255:     <li>IMS TV Turbo
                   1256:     <li>Intel Smart Video Recorder III
                   1257:     <li>I/O DATA GV-BCTV2/PCI
1.447     jsg      1258:     <li>I/O DATA GV-BCTV3/PCI
1.399     mickey   1259:     <li>KISS TV/FM PCI
                   1260:     <li>Leadtek Winfast TV 2000
                   1261:     <li>Miro PC TV
                   1262:     <li>MMAC Osprey
                   1263:     <li>NEC PK-UG-X017
1.130     aaron    1264:     <li>STB TV PCI Television Tuner
1.399     mickey   1265:     <li>Terratec TerraTVplus
                   1266:     <li>Video Highway XTreme
                   1267:     <li>VideoLogic Captivator PCI
1.474     mickey   1268:     <li>Zoltrix TV and Genie TV/FM
1.34      johns    1269:     </ul>
1.385     david    1270: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.352     grange   1271:     <ul>
1.659     cnst     1272:     <li>AMD K8 embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kate&amp;arch=i386&amp;sektion=4">kate</a>)
1.623     cnst     1273:     <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>)
1.659     cnst     1274:     <li>Analog Devices ADM1021, ADM1023 and ADM1032 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                   1275:     <li>Analog Devices ADM1022 and ADM1028 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&amp;arch=i386&amp;sektion=4">thmc</a>)
1.623     cnst     1276:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=i386&amp;sektion=4">admlc</a>)
                   1277:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                   1278:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=i386&amp;sektion=4">admcts</a>)
                   1279:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=i386&amp;sektion=4">admtmp</a>)
                   1280:     <li>Analog Devices ADM1031 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtt&amp;arch=i386&amp;sektion=4">admtt</a>)
1.658     cnst     1281:     <li>Analog Devices ADM9240 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
                   1282:     <li>Analog Devices ADT7460, ADT7465, ADT7475, ADT7476, ADT7477 and ADM1027 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=i386&amp;sektion=4">adt</a>)
1.659     cnst     1283:     <li>Andigilog aSC7611 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&amp;arch=i386&amp;sektion=4">andl</a>)
                   1284:     <li>Andigilog aSC7621 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&amp;arch=i386&amp;sektion=4">adl</a>)
                   1285:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
                   1286:     <li>Asus ASB100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asbtm&amp;arch=i386&amp;sektion=4">asbtm</a>)
1.658     cnst     1287:     <li>Dallas Semiconductor 1775 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
                   1288:     <li>Dallas Semiconductor 1780 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
1.659     cnst     1289:     <li>Fintek F71805 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fins&amp;arch=i386&amp;sektion=4">fins</a>)
1.623     cnst     1290:     <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.658     cnst     1291:     <li>Genesys Logic GL523SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                   1292:     <li>Global Mixed-mode Technology G781 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
1.659     cnst     1293:     <li>Intel Core embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpu&amp;arch=i386&amp;sektion=4">cpu</a>)
                   1294:     <li>Intel Xeon embedded temperature sensor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                   1295:     <li>ITE IT8705F, IT8712F, IT8716F, IT8718F and IT8726F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
                   1296:     <li>Maxim DS1617 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                   1297:     <li>Maxim DS1624, DS1631 and DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=i386&amp;sektion=4">maxds</a>)
                   1298:     <li>Maxim MAX6642, MAX6657, MAX6658, MAX6659 and MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=i386&amp;sektion=4">maxtmp</a>)
1.509     grange   1299:     <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     1300:     <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.658     cnst     1301:     <li>National Semiconductor LM81 and LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
                   1302:     <li>National Semiconductor LM85 and LM96000 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=i386&amp;sektion=4">adt</a>)
                   1303:     <li>National Semiconductor LM86, LM89, LM90, LM99 and LM99-1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=i386&amp;sektion=4">maxtmp</a>)
1.659     cnst     1304:     <li>National Semiconductor LM93 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmn&amp;arch=i386&amp;sektion=4">lmn</a>)
1.419     grange   1305:     <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.658     cnst     1306:     <li>Philips LM75A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
                   1307:     <li>Philips NE1619 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                   1308:     <li>SMSC 47m192 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                   1309:     <li>SMSC EMC6D10x and SCH5017 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=i386&amp;sektion=4">adt</a>)
1.509     grange   1310:     <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
1.659     cnst     1311:     <li>Texas Instruments THMC50 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=thmc&amp;arch=i386&amp;sektion=4">thmc</a>)
1.623     cnst     1312:     <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   1313:     <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      1314:     <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     1315:     <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>)
1.659     cnst     1316:     <li>Winbond W83793G (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbng&amp;arch=i386&amp;sektion=4">wbng</a>)
1.623     cnst     1317:     <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   1318:     </ul>
1.374     markus   1319: <li>Hardware watchdog timer support:
                   1320:     <ul>
1.525     grange   1321:     <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   1322:     <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   1323:     <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   1324:     <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  1325:     <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     1326:     <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   1327:     </ul>
1.449     grange   1328: <li>General Purpose Input/Output (GPIO) devices, including:
1.417     grange   1329:     <ul>
1.419     grange   1330:     <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>)
                   1331:     <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   1332:     <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   1333:     </ul>
1.598     mbalmer  1334: <li>Meinberg Funkuhren radio clocks, including:
1.597     mbalmer  1335:     <ul>
1.642     mbalmer  1336:     <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>)
                   1337:     <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>)
                   1338:     <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>)
                   1339:     <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  1340:     <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  1341:     <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  1342:     </ul>
1.130     aaron    1343: </ul>
1.327     miod     1344:
                   1345: <h4>ISAPNP Cards</h4>
1.130     aaron    1346:
1.327     miod     1347: <ul>
1.402     krw      1348:   <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>)
                   1349:   <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    1350:   <li>Nearly all Yamaha-style audio cards
1.442     mickey   1351:   <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      1352:   <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>)
                   1353:   <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     1354: </ul>
1.402     krw      1355: <p>
1.288     miod     1356: If a device does not work, be sure to mail the output of dmesg(8)
1.131     aaron    1357: to dmesg@openbsd.org, and we will try to add support.
1.327     miod     1358:
1.131     aaron    1359: <p>
                   1360: Roughly said, the following cards definitely work.
                   1361: Others may work as well; support is continually being improved.
1.402     krw      1362:
1.131     aaron    1363: <ul>
                   1364: <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                   1365: <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                   1366: <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                   1367: <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                   1368: <li>"CMI8330. Audio Adapter, @X@0001, , "
                   1369: <li>"Creative AWE64 PnP, CTL0045, , Audio"
                   1370: <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                   1371: <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                   1372: <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                   1373: <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                   1374: <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                   1375: <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                   1376: <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                   1377: <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                   1378: <li>"Creative SB16 PnP, CTL0031, , Audio"
                   1379: <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                   1380: <li>"Creative SB32 PnP, CTL0031, , Audio"
                   1381: <li>"Creative SB32 PnP, CTL0041, , Audio"
                   1382: <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                   1383: <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                   1384: <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                   1385: <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                   1386: <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                   1387: <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                   1388: <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                   1389: <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                   1390: <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                   1391: <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                   1392: <li>"OPL3-SA3 Snd System, YMH0021, , "
                   1393: <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
                   1394: <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
                   1395: </ul>
1.34      johns    1396:
1.37      johns    1397: <p>
1.288     miod     1398: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                   1399: the GENERIC kernels, but are <b>not</b> included on the various distribution
                   1400: floppies (including the cd-rom boot image).
                   1401:
                   1402: <p>
                   1403: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                   1404: floppy A.
                   1405:
                   1406: <p>
                   1407: <sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
                   1408: floppy B.
                   1409:
                   1410: <p>
                   1411: <sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
                   1412: floppy C.
1.34      johns    1413:
1.304     mickey   1414: <p>
1.565     tom      1415: <sup>(*)</sup> Support for devices marked with (*) is not included on the
1.493     jsg      1416: distribution media or in the GENERIC kernel, and will require you to compile
                   1417: a custom kernel to enable it.
1.34      johns    1418:
1.327     miod     1419: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
1.402     krw      1420:
1.327     miod     1421: <p>
                   1422: Unsupported hardware may be supported in the future, and your
                   1423: <a href="donations.html">donation of time, hardware, or documentation</a>
                   1424: can accelerate this support!
1.402     krw      1425:
1.34      johns    1426: <ul>
1.130     aaron    1427: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                   1428: <li>NCR 5380-based and 53400-based SCSI host adapters
                   1429: <li>QIC-40 and QIC-80 tape drives
                   1430:     (these are the tape drives that connect to the floppy disk controller)
                   1431: <li>Sony and Panasonic proprietary CD-ROM interfaces
                   1432: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.304     mickey   1433: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
1.233     brad     1434: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.325     henning  1435:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on the later ones)
1.134     aaron    1436: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron    1437: <li>Aureal Vortex sound cards
1.325     henning  1438:     (<a href="mailto:mickey@openbsd.org">mickey</a> is working on it)
1.157     aaron    1439: <li>Winmodems
1.130     aaron    1440: <li>Infrared devices, such as commonly found on laptops
1.157     aaron    1441: <li>Firewire
1.329     miod     1442:     (<a href="mailto:tdeval@openbsd.org">tdeval</a> is working on it)
1.244     mickey   1443: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron    1444: <li>PCMCIA:
                   1445:     <ul>
                   1446:     <li>Memory cards
                   1447:     <li>Most multifunction cards
                   1448:     </ul>
1.31      deraadt  1449: </ul>
                   1450:
1.3       fn       1451: <hr>
1.330     miod     1452: <a name="multiboot"></a>
                   1453: <h3><font color="#0000e0"><strong>Installation with other operating systems:
                   1454: </strong></font></h3>
                   1455:
                   1456: <p>
                   1457: OpenBSD/i386 can be installed to share the system disks with other operating
                   1458: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                   1459: scheme, and an optional boot selector program.
                   1460: Everyday operation is trouble free, but setup requires care, and several
                   1461: operating systems, such as Windows 95, are known to be careless about
                   1462: pre-existing MBR information.
                   1463:
                   1464: <p>
                   1465: Also, some laptop computers use a specific partition as suspend-to-disk
                   1466: storage, which should not be clobbered.
                   1467:
                   1468: <p>
                   1469: More details on this process can be found in the
                   1470: <a href="faq/faq4.html">Installation Guide</a> and
                   1471: <a href="faq/faq14.html">Disk Setup Manual</a>.
                   1472:
                   1473: <hr>
                   1474: <a name="install"></a>
                   1475: <h3><font color="#0000e0">
                   1476: <strong>Getting and installing OpenBSD/i386:</strong>
                   1477: </font></h3>
                   1478:
1.402     krw      1479: <p>
1.330     miod     1480: The latest supported OpenBSD/i386 release is
1.675     miod     1481: <a href="44.html">OpenBSD 4.4</a>.
1.330     miod     1482: Here are the
1.675     miod     1483: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.4/i386/INSTALL.i386">
                   1484: OpenBSD/i386 4.4 installation instructions
1.330     miod     1485: </a>.
                   1486:
                   1487: <p>
                   1488: Snapshots are made available from time to time, in
                   1489: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
                   1490: as well as in a few
                   1491: <a href="ftp.html">mirrors</a>.
                   1492: Here are the
                   1493: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
                   1494: OpenBSD/i386 snapshot installation instructions
                   1495: </a> as well.
                   1496:
                   1497: <p>
                   1498: There are several installation media provided:
1.402     krw      1499:
1.330     miod     1500: <ul>
                   1501:   <li><strong>CD boot</strong>
1.421     deraadt  1502:   <br>
1.610     tom      1503:   The CD provides an <i>El Torito</i> no-emulation boot image
                   1504:   that includes almost all OpenBSD drivers.
1.330     miod     1505:   This also includes minimal USB support (storage devices and keyboard).<br>
                   1506:   For the latest list of drivers available on this image, take a look at the
                   1507:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                   1508:   kernel configuration file.
1.675     miod     1509:   <li><strong>Floppy A</strong> (floppy44.fs)
1.421     deraadt  1510:   <br>
1.330     miod     1511:   This 1.44MB floppy image contains the most common drivers.
                   1512:   It is designed to cover the most typical PC. As a general rule, you will
                   1513:   find that the missing drivers are ones which need large microcodes to run,
1.432     nick     1514:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.330     miod     1515:   For the latest list of drivers available on this image, take a look at the
                   1516:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1517:   kernel configuration file.
1.675     miod     1518:   <li><strong>Floppy B</strong> (floppyB44.fs)
1.421     deraadt  1519:   <br>
1.330     miod     1520:   This 1.44MB floppy image contains some drivers that are missing from
                   1521:   Floppy A.
                   1522:   This media is designed to help people setting up modern server type systems.
                   1523:   It contains support for pretty much all the SCSI and RAID drivers, gigabit
                   1524:   ethernet cards, and such.
                   1525:   Due to space considerations, you will find that some other drivers are
1.435     deraadt  1526:   missing. In particular, support for most PCMCIA devices is missing, the
                   1527:   MSDOS filesystem, and for really ancient hardware devices.<br>
1.330     miod     1528:   For the latest list of drivers available on this image, take a look at the
                   1529:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
                   1530:   kernel configuration file.
1.675     miod     1531:   <li><strong>Floppy C</strong> (floppyC44.fs)
1.421     deraadt  1532:   <br>
1.415     brad     1533:   This 1.44MB floppy image contains many CardBus and PCMCIA device drivers.
1.330     miod     1534:   This media is designed for installing on laptops.
                   1535:   In most cases, one would discover that Floppy A also works, but the odd
                   1536:   laptop might benefit more from using this image.<br>
                   1537:   For the latest list of drivers available on this image, take a look at the
                   1538:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
                   1539:   kernel configuration file.
                   1540: </ul>
                   1541:
                   1542: <hr>
1.327     miod     1543: <a href="plat.html">
                   1544: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.449     grange   1545: </a>
1.327     miod     1546: <br>
                   1547: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn       1548: <br>
1.681   ! marco    1549: <small>$OpenBSD: i386.html,v 1.680 2009/02/21 15:13:11 jasper Exp $</small>
1.3       fn       1550:
                   1551: </body>
                   1552: </html>