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

Annotation of www/i386.html, Revision 1.707

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>
1.488     matthieu   56: X Window System support is available for most graphics cards, using
1.682     deraadt    57: the X.Org server.  As with other free operating systems it is highly recommended
1.685     deraadt    58: that Nvidia cards are avoided since this vendor continues to show tremendous
1.683     deraadt    59: resistance towards releasing information that would allow X.Org to support their
1.684     jasper     60: hardware properly.
1.327     miod       61:
                     62: <hr>
                     63: <a name="hardware"></a>
                     64: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.34      johns      65:
1.31      deraadt    66: <p>
1.182     aaron      67: The list of supported hardware is relevant to OpenBSD-current. It will
                     68: differ slightly from the support provided in the latest release version.
                     69:
1.327     miod       70: <h4>Processors</h4>
                     71:
                     72: <p>
1.631     steven     73: All CPU chips compatible with the Intel 80386 (i386) architecture,
                     74: except for the 80386 itself, are supported:
1.31      deraadt    75: <ul>
1.402     krw        76:   <li>80486 (DX/DX2/DX4)
                     77:   <li>Intel Pentium/Pentium-MMX
                     78:   <li>Intel Pentium Pro/II/III/Celeron/Xeon
1.674     jsg        79:   <li>Intel Pentium 4/D
                     80:   <li>Intel Pentium M
                     81:   <li>Intel Core
                     82:   <li>Intel Core 2
                     83:        (Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
                     84:   <li>Intel Atom
1.402     krw        85:   <li>AMD 5x86
                     86:   <li>AMD K5/K6/K6-2/K6-3
1.674     jsg        87:   <li>AMD Athlon/Duron/Sempron
                     88:   <li>AMD Athlon 64/Opteron/Turion/Phenom
1.396     deraadt    89:        (Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
1.402     krw        90:   <li>Cyrix MediaGX/M1/M2
                     91:   <li>Cyrix 6x86
1.674     jsg        92:   <li>VIA C3/C7
1.402     krw        93:   <li>Rise mP6
                     94:   <li>IDT WinChip and C3
                     95:   <li>NexGen 586
                     96:   <li>NS Geode GX1 and M1
1.674     jsg        97:   <li>AMD Geode GX/LX/NX
1.402     krw        98:   <li>Transmeta TMS3200, TMS5400, TMS5600
1.130     aaron      99: </ul>
1.327     miod      100:
                    101: <p>
1.631     steven    102: Regular floating-point coprocessors (80487SX) are
1.380     deraadt   103: required when not built into the processor.
1.327     miod      104:
                    105: <p>
1.633     nick      106: Everything that is a clone of the 486 or up should work fine.
1.327     miod      107:
1.425     nick      108: <h4>SMP support</h4>
1.456     miod      109: Starting with OpenBSD 3.6, OpenBSD/i386 supports most SMP
1.425     nick      110: (Symmetrical MultiProcessor) systems.
1.449     grange    111: To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
1.427     saad      112: included with the installation file sets.
1.425     nick      113:
                    114: <p>
                    115: As this is a new feature, developers will want to see what hardware does
1.449     grange    116: and doesn't work when running SMP, so it is even more important to
1.426     saad      117: <a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.
1.425     nick      118:
1.327     miod      119: <h4>Buses</h4>
1.130     aaron     120:
                    121: <ul>
1.329     miod      122: <li>All standard ISA, EISA, VLB, and PCI bus, including:
1.327     miod      123:   <ul>
1.329     miod      124:     <li>Intel 450GX/KX
                    125:     <li>Intel 450NX
                    126:     <li>ServerWorks chipset
1.327     miod      127:   </ul>
1.329     miod      128:   (We just had to mention those last three, since they are the hardest to
                    129:   support).
                    130: <li>16-Bit PCMCIA PC Cards
                    131: <li>32-Bit CardBus PC Cards
                    132: <li>Universal Serial Bus (USB)
1.449     grange    133: <li>Inter IC (I2C) bus
1.106     chris     134: </ul>
1.402     krw       135: <p>
1.130     aaron     136: The MCA bus found in various official IBM PCs is not supported.
1.327     miod      137:
                    138: <h4>Bus interfaces</h4>
1.120     deraadt   139:
1.151     aaron     140: <ul>
1.327     miod      141:   <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.442     mickey    142:   <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     143: </ul>
1.327     miod      144:
                    145: <h4>Entropy sources</h4>
1.151     aaron     146:
1.176     deraadt   147: <ul>
1.327     miod      148:   <li>Interrupt latency collection from many devices.
                    149:   <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   150: </ul>
1.327     miod      151:
                    152: <h4>Disk Controllers</h4>
1.176     deraadt   153:
1.130     aaron     154: <ul>
1.327     miod      155:   <li>Floppy controllers
                    156:   <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     157: </ul>
1.327     miod      158:
1.402     krw       159: <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     160:
                    161: <ul>
1.400     grange    162: <li>Acard ATP850U, ATP860, ATP860-A, ATP865-A, ATP865-R
1.130     aaron     163: <li>Acer Labs M5229
1.487     david     164: <li>Adaptec AAR-1210SA
1.400     grange    165: <li>Advanced Micro Devices AMD-756, AMD-766, AMD-768, AMD-8111
                    166: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649, PCI0680
1.130     aaron     167: <li>Contaq Microsystems/Cypress CY82C693
1.361     grange    168: <li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
1.130     aaron     169: <li>Intel PIIX, PIIX3, and PIIX4
1.530     miod      170: <li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R/ICH6/ICH6M/ICH6R/ICH7)
1.487     david     171: <li>Intel 6300ESB
1.451     grange    172: <li>ITE IT8212F
1.312     gluk      173: <li>National Semiconductor PC87415
1.400     grange    174: <li>National Semiconductor SCx200 (found on SC1100 SoC)
1.530     miod      175: <li>NVIDIA nForce/nForce2/nForce2-400/nForce3/nForce3-250/nForce4
1.400     grange    176: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268,
                    177: PDC20268R, PDC20269, PDC20271, PDC20275, PDC20276,
1.530     miod      178: PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379
1.400     grange    179: <li>ServerWorks OSB4, CSB5, CSB6 (including support for the third
                    180: channel)
1.522     jsg       181: <li>Silicon Image
1.530     miod      182:  SiI3112 (including ATI IXP SATA),
1.490     jsg       183:  SiI3512, SiI3114
1.522     jsg       184: <li>Silicon Integrated System
1.530     miod      185: 180,
                    186: 181,
1.522     jsg       187:  5513 (5597/5598), 540, 550, 620,
1.400     grange    188: 630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651,
                    189: 652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750,
                    190: 751, 752, 755, 962, 963
                    191: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B,
1.569     jasper    192: VT8231, VT8366, VT8233, VT8235, VT8237, VT8251, VT6410
1.402     krw       193: </ul>
1.363     grange    194:
1.451     grange    195: <p>
1.482     nick      196: Some of these chips are sometimes used in low-cost software-based RAID
                    197: systems.
                    198: This mode of operation is not supported in OpenBSD.
1.451     grange    199:
1.327     miod      200: <h4>SCSI Host Adapters</h4>
1.130     aaron     201:
                    202: <ul>
1.402     krw       203:   <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP,
                    204:     AHA-1640
                    205:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    206:     >aha</a>)<sup>(B) (C)</sup>
                    207:   <li>Adaptec AHA-174x
                    208:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;arch=i386&amp;sektion=4"
                    209:     >ahb</a>)<sup>(B) (C)</sup>
                    210:   <li>Adaptec AIC-6260 and AIC-6360 based host adapters including the Adaptec
                    211:     AHA-152x and various SoundBlaster cards (Note that you cannot boot from the
                    212:     SoundBlaster cards unless the optional boot ROM has been installed)
                    213:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=i386&amp;sektion=4"
                    214:     >aic</a>)<sup>(B)</sup>,
                    215:   <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    216:     AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
                    217:     adapters
1.442     mickey    218:     (<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       219:     including the Adaptec cards
                    220:     <ul>
                    221:       <li>AHA-274X[W,T]
                    222:       <li>AHA-284X
                    223:       <li>AHA-2910, AHA-2915
                    224:       <li>AHA-2920
                    225:       <li>AHA-2930[C,U2]
                    226:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    227:       <li>AHA-2950[U2W,U2B]
                    228:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    229:       <li>AHA-3950U2
                    230:       <li>AHA-3960
                    231:       <li>AHA-3985
                    232:       <li>AHA-4944UW
                    233:       <li>AHA-19160B
                    234:       <li>AHA-29160[B,N]
                    235:       <li>AHA-39160
                    236:     </ul>
1.467     krw       237:   <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
                    238:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=i386&amp;sektion=4">ahd</a>)<sup>(A) (C)</sup>
                    239:     including the Adaptec cards
                    240:     <ul>
                    241:       <li>AHA-29320
                    242:       <li>AHA-39320
                    243:     </ul>
1.402     krw       244:   <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
                    245:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
                    246:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=i386&amp;sektion=4"
                    247:     >adw</a>)<sup>(A) (C)</sup>
                    248:     and
                    249:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;arch=i386&amp;sektion=4"
                    250:     >adv</a>)<sup>(B) (C)</sup>
                    251:   <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    252:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=i386&amp;sektion=4"
                    253:      >pcscp</a>)<sup>(A) (B) (C)</sup>
                    254:   <li>Buslogic BT-54x (Adaptec AHA-154x clones)
                    255:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    256:     >aha</a>)<sup>(B) (C)</sup>
                    257:   <li>BusLogic 445, 74x, 9xx host adapters, but not the new "FlashPoint" series
                    258:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;arch=i386&amp;sektion=4"
                    259:     >bha</a>)<sup>(B) (C)</sup>
                    260:   <li>Initio INIC-940 and INIC-950 based PCI host adapters including the
                    261:     Initio INI-9090U and INI-9100U/UW, Iwill 2935UW, and DTC Domex 3194U Plus
                    262:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;arch=i386&amp;sektion=4"
                    263:     >iha</a>)<sup>(A) (C)</sup>
1.567     marco     264:   <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
                    265:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=i386&amp;sektion=4"
                    266:     >mpi</a>)<sup>(A) (C)</sup>
                    267:     <ul>
                    268:       <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    269:       <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
1.653     fkr       270:       <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E,
                    271:       <li>LSISAS8208ELP, LSISAS8208XLP
1.567     marco     272:     </ul>
                    273:     <li>These chipsets can be found on the following controllers:
                    274:     <ul>
                    275:       <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    276:       <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    277:       <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    278:       <li>A7173A, AB290A
                    279:       <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    280:       <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    281:       <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    282:       <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    283:       <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    284:       <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    285:     </ul>
                    286:     <li>The LSI Logic LSI53C1030 is emulated in the following products:
                    287:       <ul>
1.707   ! deraadt   288:         <li><a href="http://www.vmware.com/support/pubs/esx_pubs.html">VMware ESX Server 2.0</a> and higher
1.567     marco     289:         <li><a href="http://www.vmware.com/download/gsx/">GSX Server 3.0</a> and higher
                    290:         <li>Player, Server, Workstation 4.5 and higher
                    291:       </ul>
1.700     jsg       292:   <li>LSI Logic LSISAS2008 Fusion-MPT II
                    293:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&amp;arch=i386&amp;sektion=4"
                    294:     >mpii</a>)<sup>(A) (B) (C)</sup>
1.402     krw       295:   <li>QLogic PCI host adapters
                    296:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=i386&amp;sektion=4"
                    297:     >isp</a>)<sup>(A) (C)</sup>
                    298:   <li>Seagate/Future Domain ISA host adapters
                    299:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&amp;arch=i386&amp;sektion=4"
                    300:     >sea</a>)<sup>(A) (B) (C)</sup>
1.449     grange    301:     including:
1.130     aaron     302:     <ul>
                    303:     <li>ST01/02
                    304:     <li>Future Domain TMC-885
                    305:     <li>Future Domain TMC-950
                    306:     </ul>
1.402     krw       307:   <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI host
                    308:     adapters including generic cards, old ASUS cards, the DTC-3130
                    309:     series, and Diamond Fireport series
                    310:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=i386&amp;sektion=4"
                    311:     >siop</a>)<sup>(B) (C)</sup>
                    312:   <li>Tekram DC-300B and DC-320E (Adaptec AHA-154x clones)
                    313:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
                    314:     >aha</a>)<sup>(B) (C)</sup>
                    315:   <li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI host adapters
                    316:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;arch=i386&amp;sektion=4"
                    317:     >trm</a>)<sup>(A) (C)</sup>
                    318:   <li>Ultrastor 14f, 24f, and 34f
                    319:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;arch=i386&amp;sektion=4"
                    320:     >uha</a>)<sup>(A) (C)</sup>
                    321:   <li>WD-7000 host adapters
1.547     steven    322:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wds&amp;arch=i386&amp;sektion=4"
                    323:     >wds</a>)<sup>(A) (B) (C)</sup>
1.130     aaron     324: </ul>
1.327     miod      325:
                    326: <h4>RAID and Cache Controllers</h4>
1.130     aaron     327:
                    328: <ul>
1.555     brad      329: <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       330: <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   331:     <br>
                    332:     <font color="#b00000">
1.676     sthen     333:     Note: In the past years Adaptec has lied to us repeatedly about forthcoming
                    334:     documentation which would have allowed us to stabilize, improve and manage
                    335:     RAID support for these (rather buggy) raid controllers.<br>
1.503     grunk     336:     As a result, we do not recommend the Adaptec cards for use.</font>
1.198     aaron     337:     <ul>
1.687     grange    338:     <li>Adaptec AAC-2622, AAC-364, AAC-3642, 2130S, 2200S, 2230SLP, 2410SA, 2610SA, 2810SA, 21610SA
                    339:     <li>Dell CERC-SATA, PERC 320/DC
                    340:     <li>Dell PERC 2/QC, PERC 2/Si, PERC 3/Si, PERC 3/D
                    341:     <li>HP NetRaid-4M
                    342:     <li>IBM ServeRAID-8i/8k/8s
1.198     aaron     343:     </ul>
1.402     krw       344: <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    345:     <ul>
1.546     brad      346:     <li>ACER MegaRAID ROMB-2E
1.568     nick      347:     <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      348:     <li>FSC MegaRAID PCI Express ROMB
1.404     marco     349:     <li>Hewlett-Packard 438, 466, and T[567]
1.544     brad      350:     <li>Intel RAID Controller SROMBU42E, SRCU42X, SRCU42E, SRCU41L, SRCS16, SRCS28X, SRCZCRX
1.545     brad      351:     <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
                    352:     <li>LSI/Symbios 523 SATA, MegaRAID 150-4, MegaRAID 150-6, MegaRAID 300-4x, MegaRAID 300-8x
                    353:     <li>NEC MegaRAID PCI Express ROMB
                    354:
1.397     mickey    355:     </ul>
1.558     martin    356: <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      357: <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    358:     <ul>
                    359:     <li>Compaq Integrated Array
                    360:     <li>Compaq IAES
                    361:     <li>Compaq IDA, IDA-2
                    362:     <li>Compaq RAID LC2
                    363:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      364:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    365:     </ul>
1.511     mickey    366: <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       367: <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       368: <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    369:     <ul>
1.280     aaron     370:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
1.334     chris     371:     <li>Adaptec ATA RAID (AAR-2400A)
1.244     mickey    372:     <li>other vendors' controllers supporting I2O,
                    373:        including Intel and Mylex, but these were not tested
                    374:     </ul>
1.615     nick      375: <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     376:     <ul>
1.566     brad      377:     <li>Dell PERC 5/e, PERC 5/i
                    378:     <li>Intel RAID Controller SRCSAS18E, SRCSAS144E
1.653     fkr       379:     <li>LSI Logic MegaRAID SAS 8300XLP, MegaRAID SAS 8308ELP, MegaRAID SAS 8344ELP, MegaRAID SAS 8408E, MegaRAID SAS 8480E
1.559     marco     380:     </ul>
1.616     nick      381: <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    382:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=i386&amp;sektion=4">arc</a>),
                    383:     including: <sup>(A) (B) (C)</sup>
1.615     nick      384:    <ul>
                    385:    <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    386:    <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    387:    <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    388:    <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    389:    <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    390:    <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    391:    <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    392:    <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    393:    <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    394:    <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    395:    <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    396:    <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    397:    <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    398:    <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    399:    <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    400:    <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    401:    <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    402:    <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    403:    <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    404:    </ul>
1.679     grange    405: <li>IBM SATA/SCSI ServeRAID controllers
                    406:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ips&amp;arch=i386&amp;sektion=4">ips</a>),
                    407:     including: <sup>(A) (B) (C)</sup>
                    408:    <ul>
                    409:    <li>ServeRAID 3H/3HB/3L
                    410:    <li>ServeRAID 4H/4L/4Lx/4M/4Mx
                    411:    <li>ServeRAID 5i/5i II
                    412:    <li>ServeRAID 6i/6M
                    413:    <li>ServeRAID 7k/7M/7t
                    414:    </ul>
1.130     aaron     415: </ul>
1.327     miod      416:
                    417: <h4>CD-ROM and DVD-ROM Drives</h4>
1.130     aaron     418:
                    419: <ul>
1.402     krw       420: <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     421:     [Note: The Mitsumi driver device probe is known
                    422:     to cause trouble with several devices!]
1.402     krw       423: <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>)
                    424: <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     425: </ul>
1.402     krw       426: <p>
1.130     aaron     427: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
1.327     miod      428:
                    429: <h4>Tape Drives</h4>
1.130     aaron     430:
1.131     aaron     431: <ul>
1.402     krw       432: <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>)
                    433: <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     434: </ul>
1.327     miod      435:
                    436: <h4>Display Adapters</h4>
1.131     aaron     437:
1.130     aaron     438: <ul>
1.327     miod      439:   <li>MDA, CGA, EGA, and HGC display adapters
1.402     krw       440: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;arch=i386&amp;sektion=4">pcdisplay</a>).
1.327     miod      441:   <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
1.402     krw       442: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=i386&amp;sektion=4">vga</a>).
1.327     miod      443: </ul>
1.402     krw       444: <p>
1.327     miod      445: Note that not all of the display adapters OpenBSD/i386 supports
1.670     matthieu  446: can be used under the X Window System.
1.327     miod      447:
                    448: <h4>Serial Ports</h4>
1.130     aaron     449:
1.121     chris     450: <ul>
1.402     krw       451: <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>)
                    452: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    453: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
                    454: <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)
                    455: <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      456: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
1.402     krw       457: <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>
                    458: <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      459: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
1.402     krw       460: <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     461: </ul>
1.327     miod      462:
                    463: <h4>Parallel Ports</h4>
1.120     deraadt   464:
1.131     aaron     465: <ul>
1.402     krw       466: <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     467: </ul>
1.327     miod      468:
                    469: <h4>Communications Controllers</h4>
1.131     aaron     470:
                    471: <ul>
                    472: <li>Universal Serial Bus host controllers, including:
                    473:     <ul>
1.402     krw       474:     <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>
                    475:     <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       476:     <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     477:     </ul>
1.691     jsg       478: <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 <sup>(G)</sup>
1.131     aaron     479: </ul>
1.327     miod      480:
                    481: <h4>Ethernet Adapters</h4>
1.130     aaron     482:
                    483: <ul>
1.402     krw       484: <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>
                    485: <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>
                    486: <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>
                    487: <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>
                    488: <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)
                    489: <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>
1.691     jsg       490: <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>)
                    491: <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>) <sup>(A) (B) (C)</sup>
                    492: <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>) <sup>(G)</sup>
                    493: <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>)
1.673     jsg       494: <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.706     deraadt   495: <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>) <sup>(B)</sup>
1.691     jsg       496: <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>) <sup>(B) (C)</sup>
                    497: <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>)
1.673     jsg       498: <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.686     deraadt   499: <li>Attansic L1 10/100/Gigabit Ethernet device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=age&amp;arch=i386&amp;sektion=4">age</a>)
1.402     krw       500: <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.673     jsg       501: <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.691     jsg       502: <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>)
1.673     jsg       503: <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.691     jsg       504: <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>) <sup>(G)</sup>
                    505: <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>)
                    506: <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>)
1.402     krw       507: <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.288     miod      508: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>
1.691     jsg       509: <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>)
1.402     krw       510: <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.673     jsg       511: <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.691     jsg       512: <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>)
                    513: <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>)
                    514: <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>)
                    515: <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>) <sup>(B) (C)</sup>
1.442     mickey    516: <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.673     jsg       517: <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.691     jsg       518: <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>) <sup>(B)</sup>
1.673     jsg       519: <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.691     jsg       520: <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>) <sup>(B) (C)</sup>
1.402     krw       521: <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.538     nick      522: <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.402     krw       523: <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.530     miod      524: <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.691     jsg       525: <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>) <sup>(G)</sup>
                    526: <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>) <sup>(G)</sup>
                    527: <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>) <sup>(B)</sup> <sup>(C)</sup>
                    528: <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>) <sup>(C)</sup>
                    529: <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>) <sup>(A)</sup> <sup>(B)</sup>
1.130     aaron     530: </ul>
1.402     krw       531: <p>
1.133     aaron     532: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    533: not recommend using them, but your mileage may vary.
1.327     miod      534:
                    535: <h4>Wireless Ethernet Adapters</h4>
1.104     aaron     536:
1.130     aaron     537: <ul>
1.672     jsg       538: <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>
                    539: <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>
                    540: <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>
1.698     jmc       541: <li>Atheros IEEE 802.11a/g/n PCI/CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;arch=i386&amp;sektion=4">athn</a>) <sup>(A) (B) (C)</sup>
1.672     jsg       542: <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>
1.696     jmc       543: <li>Atheros USB IEEE 802.11a/g/n USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=otus&amp;arch=i386&amp;sektion=4">otus</a>) <sup>(G)</sup>
1.672     jsg       544: <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>
                    545: <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>
                    546: <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>
                    547: <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    548: <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       549: <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>
                    550: <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.696     jmc       551: <li>Intel Wireless WiFi Link 4965/5000/1000/6000 IEEE 802.11a/g/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       552: <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>
1.696     jmc       553: <li>Ralink Technology IEEE 802.11a/g/n 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>
1.672     jsg       554: <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>
                    555: <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>
1.696     jmc       556: <li>Ralink Technology IEEE 802.11a/g/n USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&amp;arch=i386&amp;sektion=4">run</a>) <sup>(A) (B) (C)</sup>
1.672     jsg       557: <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>
                    558: <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>
                    559: <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>
                    560: <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>
                    561: <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   562: </ul>
1.327     miod      563:
                    564: <h4>Gigabit Ethernet Adapters</h4>
1.130     aaron     565:
                    566: <ul>
1.691     jsg       567: <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>)  <sup>(A) (B) (C)</sup>
1.704     jsg       568: <li>Intel PRO/1000 based adapters
1.691     jsg       569: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=i386&amp;sektion=4">em</a>)
                    570: <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>) <sup>(A) (B) (C)</sup>
                    571: <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>)
1.692     naddy     572: <li>Broadcom BCM57xx/590x (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>) <sup>(A) (C)</sup>
1.691     jsg       573: <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>) <sup>(A) (B) (C)</sup>
                    574: <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>) <sup>(G)</sup>
                    575: <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>) <sup>(A) (B) (C)</sup>
                    576: <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>) <sup>(A) (B) (C)</sup>
                    577: <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>) <sup>(A) (B) (C)</sup>
1.130     aaron     578: </ul>
1.327     miod      579:
1.571     brad      580: <h4>10Gb Ethernet Adapters</h4>
                    581:
                    582: <ul>
1.691     jsg       583: <li>Intel 82597 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>) <sup>(A) (B) (C)</sup>
1.705     jsg       584: <li>Intel 82598/82599 PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix&amp;arch=i386&amp;sektion=4">ix</a>) <sup>(A) (B) (C)</sup>
1.691     jsg       585: <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>) <sup>(A) (B) (C)</sup>
1.632     nick      586: <li>Tehuti Networks 10Gb based PCI adapters
                    587: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
1.691     jsg       588:  <sup>(A) (B) (C)</sup>
1.571     brad      589: </ul>
                    590:
1.327     miod      591: <h4>ATM Adapters</h4>
1.130     aaron     592:
                    593: <ul>
1.288     miod      594: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
1.130     aaron     595: </ul>
1.327     miod      596:
                    597: <h4>FDDI Adapters</h4>
1.130     aaron     598:
                    599: <ul>
1.402     krw       600: <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>
                    601: <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     602: </ul>
1.327     miod      603:
                    604: <h4>WAN Adapters</h4>
1.130     aaron     605:
                    606: <ul>
1.539     brad      607: <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   608: <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   609: <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     610: </ul>
1.327     miod      611:
                    612: <h4>Cryptography Accelerators</h4>
1.130     aaron     613:
                    614: <ul>
1.402     krw       615: <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>
                    616: <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>
                    617: <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     618:     <ul>
1.377     jason     619:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
1.130     aaron     620:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt   621:     <li>NetSec 7751
1.342     jason     622:     <li>Hifn 7751 and 9751 reference boards
1.144     deraadt   623:     <li>Invertex AEON
1.127     aaron     624:     </ul>
1.402     krw       625: <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     626: </ul>
1.327     miod      627:
                    628: <a name="pcmcia"></a>
1.414     brad      629: <h4>PC Cards (PCMCIA/CardBus <sup>(B)</sup>)</h4>
1.127     aaron     630:
1.130     aaron     631: <ul>
1.163     ericj     632: <li>ATA cards
1.402     krw       633:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=i386&amp;sektion=4">wdc</a>,
                    634:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=i386&amp;sektion=4">wd</a>,
                    635:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=i386&amp;sektion=4">sd</a>,
                    636:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>), including:
1.112     aaron     637:     <ul>
1.130     aaron     638:     <li>ATA/IDE card drives
                    639:     <li>ATA/IDE CD-ROM adapters
                    640:     <li>CF/ATA flash cards and disk drives
1.112     aaron     641:     </ul>
                    642:
1.130     aaron     643: <li>Ethernet adapters, including:
1.34      johns     644:     <ul>
1.691     jsg       645:     <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
                    646:     <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>)
                    647:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=i386&amp;sektion=4">fxp</a>)
                    648:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=i386&amp;sektion=4">ne</a>)
                    649:     <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=i386&amp;sektion=4">rl</a>)
                    650:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;arch=i386&amp;sektion=4">sm</a>) <sup>(G)</sup>
                    651:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=i386&amp;sektion=4">xe</a>) <sup>(A)</sup>
1.178     aaron     652: </ul>
1.130     aaron     653:
1.182     aaron     654: <li>PCMCIA controllers, including:
                    655:     <ul>
1.402     krw       656:     <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     657:     </ul>
                    658:
                    659: <li>SCSI host adapters, including:
1.106     chris     660:     <ul>
1.402     krw       661:     <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     662:     </ul>
1.130     aaron     663:
1.145     deraadt   664: <li>Serial ports, including:
1.130     aaron     665:     <ul>
                    666:     <li>Most modems, digital cellular modems, and serial cards should work.
1.520     uwe       667:     <li>AudioVOX GSM/GPRS modems
1.551     brad      668:     <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
1.520     uwe       669:     <li>Siemens Connect2AIR GSM/GPRS modems
1.574     fkr       670:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS, AC850 GSM/GPRS/UMTS modems
1.553     jsg       671:     <li>Sony Ericsson GC75 GSM/GPRS modems
1.640     miod      672:     <li>Sony Ericsson GC89 GSM/GPRS/EDGE modems
1.85      jason     673:     </ul>
1.130     aaron     674:
1.182     aaron     675: <li>Wireless Ethernet adapters:
1.88      jason     676:     <ul>
1.182     aaron     677:     <li>See above.
1.88      jason     678:     </ul>
1.327     miod      679: </ul>
1.34      johns     680:
1.327     miod      681: <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
1.130     aaron     682:
                    683: <ul>
1.402     krw       684: <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>
                    685: <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    686: <li>USB Ethernet adapters (
                    687: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=i386&amp;sektion=4">aue</a>,
1.471     jsg       688: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>,
1.444     mickey    689: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=i386&amp;sektion=4">cue</a>,
1.445     saad      690: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>,
1.471     jsg       691: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>,
                    692: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</a>),
1.444     mickey    693: see above <sup>(G)</sup>
1.402     krw       694: <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>
                    695: <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>
                    696: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=i386&amp;sektion=4">uhub</a>)
                    697: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=i386&amp;sektion=4">ukbd</a>)
                    698: <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>)
                    699: <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>
                    700: <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>
                    701: <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   702: <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       703: <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>
                    704: <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>
                    705: <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    706: <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     707: </ul>
1.327     miod      708:
                    709: <h4>Pointing Devices <sup>(G)</sup></h4>
1.34      johns     710:
1.325     henning   711: <ul>
1.402     krw       712: <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>)
                    713: <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>)
                    714: <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     715: <li>Serial mice (uses serial port driver)
                    716: </ul>
1.327     miod      717:
                    718: <h4>Sound Devices <sup>(G)</sup></h4>
1.34      johns     719:
1.130     aaron     720: <ul>
1.664     mbalmer   721: <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    722: <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       723: <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>)
                    724: <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>)
                    725: <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>)
                    726: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                    727: <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>)
                    728: <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>)
                    729: <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>)
                    730: <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>)
                    731: <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>)
                    732: <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      733: <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    734: <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       735: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=i386&amp;sektion=4">neo</a>)
                    736: <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>)
                    737: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
                    738: <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>)
                    739: <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>)
                    740: <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>)
                    741: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;arch=i386&amp;sektion=4">ym</a>)
                    742: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=i386&amp;sektion=4">yds</a>)
                    743: <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     744: </ul>
1.327     miod      745:
1.130     aaron     746: <p>
                    747: The following drivers are not extensively tested:
                    748: <ul>
1.402     krw       749: <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      750: <li>ProAudio Spectrum (<i>pas</i>)
1.402     krw       751: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=i386&amp;sektion=4">sv</a>)
                    752: <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     753: </ul>
1.327     miod      754:
1.402     krw       755: <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     756:
1.304     mickey    757: <ul>
1.402     krw       758: <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>)
                    759: <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>)
                    760: <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>)
                    761: <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>)
                    762: <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>)
                    763: <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>)
                    764: <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>)
                    765: <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    766: </ul>
1.327     miod      767:
                    768: <h4>Miscellaneous Devices</h4>
1.304     mickey    769:
1.130     aaron     770: <ul>
1.402     krw       771: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;arch=i386&amp;sektion=4">apm</a>)
                    772: <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     773:     <ul>
1.399     mickey    774:     <li>Animation Technologies FlyVideo
1.447     jsg       775:     <li>AOpen VA1000
1.399     mickey    776:     <li>Askey/Dynalink Magic TView
1.429     mickey    777:     <li>ATI TV-Wonder and Wonder/VE
1.399     mickey    778:     <li>AverMedia cards
                    779:     <li>Hauppauge Wincast TV and WinTV/PCI
                    780:     <li>IMS TV Turbo
                    781:     <li>Intel Smart Video Recorder III
                    782:     <li>I/O DATA GV-BCTV2/PCI
1.447     jsg       783:     <li>I/O DATA GV-BCTV3/PCI
1.399     mickey    784:     <li>KISS TV/FM PCI
                    785:     <li>Leadtek Winfast TV 2000
                    786:     <li>Miro PC TV
                    787:     <li>MMAC Osprey
                    788:     <li>NEC PK-UG-X017
1.130     aaron     789:     <li>STB TV PCI Television Tuner
1.399     mickey    790:     <li>Terratec TerraTVplus
                    791:     <li>Video Highway XTreme
                    792:     <li>VideoLogic Captivator PCI
1.474     mickey    793:     <li>Zoltrix TV and Genie TV/FM
1.34      johns     794:     </ul>
1.385     david     795: <li>Hardware monitoring sensors, including: <sup>(G)</sup>
1.352     grange    796:     <ul>
1.659     cnst      797:     <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      798:     <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      799:     <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>)
                    800:     <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      801:     <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=i386&amp;sektion=4">admlc</a>)
                    802:     <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                    803:     <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=i386&amp;sektion=4">admcts</a>)
                    804:     <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=i386&amp;sektion=4">admtmp</a>)
                    805:     <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      806:     <li>Analog Devices ADM9240 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
                    807:     <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      808:     <li>Andigilog aSC7611 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=andl&amp;arch=i386&amp;sektion=4">andl</a>)
                    809:     <li>Andigilog aSC7621 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adl&amp;arch=i386&amp;sektion=4">adl</a>)
                    810:     <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
                    811:     <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      812:     <li>Dallas Semiconductor 1775 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
                    813:     <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      814:     <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      815:     <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      816:     <li>Genesys Logic GL523SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                    817:     <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      818:     <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>)
                    819:     <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>)
                    820:     <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>)
                    821:     <li>Maxim DS1617 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
                    822:     <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>)
                    823:     <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    824:     <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      825:     <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      826:     <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>)
                    827:     <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>)
                    828:     <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      829:     <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    830:     <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      831:     <li>Philips LM75A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
                    832:     <li>Philips NE1619 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                    833:     <li>SMSC 47m192 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
                    834:     <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    835:     <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      836:     <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      837:     <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    838:     <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       839:     <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      840:     <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      841:     <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      842:     <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    843:     </ul>
1.374     markus    844: <li>Hardware watchdog timer support:
                    845:     <ul>
1.525     grange    846:     <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    847:     <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    848:     <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    849:     <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   850:     <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      851:     <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    852:     </ul>
1.449     grange    853: <li>General Purpose Input/Output (GPIO) devices, including:
1.417     grange    854:     <ul>
1.419     grange    855:     <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>)
                    856:     <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    857:     <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    858:     </ul>
1.598     mbalmer   859: <li>Meinberg Funkuhren radio clocks, including:
1.597     mbalmer   860:     <ul>
1.642     mbalmer   861:     <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>)
                    862:     <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>)
                    863:     <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>)
                    864:     <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   865:     <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   866:     <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   867:     </ul>
1.130     aaron     868: </ul>
1.327     miod      869:
                    870: <h4>ISAPNP Cards</h4>
1.130     aaron     871:
1.327     miod      872: <ul>
1.402     krw       873:   <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>)
                    874:   <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     875:   <li>Nearly all Yamaha-style audio cards
1.442     mickey    876:   <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       877:   <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>)
                    878:   <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      879: </ul>
1.402     krw       880: <p>
1.288     miod      881: If a device does not work, be sure to mail the output of dmesg(8)
1.131     aaron     882: to dmesg@openbsd.org, and we will try to add support.
1.327     miod      883:
1.131     aaron     884: <p>
1.288     miod      885: <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
                    886: the GENERIC kernels, but are <b>not</b> included on the various distribution
                    887: floppies (including the cd-rom boot image).
                    888:
                    889: <p>
                    890: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                    891: floppy A.
                    892:
                    893: <p>
                    894: <sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
                    895: floppy B.
                    896:
                    897: <p>
                    898: <sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
                    899: floppy C.
1.34      johns     900:
1.304     mickey    901: <p>
1.565     tom       902: <sup>(*)</sup> Support for devices marked with (*) is not included on the
1.493     jsg       903: distribution media or in the GENERIC kernel, and will require you to compile
                    904: a custom kernel to enable it.
1.34      johns     905:
1.327     miod      906: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
1.402     krw       907:
1.327     miod      908: <p>
                    909: Unsupported hardware may be supported in the future, and your
                    910: <a href="donations.html">donation of time, hardware, or documentation</a>
                    911: can accelerate this support!
1.402     krw       912:
1.34      johns     913: <ul>
1.130     aaron     914: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                    915: <li>NCR 5380-based and 53400-based SCSI host adapters
                    916: <li>QIC-40 and QIC-80 tape drives
                    917:     (these are the tape drives that connect to the floppy disk controller)
                    918: <li>Sony and Panasonic proprietary CD-ROM interfaces
                    919: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.304     mickey    920: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
1.233     brad      921: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.134     aaron     922: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron     923: <li>Aureal Vortex sound cards
                    924: <li>Winmodems
1.130     aaron     925: <li>Infrared devices, such as commonly found on laptops
1.157     aaron     926: <li>Firewire
1.244     mickey    927: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron     928: <li>PCMCIA:
                    929:     <ul>
                    930:     <li>Memory cards
                    931:     <li>Most multifunction cards
                    932:     </ul>
1.31      deraadt   933: </ul>
                    934:
1.3       fn        935: <hr>
1.330     miod      936: <a name="multiboot"></a>
                    937: <h3><font color="#0000e0"><strong>Installation with other operating systems:
                    938: </strong></font></h3>
                    939:
                    940: <p>
                    941: OpenBSD/i386 can be installed to share the system disks with other operating
                    942: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                    943: scheme, and an optional boot selector program.
                    944: Everyday operation is trouble free, but setup requires care, and several
                    945: operating systems, such as Windows 95, are known to be careless about
                    946: pre-existing MBR information.
                    947:
                    948: <p>
                    949: Also, some laptop computers use a specific partition as suspend-to-disk
                    950: storage, which should not be clobbered.
                    951:
                    952: <p>
                    953: More details on this process can be found in the
                    954: <a href="faq/faq4.html">Installation Guide</a> and
                    955: <a href="faq/faq14.html">Disk Setup Manual</a>.
                    956:
                    957: <hr>
                    958: <a name="install"></a>
                    959: <h3><font color="#0000e0">
                    960: <strong>Getting and installing OpenBSD/i386:</strong>
                    961: </font></h3>
                    962:
1.402     krw       963: <p>
1.330     miod      964: The latest supported OpenBSD/i386 release is
1.703     sthen     965: <a href="49.html">OpenBSD 4.9</a>.
1.330     miod      966: Here are the
1.703     sthen     967: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.9/i386/INSTALL.i386">
                    968: OpenBSD/i386 4.9 installation instructions
1.330     miod      969: </a>.
                    970:
                    971: <p>
                    972: Snapshots are made available from time to time, in
                    973: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
                    974: as well as in a few
                    975: <a href="ftp.html">mirrors</a>.
                    976: Here are the
                    977: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
                    978: OpenBSD/i386 snapshot installation instructions
                    979: </a> as well.
                    980:
                    981: <p>
                    982: There are several installation media provided:
1.402     krw       983:
1.330     miod      984: <ul>
                    985:   <li><strong>CD boot</strong>
1.421     deraadt   986:   <br>
1.610     tom       987:   The CD provides an <i>El Torito</i> no-emulation boot image
                    988:   that includes almost all OpenBSD drivers.
1.330     miod      989:   This also includes minimal USB support (storage devices and keyboard).<br>
                    990:   For the latest list of drivers available on this image, take a look at the
                    991:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
                    992:   kernel configuration file.
1.703     sthen     993:   <li><strong>Floppy A</strong> (floppy49.fs)
1.421     deraadt   994:   <br>
1.330     miod      995:   This 1.44MB floppy image contains the most common drivers.
                    996:   It is designed to cover the most typical PC. As a general rule, you will
                    997:   find that the missing drivers are ones which need large microcodes to run,
1.432     nick      998:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.330     miod      999:   For the latest list of drivers available on this image, take a look at the
                   1000:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1001:   kernel configuration file.
1.703     sthen    1002:   <li><strong>Floppy B</strong> (floppyB49.fs)
1.421     deraadt  1003:   <br>
1.330     miod     1004:   This 1.44MB floppy image contains some drivers that are missing from
                   1005:   Floppy A.
                   1006:   This media is designed to help people setting up modern server type systems.
                   1007:   It contains support for pretty much all the SCSI and RAID drivers, gigabit
                   1008:   ethernet cards, and such.
                   1009:   Due to space considerations, you will find that some other drivers are
1.435     deraadt  1010:   missing. In particular, support for most PCMCIA devices is missing, the
                   1011:   MSDOS filesystem, and for really ancient hardware devices.<br>
1.330     miod     1012:   For the latest list of drivers available on this image, take a look at the
                   1013:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
                   1014:   kernel configuration file.
1.703     sthen    1015:   <li><strong>Floppy C</strong> (floppyC49.fs)
1.421     deraadt  1016:   <br>
1.415     brad     1017:   This 1.44MB floppy image contains many CardBus and PCMCIA device drivers.
1.330     miod     1018:   This media is designed for installing on laptops.
                   1019:   In most cases, one would discover that Floppy A also works, but the odd
                   1020:   laptop might benefit more from using this image.<br>
                   1021:   For the latest list of drivers available on this image, take a look at the
                   1022:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
                   1023:   kernel configuration file.
                   1024: </ul>
                   1025:
                   1026: <hr>
1.327     miod     1027: <a href="plat.html">
                   1028: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
1.449     grange   1029: </a>
1.327     miod     1030: <br>
                   1031: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.3       fn       1032: <br>
1.707   ! deraadt  1033: <small>$OpenBSD: i386.html,v 1.706 2011/10/29 16:49:12 deraadt Exp $</small>
1.3       fn       1034:
                   1035: </body>
                   1036: </html>