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

Annotation of www/i386.html, Revision 1.257

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/i386</title>
1.57      deraadt     5: <link rev="made" href="mailto:www@openbsd.org">
1.3       fn          6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/i386 page">
                      8: <meta name="keywords" content="openbsd,i386">
                      9: <meta name="distribution" content="global">
1.256     horacio    10: <meta name="copyright" content="This document copyright 1996-2001 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.39      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.117     deraadt    14: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     15: <p>
                     16: <h2><font color=#e00000>i386</font><hr></h2>
1.54      deraadt    17:
1.32      grr        18: <p>
1.54      deraadt    19: <h3><font color=#0000e0>Installation with Other Operating Systems:</font></h3>
1.46      deraadt    20: The OpenBSD/i386 port can be installed to share the system disks with
1.130     aaron      21: other operating systems such as MS-DOS, Windows or Linux using the MS-DOS
1.32      grr        22: MBR/partition scheme and an optional boot selector.  Everyday operation is
                     23: trouble free, but setup requires care and Windows '95 installation is known
                     24: to be careless about pre-existing MBR/partition information.
1.238     horacio    25: See the <a href="faq/faq4.html">Installation Guide</a> and
                     26: <a href="faq/faq14.html">Disk Setup Manual</a> for more details.
1.34      johns      27:
1.32      grr        28: <p>
1.162     deraadt    29: <h3><font color=#0000e0>Install media</font></h3>
                     30: A number of install options exist:
                     31: <ul>
                     32: <li><strong>CD boot:</strong><p>
1.216     nate       33: Booting off the CD provides an El Torito 2.88MB floppy image
1.217     nate       34: that contains almost all OpenBSD drivers.  This also includes minimal USB
                     35: support (umass and ukbd devices).<br>
1.216     nate       36: For the latest list of drivers available on this image, take a look at the
                     37: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">
                     38: RAMDISK_CD</a> config file.<p>
1.162     deraadt    39: <li><strong>Floppy A:</strong><p>
1.206     deraadt    40: This 1.44MB floppy image contains the most common drivers.  It is designed to
                     41: cover the most typical PC.  As a general rule, you will find that the missing
                     42: drivers are ones which need large microcodes to run, such as for rare scsi
1.216     nate       43: cards, gigabit ethernet cards, or RAID devices.<br>
                     44: For the latest list of drivers available on this image, take a look at the
                     45: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">
                     46: RAMDISK</a> config file.<p>
1.162     deraadt    47: <li><strong>Floppy B:</strong><p>
                     48: This 1.44MB floppy image contains the drivers that are missing on Floppy A.
1.206     deraadt    49: This media is designed to help people setting up modern server type systems.
                     50: It contains support for pretty much all the SCSI and RAID drivers, gigabit
                     51: ethernet cards, and such.  Due to space considerations, you will find that
                     52: some other drivers are missing. In particular, support for most PCMCIA devices
1.216     nate       53: are missing, as are really ancient hardware devices.<br>
                     54: For the latest list of drivers available on this image, take a look at the
                     55: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">
                     56: RAMDISKB</a> config file.<p>
1.162     deraadt    57: <li><strong>Floppy C:</strong><p>
1.206     deraadt    58: This 1.44MB floppy image contains many cardbus and pcmcia device drivers.  This
                     59: media is designed for installing on laptops.  In most cases, one would discover
1.162     deraadt    60: that Floppy A also works, but the odd laptop might benefit more from using this
1.216     nate       61: image.<br>
                     62: For the latest list of drivers available on this image, take a look at the
                     63: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">
                     64: RAMDISKC</a> config file.<p>
1.162     deraadt    65: </ul>
                     66: <p>
                     67: Use the method that works best for you.
                     68:
                     69: <p>
1.54      deraadt    70: <h3><font color=#0000e0>Binary compatibility with other Operating Systems:</font></h3>
1.46      deraadt    71: The OpenBSD/i386 port can run Linux, FreeBSD, BSD/OS,
1.44      deraadt    72: SVR4 (including Solaris), and IBCS2 binaries.
                     73:
                     74: <p>
1.54      deraadt    75: <h3><font color=#0000e0>Supported Hardware:</font></h3>
1.46      deraadt    76: The OpenBSD/i386 port works across a broad range of standard PC's and clones,
1.229     miod       77: with a wide variety of processors and I/O bus architectures.  It can be expected
1.53      todd       78: to install and run with minimal difficulty on most current products.
1.32      grr        79: The cases where problems may be encountered are typically older proprietary
                     80: PC's, Laptops or specialized server boxes that rely on a custom BIOS to paper
                     81: over implementation differences.
1.34      johns      82:
1.32      grr        83: <p>
1.117     deraadt    84: OpenBSD does not currently support multiple processors (SMP), but will run
                     85: using one processor on a multi-processor system board.
1.34      johns      86:
1.31      deraadt    87: <p>
1.117     deraadt    88: Most laptops are supported.  We have <a href=i386-laptop.html>a page</a>
                     89: that details the specifics of most common laptops.
                     90:
                     91: <p>
1.182     aaron      92: The list of supported hardware is relevant to OpenBSD-current. It will
                     93: differ slightly from the support provided in the latest release version.
                     94:
                     95: <p>
1.117     deraadt    96: <hr>
                     97:
1.130     aaron      98: <b>Processors</b><p>
                     99: All CPU chips compatible with the Intel 80386 (i386) architecture:
1.31      deraadt   100: <ul>
1.130     aaron     101: <li>386/486 (SX/DX/DX2/DX4)
1.106     chris     102: <li>Intel Pentium/Pentium-MMX
1.143     deraadt   103: <li>Intel Pentium Pro/II/III/Celeron/Xeon
1.207     chris     104: <li>Intel Pentium IV
1.143     deraadt   105: <li>AMD 6x86
1.130     aaron     106: <li>AMD K5/K6/K6-2/K6-3
1.199     brad      107: <li>AMD Athlon/Duron
1.130     aaron     108: <li>Cyrix MediaGX/M1/M2
1.207     chris     109: <li>VIA Cyrix III
1.130     aaron     110: <li>Rise mP6
                    111: <li>IDT WinChip
                    112: <li>NexGen 586
1.208     deraadt   113: <li>Transmeta TMS3200, TMS5400, TMS5600
1.130     aaron     114: </ul>
                    115: Everything that is a clone of the 386 or up should work fine.
                    116: The only CPU that is known to work poorly (due to flawed motherboard designs)
                    117: is the Cyrix 386DLC.
                    118: <p>
                    119:
                    120: <b>Buses</b><p>
                    121: <ul>
1.229     miod      122: <li> All standard ISA, EISA, VLB, and PCI bus based machines, including:<br>
1.139     deraadt   123:      <ul>
                    124:      <li>Intel 450GX/KX based machines.
1.229     miod      125:      <li>Intel 450NX based machines.
                    126:      <li>ServerWorks chipset-based machines.
1.139     deraadt   127:      </ul>
                    128:      (We just had to mention those last three, since they are the hardest to support).
                    129:     <br>
1.130     aaron     130: <li> Both 16-Bit PCMCIA PC Cards and newer 32-Bit CardBus support.
                    131: <li> Universal Serial Bus (USB).
1.106     chris     132: </ul>
1.130     aaron     133: The MCA bus found in various official IBM PCs is not supported.
1.120     deraadt   134: <p>
                    135:
1.151     aaron     136: <b>Bus interfaces</b><p>
                    137: <ul>
                    138: <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
1.222     deraadt   139: <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&sektion=4">cbb</a>)
1.151     aaron     140: </ul>
                    141: <p>
                    142:
1.176     deraadt   143: <b>Entropy sources</b><p>
                    144: <ul>
                    145: <li>Interrupt latency collection from many devices.
1.207     chris     146: <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
1.176     deraadt   147: </ul>
                    148: <p>
                    149:
1.130     aaron     150: <b>Disk Controllers</b><p>
                    151: <ul>
1.131     aaron     152: <li> Floppy controllers
                    153: <li> ISA MFM, ESDI, IDE, and RLL hard disk controllers
1.130     aaron     154: </ul>
                    155: <p>
                    156:
1.163     ericj     157: <b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)<p>
1.130     aaron     158: <ul>
1.253     chris     159: <li>Acard ATP850, ATP860
1.130     aaron     160: <li>Acer Labs M5229
1.207     chris     161: <li>Advanced Micro Devices 756, 766
1.146     chris     162: <li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
1.130     aaron     163: <li>Contaq Microsystems/Cypress CY82C693
1.227     chris     164: <li>HighPoint HPT366, HPT370
1.130     aaron     165: <li>Intel PIIX, PIIX3, and PIIX4
1.207     chris     166: <li>Intel 82801 (ICH/ICH0/ICH2)
1.253     chris     167: <li>OPTi 82c621
                    168: <li>Promise PDC20246, PDC20262, PDC20265, PDC20267
1.229     miod      169: <li>Silicon Integrated System 5513 (5597/5598)
1.251     csapuntz  170: <li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B
1.130     aaron     171: </ul>
                    172: Any other PCI IDE-compliant controller should work, but those
1.207     chris     173: not specifically listed may not be capable of DMA modes.
1.130     aaron     174: <p>
                    175:
                    176: <b>SCSI Host Adapters</b><p>
                    177: <ul>
1.229     miod      178: <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP, AHA-1640 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4">aha</a>)
1.163     ericj     179: <li>Adaptec AHA-174x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&sektion=4">ahb</a>)
                    180: <li>Adaptec AIC-6260 and AIC-6360 based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4">aic</a>), including the
1.130     aaron     181:     Adaptec AHA-152x and the SoundBlaster SCSI host adapter.
                    182:     (Note that you cannot boot from these boards if they do not have
                    183:     a boot ROM; only the AHA-152x and motherboards using this chip
1.229     miod      184:     are likely to be bootable, consequently).
1.130     aaron     185: <li>Adaptec AIC-7770-based SCSI host adapters (including the
1.163     ericj     186:     Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
1.130     aaron     187: <li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
1.163     ericj     188:     AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
1.138     deraadt   189: <li>Adaptec AHA-[23]9[34]xU[2W] cards and on-board PCI designs using the
1.163     ericj     190:     AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
1.136     deraadt   191: <li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
1.163     ericj     192:     which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>)
1.229     miod      193: <li>AdvanSys "U", "UW", "U2W" and "U160" PCI SCSI controllers including the
1.221     aaron     194:     ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&sektion=4">adw</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&sektion=4">adv</a>)
1.229     miod      195: <li>AMD Am53c974 PCscsi-PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&sektion=4">pcscp</a>), including:
                    196:     <ul>
                    197:     <li>Tekram DC-390
                    198:     </ul>
                    199: <li>Buslogic BT-54x (Adaptec AHA-154x clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4">aha</a>)
1.204     deraadt   200: <li>BusLogic 445, 74x, 9xx (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bt&sektion=4">bt</a>) (but not the new "FlashPoint" series
                    201:     of BusLogic SCSI adapters)
1.226     krw       202: <li>Initio INIC-940 and INIC-950 based PCI SCSI host adapters including the Initio INI-9090U and INI-9100U/UW,
                    203:      and the Iwill 2935UW. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4">iha</a>)
1.221     aaron     204: <li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>)
1.229     miod      205: <li>Seagate/Future Domain ISA SCSI adapter cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">sea</a>), including:
1.130     aaron     206:     <ul>
                    207:     <li>ST01/02
                    208:     <li>Future Domain TMC-885
                    209:     <li>Future Domain TMC-950
                    210:     </ul>
1.229     miod      211: <li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host adapters
1.221     aaron     212:     (Including generic/no name cards, old ASUS cards, the DTC-3130 series,
                    213:     Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.229     miod      214: <li>Tekram DC-300B and DC-320E (Adaptec AHA-154x clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4">aha</a>)
                    215: <li>Ultrastor 14f, 24f, and 34f (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">uha</a>)
1.145     deraadt   216: <li>WD-7000 SCSI host adapters (<i>wds</i>)
1.130     aaron     217: </ul>
                    218: <p>
                    219:
1.171     aaron     220: <b>RAID and Cache Controllers</b><p>
1.130     aaron     221: <ul>
1.237     deraadt   222: <li>ICP-Vortex GDT 6<i>xxx</i>R[DNPS] series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt</a>)
1.198     aaron     223: <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac</a>), including:
                    224:     <ul>
                    225:     <li>Adaptec AAC-2622, AAC-364, AAC-3642
1.229     miod      226:     <li>Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, PERC 3/QC
1.198     aaron     227:     <li>HP NetRAID-4M
                    228:     </ul>
1.244     mickey    229: <li>American Megatrends Inc. MegaRAID controllers in &quot;Mass Storage&quot; mode (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ami&sektion=4">ami</a>)
1.237     deraadt   230: <li>3ware Escalade 3W-5x000 and 3W-6x000 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4">twe</a>)
1.196     aaron     231: <li>Compaq Smart ARRAY RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&sektion=4">cac</a>), including:
1.193     mickey    232:     <ul>
                    233:     <li>Compaq Integrated Array
                    234:     <li>Compaq IAES
                    235:     <li>Compaq IDA, IDA-2
                    236:     <li>Compaq RAID LC2
                    237:     <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
1.229     miod      238:     <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
1.193     mickey    239:     </ul>
1.229     miod      240: <li>DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&sektion=4">dpt</a>)
1.244     mickey    241: <li><a href="http://www.intelligent-io.com/">I2O</a> adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&sektion=4">iop</a>), including:
                    242:     <ul>
                    243:     <li>Adaptec SCSI RAID (ASR-2100S, ASR-3200S, etc.)
                    244:     <li>American Megatrends Inc. MegaRAID controllers (in I2O mode)
                    245:     <li>other vendors' controllers supporting I2O,
                    246:        including Intel and Mylex, but these were not tested
                    247:     </ul>
1.130     aaron     248: </ul>
                    249: <p>
                    250:
                    251: <b>CD-ROM and DVD-ROM Drives</b><p>
                    252: <ul>
1.163     ericj     253: <li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">mcd</a>) <sup>(1) (2)</sup>
1.130     aaron     254:     [Note: The Mitsumi driver device probe is known
                    255:     to cause trouble with several devices!]
1.163     ericj     256: <li>Most SCSI CD-ROM, CD-R, CD-RW, and DVD drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd</a>)
                    257: <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, and DVD drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd</a>)
1.130     aaron     258: </ul>
                    259: Sony and Panasonic proprietary CD-ROM interfaces are not supported.
                    260: <p>
                    261:
1.131     aaron     262: <b>Tape Drives</b>
                    263: <ul>
1.163     ericj     264: <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st</a>)
                    265: <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&sektion=4">ch</a>)
1.131     aaron     266: <li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
1.163     ericj     267:     tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wt&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">wt</a>) <sup>(1) (2)</sup>
1.131     aaron     268: </ul>
                    269: <p>
                    270:
1.130     aaron     271: <b>Display Adapters</b><p>
                    272: <ul>
                    273: <li>MDA, CGA, EGA, VGA, SVGA, and HGC Display Adapters
                    274: </ul>
                    275: Note that not all of the display adapters OpenBSD/i386
                    276: can work with are supported by X.
                    277: (See the <A HREF="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information.)
                    278: <p>
                    279:
                    280: <b>Serial Ports</b><p>
1.121     chris     281: <ul>
1.163     ericj     282: <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
                    283: <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
                    284: <li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
                    285: <li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&sektion=4">pccom</a> driver)
                    286: <li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&sektion=4">ast</a>) <sup>(1)</sup>
1.131     aaron     287: <li>BOCA 8-port serial cards (<i>boca</i>) <sup>(1)</sup>
1.163     ericj     288: <li>Cyclades Cyclom-{4, 8, 16}Y serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cy&sektion=4">cy</a>) <sup>(1)</sup>
1.257   ! nate      289: <li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&sektion=4">cz</a>) <sup>(1)</sup>
1.131     aaron     290: <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(1)</sup>
1.250     jason     291: <li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&sektion=4">addcom</a>) <sup>(1)</sup>
1.121     chris     292: </ul>
1.120     deraadt   293: <p>
                    294:
1.130     aaron     295: <b>Parallel Ports</b><p>
1.131     aaron     296: <ul>
1.240     jbm       297: <li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">lpt</a>)
1.131     aaron     298: </ul>
                    299: <p>
                    300:
                    301: <b>Communications Controllers</b><p>
                    302: <ul>
                    303: <li>Universal Serial Bus host controllers, including:
                    304:     <ul>
1.163     ericj     305:     <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci</a>)
                    306:     <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>)
1.131     aaron     307:     </ul>
1.229     miod      308: <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&sektion=4">puc</a>), providing serial (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>) and parallel (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">lpt</a>) children, including:
1.131     aaron     309:     <ul>
                    310:     <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
                    311:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    312:     <li>SIIG Cyber 4S PCI (quad serial)
                    313:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    314:     <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
                    315:     <li>VScom PCI-800 (8 port serial, probably OEM)
1.242     espie     316:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
1.152     jufi      317:     <li>US Robotics 3CP5609 PCI (modem)
                    318:     <li>Lava Computers 2SP-PCI (parallel port)
                    319:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    320:     <li>NEC PK-UG-X008 (serial)
                    321:     <li>NEC PK-UG-X001 K56flex PCI (modem)
1.161     deraadt   322:     <li>Koutech IOFLEX-2S (dual serial)
1.131     aaron     323:     </ul>
                    324: </ul>
                    325: <p>
1.130     aaron     326:
                    327: <b>Ethernet Adapters</b><p>
                    328: <ul>
1.163     ericj     329: <li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&sektion=4">el</a>)
                    330: <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&sektion=4">ec</a>)
                    331: <li>3Com 3c505 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&sektion=4">eg</a>) <sup>(1)</sup>
                    332: <li>3Com 3c507 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">ie</a>)
                    333: <li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>)
                    334: <li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4">ef</a>)
                    335: <li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl</a>), including:
1.130     aaron     336:     <ul>
1.170     aaron     337:     <li>3Com 3c900/3c900B PCI adapters
                    338:     <li>3Com 3c905/3c905B/3c905C PCI adapters
                    339:     <li>3Com 3c980/3c980C server adapters
1.229     miod      340:     <li>3Com 3cSOHO adapter
                    341:     <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
1.170     aaron     342:     <li>3Com 3c555/3c556/3c556B MiniPCI adapters
1.130     aaron     343:     <li>Dell on-board 3c920
                    344:     <li>Dell Precision on-board 3c905B
                    345:     <li>Dell OptiPlex GX1 on-board 3c918
                    346:     <li>Dell Latitude laptop docking station embedded 3c905
                    347:     </ul>
                    348:
1.230     aaron     349: <li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&sektion=4">txp</a>), including:
                    350:     <ul>
                    351:     <li>3CR990-TX-95
                    352:     <li>3CR990-TX-97
                    353:     <li>3CR990-SVR95
                    354:     <li>3CR990-SVR97
                    355:     </ul>
                    356:
1.163     ericj     357: <li>Adaptec "Starfire" AIC-6915 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf&sektion=4">sf</a>), including:
1.130     aaron     358:     <ul>
                    359:     <li>Adaptec Single32 ANA-69011
1.229     miod      360:     <li>Adaptec Single64 ANA-62011 and ANA-62020
1.130     aaron     361:     <li>Adaptec Duo64 ANA-62022
                    362:     <li>Adaptec Quartet64 ANA-62044
                    363:     </ul>
                    364:
1.163     ericj     365: <li>ADMtek AL981 ("Comet") and AN983 ("Centaur-P") based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
1.130     aaron     366:     <ul>
1.185     aaron     367:     <li>Accton EN2242 MiniPCI
1.186     aaron     368:     <li>Linksys LNE100TX v4.x
1.130     aaron     369:     <li>Mototech ME316
                    370:     </ul>
                    371:
1.163     ericj     372: <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">aue</a>), including:
1.130     aaron     373:     <ul>
1.229     miod      374:     <li>Billionton Systems USB100
                    375:     <li>Corega FEther USB-TX
                    376:     <li>D-Link DSB-650TX
1.130     aaron     377:     <li>LinkSys USB100TX
1.255     aaron     378:     <li>Melco Inc. LUA-TX
1.229     miod      379:     <li>SMC 2202USB
1.166     aaron     380:     <li>Kingston KNU101TX
1.130     aaron     381:     </ul>
                    382:
1.163     ericj     383: <li>AMD LANCE and PCnet-based ISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4">le</a>), including:
1.130     aaron     384:     <ul>
                    385:     <li>Novell NE1500T
                    386:     <li>Novell NE2100
                    387:     <li>Kingston 21xx
                    388:     </ul>
                    389:
1.163     ericj     390: <li>AMD LANCE and PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">le</a>), including:
1.130     aaron     391:     <ul>
                    392:     <li> BOCALANcard/PCI
                    393:     <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    394:     </ul>
                    395:
1.163     ericj     396: <li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
1.130     aaron     397:     <ul>
1.229     miod      398:     <li>CNet Pro110B
1.130     aaron     399:     <li>Alfa Inc. GFC2204
                    400:     </ul>
                    401:
1.163     ericj     402: <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>), including:
1.130     aaron     403:     <ul>
                    404:     <li>CATC Netmate and Netmate II
1.231     aaron     405:     <li>Belkin F5U111
1.130     aaron     406:     </ul>
1.120     deraadt   407:
1.171     aaron     408: <li>Davicom DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    409:     <ul>
                    410:     <li>Jaton XpressNet
                    411:     </ul>
                    412:
1.249     niklas    413: <li>DEC EtherWORKS III cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&sektion=4">lc</a>), including:
                    414:     <ul>
                    415:     <li>DE203
                    416:     <li>DE204
                    417:     <li>DE205
                    418:     </ul>
                    419:
1.163     ericj     420: <li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>), including:
1.130     aaron     421:     <ul>
1.229     miod      422:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
1.130     aaron     423:     <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
1.229     miod      424:     <li>Znyx ZX3<i>xx</i>
                    425:     <li>Cogent EM100FX and EM440TX
                    426:     <li>Digital PCI DE435, EISA DE425, DE450, DE500
                    427:     <li>Asante
1.130     aaron     428:     <li>Almost all other variants work.
                    429:     </ul>
1.128     niklas    430:
1.163     ericj     431: <li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>) including:
1.130     aaron     432:    <ul>
                    433:    <li>Adaptec ANA-6944A
                    434:    <li>Cogent EM400
                    435:    <li>Compex 400TX
                    436:    <li>Znyx ZX346
                    437:    </ul>
1.34      johns     438:
1.163     ericj     439: <li>Intel EtherExpress 16 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">ie</a>)
1.34      johns     440:
1.130     aaron     441: <li>Intel EtherExpress PRO/10 ISA (<i>ex</i>)
1.34      johns     442:
1.163     ericj     443: <li>Intel i8255x-based (except the i82556) PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp</a>), including:
1.102     deraadt   444:     <ul>
1.233     brad      445:     <li>Intel EtherExpress PRO/10+
1.130     aaron     446:     <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
                    447:     <li>Intel EtherExpress PRO/100+ "Management Adapter"
                    448:     <li>Intel EtherExpress PRO/100 Dual Port
1.102     deraadt   449:     </ul>
1.130     aaron     450:
1.163     ericj     451: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>), including:
1.89      fgsch     452:     <ul>
1.130     aaron     453:     <li>3Com 3C19250
1.168     aaron     454:     <li>3Com 3c460 HomeConnect
                    455:     <li>ADS Technologies USB-10BT
                    456:     <li>Aox USB101
                    457:     <li>ATen UC10T
                    458:     <li>Corega USB-T
                    459:     <li>D-Link DSB-650
                    460:     <li>Entegra NET-USB-E45
                    461:     <li>Kawasaki USB101
1.130     aaron     462:     <li>LinkSys USB10T
1.229     miod      463:     <li>Netgear EA101
1.191     deraadt   464:     <li>Peracom USB
1.130     aaron     465:     <li>SMC 2102/2104USB
1.191     deraadt   466:     <li>I/O Data USB-ET/T
1.89      fgsch     467:     </ul>
1.130     aaron     468:
1.163     ericj     469: <li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
1.89      fgsch     470:     <ul>
1.229     miod      471:     <li>Kingston KNE110TX
1.130     aaron     472:     <li>LinkSys LNE100TX
                    473:     <li>Matrox Networks FastNIC 10/100
1.229     miod      474:     <li>Netgear FA310TX
1.89      fgsch     475:     </ul>
1.130     aaron     476:
1.163     ericj     477: <li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
1.89      fgsch     478:     <ul>
1.185     aaron     479:     <li>Accton EN1217
1.130     aaron     480:     <li>Addtron AEF-320TX/AEF-330TX
1.229     miod      481:     <li>NDC Communications SOHOware SFA110A
1.131     aaron     482:     <li>SVEC PN102-TX Fast Ethernet card
1.115     deraadt   483:     </ul>
1.130     aaron     484:
1.163     ericj     485: <li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis</a>), including:
1.149     aaron     486:     <ul>
1.167     aaron     487:     <li>NetGear FA311
                    488:     <li>NetGear FA312
1.149     aaron     489:     </ul>
                    490:
1.163     ericj     491: <li>Novell NE1000, NE2000 (ISA, PCI, and PCMCIA variants thereof) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne</a>)
1.130     aaron     492:
1.163     ericj     493: <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl</a>), including:
1.115     deraadt   494:     <ul>
1.130     aaron     495:     <li>Accton MPX 5030/5038
                    496:     <li>Allied Telesyn AT2550
1.239     mickey    497:     <li>D-Link DFE530TX
1.184     aaron     498:     <li>D-Link DFE530TX+
1.173     aaron     499:     <li>D-Link DFE538TX
1.130     aaron     500:     <li>Encore ENL832-TX 10/100 M PCI
                    501:     <li>Genius GF100TXR
                    502:     <li>KTX-9130TX 10/100 Fast Ethernet
                    503:     <li>Longshine LCS-8038TX-R
                    504:     <li>NDC NE100TX-E
                    505:     <li>Netronix EA-1210 Net Ether 10/100
1.229     miod      506:     <li>Nortel BayStack 21
1.130     aaron     507:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    508:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.89      fgsch     509:     </ul>
1.130     aaron     510:
1.163     ericj     511: <li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis</a>), including:
1.106     chris     512:     <ul>
1.130     aaron     513:     <li>Mototech ME313
1.149     aaron     514:     <li>NetSurf NS-KFE30D
1.106     chris     515:     </ul>
1.110     aaron     516:
1.163     ericj     517: <li>SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&sektion=4">we</a>)
1.130     aaron     518:
1.163     ericj     519: <li>SMC/WD 8216 (the SMC "Elite16 Ultra" ISA boards)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&sektion=4">we</a>) (See special care notice in <A HREF="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">INSTALL.i386</A>)
1.130     aaron     520:
1.163     ericj     521: <li>SMC 8416 ("EtherEZ") PNP cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&sektion=4">we</a>)
1.110     aaron     522:
1.163     ericj     523: <li>SMC 9432 ("EtherPower II") EPIC 10/100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&sektion=4">tx</a>)
1.127     aaron     524:
1.163     ericj     525: <li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste</a>), including:
1.100     jason     526:     <ul>
1.130     aaron     527:     <li>D-Link DFE-550TX
1.100     jason     528:     </ul>
                    529:
1.163     ericj     530: <li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl</a>), including:
1.34      johns     531:     <ul>
1.130     aaron     532:     <li>Compaq Netelligent PCI Adapters
                    533:     <li>Compaq NetFlex 3/P
                    534:     <li>Compaq Deskpro integrated adapter
                    535:     <li>Compaq Prosignia integrated adapter
                    536:     <li>Olicom OC2135, OC2183, OC2325, OC2326
                    537:     <li>Racore 8165 and 8148
                    538:     <li>TI ThunderLAN adapters
1.34      johns     539:     </ul>
                    540:
1.163     ericj     541: <li>VIA Rhine/RhineII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr</a>), including:
1.34      johns     542:     <ul>
1.130     aaron     543:     <li>Addtron AEF-360TX
                    544:     <li>Hawking PN102TX
                    545:     <li>D-Link DFE530TX
1.34      johns     546:     </ul>
                    547:
1.163     ericj     548: <li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&sektion=4">wb</a>), including:
1.104     aaron     549:     <ul>
1.130     aaron     550:     <li>Trendware TE100-PCIE
                    551:     <li>Compex RL100-ATX 10/100
1.104     aaron     552:     </ul>
1.130     aaron     553: </ul>
1.133     aaron     554: Please be aware that many NE2000 adapters fail or perform very poorly. We do
                    555: not recommend using them, but your mileage may vary.
                    556: <p>
1.104     aaron     557:
1.130     aaron     558: <b>Wireless Ethernet Adapters</b><p>
                    559: <ul>
1.163     ericj     560: <li>Aironet 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an</a>)
                    561: <li>RayLink Aviator2.4/Pro 802.11FH PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4">ray</a>)
1.245     millert   562: <li>WaveLAN 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
1.192     mickey    563: <li>Addtron AWP-100 802.11DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
1.245     millert   564: </ul>
1.130     aaron     565: </ul>
                    566: <p>
                    567:
                    568: <b>Gigabit Ethernet Adapters</b><p>
                    569: <ul>
1.163     ericj     570: <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti</a>), including:
1.130     aaron     571:     <ul>
1.190     jason     572:     <li>3Com 3c985 and 3c985B
                    573:     <li>Alteon ACEnic V (fiber and copper)
1.229     miod      574:     <li>Digital EtherWORKS 1000SX
                    575:     <li>Farallon PN9000SX
1.190     jason     576:     <li>Netgear GA620 and GA620T
1.130     aaron     577:     <li>SGI Tigon
                    578:     </ul>
                    579:
1.163     ericj     580: <li>Intel i82452-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wx&sektion=4">wx</a>), including:
1.127     aaron     581:     <ul>
1.130     aaron     582:     <li>Intel Pro/1000 Gigabit Server Adapter
1.127     aaron     583:     </ul>
                    584:
1.243     nate      585: <li>National Semiconductor DP83820 and DP83821 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&sektion=4">nge</a>), including:
                    586:     <ul>
1.252     nate      587:     <li>Addtron AEG320T
                    588:     <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
                    589:     <li>D-Link DGE-500T
                    590:     <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
                    591:     <li>Netgear GA622T
                    592:     <li>SMC EZ Card 1000 (SMC9462TX)
                    593:     <li>Surecom Technology EP-320G-TX
1.243     nate      594:     </ul>
                    595:
1.163     ericj     596: <li>SysKonnect SK-984x (9841/9842/9843/9844) based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&sektion=4">sk</a>)
1.130     aaron     597: </ul>
                    598:
                    599: <b>ATM Adapters</b><p>
                    600: <ul>
1.135     aaron     601: <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(1)</sup>
1.130     aaron     602: </ul>
                    603: <p>
                    604:
                    605: <b>FDDI Adapters</b><p>
                    606: <ul>
1.240     jbm       607: <li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&sektion=4">fea</a>)
1.163     ericj     608: <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&sektion=4">fpa</a>)
1.130     aaron     609: </ul>
                    610: <p>
                    611:
                    612: <b>WAN Adapters</b><p>
                    613: <ul>
1.163     ericj     614: <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc</a>)
1.130     aaron     615: </ul>
                    616: <p>
                    617:
                    618: <b>Cryptography Accelerators</b><p>
                    619: <ul>
1.236     jason     620: <li>Broadcom Bluesteelnet uBsec 5501, 5601, 5805, 5820 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec</a>)
1.248     brad      621: <li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>), including:
1.127     aaron     622:     <ul>
1.130     aaron     623:     <li>GTGI PowerCrypt Encryption Accelerator
1.144     deraadt   624:     <li>NetSec 7751
1.248     brad      625:     <li>Hifn reference board
1.144     deraadt   626:     <li>Invertex AEON
1.127     aaron     627:     </ul>
1.130     aaron     628: </ul>
                    629: <p>
1.127     aaron     630:
1.189     jufi      631: <a name="pcmcia"></a>
1.130     aaron     632: <b>PC Cards (PCMCIA and CardBus)</b><p>
                    633: <ul>
1.163     ericj     634: <li>ATA cards
                    635:        (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc</a>,
                    636:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4">wd</a>,
                    637:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd</a>,
                    638:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd</a>), including:
1.112     aaron     639:     <ul>
1.130     aaron     640:     <li>ATA/IDE card drives
                    641:     <li>ATA/IDE CD-ROM adapters
                    642:     <li>CF/ATA flash cards and disk drives
1.112     aaron     643:     </ul>
                    644:
1.130     aaron     645: <li>Ethernet adapters, including:
1.34      johns     646:     <ul>
1.183     aaron     647:     <li>3Com EtherLink (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>) and EtherLink XL-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl</a>) LAN PC Cards, including:
1.178     aaron     648:         <ul>
                    649:         <li>3Com 3C556, 3C562
                    650:         <li>3Com 3C574TX, 3C[CX]FE574BT
                    651:         <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
                    652:         <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
                    653:         <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
                    654:         </ul>
                    655:
                    656:     <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
                    657:         <ul>
                    658:         <li>ADMtek AN985 Centaur-C CardBus
                    659:         <li>IBM EtherJet 10/100 CardBus
1.254     aaron     660:        <li>Linksys PCMPC200 CardBus 10/100
1.228     aaron     661:        <li>SMC EZ CardBus 10/100
1.178     aaron     662:         <li>Xircom X3201 CardBus adapters, including RealPort models
                    663:         </ul>
                    664:
                    665:     <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp</a>), including:
                    666:         <ul>
                    667:         <li>Intel PRO/100 CardBus II
                    668:         </ul>
                    669:
                    670:     <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne</a>), including:
                    671:         <ul>
                    672:         <li>Accton EN2216
                    673:         <li>AmbiCom AMB8002T
                    674:         <li>D-Link DE-650, DE-660
                    675:         <li>Genius ME 3000II SE
                    676:         <li>Hawking PN650TX
                    677:         <li>IC-Card
                    678:         <li>Kingston KNE-PC2
                    679:         <li>Linksys PCMPC100, EC2T Combo
                    680:         <li>NDC Instant-Link
                    681:         <li>Netgear FA410TX
                    682:         <li>Network Everywhere NP10T
1.224     aaron     683:        <li>New Media LiveWire 10/100
1.178     aaron     684:         </ul>
                    685:
1.179     aaron     686:     <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&sektion=4">sm</a>), including:
                    687:         <ul>
                    688:         <li>Megahertz XJEM1144, CC10BT
                    689:         <li>SMC EtherEZ 8020BT
                    690:         </ul>
                    691:
1.178     aaron     692:     <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&sektion=4">xe</a>), including:
                    693:         <ul>
                    694:         <li>Xircom CreditCard CE2
                    695:         </ul>
                    696: </ul>
1.130     aaron     697:
1.182     aaron     698: <li>PCMCIA controllers, including:
                    699:     <ul>
                    700:     <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&sektion=4">pcic</a>)
                    701:     </ul>
                    702:
                    703: <li>SCSI host adapters, including:
1.106     chris     704:     <ul>
1.182     aaron     705:     <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4">aic</a>)
1.34      johns     706:     </ul>
1.130     aaron     707:
1.145     deraadt   708: <li>Serial ports, including:
1.130     aaron     709:     <ul>
                    710:     <li>Most modems, digital cellular modems, and serial cards should work.
1.85      jason     711:     </ul>
1.130     aaron     712:
1.182     aaron     713: <li>Wireless Ethernet adapters:
1.88      jason     714:     <ul>
1.182     aaron     715:     <li>See above.
1.88      jason     716:     </ul>
1.34      johns     717:
1.130     aaron     718: </ul>
                    719: <p>
                    720:
1.131     aaron     721: <b>Universal Serial Bus (USB) Devices</b><p>
1.130     aaron     722: <ul>
1.163     ericj     723: <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4">uaudio</a>)
1.182     aaron     724: <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4">urio</a>)
1.163     ericj     725: <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4">aue</a>,
                    726:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>,
                    727:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>),
                    728:                        see above
1.182     aaron     729: <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4">uhid</a>)
1.169     aaron     730: <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=4">uvisor</a>)
1.240     jbm       731: <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&sektion=4">uhub</a>)
1.214     aaron     732: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
                    733: <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&sektion=4">umass</a>)
                    734: <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umouse&sektion=4">umouse</a>)
1.182     aaron     735: <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4">umodem</a>)
                    736: <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&sektion=4">ulpt</a>)
1.209     aaron     737: <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&sektion=4">usscanner</a>)
1.210     aaron     738: <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl</a>)
1.212     aaron     739: <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&sektion=4">uyap</a>)
1.130     aaron     740: </ul>
                    741: <p>
1.34      johns     742:
1.130     aaron     743: <b>Pointing Devices</b><p>
                    744: <ul>
1.240     jbm       745: <li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">lms</a>) <sup>(1) (2)</sup>
                    746: <li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">mms</a>) <sup>(1) (2)</sup>
                    747: <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">pms</a>) <sup>(1) (2)</sup>
1.130     aaron     748: <li>Serial mice (uses serial port driver)
                    749: </ul>
                    750: <p>
1.34      johns     751:
1.130     aaron     752: <b>Sound Devices</b><p>
                    753: <ul>
1.182     aaron     754: <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4">cmpci</a>) <sup>(1) (2)</sup>
                    755: <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs</a>) <sup>(1) (2)</sup>
1.203     aaron     756: <li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&sektion=4">clct</a>) <sup>(1) (2)</sup>
1.163     ericj     757: <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>) <sup>(1) (2)</sup>
                    758: <li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&sektion=4">ess</a>) <sup>(1) (2)</sup>
                    759: <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4">eso</a>) <sup>(1) (2)</sup>
1.202     espie     760: <li>ESS Maestro 1, 2 and 2E and clones, NOT Maestro 3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&sektion=4">maestro</a>) <sup>(1) (2)</sup>
1.182     aaron     761: <li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&sektion=4">fms</a>) <sup>(1) (2)</sup>
                    762: <li>Gravis Ultrasound and Ultrasound Max (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gus&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">gus</a>) <sup>(1) (2)</sup>
1.200     mickey    763: <li>Intel i810/i820 and 440MX AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich</a>) <sup>(1) (2)</sup>
1.163     ericj     764: <li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4">neo</a>) <sup>(1) (2)</sup>
1.182     aaron     765: <li>SoundBlaster ISA cards and 100% compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">sb</a>) <sup>(1) (2)</sup>
1.222     deraadt   766: <li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>) <sup>(1) (2)</sup>
1.163     ericj     767: <li>VIA VT82C686A SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia</a>) <sup>(1) (2)</sup>
1.182     aaron     768: <li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&sektion=4">ym</a>) <sup>(1) (2)</sup>
1.225     aaron     769: <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&sektion=4">yds</a>) <sup>(1) (2)</sup>
1.130     aaron     770: </ul>
                    771: <p>
                    772: The following drivers are not extensively tested:
                    773: <ul>
1.182     aaron     774: <li>Personal Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pss&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">pss</a>) <sup>(1) (2)</sup>
                    775: <li>ProAudio Spectrum (<i>pas</i>) <sup>(1) (2)</sup>
1.163     ericj     776: <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&sektion=4">sv</a>) <sup>(1) (2)</sup>
                    777: <li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">wss</a>) <sup>(1) (2)</sup>
1.130     aaron     778: </ul>
                    779: <p>
1.34      johns     780:
1.130     aaron     781: <b>Miscellaneous Devices</b><p>
                    782: <ul>
1.163     ericj     783: <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4">apm</a>)
                    784: <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&sektion=4">bktr</a>) <sup>(1) (2)</sup>, including:
1.130     aaron     785:     <ul>
                    786:     <li>Hauppage Wincast TV
                    787:     <li>STB TV PCI Television Tuner
                    788:     <li>Miro PC TV
                    789:     <li>Intel Smart Video Recorder III
                    790:     <li>IMS TV Turbo
                    791:     <li>AVer Media TV/FM
1.34      johns     792:     </ul>
1.130     aaron     793: </ul>
                    794: <p>
                    795:
1.131     aaron     796: <b>Many kinds of ISA Plug-and-Play cards</b><p>
1.82      deraadt   797:   <ul>
1.163     ericj     798:   <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&sektion=4">sb</a>)
                    799:   <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&sektion=4">joy</a>)
1.131     aaron     800:   <li>Nearly all Yamaha-style audio cards
1.229     miod      801:   <li>Nearly all NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne</a>)
1.163     ericj     802:   <li>Nearly all SMC-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&sektion=4">we</a>)
                    803:   <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
                    804:   <li>3c509 cards in PNP mode (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>)
                    805:   <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4">le</a>)
1.82      deraadt   806:   </ul>
1.131     aaron     807: If a device does not work, be sure to mail the output of dmesg(1)
                    808: to dmesg@openbsd.org, and we will try to add support.
                    809: <p>
                    810:
                    811: <b>ISAPNP Cards</b><p>
                    812: Roughly said, the following cards definitely work.
                    813: Others may work as well; support is continually being improved.
                    814: <ul>
                    815: <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                    816: <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                    817: <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                    818: <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                    819: <li>"CMI8330. Audio Adapter, @X@0001, , "
                    820: <li>"Creative AWE64 PnP, CTL0045, , Audio"
                    821: <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                    822: <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                    823: <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                    824: <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                    825: <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                    826: <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                    827: <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                    828: <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                    829: <li>"Creative SB16 PnP, CTL0031, , Audio"
                    830: <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                    831: <li>"Creative SB32 PnP, CTL0031, , Audio"
                    832: <li>"Creative SB32 PnP, CTL0041, , Audio"
                    833: <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                    834: <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                    835: <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                    836: <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                    837: <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                    838: <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                    839: <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                    840: <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                    841: <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                    842: <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                    843: <li>"OPL3-SA3 Snd System, YMH0021, , "
                    844: <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
                    845: <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
                    846: </ul>
1.34      johns     847:
1.37      johns     848: <p>
                    849: <sup>(1)</sup> Drivers for hardware marked with (1) are NOT included on the
1.62      deraadt   850: distribution floppies.
1.37      johns     851: </p>
1.34      johns     852:
1.37      johns     853: <p>
                    854: <sup>(2)</sup> Support for devices marked with (2) IS included in the
                    855: "generic" kernels, although it is not in the kernel on the installation floppy.
1.34      johns     856: </p>
                    857:
1.31      deraadt   858: <p>
1.54      deraadt   859: <h3><font color=#0000e0>Unsupported Hardware</font></h3>
1.98      deraadt   860: <P>Unsupported hardware may be supported in the future, your <A HREF="donations.html">
                    861: donation
                    862: of time, hardware, or documentation</a> can accelerate this support!
1.34      johns     863: <ul>
1.130     aaron     864: <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
                    865: <li>NCR 5380-based and 53400-based SCSI host adapters
                    866: <li>QIC-40 and QIC-80 tape drives
                    867:     (these are the tape drives that connect to the floppy disk controller)
                    868: <li>Multiprocessor motherboards (though they will run fine using one
                    869:     processor only).
                    870:     There exists a <a href=smp.html>project</a> aiming to support these.
                    871: <li>Sony and Panasonic proprietary CD-ROM interfaces
                    872: <li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
1.233     brad      873: <li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100
                    874: Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
1.241     mickey    875:     (<a href=mailto:mickey@openbsd.org>mickey</a> is working on the later ones)
1.134     aaron     876: <li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
1.157     aaron     877: <li>SoundBlaster Live! (EMU10k1) sound devices
1.241     mickey    878:     (<a href=mailto:mickey@openbsd.org>mickey</a> is working on it)
1.157     aaron     879: <li>Aureal Vortex sound cards
1.241     mickey    880:     (<a href=mailto:mickey@openbsd.org>mickey</a> is working on it)
1.157     aaron     881: <li>Winmodems
1.130     aaron     882: <li>Infrared devices, such as commonly found on laptops
1.157     aaron     883: <li>Firewire
1.244     mickey    884: <li>Mylex and Intel RAID controllers, those not supporting I2O interface
1.130     aaron     885: <li>PCMCIA:
                    886:     <ul>
                    887:     <li>Memory cards
                    888:     <li>Most multifunction cards
                    889:     </ul>
1.31      deraadt   890: </ul>
1.34      johns     891: </p>
1.31      deraadt   892:
1.3       fn        893: <hr>
1.1       deraadt   894: <p>
1.109     chris     895: If you are looking for to test new pre-release features, you can
                    896: try one of the snapshots.  For the i386 architecture,
1.195     aaron     897: <a href=ftp.html>snapshots are made available from time to time</a>.
1.1       deraadt   898:
1.3       fn        899: <hr>
1.64      pauls     900: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   901: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        902: <br>
1.257   ! nate      903: <small>$OpenBSD: i386.html,v 1.256 2001/08/28 21:36:35 horacio Exp $</small>
1.3       fn        904:
                    905: </body>
                    906: </html>