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

File: [local] / www / i386.html (download) (as text)

Revision 1.300, Tue Jun 18 01:44:05 2002 UTC (21 years, 11 months ago) by jsyn
Branch: MAIN
Changes since 1.299: +2 -2 lines

make the OpenBSD logo on each page a link back to index.html; from
s@smith.net, ok deraadt@

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD/i386</title>
<link rev="made" href="mailto:www@openbsd.org">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD/i386 page">
<meta name="keywords" content="openbsd,i386">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<p>
<h2><font color=#e00000>i386</font><hr></h2>

<p>
<h3><font color=#0000e0>Installation with Other Operating Systems:</font></h3>
The OpenBSD/i386 port can be installed to share the system disks with
other operating systems such as MS-DOS, Windows or Linux using the MS-DOS
MBR/partition scheme and an optional boot selector.  Everyday operation is
trouble free, but setup requires care and Windows '95 installation is known
to be careless about pre-existing MBR/partition information.
See the <a href="faq/faq4.html">Installation Guide</a> and
<a href="faq/faq14.html">Disk Setup Manual</a> for more details.

<p>
<h3><font color=#0000e0>Install media</font></h3>
A number of install options exist:
<ul>
<li><strong>CD boot:</strong><p>
Booting off the CD provides an El Torito 2.88MB floppy image
that contains almost all OpenBSD drivers.  This also includes minimal USB
support (umass and ukbd devices).<br>
For the latest list of drivers available on this image, take a look at the
<a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">
RAMDISK_CD</a> config file.<p>
<li><strong>Floppy A:</strong><p>
This 1.44MB floppy image contains the most common drivers.  It is designed to
cover the most typical PC.  As a general rule, you will find that the missing
drivers are ones which need large microcodes to run, such as for rare scsi
cards, gigabit ethernet cards, or RAID devices.<br>
For the latest list of drivers available on this image, take a look at the
<a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">
RAMDISK</a> config file.<p>
<li><strong>Floppy B:</strong><p>
This 1.44MB floppy image contains the drivers that are missing on Floppy A.
This media is designed to help people setting up modern server type systems.
It contains support for pretty much all the SCSI and RAID drivers, gigabit
ethernet cards, and such.  Due to space considerations, you will find that
some other drivers are missing. In particular, support for most PCMCIA devices
are missing, as are really ancient hardware devices.<br>
For the latest list of drivers available on this image, take a look at the
<a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">
RAMDISKB</a> config file.<p>
<li><strong>Floppy C:</strong><p>
This 1.44MB floppy image contains many cardbus and pcmcia device drivers.  This
media is designed for installing on laptops.  In most cases, one would discover
that Floppy A also works, but the odd laptop might benefit more from using this
image.<br>
For the latest list of drivers available on this image, take a look at the
<a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">
RAMDISKC</a> config file.<p>
</ul>
<p>
Use the method that works best for you.

<p>
<h3><font color=#0000e0>Binary compatibility with other Operating Systems:</font></h3>
The OpenBSD/i386 port can run Linux, FreeBSD, BSD/OS,
SVR4 (including Solaris), and IBCS2 binaries.

<p>
<h3><font color=#0000e0>Supported Hardware:</font></h3>
The OpenBSD/i386 port works across a broad range of standard PC's and clones,
with a wide variety of processors and I/O bus architectures.  It can be expected
to install and run with minimal difficulty on most current products.
The cases where problems may be encountered are typically older proprietary
PC's, Laptops or specialized server boxes that rely on a custom BIOS to paper
over implementation differences.

<p>
OpenBSD does not currently support multiple processors (SMP), but will run
using one processor on a multi-processor system board.

<p>
Most laptops are supported.  We have <a href=i386-laptop.html>a page</a>
that details the specifics of most common laptops.

<p>
The list of supported hardware is relevant to OpenBSD-current. It will
differ slightly from the support provided in the latest release version.

<p>
<hr>

<b>Processors</b><p>
All CPU chips compatible with the Intel 80386 (i386) architecture:
<ul>
<li>386/486 (SX/DX/DX2/DX4)
<li>Intel Pentium/Pentium-MMX
<li>Intel Pentium Pro/II/III/Celeron/Xeon
<li>Intel Pentium IV
<li>AMD 6x86
<li>AMD K5/K6/K6-2/K6-3
<li>AMD Athlon/Duron
<li>Cyrix MediaGX/M1/M2
<li>VIA Cyrix III
<li>Rise mP6
<li>IDT WinChip
<li>NexGen 586
<li>NS Geode GX1
<li>Transmeta TMS3200, TMS5400, TMS5600
</ul>
Everything that is a clone of the 386 or up should work fine.
The only CPU that is known to work poorly (due to flawed motherboard designs)
is the Cyrix 386DLC.
<p>

<b>Buses</b><p>
<ul>
<li> All standard ISA, EISA, VLB, and PCI bus based machines, including:<br>
     <ul>
     <li>Intel 450GX/KX based machines.
     <li>Intel 450NX based machines.
     <li>ServerWorks chipset-based machines.
     </ul>
     (We just had to mention those last three, since they are the hardest to support).  
    <br>
<li> Both 16-Bit PCMCIA PC Cards and newer 32-Bit CardBus support.
<li> Universal Serial Bus (USB).
</ul>
The MCA bus found in various official IBM PCs is not supported.
<p>

<b>Bus interfaces</b><p>
<ul>
<li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
<li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&sektion=4">cbb</a>)
</ul>
<p>

<b>Entropy sources</b><p>
<ul>
<li>Interrupt latency collection from many devices.
<li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
</ul>
<p>

<b>Disk Controllers</b><p>
<ul>
<li>Floppy controllers
<li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
</ul>
<p>

<b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)<p>
<ul>
<li>Acard ATP850, ATP860
<li>Acer Labs M5229
<li>Advanced Micro Devices 756, 766
<li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, and PCI0649
<li>Contaq Microsystems/Cypress CY82C693
<li>HighPoint HPT366, HPT370 (as IDE interfaces, not RAID controllers)
<li>Intel PIIX, PIIX3, and PIIX4
<li>Intel 82801 (ICH/ICH0/ICH2)
<li>OPTi 82c568, 82d568 and 82c621
<li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268 (note: the Promise
RAID mode is not supported.)
<li>Silicon Integrated System 5513 (5597/5598)
<li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B
</ul>
Any other PCI IDE-compliant controller should work, but those
not specifically listed may not be capable of DMA modes.
<p>

<b>SCSI Host Adapters</b><p>
<ul>
<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>) <sup>(B) (C)</sup>
<li>Adaptec AHA-174x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&sektion=4">ahb</a>) <sup>(B) (C)</sup>
<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
    Adaptec AHA-152x and the SoundBlaster SCSI host adapter. <sup>(B)</sup><br>
    (Note that you cannot boot from these boards if they do not have
    a boot ROM; only the AHA-152x and motherboards using this chip
    are likely to be bootable, consequently).
<li>Adaptec AIC-7770-based SCSI host adapters (including the
    Adaptec AHA-274x and AHA-284x families). (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>) <sup>(C)</sup>
<li>Adaptec AHA-[23]94x[W] cards and some on-board PCI designs using the
    AIC7870 and AIC7880 chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>) <sup>(C)</sup>
<li>Adaptec AHA-[23]9[34]xU[2W] cards and on-board PCI designs using the
    AIC789[01], AIC7895, AIC789[67] chips. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>) <sup>(C)</sup>
<li>Adaptec AIC-789[29] chips and products like the AHA-29160 based upon it
    which do 160MB/sec SCSI. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4">ahc</a>) <sup>(C)</sup>
    (However, the 7899G card is currently not supported with more than one device attached)
<li>AdvanSys "U", "UW", "U2W" and "U160" PCI SCSI controllers including the
    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> <sup>(A) (C)</sup> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&sektion=4">adv</a> <sup>(B) (C)</sup>)
<li>AMD Am53c974 PCscsi-PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&sektion=4">pcscp</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>Tekram DC-390
    </ul>
<li>Buslogic BT-54x (Adaptec AHA-154x clones) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&sektion=4">aha</a>) <sup>(B) (C)</sup>
<li>BusLogic 445, 74x, 9xx (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&sektion=4">bha</a>) (but not the new "FlashPoint" series
    of BusLogic SCSI adapters) <sup>(B) (C)</sup>
<li>Initio INIC-940 and INIC-950 based PCI SCSI host adapters including the Initio INI-9090U and INI-9100U/UW, Iwill 2935UW, and DTC Domex 3194U Plus. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&sektion=4">iha</a>) <sup>(A) (C)</sup>
<li>QLogic PCI SCSI controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>) <sup>(A)</sup>
<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: <sup>(A) (B) (C)</sup>
    <ul>
    <li>ST01/02
    <li>Future Domain TMC-885
    <li>Future Domain TMC-950
    </ul>
<li>Symbios Logic (NCR) 53C8xx, 53C1010 and 53C1510D-based PCI SCSI host adapters
    (including generic/no name cards, old ASUS cards, the DTC-3130 series,
    Diamond Fireport series, etc.) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>) <sup>(B) (C)</sup>
<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>) <sup>(B) (C)</sup>
<li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI SCSI host adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&sektion=4">trm</a>) <sup>(A) (C)</sup>
<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>) <sup>(A) (C)</sup>
<li>WD-7000 SCSI host adapters (<i>wds</i>) <sup>(A) (B) (C)</sup>
</ul>
<p>

<b>RAID and Cache Controllers</b><p>
<ul>
<li>Intel (and formerly ICP-Vortex) GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&sektion=4">gdt</a>) <sup>(A)</sup>
<li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&sektion=4">aac</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>Adaptec AAC-2622, AAC-364, AAC-3642
    <li>Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, PERC 3/QC
    <li>HP NetRAID-4M
    </ul>
<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>) <sup>(A) (C)</sup>
<li>3ware Escalade 3W-5x00 and 3W-6x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4">twe</a>) <sup>(A) (C)</sup>
<li>Compaq Smart ARRAY RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&sektion=4">cac</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>Compaq Integrated Array
    <li>Compaq IAES
    <li>Compaq IDA, IDA-2
    <li>Compaq RAID LC2
    <li>Compaq Smart Array 221, 3100ES, 3200, 4200, 4250ES, 431
    <li>Compaq SMART, SMART-2/E, SMART-2/P, SMART-2DH, SMART-2SL
    </ul>
<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>) <sup>(A) (C)</sup>
<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: <sup>(A) (C)</sup>
    <ul>
    <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
    <li>American Megatrends Inc. MegaRAID controllers (in I2O mode)
    <li>other vendors' controllers supporting I2O,
	including Intel and Mylex, but these were not tested
    </ul>
</ul>
<p>

<b>CD-ROM and DVD-ROM Drives</b><p>
<ul>
<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>(*)</sup>
    [Note: The Mitsumi driver device probe is known
    to cause trouble with several devices!]
<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>)
<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>)
</ul>
Sony and Panasonic proprietary CD-ROM interfaces are not supported.
<p>

<b>Tape Drives</b>
<ul>
<li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&sektion=4">st</a>)
<li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&sektion=4">ch</a>) <sup>(G)</sup>
<li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
    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>(*)</sup>
</ul>
<p>

<b>Display Adapters</b><p>
<ul>
<li>MDA, CGA, EGA, VGA, SVGA, and HGC Display Adapters
</ul>
Note that not all of the display adapters OpenBSD/i386
can work with are supported by X.
(See the <A HREF="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information.)
<p>

<b>Serial Ports</b><p>
<ul>
<li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
<li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
<li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
<li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&sektion=4">pccom</a> driver)
<li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&sektion=4">ast</a>) <sup>(G)</sup>
<li>BOCA 8-port serial cards (<i>boca</i>) <sup>(*)</sup>
<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>(G)</sup>
<li>Cyclades-Z series multiport serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cz&sektion=4">cz</a>) <sup>(G)</sup>
<li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
<li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&sektion=4">addcom</a>) <sup>(*)</sup>
</ul>
<p>

<b>Parallel Ports</b><p>
<ul>
<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>) <sup>(G)</sup>
</ul>
<p>

<b>Communications Controllers</b><p>
<ul>
<li>Universal Serial Bus host controllers, including:
    <ul>
    <li>USB Universal Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&sektion=4">uhci</a>) <sup>(A) (B) (C)</sup>
    <li>USB Open Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&sektion=4">ohci</a>) <sup>(A) (B) (C)</sup>
    </ul>
<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: <sup>(G)</sup>
    <ul>
    <li>Dolphin Peripherals 4014 (dual parallel) and 4035 (dual serial)
    <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
    <li>SIIG Cyber 4S PCI (quad serial)
    <li>SIIG Cyber I/O PCI (single parallel, single serial)
    <li>SIIG Cyber Parallel, Parallel Dual, Serial, Serial Dual PCI
    <li>VScom PCI-800 (8 port serial, probably OEM)
    <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
    <li>US Robotics 3CP5609 PCI (modem)
    <li>Lava Computers 2SP-PCI (parallel port)
    <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
    <li>NEC PK-UG-X008 (serial)
    <li>NEC PK-UG-X001 K56flex PCI (modem)	
    <li>Koutech IOFLEX-2S (dual serial)
    <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
    <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
    <li>NetMos 2S1P (2 port serial and 1 port parallel)
    </ul>
</ul>
<p>

<b>Ethernet Adapters</b><p>
<ul>
<li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&sektion=4">el</a>) <sup>(A) (B) (C)</sup>
<li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&sektion=4">ec</a>) <sup>(B)</sup>
<li>3Com 3c505 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&sektion=4">eg</a>) <sup>(A) (B) (C)</sup>
<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>) <sup>(A) (B) (C)</sup>
<li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4">ep</a>) (disabling PnP on 3c509B is recommended)
<li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&sektion=4">ef</a>) <sup>(B)</sup>
<li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4">xl</a>), including:
    <ul>
    <li>3Com 3c900/3c900B PCI adapters
    <li>3Com 3c905/3c905B/3c905C PCI adapters
    <li>3Com 3c980/3c980C server adapters
    <li>3Com 3cSOHO adapter
    <li>3Com 3c900B-FL and 3c900B-FL/FX fiber optic adapters
    <li>3Com 3c555/3c556/3c556B MiniPCI adapters
    <li>Dell on-board 3c920
    <li>Dell Precision on-board 3c905B
    <li>Dell OptiPlex GX1 on-board 3c918
    <li>Dell Latitude laptop docking station embedded 3c905
    </ul>

<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: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3CR990-TX-95
    <li>3CR990-TX-97
    <li>3CR990-SVR95
    <li>3CR990-SVR97
    </ul>

<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: <sup>(G)</sup>
    <ul>
    <li>Adaptec Single32 ANA-69011
    <li>Adaptec Single64 ANA-62011 and ANA-62020
    <li>Adaptec Duo64 ANA-62022
    <li>Adaptec Quartet64 ANA-62044
    </ul>

<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:
    <ul>
    <li>Accton EN2242 MiniPCI
    <li>Linksys LNE100TX v4.x
    <li>Mototech ME316
    </ul>

<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: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Abocom UFE1000
    <li>Abocom DSB650TX
    <li>Accton USB320-EC
    <li>Accton SpeedStream Ethernet
    <li>Admtek Pegasus
    <li>Admtek Pegasus II
    <li>Billionton Systems USB100
    <li>Corega FEther USB-TX
    <li>D-Link DSB-650
    <li>D-Link DSB-650TX
    <li>D-Link DSB-650TX-PNA
    <li>Elecom LD-USB
    <li>Elsa Microlink USB2Ethernet
    <li>I/O DATA USB ETTX
    <li>Kingston KNU101TX
    <li>LinkSys USB100TX
    <li>LinkSys USB100H1
    <li>LinkSys USB10TA
    <li>Melco Inc. LUA-TX
    <li>Siemens SpeedStream USB
    <li>Smartbridges smartNIC 2
    <li>SMC 2202USB
    <li>SOHOware NUB100
    </ul>

<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: <sup>(B)</sup>
    <ul>
    <li>Novell NE1500T
    <li>Novell NE2100
    <li>Kingston 21xx
    </ul>

<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: <sup>(B) (C)</sup>
    <ul>
    <li> BOCALANcard/PCI
    <li> AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
    </ul>

<li>ASIX 88140A/88141-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
    <ul>
    <li>CNet Pro110B
    <li>Alfa Inc. GFC2204
    </ul>

<li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>), including: <sup>(G)</sup>
    <ul>
    <li>CATC Netmate and Netmate II
    <li>Belkin F5U111
    </ul>

<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:
    <ul>
    <li>Jaton XpressNet
    </ul>

<li>DEC EtherWORKS III cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&sektion=4">lc</a>), including: <sup>(G)</sup>
    <ul>
    <li>DE203
    <li>DE204
    <li>DE205
    </ul>

<li>Digital DC21x4x-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&sektion=4">de</a>), including:
    <ul>
    <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
    <li>Older LinkSys 10, 10/100 (newer models are supported by other drivers)
    <li>Znyx ZX3<i>xx</i>
    <li>Cogent EM100FX and EM440TX
    <li>Digital PCI DE435, EISA DE425, DE450, DE500
    <li>D-Link DFE-570TX Quad port
    <li>Almost all other variants work.
    </ul>

<li>Digital DC2114x-based four port cards, (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>) including:
   <ul>
   <li>Adaptec ANA-6944A
   <li>Cogent EM400
   <li>Compex 400TX
   <li>Znyx ZX346
   </ul>

<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>) <sup>(A) (B) (C)</sup>

<li>Intel EtherExpress PRO/10 ISA (<i>ex</i>) <sup>(A) (B) (C)</sup>

<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:
    <ul>
    <li>Intel EtherExpress PRO/10+
    <li>Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
    <li>Intel EtherExpress PRO/100+ "Management Adapter"
    <li>Intel EtherExpress PRO/100 Dual Port
    <li>Intel PRO/100 VE, and PRO/100 VM
    </ul>

<li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com 3C19250
    <li>3Com 3c460 HomeConnect
    <li>ADS Technologies USB-10BT
    <li>Aox USB101
    <li>ATen UC10T
    <li>Corega USB-T
    <li>D-Link DSB-650
    <li>Entegra NET-USB-E45
    <li>Kawasaki USB101
    <li>LinkSys USB10T
    <li>Netgear EA101
    <li>Peracom USB
    <li>SMC 2102/2104USB
    <li>I/O Data USB-ET/T
    </ul>

<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:
    <ul>
    <li>Kingston KNE110TX
    <li>LinkSys LNE100TX
    <li>Matrox Networks FastNIC 10/100
    <li>Netgear FA310TX
    </ul>

<li>Macronix 98713/98715/98725-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
    <ul>
    <li>Accton EN1217
    <li>Addtron AEF-320TX/AEF-330TX
    <li>CNet PRO1020A/B
    <li>Complex RL-100TX
    <li>NDC Communications SOHOware SFA110A
    <li>SVEC PN102-TX Fast Ethernet card
    </ul>

<li>National Semiconductor DP83815-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&sektion=4">sis</a>), including: <sup>(B) (C)</sup>
    <ul>
    <li>NetGear FA311
    <li>NetGear FA312
    </ul>

<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>) <sup>(B)</sup>

<li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl</a>), including:
    <ul>
    <li>Accton MPX 5030/5038
    <li>Allied Telesyn AT2550
    <li>D-Link DFE530TX+
    <li>D-Link DFE538TX
    <li>Encore ENL832-TX 10/100 M PCI
    <li>Genius GF100TXR
    <li>KTX-9130TX 10/100 Fast Ethernet
    <li>Longshine LCS-8038TX-R
    <li>NDC NE100TX-E
    <li>Netronix EA-1210 Net Ether 10/100
    <li>Nortel BayStack 21
    <li>OvisLink LEF-8129TX, LEF-8139TX
    <li>SMC EZ Card 10/100 PCI 1211-TX
    </ul>

<li> Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&sektion=4">url</a>), including: <sup>(G)</sup>
    <ul>
    <li>Melco Inc. LUA-KTX
    <li>GreenHouse GH-USB100B
    <li>Linksys USB100M
    </ul>

<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: <sup>(B) (C)</sup>
    <ul>
    <li>Mototech ME313
    <li>NetSurf NS-KFE30D
    </ul>

<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>) <sup>(B)</sup>

<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>) <sup>(B)</sup>

<li>SMC 8416 EtherEZ PnP cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=we&sektion=4">we</a>) (with PnP mode off) <sup>(B)</sup>

<li>SMC 9432 ("EtherPower II") EPIC 10/100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tx&sektion=4">tx</a>) <sup>(C)</sup>

<li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&sektion=4">ste</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DFE-550TX
    </ul>

<li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&sektion=4">tl</a>), including: <sup>(C)</sup>
    <ul>
    <li>Compaq Netelligent PCI Adapters
    <li>Compaq NetFlex 3/P
    <li>Compaq Deskpro integrated adapter
    <li>Compaq Prosignia integrated adapter
    <li>Olicom OC2135, OC2183, OC2325, OC2326
    <li>Racore 8165 and 8148
    <li>TI ThunderLAN adapters
    </ul>

<li>VIA Rhine/RhineII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&sektion=4">vr</a>), including: <sup>(C)</sup>
    <ul>
    <li>Addtron AEF-360TX
    <li>Hawking PN102TX
    <li>D-Link DFE530TX
    </ul>

<li>Winbond W89C840F-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wb&sektion=4">wb</a>), including:
    <ul>
    <li>Trendware TE100-PCIE
    <li>Compex RL100-ATX 10/100
    </ul>
</ul>
Please be aware that many NE2000 adapters fail or perform very poorly. We do
not recommend using them, but your mileage may vary.
<p>

<b>Wireless Ethernet Adapters</b><p>
<ul>
<li>Aironet 4500/4800 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an</a>) <sup>(A) (B)</sup>
<li>Cisco 340/350 802.11DS PCMCIA and PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&sektion=4">an</a>) <sup>(A) (B)</sup>
<li>RayLink Aviator2.4/Pro 802.11FH PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4">ray</a>) <sup>(A) (B)</sup>
<li>3Com AirConnect 3CRWE737A PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Addtron AWP-100 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Compaq Agency NC5004 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Contec FLEXLAN/FX-DS110-PCC PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Corega PCC-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Corega PCCA-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Corega PCCB-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>ELSA XI800 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Ericsson Wireless LAN CARD C11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Gemtek WL-311 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Hawking Technology WE110P PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>I-O DATA WN-B11/PCM PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Intel PRO/Wireless 2011 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Intersil Prism II PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Intersil Mini-PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Linksys Instant Wireless WPC11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Linksys Instant Wireless WPC11 2.5 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>NANOSPEED ROOT-RZ2000 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>NDC/Sohoware NCP130 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>NEC CMZ-RT-WP PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Netgear MA401 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>NTT-ME 11Mbps Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Proxim RangeLAN-DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Samsung MagicLAN SWL-2000N PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>SMC 2632 EZ Connect PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>TDK LAK-CD011WL PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
<li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Belkin F5D6000 PCI (a rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>LinkSys WDT11 PCI (a rebadged GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
<li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&sektion=4">wi</a>)
</ul>
</ul>
<p>

<b>Gigabit Ethernet Adapters</b><p>
<ul>
<li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com 3c985 and 3c985B
    <li>Alteon ACEnic V (fiber and copper)
    <li>Digital EtherWORKS 1000SX
    <li>Farallon PN9000SX
    <li>Netgear GA620 and GA620T
    <li>SGI Tigon
    </ul>

<li>Intel i82542, i82543, and i82544 based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gx&sektion=4">gx</a>), including: <sup>(A) (B) (C)</sup>
    <ul>Often known as Intel Pro/1000 Gigabit Server Adapter
    <li>Intel i82542 1000BASE-X Ethernet
    <li>Intel i82543 1000BASE-X Ethernet
    <li>Intel i82543-SC 1000BASE-X Ethernet
    <li>Intel i82543 1000BASE-T Ethernet
    <li>Intel i82544 1000BASE-T Ethernet
    <li>Intel i82544 1000BASE-X Ethernet
    <li>Intel i82544GC 1000BASE-T Ethernet (32- and 64-bit)
    </ul>

<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: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Addtron AEG320T
    <li>Asante FriendlyNet GigaNIX 1000TA and 1000TPC
    <li>D-Link DGE-500T
    <li>LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI)
    <li>Netgear GA622T
    <li>SMC EZ Card 1000 (SMC9462TX)
    <li>Surecom Technology EP-320G-TX
    </ul>

<li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&sektion=4">lge</a>), including: <sup>(*)</sup>
<br><i>This driver is currently untested.  Feedback would be appreciated.</i>
    <ul>
    <li>SMC TigerCard 1000 (SMC9462SX)
    <li>D-Link DGE-500SX
    </ul>

<li>Broadcom BCM570x (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4">bge</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com 3c996-T (10/100/1000baseTX)
    <li>3Com 3c996-SX (1000baseSX)
    <li>3Com 3c996B-T (10/100/1000baseTX)
    <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX)
    <li>SysKonnect SK-9D21 (10/100/1000baseTX)
    <li>SysKonnect SK-9D41 (1000baseSX)
    </ul>

<li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4">stge</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DGE-550T (10/100/1000baseTX)
    <li>Antares Microsystems Gigabit Ethernet board
    </ul>

<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>) <sup>(A) (B) (C)</sup>
</ul>
<p>

<b>ATM Adapters</b><p>
<ul>
<li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
</ul>
<p>

<b>FDDI Adapters</b><p>
<ul>
<li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&sektion=4">fea</a>) <sup>(G)</sup>
<li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&sektion=4">fpa</a>) <sup>(G)</sup>
</ul>
<p>

<b>WAN Adapters</b><p>
<ul>
<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>) <sup>(G)</sup>
</ul>
<p>

<b>Cryptography Accelerators</b><p>
<ul>
<li>Broadcom uBsec BCM95805, BCM95820 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec</a>) <sup>(G)</sup>
<li>Hifn 7751-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>), including: <sup>(G)</sup>
    <ul>
    <li>Soekris Engineering vpn1201 and vpn1211
    <li>GTGI PowerCrypt Encryption Accelerator
    <li>NetSec 7751
    <li>Hifn reference board
    <li>Invertex AEON
    </ul>
</ul>
<p>

<a name="pcmcia"></a>
<b>PC Cards (PCMCIA </b><sup>(B)</sup><b> and CardBus </b><sup>(B) (C)</sup><b>)</b><p>
<ul>
<li>ATA cards
	(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&sektion=4">wdc</a>, 
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&sektion=4">wd</a>, 
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4">sd</a>, 
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4">cd</a>), including:
    <ul>
    <li>ATA/IDE card drives
    <li>ATA/IDE CD-ROM adapters
    <li>CF/ATA flash cards and disk drives
    </ul>

<li>Ethernet adapters, including:
    <ul>
    <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:
        <ul>
        <li>3Com 3C556, 3C562
        <li>3Com 3C574TX, 3C[CX]FE574BT
        <li>3Com 3C589, 3C589B, 3C589C, 3C589D, 3C589E
        <li>3Com 3C575TX, 3C[CX]FE575BT, and 3C[CX3]FE575CT CardBus
        <li>3Com 3C[CX]FEM656, 3C[CX]FEM656B, and 3C[CX3]FEM656C CardBus
        </ul>

    <li>Intel/DEC 21443 "Tulip" clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>), including:
        <ul>
        <li>ADMtek AN985 Centaur-C CardBus
        <li>IBM EtherJet 10/100 CardBus
	<li>Linksys PCMPC200 CardBus 10/100
	<li>SMC EZ CardBus 10/100
        <li>Xircom X3201 CardBus adapters, including RealPort models
        </ul>

    <li>Intel i8255x-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4">fxp</a>), including:
        <ul>
        <li>Intel PRO/100 CardBus II
        </ul>

    <li>NE2000 based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne</a>), including:
        <ul>
        <li>Accton EN2216
        <li>AmbiCom AMB8002T
        <li>D-Link DE-650, DE-660
        <li>Genius ME 3000II SE
        <li>Hawking PN650TX
        <li>IC-Card
        <li>Kingston KNE-PC2
        <li>Linksys PCMPC100, EC2T Combo
        <li>NDC Instant-Link
        <li>Netgear FA410TX
        <li>Network Everywhere NP10T
	<li>New Media LiveWire 10/100
        </ul>

    <li>RealTek 8139-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&sektion=4">rl</a>), including:
	<ul>
	<li>Accton MPX5030 CardBus
	<li>Corega FEther CB-TXD 10/100 Ethernet
	</ul>

    <li>SMC 91Cxx-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&sektion=4">sm</a>), including: <sup>(G)</sup>
        <ul>
        <li>Megahertz XJEM1144, CC10BT
        <li>SMC EtherEZ 8020BT
        </ul>

    <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&sektion=4">xe</a>), including: <sup>(A)</sup>
        <ul>
        <li>Xircom CreditCard CE2
        </ul>
</ul>

<li>PCMCIA controllers, including:
    <ul>
    <li>Intel i82365 and compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcic&sektion=4">pcic</a>)
    </ul>

<li>SCSI host adapters, including:
    <ul>
    <li>Adaptec SlimSCSI APA-14[56]0 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&sektion=4">aic</a>)
    </ul>

<li>Serial ports, including:
    <ul>
    <li>Most modems, digital cellular modems, and serial cards should work.
    </ul>

<li>Wireless Ethernet adapters:
    <ul>
    <li>See above.
    </ul>

</ul>
<p>

<b>Universal Serial Bus (USB) Devices</b> <sup>(A) (B) (C)</sup><p>
<ul>
<li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&sektion=4">uaudio</a>) <sup>(G)</sup>
<li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4">urio</a>) <sup>(G)</sup>
<li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&sektion=4">aue</a>, 
			   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&sektion=4">cue</a>, 
			   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&sektion=4">kue</a>), 
			see above <sup>(G)</sup>
<li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&sektion=4">uhid</a>) <sup>(G)</sup>
<li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&sektion=4">uvisor</a>) <sup>(G)</sup>
<li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&sektion=4">uhub</a>)
<li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
<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>)
<li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>) <sup>(G)</sup>
<li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&sektion=4">umodem</a>) <sup>(G)</sup>
<li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&sektion=4">ulpt</a>) <sup>(G)</sup>
<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>) <sup>(G)</sup>
<li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&sektion=4">upl</a>) <sup>(G)</sup>
<li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&sektion=4">uyap</a>) <sup>(*)</sup>
</ul>
<p>

<b>Pointing Devices</b> <sup>(G)</sup><p>
<ul>
<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>)
<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>)
<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>)
<li>Serial mice (uses serial port driver)
</ul>
<p>

<b>Sound Devices</b> <sup>(G)</sup><p>
<ul>
<li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4">cmpci</a>)
<li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&sektion=4">clcs</a>)
<li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&sektion=4">clct</a>)
<li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
<li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&sektion=4">ess</a>)
<li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&sektion=4">eso</a>)
<li>ESS Maestro 1, 2 and 2E and clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&sektion=4">maestro</a>)
<li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&sektion=4">esa</a>)
<li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&sektion=4">fms</a>)
<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>)
<li>Intel i810/i820 and 440MX AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&sektion=4">auich</a>)
<li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&sektion=4">neo</a>)
<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>)
<li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
<li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&sektion=4">emu</a>)
<li>Trident ADWave-DX/NX and clones (SiS 7018, ALi M5451) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&sektion=4">autri</a>)
<li>VIA VT82C686A and VT8233 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&sektion=4">auvia</a>)
<li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&sektion=4">ym</a>)
<li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&sektion=4">yds</a>)
</ul>
<p>
The following drivers are not extensively tested:
<ul>
<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>)
<li>ProAudio Spectrum (<i>pas</i>)
<li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&sektion=4">sv</a>)
<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>)
</ul>
<p>

<b>Miscellaneous Devices</b><p>
<ul>
<li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&sektion=4">apm</a>)
<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>), including: <sup>(G)</sup>
    <ul>
    <li>Hauppage Wincast TV
    <li>STB TV PCI Television Tuner
    <li>Miro PC TV
    <li>Intel Smart Video Recorder III
    <li>IMS TV Turbo
    <li>AVer Media TV/FM
    </ul>
</ul>
<p>

<b>Many kinds of ISA Plug-and-Play cards</b><p>
  <ul>
  <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&sektion=4">sb</a>)
  <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&sektion=4">joy</a>)
  <li>Nearly all Yamaha-style audio cards
  <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&sektion=4">ne</a>)
  <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
  <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4">le</a>)
  </ul>
If a device does not work, be sure to mail the output of dmesg(8)
to dmesg@openbsd.org, and we will try to add support.
<p>

<b>ISAPNP Cards</b><p>
Roughly said, the following cards definitely work.
Others may work as well; support is continually being improved.
<ul>
<li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
<li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
<li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
<li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
<li>"CMI8330. Audio Adapter, @X@0001, , "
<li>"Creative AWE64 PnP, CTL0045, , Audio"
<li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
<li>"Creative SB AWE64  PnP, CTL0045, , Audio"
<li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
<li>"Creative SB AWE64 Gold, CTL0044, , Audio"
<li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
<li>"Creative SB AWE64 PnP, CTL0042, , Audio"
<li>"Creative SB AWE64 PnP, CTL0045, , Audio"
<li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
<li>"Creative SB16 PnP, CTL0031, , Audio"
<li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
<li>"Creative SB32 PnP, CTL0031, , Audio"
<li>"Creative SB32 PnP, CTL0041, , Audio"
<li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
<li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
<li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
<li>"Creative ViBRA16C PnP, CTL0001, , Audio"
<li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
<li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
<li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
<li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
<li>"OPL3-SA2 Sound Chip , YMH0021, , "
<li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
<li>"OPL3-SA3 Snd System, YMH0021, , "
<li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
<li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
</ul>

<p>
<sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
the GENERIC kernels, but are <b>not</b> included on the various distribution
floppies (including the cd-rom boot image).
</p>

<p>
<sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
floppy A.
</p>

<p>
<sup>(B)</sup> Drivers for hardware marked with (B) are <b>not</b> included in
floppy B.
</p>

<p>
<sup>(C)</sup> Drivers for hardware marked with (C) are <b>not</b> included in
floppy C.
</p>

<p> 
<sup>(*)</sup> Support for devices marked with (*) is not included in the
GENERIC kernel, and will require you to compile a custom kernel to enable it.
</p>

<p>
<h3><font color=#0000e0>Unsupported Hardware</font></h3>
<P>Unsupported hardware may be supported in the future, your <A HREF="donations.html">
donation
of time, hardware, or documentation</a> can accelerate this support!
<ul>
<li>The "Micro Channel" MCA bus used in many IBM PS/2 models
<li>NCR 5380-based and 53400-based SCSI host adapters
<li>QIC-40 and QIC-80 tape drives
    (these are the tape drives that connect to the floppy disk controller)
<li>Multiprocessor motherboards (though they will run fine using one
    processor only).
    There exists a <a href=smp.html>project</a> aiming to support these.
<li>Sony and Panasonic proprietary CD-ROM interfaces
<li>Parallel-port ZIP drives (SCSI and ATAPI ZIP drives work fine)
<li>Intel i82556 (EtherExpress PRO/100A, Intel PRO/100 EISA and PRO/100 
Smart) and i82596 (EtherExpress PRO/10 PCI) Ethernet adapters
    (<a href=mailto:mickey@openbsd.org>mickey</a> is working on the later ones)
<li>Hewlett-Packard PC-LAN+ (HP27xxx) Ethernet adapters
<li>Aureal Vortex sound cards
    (<a href=mailto:mickey@openbsd.org>mickey</a> is working on it)
<li>Winmodems
<li>Infrared devices, such as commonly found on laptops
<li>Firewire
<li>Mylex and Intel RAID controllers, those not supporting I2O interface
<li>PCMCIA:
    <ul>
    <li>Memory cards
    <li>Most multifunction cards
    </ul>
</ul>
</p>

<hr>
<p>
If you are looking for to test new pre-release features, you can
try one of the snapshots.  For the i386 architecture,
<a href=ftp.html>snapshots are made available from time to time</a>.

<hr>
<a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a> 
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br>
<small>$OpenBSD: i386.html,v 1.300 2002/06/18 01:44:05 jsyn Exp $</small>

</body>
</html>