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

Annotation of www/i386.html, Revision 1.420

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