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

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

Revision 1.624, Fri Jun 1 22:29:30 2007 UTC (17 years ago) by mbalmer
Branch: MAIN
Changes since 1.623: +2 -1 lines

Add the Gude Export mouseCLOCK, udcf(4) to the list of supported USB
devices.

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD/i386</title>
<link rev="made" href="mailto:www@openbsd.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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-2007 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>

<h2><font color="#e00000">OpenBSD/i386</font></h2>
<hr>

<p>
OpenBSD/i386 runs on the standard PC's and clones, with a wide variety
of processors, I/O bus architectures and peripherals supported.

<a name="toc"></a>
<h3><font color="#0000e0"><i>Table of contents</i></font></h3>
<ul>
  <li><a href="#history">History of the port</a>
  <li><a href="#status">Current status</a>
  <li><a href="#hardware">Supported hardware</a>
  <li><a href="#multiboot">Installation with other operating systems</a>
  <li><a href="#install">Getting and installing OpenBSD/i386</a>
</ul>

<hr>
<a name="history"></a>
<h3><font color="#0000e0"><strong>History:</strong></font></h3>

<p>
The OpenBSD/i386 port has been present since the inception of the project.
Over the years, more and more hardware support has been written
specifically for OpenBSD (such as the cryptographic accelerator drivers),
or adapted from FreeBSD and NetBSD.

<hr>
<a name="status"></a>
<h3><font color="#0000e0"><strong>Current status:</strong></font></h3>

<p>
It can be expected to install and run with minimal difficulty on most current
hardware.
Machines using custom BIOS (such as older proprietary PC's, laptops, and some
specialized server machines) may cause problems.

<p>
Through its binary compatibility layer, OpenBSD/i386 can run Linux, FreeBSD,
BSD/OS, SVR4 (including Solaris) and IBCS2 binaries, to some extent. Most
applications will work flawlessly.

<p>
X Window System support is available for most graphics cards, using
either the recent X.Org (6.9.0 as of OpenBSD 4.1) server whenever possible,
or XFree86 3.3.6 servers otherwise.

<hr>
<a name="hardware"></a>
<h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>

<p>
Most laptops are supported.  We have <a href="i386-laptop.html">a page</a>
that details the specifics of some 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.

<h4>Processors</h4>

<p>
All CPU chips compatible with the Intel 80386 (i386) architecture are
supported:
<ul>
  <li>80386 (SX/DX) with 80387 (SX/DX) FPU
  <li>80486 (DX/DX2/DX4)
  <li>Intel Pentium/Pentium-MMX
  <li>Intel Pentium Pro/II/III/Celeron/Xeon
  <li>Intel Pentium 4
  <li>AMD 5x86
  <li>AMD K5/K6/K6-2/K6-3
  <li>AMD Athlon/Duron
  <li>AMD Athlon 64
	(Also see <a href="amd64.html">OpenBSD/amd64</a> for 64-bit support)
  <li>Cyrix MediaGX/M1/M2
  <li>Cyrix 6x86
  <li>VIA C3
  <li>Rise mP6
  <li>IDT WinChip and C3
  <li>NexGen 586
  <li>NS Geode GX1 and M1
  <li>Transmeta TMS3200, TMS5400, TMS5600
</ul>

<p>
Regular floating-point coprocessors (80387DX, 80387SX, 80487SX) are
required when not built into the processor.

<p>
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.

<h4>SMP support</h4>
Starting with OpenBSD 3.6, OpenBSD/i386 supports most SMP
(Symmetrical MultiProcessor) systems.
To support SMP operation, a separate SMP kernel (<tt>bsd.mp</tt>) is
included with the installation file sets.

<p>
As this is a new feature, developers will want to see what hardware does
and doesn't work when running SMP, so it is even more important to
<a href="faq/faq4.html#SendDmesg">send a dmesg</a> after install.

<h4>Buses</h4>

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

<h4>Bus interfaces</h4>

<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&amp;arch=i386&amp;sektion=4">cbb</a>)
</ul>

<h4>Entropy sources</h4>

<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>

<h4>Disk Controllers</h4>

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

<h4>PCI IDE and Serial ATA Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=i386&amp;sektion=4">pciide</a>)</h4>

<ul>
<li>Acard ATP850U, ATP860, ATP860-A, ATP865-A, ATP865-R
<li>Acer Labs M5229
<li>Adaptec AAR-1210SA
<li>Advanced Micro Devices AMD-756, AMD-766, AMD-768, AMD-8111
<li>CMD Tech PCI0640, PCI0643, PCI0646, PCI0648, PCI0649, PCI0680
<li>Contaq Microsystems/Cypress CY82C693
<li>HighPoint HPT366, HPT370, HPT372, HPT302, HPT371, HPT374
<li>Intel PIIX, PIIX3, and PIIX4
<li>Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH4-M/ICH5/ICH5R/ICH6/ICH6M/ICH6R/ICH7)
<li>Intel 6300ESB
<li>ITE IT8212F
<li>National Semiconductor PC87415
<li>National Semiconductor SCx200 (found on SC1100 SoC)
<li>NVIDIA nForce/nForce2/nForce2-400/nForce3/nForce3-250/nForce4
<li>Promise PDC20246, PDC20262, PDC20265, PDC20267, PDC20268,
PDC20268R, PDC20269, PDC20271, PDC20275, PDC20276,
PDC20277, PDC20318, PDC20319, PDC20371, PDC20375, PDC20376, PDC20377, PDC20378, PDC20379
<li>ServerWorks OSB4, CSB5, CSB6 (including support for the third
channel)
<li>Silicon Image
 SiI3112 (including ATI IXP SATA),
 SiI3512, SiI3114
<li>Silicon Integrated System
180,
181,
 5513 (5597/5598), 540, 550, 620,
630, 630S, 633, 635, 640, 645, 645DX, 648, 650, 651,
652, 655, 658, 730, 733, 735, 740, 745, 746, 748, 750,
751, 752, 755, 962, 963
<li>VIA Technologies VT82C586/A/B, VT82C596A/B, VT82C686A/B,
VT8231, VT8366, VT8233, VT8235, VT8237, VT8251, VT6410
</ul>

<p>
Some of these chips are sometimes used in low-cost software-based RAID
systems.
This mode of operation is not supported in OpenBSD.

<h4>SCSI Host Adapters</h4>

<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&amp;arch=i386&amp;sektion=4"
    >aha</a>)<sup>(B) (C)</sup>
  <li>Adaptec AHA-174x
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;arch=i386&amp;sektion=4"
    >ahb</a>)<sup>(B) (C)</sup>
  <li>Adaptec AIC-6260 and AIC-6360 based host adapters including the Adaptec
    AHA-152x and various SoundBlaster cards (Note that you cannot boot from the
    SoundBlaster cards unless the optional boot ROM has been installed)
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aic&amp;arch=i386&amp;sektion=4"
    >aic</a>)<sup>(B)</sup>,
  <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
    AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based host
    adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=i386&amp;sektion=4">ahc</a>)<sup>(B) (C)</sup>
    including the Adaptec cards
    <ul>
      <li>AHA-274X[W,T]
      <li>AHA-284X
      <li>AHA-2910, AHA-2915
      <li>AHA-2920
      <li>AHA-2930[C,U2]
      <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
      <li>AHA-2950[U2W,U2B]
      <li>AHA-3940[U,AU,UW,AUW,U2W]
      <li>AHA-3950U2
      <li>AHA-3960
      <li>AHA-3985
      <li>AHA-4944UW
      <li>AHA-19160B
      <li>AHA-29160[B,N]
      <li>AHA-39160
    </ul>
  <li> Adaptec AIC-7901, AIC-7901A and AIC-7902 based host adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahd&amp;arch=i386&amp;sektion=4">ahd</a>)<sup>(A) (C)</sup>
    including the Adaptec cards
    <ul>
      <li>AHA-29320
      <li>AHA-39320
    </ul>
  <li>AdvanSys "U", "UW", "U2W" and "U160" PCI host adapters including the
    ABP940U[AW], ASB3940U[AW]-00, ASB3940U2W-00 and ASB3950U160
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adw&amp;arch=i386&amp;sektion=4"
    >adw</a>)<sup>(A) (C)</sup>
    and
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adv&amp;arch=i386&amp;sektion=4"
    >adv</a>)<sup>(B) (C)</sup>
  <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=i386&amp;sektion=4"
     >pcscp</a>)<sup>(A) (B) (C)</sup>
  <li>Buslogic BT-54x (Adaptec AHA-154x clones)
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;arch=i386&amp;sektion=4"
    >aha</a>)<sup>(B) (C)</sup>
  <li>BusLogic 445, 74x, 9xx host adapters, but not the new "FlashPoint" series
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bha&amp;arch=i386&amp;sektion=4"
    >bha</a>)<sup>(B) (C)</sup>
  <li>Initio INIC-940 and INIC-950 based PCI 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&amp;arch=i386&amp;sektion=4"
    >iha</a>)<sup>(A) (C)</sup>
  <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=i386&amp;sektion=4"
    >mpi</a>)<sup>(A) (C)</sup>
    <ul>
      <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
      <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
      <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
    </ul>
    <li>These chipsets can be found on the following controllers:
    <ul>
      <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
      <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
      <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
      <li>A7173A, AB290A
      <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
      <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
      <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
      <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
      <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
      <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
    </ul>
    <li>The LSI Logic LSI53C1030 is emulated in the following products:
      <ul>
        <li><a href="http://www.vmware.com/products/server/esx_features.html">VMware ESX Server 2.0</a> and higher
        <li><a href="http://www.vmware.com/download/gsx/">GSX Server 3.0</a> and higher
        <li>Player, Server, Workstation 4.5 and higher
      </ul>
  <li>QLogic PCI host adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=i386&amp;sektion=4"
    >isp</a>)<sup>(A) (C)</sup>
  <li>Seagate/Future Domain ISA host adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sea&amp;arch=i386&amp;sektion=4"
    >sea</a>)<sup>(A) (B) (C)</sup>
    including:
    <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 host
    adapters including generic cards, old ASUS cards, the DTC-3130
    series, and Diamond Fireport series
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4"
    >aha</a>)<sup>(B) (C)</sup>
  <li>Tekram DC-315U and DC-395U/UW/F TRM-S1040 based PCI host adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4"
    >uha</a>)<sup>(A) (C)</sup>
  <li>WD-7000 host adapters
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wds&amp;arch=i386&amp;sektion=4"
    >wds</a>)<sup>(A) (B) (C)</sup>
</ul>

<h4>RAID and Cache Controllers</h4>

<ul>
<li>ICP-Vortex and Intel GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;arch=i386&amp;sektion=4">gdt</a>) <sup>(A) (C)</sup>
<li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;arch=i386&amp;sektion=4">aac</a>), including: <sup>(*)</sup>
    <br>
    <font color="#b00000">
    Note: In the past year Adaptec has lied to us repeatedly about forthcoming
    documentation so that RAID support for these (rather buggy) raid controllers
    could be stabilized, improved, and managed.<br>
    As a result, we do not recommend the Adaptec cards for use.</font>
    <ul>
    <li>Adaptec AAC-2622, AAC-364, AAC-3642, 2130S, 2200S, 2230SLP, 2410SA, 2610SA, 2810SA,
21610SA
    </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&amp;arch=i386&amp;sektion=4">ami</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>ACER MegaRAID ROMB-2E
    <li>Dell CERC-PATA, PERC 2/DC, PERC 3/DC, PERC 3/DCL, PERC 3/QC, PERC 3/SC, PERC 4/DC, PERC 4/Di, PERC 4/SC, PERC 4e/DC, PERC 4e/Di, PERC 4e/SC, PERC 4e/Si
    <li>FSC MegaRAID PCI Express ROMB
    <li>Hewlett-Packard 438, 466, and T[567]
    <li>Intel RAID Controller SROMBU42E, SRCU42X, SRCU42E, SRCU41L, SRCS16, SRCS28X, SRCZCRX
    <li>LSI/AMI MegaRAID, MegaRAID 320-0, MegaRAID 320-1, MegaRAID 320-2, MegaRAID 320-1E, MegaRAID 320-2E, MegaRAID 320-0X, MegaRAID 320-2X, MegaRAID 320-4X, MegaRAID i4
    <li>LSI/Symbios 523 SATA, MegaRAID 150-4, MegaRAID 150-6, MegaRAID 300-4x, MegaRAID 300-8x
    <li>NEC MegaRAID PCI Express ROMB

    </ul>
<li>3ware Escalade 3W-5x00, 3W-6x00 and 3W-7x00 series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;arch=i386&amp;sektion=4">twe</a>) <sup>(A) (C)</sup>
<li>Compaq Smart ARRAY 2*, 3* and 4* RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cac&amp;arch=i386&amp;sektion=4">cac</a>), including: <sup>(A) (C)</sup>
    <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>Compaq and Hewlett-Packard Smart ARRAY 5* and 6* RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&amp;arch=i386&amp;sektion=4">ciss</a>)
<li>DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dpt&amp;arch=i386&amp;sektion=4">dpt</a>) <sup>(A) (C)</sup>
<li>I2O adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iop&amp;arch=i386&amp;sektion=4">iop</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>Adaptec SCSI RAID (ASR-2100S, ASR-2110S, ASR-3200S, etc.)
    <li>Adaptec ATA RAID (AAR-2400A)
    <li>other vendors' controllers supporting I2O,
	including Intel and Mylex, but these were not tested
    </ul>
<li>LSI/Dell MegaRAID SAS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mfi&amp;arch=i386&amp;sektion=4">mfi</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>Dell PERC 5/e, PERC 5/i
    <li>Intel RAID Controller SRCSAS18E, SRCSAS144E
    <li>LSI Logic MegaRAID SAS 8208ELP, MegaRAID SAS 8208XLP, MegaRAID SAS 8300XLP, MegaRAID SAS 8308ELP, MegaRAID SAS 8344ELP, MegaRAID SAS 8408E, MegaRAID SAS 8480E
    </ul>
<li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
    (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=i386&amp;sektion=4">arc</a>),
    including: <sup>(A) (B) (C)</sup>
   <ul>
   <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
   <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
   <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
   <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
   <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
   <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
   <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
   <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
   <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
   <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
   <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
   <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
   <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
   <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
   <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
   <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
   <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
   <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
   <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
   </ul>
</ul>

<h4>CD-ROM and DVD-ROM Drives</h4>

<ul>
<li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&amp;arch=i386&amp;sektion=4">mcd</a>) <sup>(*)</sup>
    [Note: The Mitsumi driver device probe is known
    to cause trouble with several devices!]
<li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>)
<li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;sektion=4">cd</a>)
</ul>
<p>
Sony and Panasonic proprietary CD-ROM interfaces are not supported.

<h4>Tape Drives</h4>

<ul>
<li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;arch=i386&amp;sektion=4">st</a>)
<li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;arch=i386&amp;sektion=4">ch</a>) <sup>(G)</sup>
</ul>

<h4>Display Adapters</h4>

<ul>
  <li>MDA, CGA, EGA, and HGC display adapters
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;arch=i386&amp;sektion=4">pcdisplay</a>).
  <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;arch=i386&amp;sektion=4">vga</a>).
</ul>
<p>
Note that not all of the display adapters OpenBSD/i386 supports
can be used under the X Window System (please refer to the
<a href="http://ftp.x.org/pub/X11R6.9.0/doc/html/">X.Org documentation</a>
for more information).

<h4>Serial Ports</h4>

<ul>
<li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
<li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
<li>ST16650-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
<li>XR16850-based ports (only in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pccom&amp;arch=i386&amp;sektion=4">pccom</a> driver)
<li>AST-style 4-port serial boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ast&amp;arch=i386&amp;sektion=4">ast</a>) <sup>(G)</sup>
<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&amp;arch=i386&amp;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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">addcom</a>) <sup>(*)</sup>
</ul>

<h4>Parallel Ports</h4>

<ul>
<li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=i386&amp;sektion=4">lpt</a>) <sup>(G)</sup>
</ul>

<h4>Communications Controllers</h4>

<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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">ohci</a>) <sup>(A) (B) (C)</sup>
    <li>USB 2.0 Enhanced Host Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;arch=i386&amp;sektion=4">ehci</a>) <sup>(A) (B) (C)</sup>
    </ul>
<li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc</a>), providing serial (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>) and parallel (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;arch=i386&amp;sektion=4">lpt</a>) children, including: <sup>(G)</sup>
    <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>VScom PCI 011H (1 port parallel)
    <li>VScom PCI 100H (1 port serial)
    <li>VScom PCI 110H (1 port serial and 1 port parallel)
    <li>VScom PCI 200H (2 port serial)
    <li>VScom PCI 210H (2 port serial and 1 port parallel)
    <li>VScom PCI 400H (4 port serial)
    <li>VScom PCI 410H (4 port serial and 1 port parallel)
    <li>VScom PCI 800H (8 port serial)
    <li>VScom PCI 100L (1 port serial)
    <li>VScom PCI 200L (2 port serial)
    <li>VScom PCI 210L (2 port serial and 1 port parallel)
    <li>VScom PCI 400L (4 port serial)
    <li>VScom PCI 800L (8 port serial)
    <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>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
    <li>NetMos 2S1P (2 port serial and 1 port parallel)
    <li>Boca Research Turbo Serial 654 PCI (4 port serial)
    <li>Boca Research Turbo Serial 658 PCI (8 port serial)
    <li>SUNIX 400x (1 port parallel)
    <li>SUNIX 401x (2 port parallel)
    <li>SUNIX 402x (1 port serial)
    <li>SUNIX 403x (2 port serial)
    <li>SUNIX 405x (4 port serial)
    <li>SUNIX 406x (8 port serial)
    <li>SUNIX 407x (2 port serial and 1 port parallel)
    <li>SUNIX 408x (2 port serial and 2 port parallel)
    <li>SUNIX 409x (4 port serial and 2 port parallel)
    </ul>
</ul>

<h4>Ethernet Adapters</h4>

<ul>
<li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;arch=i386&amp;sektion=4">el</a>) <sup>(A) (B) (C)</sup>
<li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;arch=i386&amp;sektion=4">ec</a>) <sup>(B)</sup>
<li>3Com 3c505 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eg&amp;arch=i386&amp;sektion=4">eg</a>) <sup>(A) (B) (C)</sup>
<li>3Com 3c507 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;arch=i386&amp;sektion=4">ie</a>) <sup>(A) (B) (C)</sup>
<li>3Com 3c509, 3c579, and 3c59x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&amp;arch=i386&amp;sektion=4">ep</a>) (disabling PnP on 3c509B is recommended)
<li>3Com 3c515 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ef&amp;arch=i386&amp;sektion=4">ef</a>) <sup>(B)</sup>
<li>3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=i386&amp;sektion=4">xl</a>), including:
    <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
    <li>NVIDIA nForce2 integrated 3Com 9201 (nForce2-ST, nForce2-GT)
    </ul>

<li>3Com 3c990 3XP Typhoon/Sidewinder PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=txp&amp;arch=i386&amp;sektion=4">txp</a>), including: <sup>(A) (B) (C)</sup>
    <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&amp;arch=i386&amp;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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">aue</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3com 3c460b
    <li>Abocom UFE1000
    <li>Abocom DSB650TX
    <li>Accton USB320-EC
    <li>Accton SpeedStream Ethernet
    <li>Admtek Pegasus
    <li>Admtek Pegasus II
    <li>AEI USB Fast Ethernet
    <li>Allied Telesyn AT-USB100
    <li>ATEN UC-110T
    <li>Billionton Systems USB100
    <li>Billionton Systems USB100EL
    <li>Billionton Systems USB100LP
    <li>Billionton Systems USBE100
    <li>Corega FEther USB-TX
    <li>Corega FEther USB-TXS
    <li>D-Link DSB-650
    <li>D-Link DSB-650TX
    <li>D-Link DSB-650TX-PNA
    <li>ELCON Systemtechnik Goldpfeil P-LAN
    <li>Elecom LD-USB
    <li>Elecom LD-USBL/TX
    <li>Elsa Microlink USB2Ethernet
    <li>GIGABYTE GN-BR402W
    <li>Hawking UF100
    <li>HP HN210E
    <li>I/O DATA USB ETTX
    <li>Kingston KNU101TX
    <li>Laneed LD-USBL/TX
    <li>Linksys USB100TX
    <li>Linksys USB100H1
    <li>Linksys USB10T
    <li>Linksys USB10TA
    <li>Linksys USB10TX
    <li>Melco Inc. LUA-TX
    <li>Melco Inc. LUA2-TX
    <li>Microsoft MN110
    <li>Mobility EasiDock Ethernet
    <li>Netgear FA101
    <li>Omnidirectional Control Technology USB TO Ethernet
    <li>Siemens SpeedStream USB
    <li>Smartbridges smartNIC 2
    <li>SMC 2202USB/ETH
    <li>SMC 2206USB/ETH
    <li>SOHOware NUB100
    <li>SOHOware NUB110
    </ul>

<li>AMD LANCE and PCnet-based ISA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;arch=i386&amp;sektion=4">le</a>), including: <sup>(B)</sup>
    <ul>
    <li>Novell NE1500T
    <li>Novell NE2100
    <li>Kingston 21xx
    </ul>

<li>AMD PCnet-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcn&amp;arch=i386&amp;sektion=4">pcn</a>), including: <sup>(B) (C)</sup>
    <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&amp;arch=i386&amp;sektion=4">dc</a>), including:
    <ul>
    <li>CNet Pro110B
    <li>Alfa Inc. GFC2204
    </ul>

<li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>), including:
    <ul>
    <li>ATEN UC210T
    <li>BAFO BF-320
    <li>Billionton Systems USB2AR
    <li>Buffalo(MELCO) LUA-U2-KTX
    <li>Corega FEther USB2-TX
    <li>D-Link DUB-E100
    <li>Good Way GWUSB2E
    <li>Hawking UF200
    <li>Intellinet USB 2.0 to Ethernet (rev A)
    <li>JVC MP-PRX1
    <li>Linksys USB200M
    <li>Netgear FA120
    <li>Sitecom LN-029
    <li>SMC 2209USB/ETH
    <li>SnapPort USB 2.0 LAN Adapter
    <li>ST Lab USB 2.0 Fast Ethernet
    <li>Surecom EP-1427X-2
    <li>System TALKS SGC-X2UL
    <li>TRENDnet TU2-ET100
    <li>Z-TEK ZK-R01-2
    </ul>

<li>Broadcom BCM4401 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bce&amp;arch=i386&amp;sektion=4">bce</a>) <sup>(A) (B) (C)</sup>

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

<li>Davicom DM9009, DM9100, DM9102, and DM9102A based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
    <ul>
    <li>Jaton XpressNet
    </ul>

<li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>), including:
    <ul>
    <li>Corega FEther USB-TXC
    </ul>

<li>DEC EtherWORKS III cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lc&amp;arch=i386&amp;sektion=4">lc</a>), including: <sup>(G)</sup>
    <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&amp;arch=i386&amp;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>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&amp;arch=i386&amp;sektion=4">dc</a>) including:
   <ul>
   <li>Adaptec ANA-6944A
   <li>Cogent EM400
   <li>Compex 400TX
   <li>CompuShack Goldline Quattro
   <li>Phobos P430TX
   <li>D-Link DFE-570TX Quad port
   <li>Znyx ZX346
   </ul>

<li>Intel EtherExpress 16 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ie&amp;arch=i386&amp;sektion=4">ie</a>) <sup>(A) (B) (C)</sup>

<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&amp;arch=i386&amp;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, PRO/100 VM, and PRO/100 S
    </ul>

<li>Intel 21145-based cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>)

<li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com 3c19250
    <li>3Com 3c460 HomeConnect
    <li>AboCom Systems URE450 Ethernet
    <li>ADS Technologies USB-10BT
    <li>Aox USB101
    <li>Asante USB to Ethernet
    <li>ATen DSB-650C
    <li>ATen UC10T
    <li>Corega USB-T
    <li>D-Link DSB-650C
    <li>Entrega NET-USB-E45
    <li>I/O Data USB-ET/T
    <li>Jaton USB XpressNet
    <li>Kawasaki USB101
    <li>Kingston Ethernet
    <li>Linksys USB10T
    <li>Mobility Ethernet
    <li>Netgear EA101
    <li>Peracom USB
    <li>Portgear Ethernet
    <li>Portsmith Express Ethernet
    <li>Psion Dacom Gold Port Ethernet
    <li>Shark Pocket Adapter
    <li>Silicom U2E
    <li>SMC 2102USB
    <li>SMC 2104USB
    </ul>

<li>Lite-On PNIC/PNIC-II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=i386&amp;sektion=4">dc</a>), including:
    <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&amp;arch=i386&amp;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>Myson Technologies MTD803 3-in-1 Fast Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtd&amp;arch=i386&amp;sektion=4">mtd</a>), including:
    <ul>
    <li>Safeway Lancard SW-10/100 PCI (model 117204)
    <li>Surecom EP-320X-S
    </ul>

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

<li>Novell NE1000, NE2000 (ISA, and PCI variants thereof) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;arch=i386&amp;sektion=4">ne</a>) <sup>(B)</sup>

<li>NVIDIA nForce MCP-based Fast Ethernet and Gigabit Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&amp;arch=i386&amp;sektion=4">nfe</a>), including:
    <ul>
    <li>nForce
    <li>nForce 2
    <li>nForce 3
    <li>CK804
    <li>MCP04
    <li>MCP51
    <li>MCP55
    <li>MCP61
    <li>MCP65
    </ul>

<li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=i386&amp;sektion=4">rl</a>), including: <sup>(B)</sup>
    <ul>
    <li>Accton MPX5030 CardBus
    <li>Allied Telesyn AT2550
    <li>Corega FEther CB-TXD 10/100 Ethernet
    <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
    <li>Encore ENL832-TX-RENT 10/100 M PCI
    <li>Genius GF100TXR
    <li>KTX-9130TX 10/100 Fast Ethernet
    <li>Longshine LCS-8038TX-R
    <li>NDC Communications NE100TX-E
    <li>Netgear FA311 v2
    <li>Netronix Inc. EA-1210 NetEther 10/100
    <li>Nortel BayStack 21
    <li>OvisLink LEF-8129TX, LEF-8139TX
    <li>SMC EZ Card 10/100 PCI 1211-TX
    <li>TRENDnet TE100-PCBUSR CardBus
    </ul>

<li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</a>), including: <sup>(G)</sup>
    <ul>
    <li>Abocom RTL8151
    <li>GreenHouse GH-USB100B
    <li>GreenHouse GH-USB100B with HomePNA
    <li>Linksys USB100M
    <li>Longshine LCS-8138TX
    <li>Melco Inc. LUA-KTX
    <li>Micronet SP128AR
    <li>OQO model 01 embedded ethernet adapter
    <li>SMC 2208USB/ETH
    <li>TRENDnet TU-ET100C
    <li>Zt USB10/100
    </ul>

<li>SiS 900 and SiS 7016-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sis&amp;arch=i386&amp;sektion=4">sis</a>), including: <sup>(B) (C)</sup>
    <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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">we</a>) <sup>(B)</sup>

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

<li>SMC 83C170 ("EtherPower II") (EPIC/100) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=epic&amp;arch=i386&amp;sektion=4">epic</a>) <sup>(B)</sup> <sup>(C)</sup>

<li>Sun Happy Meal PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;arch=i386&amp;sektion=4">hme</a>), including: <sup>(G)</sup>
    <ul>
    <li>Fast Ethernet
    <li>Quad Fast Ethernet
    </ul>

<li>Sundance ST201-based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ste&amp;arch=i386&amp;sektion=4">ste</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DFE-550TX
    <li>D-Link DFE-580TX
    <li>Encore ENL832-TX-ICNT 10/100 M PCI
    </ul>

<li>Texas Instruments ThunderLAN PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tl&amp;arch=i386&amp;sektion=4">tl</a>), including: <sup>(B)</sup> <sup>(C)</sup>
    <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/RhineIII Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&amp;arch=i386&amp;sektion=4">vr</a>), including: <sup>(C)</sup>
    <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&amp;arch=i386&amp;sektion=4">wb</a>), including: <sup>(A)</sup> <sup>(B)</sup>
    <ul>
    <li>TRENDnet TE100-PCIE
    <li>Compex RL100-ATX 10/100
    </ul>
</ul>
<p>
Please be aware that many NE2000 adapters fail or perform very poorly. We do
not recommend using them, but your mileage may vary.

<h4>Wireless Ethernet Adapters</h4>

<ul>
<li>ADMtek ADM8211 IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=i386&amp;sektion=4">atw</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com OfficeConnect 3CRSHPW796
    <li>Blitz NetWave Point
    <li>D-Link DWL-650 Rev. L1
    <li>SMC 2635W (version 1 only)
    <li>TRENDnet TEW-221PC
    </ul>
<li>ADMtek ADM8211 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atw&amp;arch=i386&amp;sektion=4">atw</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Belkin F5D6001
    <li>D-Link DWL-520 Rev. C1
    <li>LanReady WP2000
    <li>Xterasys XN2511B
    </ul>
<li>Aironet Communications 4500/4800 IEEE 802.11FH/b ISA PnP, PCI, and PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=an&amp;arch=i386&amp;sektion=4">an</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Aironet 4500/4800
    <li>Cisco 340/350
    </ul>
<li>Atheros IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=i386&amp;sektion=4">ath</a>), including: <sup>(A) (B)</sup>
    <ul>
    <li>3Com 3CRPAG175
    <li>Cisco AIR-CB21AG
    <li>D-Link DWL-A650
    <li>D-Link DWL-AB650
    <li>Elecom LD-WL54
    <li>Linksys WPC51AB
    <li>Netgear WAB501
    <li>Planet WL-3560
    <li>Proxim Skyline 4030
    <li>SMC SMC2735W
    <li>Sony PCWA-C500
    </ul>
<li>Atheros IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;arch=i386&amp;sektion=4">ath</a>), including: <sup>(A) (B)</sup>
    <ul>
    <li>D-Link DWL-A520
    <li>IBM 11ABG WL LAN Mini PCI
    <li>Proxim Skyline 4032
    <li>Senao NL-5354MP Mini PCI
    <li>Wistron CM9 Mini PCI
    </ul>
<li>Atheros USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uath&amp;arch=i386&amp;sektion=4">uath</a>), including: <sup>(G)</sup>
    <ul>
    <li>Compex WLU108AG
    <li>Compex WLU108G
    <li>D-Link DWL-G132
    <li>Netgear WG111T
    <li>Netgear WG111U
    <li>Netgear WPN111
    <li>Olitec 000544
    <li>PLANET WDL-U357
    <li>Siemens Gigaset 108
    <li>SMC SMCWUSBT-G
    <li>SparkLAN WL-785A
    <li>TP-Link TL-WN620G
    <li>TRENDware International TEW-444UB
    <li>TRENDware International TEW-504UB
    <li>Unex Technology UR054ag
    <li>ZyXEL XtremeMIMO M-202
    </ul>
<li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=i386&amp;sektion=4">atu</a>), including: <sup>(G)</sup>
    <ul>
    <li>3Com 3CRSHEW696
    <li>AboCom BWU613
    <li>Accton 2664W
    <li>Acer Peripherals AWL300
    <li>Acer Peripherals AWL400
    <li>Actiontec 802UAT1
    <li>Addtron AWU120
    <li>Aincomm AWU2000B
    <li>Askey Computer Voyager 1010
    <li>Askey Computer WLL013 (Intersil Radio)
    <li>Askey Computer WLL013 (RFMD Radio)
    <li>Atmel AT76C503 (Intersil Radio)
    <li>Atmel AT76C503 (RFMD Radio)
    <li>Atmel AT76C505 (RFMD Radio)
    <li>Atmel AT76C505 (RFMD 2958 Radio)
    <li>Atmel AT76C505A (RFMD 2958 Radio)
    <li>Atmel AT76C505AS (RFMD 2958 Radio)
    <li>Belkin F5D6050
    <li>Bluetake BW002
    <li>Compaq iPAQ h54xx/h55xx Internal WLAN
    <li>Conceptronic C11U
    <li>Conceptronic WL210
    <li>Corega WLAN USB Stick 11
    <li>Dick Smith Electronics CHUSB 611G
    <li>Dick Smith Electronics WL200U
    <li>Dick Smith Electronics WL240U
    <li>Dick Smith Electronics XH1153
    <li>D-Link DWL-120 rev E
    <li>Geowave GW-US11S
    <li>Gigabyte GN-WLBM101
    <li>Gigaset WLAN
    <li>Hewlett-Packard HN210W
    <li>Intel AP310 AnyPoint II
    <li>I/O DATA USB WN-B11
    <li>Lexar 2662W-AR
    <li>Linksys WUSB11 802.11b
    <li>Linksys WUSB11 802.11b v2.8
    <li>MSI WLAN
    <li>Netgear MA101
    <li>Netgear MA101 rev B
    <li>OQO model 01 WiFi
    <li>Ovislink AirLive WL-1120USB
    <li>OvisLink AirLive WL-1130USB
    <li>Planex Communications GW-US11S
    <li>Samsung SWL2100W
    <li>Siemens WLL013
    <li>SMC EZ Connect 11Mbps (SMC2662w)
    <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
    <li>Tekram U-300C
    <li>TRENDnet TEW-229UB
    <li>W-Buddie WN210
    <li>Z-Com M4Y-750
    </ul>
<li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=i386&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
    <ul>
    <li>3COM 3CRWE154G72
    <li>some NETGEAR WG511 (those made in Taiwan, NOT in China)
    <li>SMC EZ Connect g 2.4GHz SMC2835W-v2
    <li>Soyo Aerielink
    <li>ZyXEL ZyAIR G-100
    </ul>
<li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pgt&amp;arch=i386&amp;sektion=4">pgt</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DWL-g650 A1
    <li>I-O Data WN-G54/CB
    <li>I4 Z-Com XG-600
    <li>I4 Z-Com XG-900
    <li>Intersil PRISM Indigo
    <li>Intersil PRISM Duette
    <li>PLANEX GW-DS54G
    <li>SMC EZ Connect g 2.4GHz SMC2802W
    <li>SMC 2802Wv2
    </ul>
<li>Intel PRO/Wireless 2100 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;arch=i386&amp;sektion=4">ipw</a>) <sup>(G)</sup>
<li>Intel PRO/Wireless 2200BG/2225BG/2915ABG 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;arch=i386&amp;sektion=4">iwi</a>) <sup>(G)</sup>
<li>Intel PRO/Wireless 3945ABG IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;arch=i386&amp;sektion=4">wpi</a>) <sup>(G)</sup>
<li>Marvell Libertas IEEE 802.11b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
    <ul>
    <li>Netgear WG511v2
    <li>Tenda TWL541C
    </ul>
<li>Marvell Libertas IEEE 802.11b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
    <ul>
    <li>Netgear WG311v3
    <li>Tenda TWL542P
    </ul>
<li>Marvell Libertas IEEE 802.11b/g PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=i386&amp;sektion=4">malo</a>), including: <sup>(G)</sup>
    <ul>
    <li>Ambicom WL54CF
    </ul>
<li>Ralink Technology IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=i386&amp;sektion=4">ral</a>), including: <sup>(A) (B)</sup>
    <ul>
    <li>A-Link WL54PC
    <li>Alfa AWPC036
    <li>Amigo AWI-914W
    <li>AMIT WL531C
    <li>ASUS WL-107G
    <li>Atlantis Land A02-PCM-W54
    <li>Belkin F5D7010 v2
    <li>Canyon CN-WF513
    <li>CC&amp;C WL-2102
    <li>CNet CWC-854
    <li>Compex WL54G
    <li>Conceptronic C54RC
    <li>Corega CG-WLCB54GL
    <li>Digiconnect WL591C
    <li>Digitus DN-7001G-RA
    <li>E-Tech WGPC02
    <li>E-Tech WGPC03
    <li>Edimax EW-7108PCg
    <li>Eminent EM3036
    <li>Encore ENPWI-G-RLAM
    <li>Eusso UGL2454-01R
    <li>Fibreline WL-400X
    <li>Gigabyte GN-WMKG
    <li>Hawking HWC54GR
    <li>Hercules HWGPCMCIA-54
    <li>JAHT WN-4054P
    <li>KCORP LifeStyle KLS-611
    <li>LevelOne WPC-0301 v2
    <li>Micronet SP908GK V3
    <li>Minitar MN54GCB-R
    <li>MSI CB54G2
    <li>MSI MS-6835
    <li>Pro-Nets CB80211G
    <li>Repotec RP-WB7108
    <li>SATech SN-54C
    <li>Sitecom WL-112
    <li>SparkLAN WL-685R
    <li>Surecom EP-9428-g
    <li>Sweex LC500050
    <li>TekComm NE-9428-g
    <li>Tonze PW-6200C
    <li>Unex MR054g-R02
    <li>Zinwell ZWX-G160
    <li>Zonet ZEW1500
    </ul>
<li>Ralink Technology IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=i386&amp;sektion=4">ral</a>), including: <sup>(B) (C)</sup>
    <ul>
    <li>A-Link WL54H
    <li>Amigo AWI-922W Mini PCI
    <li>Amigo AWI-926W
    <li>AMIT WL531P
    <li>AOpen AOI-831
    <li>ASUS WL-130g
    <li>ASUS WIFI-G-AAY
    <li>Atlantis Land A02-PCI-W54
    <li>Belkin F5D7000 v3
    <li>Billionton MIWLGRL Mini PCI
    <li>Canyon CN-WF511
    <li>CNet CWP-854
    <li>Compex WLP54G
    <li>Conceptronic C54Ri
    <li>Digitus DN-7006G-RA
    <li>Dynalink WLG25PCI
    <li>E-Tech WGPI02
    <li>Edimax EW-7128g
    <li>Eminent EM3037
    <li>Encore ENLWI-G-RLAM
    <li>Eusso UGL2454-VPR
    <li>Fiberline WL-400P
    <li>Gigabyte GN-WIKG Mini PCI
    <li>Gigabyte GN-WPKG
    <li>Hawking HWP54GR
    <li>Hercules HWGPCI-54
    <li>iNexQ CR054g-009 (R03)
    <li>JAHT WN-4054PCI
    <li>KCORP LifeStyle KLS-660
    <li>LevelOne WNC-0301 v2
    <li>Linksys WMP54G v4
    <li>Micronet SP906GK
    <li>Minitar MN54GPC-R
    <li>MSI MP54G2 Mini PCI
    <li>MSI MP6833 Mini PCI
    <li>MSI MS-6834
    <li>MSI PC54G2
    <li>OvisLink EVO-W54PCI
    <li>PheeNet HWL-PCIG/RA
    <li>Pro-Nets PC80211G
    <li>Repotec RP-WP0854
    <li>SATech SN-54P
    <li>Signamax 065-1798
    <li>Sitecom WL-115
    <li>SparkLAN WL-660R
    <li>Surecom EP-9321-g
    <li>Surecom EP-9321-g1
    <li>Sweex LC700030
    <li>TekComm NE-9321-g
    <li>Tonze PC-620C Mini PCI
    <li>Tonze PC-6200C
    <li>Unex CR054g-R02
    <li>Zinwell ZWX-G360 Mini PCI
    <li>Zinwell ZWX-G361
    <li>Zonet ZEW1600
    </ul>
<li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=i386&amp;sektion=4">ural</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>AMIT WL532U
    <li>ASUS WL-167g
    <li>Belkin F5D7050
    <li>Buffalo WLI-U2-KG54
    <li>Buffalo WLI-U2-KG54-AI
    <li>Buffalo WLI-U2-KG54-YB
    <li>CNet CWD-854
    <li>Compex WLU54G
    <li>Conceptronic C54RU
    <li>D-Link DWL-G122 (b1)
    <li>Dynalink WLG25USB
    <li>E-Tech WGUS02
    <li>Eminent 3035
    <li>Gigabyte GN-WBKG
    <li>Hercules HWGUSB2-54
    <li>KCORP LifeStyle KLS-685
    <li>Linksys WUSB54G v4
    <li>Linksys WUSB54GP v4
    <li>MSI MS-6861
    <li>MSI MS-6865
    <li>MSI MS-6869
    <li>Nintendo Wi-Fi USB Connector
    <li>Nova Tech NV-902W
    <li>OvisLink Evo-W54USB
    <li>SerComm UB801R
    <li>SparkLAN WL-685R
    <li>Sphairon UB801R
    <li>Surecom EP-9001-g rev 3A
    <li>Sweex LC100060
    <li>Tonze UW-6200C
    <li>Zaapa ZNWUSB-54
    <li>Zinwell ZPlus-G250
    <li>Zinwell ZWX-G261
    <li>Zonet ZEW2500
    </ul>
<li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=i386&amp;sektion=4">rum</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>3Com Aolynk WUB320g
    <li>Abocom WUG2700
    <li>Airlink101 AWLL5025
    <li>ASUS WL-167g ver 2
    <li>Belkin F5D7050 ver 3
    <li>Belkin F5D9050 ver 3
    <li>Buffalo WLI-U2-SG54HP
    <li>Buffalo WLI-U2-G54HP
    <li>CNet CWD-854 ver F
    <li>Conceptronic C54RU ver 2
    <li>Corega CG-WLUSB2GO
    <li>D-Link DWL-G122 rev C1
    <li>D-Link WUA-1340
    <li>Digitus DN-7003GR
    <li>Edimax EW-7318USG
    <li>Gigabyte GN-WB01GS
    <li>Gigabyte GN-WI05GS
    <li>Hawking HWUG1
    <li>Hawking HWU54DM
    <li>Hercules HWGUSB2-54-LB
    <li>Hercules HWGUSB2-54V2-AP
    <li>LevelOne WNC-0301USB v3
    <li>Linksys WUSB54G rev C
    <li>Linksys WUSB54GR
    <li>Planex GW-US54HP
    <li>Planex GW-US54Mini2
    <li>Planex GW-USMM
    <li>Senao NUB-3701
    <li>Sitecom WL-113 ver 2
    <li>Sitecom WL-172
    <li>Sweex LW053
    <li>TP-LINK TL-WN321G
    </ul>
<li>Raytheon Raylink/WebGear Aviator IEEE 802.11FH PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&amp;arch=i386&amp;sektion=4">ray</a>), including: <sup>(A) (B) (C)</sup> 
    <ul>
    <li>Raytheon Raylink WLAN
    <li>WebGear Aviator 2.4
    <li>WebGear Aviator PRO
    </ul>
<li>Realtek RTL8180L IEEE 802.11b CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;arch=i386&amp;sektion=4">rtw</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Allnet ALL0182
    <li>Belkin F5D6020 V3
    <li>Buffalo WLI-CB-B11
    <li>Corega CG-WLCB11V3
    <li>D-Link DWL-610
    <li>Edimax EW-7106
    <li>GigaFast WF721-AEX (R* serial)
    <li>Jensen AirLink 6011
    <li>Level-One WPC-0101
    <li>Linksys WPC11 v4
    <li>Netgear MA521
    <li>Ovislink AirLive WL-1120PCM
    <li>Planet WL-3553
    <li>Q-Tec 770WC
    <li>Q-Tec 775WC
    <li>Roper FreeLan 802.11b
    <li>SAFECOM SWLCR-1100
    <li>TRENDnet TEW-226PC
    <li>VCTnet PC-11B1
    <li>Winstron CB-200B
    <li>Zonet ZEW1000
    </ul>
<li>TI ACX100/ACX111 IEEE 802.11a/b/g CardBus adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=i386&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DWL-650+
    <li>D-Link DWL-G630+
    <li>D-Link DWL-G650+
    <li>Ergenic ERG WL-003
    <li>Hamlet HNWP254
    <li>Linksys WPC54Gv2
    <li>Microcom Travelcard
    <li>Sceptre SC254W+
    <li>USR USR5410
    <li>ZyXEL G-160
    </ul>
<li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&amp;arch=i386&amp;sektion=4">acx</a>), including: <sup>(G)</sup>
    <ul>
    <li>D-Link DWL-520+
    <li>D-Link DWL-G520+
    <li>Hawking HWP54G
    <li>Netgear WG311v2
    <li>Tornado/ADT 211g
    <li>USR USR5416
    <li>ZyXEL G-360 EE
    </ul>
<li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(B)</sup>
    <ul>
    <li>AmbiCom WL1100C-CF
    <li>ASUS SpaceLink WL-110
    <li>Belkin F5D6060 (version 1 only)
    <li>Buffalo AirStation
    <li>D-Link DCF-660W
    <li>ELSA XI800
    <li>Linksys WCF12
    <li>Netgear MA701
    <li>Pretec Compact WLAN OC-WLBXX-A
    <li>Senao NL-2511CF
    </ul>
<li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(C)</sup>
    <ul>
    <li>3Com AirConnect 3CRWE777A
    <li>Addtron AWA-100
    <li>Belkin F5D6001 (version 1 only)
    <li>Corega CGWLPCIA11
    <li>D-Link DWL-520 (rev A and B only)
    <li>Intersil Mini PCI
    <li>Intersil ISL3872
    <li>Longshine 8301
    <li>NDC/Sohoware NCP130
    <li>Netgear MA311
    <li>Nortel E-mobility 211818-A
    <li>Samsung MagicLAN SWL-2210P
    <li>Senao NL-2511MP
    <li>Symbol LA4123
    </ul>
<li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(B)</sup>
    <ul>
    <li>3Com AirConnect 3CRWE737A
    <li>Actiontec HWC01170
    <li>Adaptec AWN-8030
    <li>Addtron AWP-100
    <li>Agere ORiNOCO
    <li>ARtem Onair
    <li>ASUS SpaceLink WL-100
    <li>Belkin F5D6020 (version 1 only)
    <li>Buffalo AirStation
    <li>Cabletron RoamAbout
    <li>Compaq Agency NC5004
    <li>Contec FLEXLAN/FX-DS110-PCC
    <li>Corega PCC-11
    <li>Corega PCCA-11
    <li>Corega PCCB-11
    <li>D-Link DWL-650 (rev A1-J3 only)
    <li>ELSA XI300
    <li>ELSA XI325
    <li>ELSA XI325H
    <li>EMTAC A2424i
    <li>Ericsson Wireless LAN CARD C11
    <li>Gemtek WL-311
    <li>Hawking Technology WE110P
    <li>I-O DATA WN-B11/PCM
    <li>Intel PRO/Wireless 2011
    <li>Intersil Prism II
    <li>Linksys Instant Wireless WPC11
    <li>Linksys Instant Wireless WPC11 2.5
    <li>Linksys Instant Wireless WPC11 3.0
    <li>Lucent WaveLAN
    <li>Microsoft MN520
    <li>NANOSPEED ROOT-RZ2000
    <li>NEC CMZ-RT-WP
    <li>Netgear MA401
    <li>Netgear MA401RA
    <li>Nokia C020 Wireless LAN
    <li>Nokia C110/C111 Wireless LAN
    <li>NTT-ME 11Mbps Wireless LAN
    <li>Planex GW-NS11H
    <li>Proxim Harmony
    <li>Proxim RangeLAN-DS
    <li>Samsung MagicLAN SWL-2000N
    <li>Siemens SpeedStream SS1021
    <li>SMC 2632 EZ Connect
    <li>Symbol Spectrum24
    <li>TDK LAK-CD011WL
    <li>US Robotics 2410
    <li>US Robotics 2445
    </ul>
<li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=i386&amp;sektion=4">wi</a>), including: <sup>(A) (B)</sup>
    <ul>
    <li>Acer Warplink USB-400
    <li>Actiontec HWU01170
    <li>AirVast WM168b
    <li>Ambit WLAN
    <li>Apacer Wireless Steno MB112
    <li>ASUS WL-140
    <li>Compaq W100
    <li>Corega WLUSB-11
    <li>Corega WLUSB-11 Key
    <li>D-Link DWL-120 (rev F)
    <li>D-Link DWL-122
    <li>I-O DATA WN-B11/USB
    <li>Intel PRO/Wireless 2011B
    <li>Intersil Prism 2X
    <li>JVC MP-XP7250
    <li>Linksys WUSB11 v3.0
    <li>Linksys WUSB12
    <li>Melco WLI-USB-KB11
    <li>Melco WLI-USB-KS11G
    <li>Melco WLI-USB-S11
    <li>Microsoft MN510
    <li>Netgear MA111 (version 1 only)
    <li>Pheenet WL-503IA
    <li>Planex GW-US11H
    <li>Siemens SpeedStream SS1022
    <li>Sitecom WL-022
    <li>Syntax USB-400
    <li>US Robotics 1120
    <li>ViewSonic Airsync
    <li>Z-Com XI-725/726
    <li>Z-Com XI-735
    <li>ZyXEL ZyAIR B-200
    </ul>
<li>ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;arch=i386&amp;sektion=4">zyd</a>) <sup>(G)</sup>
    <ul>
    <li>3COM 3CRUSB10075
    <li>Acer WLAN-G-US1
    <li>Airlink+ AWLL3025
    <li>Airlink 101 AWLL3026
    <li>AOpen 802.11g WL54
    <li>Asus A9T integrated wirless
    <li>Asus WL-159g
    <li>Belkin F5D7050 v.4000
    <li>Billion BiPAC 3011G
    <li>Buffalo WLI-U2-KG54L
    <li>CC&amp;C WL-2203B
    <li>DrayTek Vigor 550
    <li>Edimax EW-7317UG
    <li>Edimax EW-7317LDG
    <li>Fiberline Networks WL-43OU
    <li>iNexQ UR055g
    <li>Linksys WUSBF54G
    <li>Longshine LCS-8131G3
    <li>MSI US54SE
    <li>Philips SNU5600
    <li>Planet WL-U356
    <li>Planex GW-US54GZL
    <li>Planex GW-US54Mini
    <li>Safecom SWMULZ-5400
    <li>Sagem XG 760A
    <li>Sagem XG 76NA
    <li>Sandberg Wireless G54 USB
    <li>Sitecom WL-113
    <li>SMC SMCWUSB-G
    <li>Sweex wireless USB 54 Mbps
    <li>Tekram/Siemens USB adapter
    <li>Telegent TG54USB
    <li>Trendnet TEW-424UB
    <li>Trendnet TEW-429UB
    <li>TwinMOS G240
    <li>US Robotics 5423
    <li>X-Micro XWL-11GUZX
    <li>Yakumo QuickWLAN USB
    <li>Zonet ZEW2501
    <li>ZyXEL ZyAIR G-220
    </ul>
</ul>

<h4>Gigabit Ethernet Adapters</h4>

<ul>
<li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;arch=i386&amp;sektion=4">ti</a>), including: <sup>(A) (B) (C)</sup>
    <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 i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573
based adapters
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=i386&amp;sektion=4">em</a>),
including:
    <ul>
    <li> HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
    <li> HP ProLiant NC340T PCI-X Gigabit NIC
    <li> HP ProLiant NC6132 Upgrade Module (SX Fiber)
    <li> HP ProLiant NC6133 Upgrade Module (LX Fiber)
    <li> HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
    <li> HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
    <li> HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
    <li> HP ProLiant NC7131 PCI Gigabit NIC
    <li> HP ProLiant NC7132 Upgrade Module
    <li> HP ProLiant NC7170 PCI-X Gigabit NIC
    <li> HP ProLiant NC7170LP PCI-X Gigabit NIC
    <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
    <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
    <li> Intel PRO/1000T Server Adapter (PWLA8490T)
    <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
    <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
    <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
    <li> Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
    <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
    <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
    <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
    <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
    <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
    <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
    <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
    </ul>

<li>National Semiconductor DP83820 and DP83821 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nge&amp;arch=i386&amp;sektion=4">nge</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Addtron AEG320T
    <li>Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI)
    <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 GA621
    <li>Netgear GA622T
    <li>SMC EZ Card 1000 (SMC9462TX)
    <li>Surecom Technology EP-320G-TX
    <li>TRENDnet TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI)
    </ul>

<li>Level1 LXT1001 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;arch=i386&amp;sektion=4">lge</a>), including:
    <ul>
    <li>Allied Telesis CentreCOM LA1000-PCI-SX
    <li>D-Link DGE-500SX
    <li>SMC TigerCard 1000 (SMC9462SX)
    </ul>

<li>Broadcom BCM57xx (a.k.a. Tigon3) based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;arch=i386&amp;sektion=4">bge</a>), including: <sup>(A) (C)</sup>
    <ul>
    <li>3Com 3c996-T (10/100/1000baseT)
    <li>3Com 3c996-SX (1000baseSX)
    <li>3Com 3c996B-T (10/100/1000baseT)
    <li>Dell PowerEdge 1750 integrated BCM5704C NIC (10/100/1000baseT)
    <li>Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseT)
    <li>Dell PowerEdge 2650 integrated BCM5703 NIC (10/100/1000baseT)
    <li>HP ProLiant NC320T PCI-E Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
    <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
    <li>HP ProLiant NC7760 embedded PCI Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC7780 embedded PCI-X Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
    <li>HP ProLiant NC7782 embedded PCI-X Gigabit NIC (10/100/1000baseT)
    <li>IBM xSeries 235 integrated BCM5703X NIC (10/100/1000baseT)
    <li>IBM xSeries 305 integrated BCM5703X NIC (10/100/1000baseT)
    <li>Netgear GA302T (10/100/1000baseT)
    <li>SysKonnect SK-9D21 (10/100/1000baseT)
    <li>SysKonnect SK-9D41 (1000baseSX)
    </ul>

<li>Broadcom NetXtreme II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bnx&amp;arch=i386&amp;sektion=4">bnx</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Dell PowerEdge 1950 integrated BCM5708 NIC (10/100/1000baseT)
    <li>Dell PowerEdge 2950 integrated BCM5708 NIC (10/100/1000baseT)
    <li>HP NC370F PCI-X Multifunction Gigabit server adapter (1000baseSX)
    <li>HP NC370T PCI-X Multifunction Gigabit server adapter (10/100/1000baseT)
    <li>HP NC373F PCI Express Multifunction Gigabit server adapter (1000baseSX)
    <li>HP NC380T PCI Express Dual Port Multifunction Gigabit server adapter (10/100/1000baseT)
    <li>IBM xSeries 3550 integrated BCM5708 NIC (10/100/1000baseT)
    <li>IBM xSeries 3650 integrated BCM5708 NIC (10/100/1000baseT)
    </ul>

<li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&amp;arch=i386&amp;sektion=4">stge</a>), including: <sup>(G)</sup>
    <ul>
    <li>Allied Telesis CentreCOM LA1000-PCI-T
    <li>Antares Microsystems TC9021
    <li>D-Link DGE-550T
    </ul>

<li>SysKonnect and Marvell based GigE(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;arch=i386&amp;sektion=4">sk</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>SysKonnect SK-9821 (1000baseT)
    <li>SysKonnect SK-9822 (dual 1000baseT)
    <li>SysKonnect SK-9841 (1000baseLX)
    <li>SysKonnect SK-9842 (dual 1000baseLX)
    <li>SysKonnect SK-9843 (1000baseSX)
    <li>SysKonnect SK-9844 (dual 1000baseSX)
    <li>SysKonnect SK-9521 v2.0 (1000baseT 32-bit)
    <li>SysKonnect SK-9821 v2.0 (1000baseT)
    <li>SysKonnect SK-9843 v2.0 (1000baseSX)
    <li>3Com 3c940 (1000baseT)
    <li>3Com 3c2000-T (1000baseT)
    <li>Linksys EG1032v2 (1000baseT)
    <li>Linksys EG1064v2 (1000baseT)
    <li>D-Link DGE-530T (1000baseT)
    <li>SMC 9452TX (1000baseT)
    </ul>

<li>Realtek 8169/8169S/8110S based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;arch=i386&amp;sektion=4">re</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Buffalo LGY-PCI-GT (8169S)
    <li>Corega CG-LAPCIGT (8169S)
    <li>D-Link DGE-528T (8169S)
    <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
    <li>LevelOne GNC-0105T (8169S)
    <li>Linksys EG1032v3 (8169S)
    <li>Netgear GA511 PC Card (8169)
    <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
    <li>Surecom EP-320G-TX1 (8169S)
    <li>US Robotics USR997902 (8169S)
    <li>Xterasys XN-152 10/100/1000 NIC (8169)
    </ul>

<li>VIA Networking VT6122 based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vge&amp;arch=i386&amp;sektion=4">vge</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)
    <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)
    </ul>
</ul>

<h4>10Gb Ethernet Adapters</h4>

<ul>
<li>Intel PRO/10GbE based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;arch=i386&amp;sektion=4">ixgb</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>Intel PRO/10GbE CX4 Server Adapter (PXLA8591CX4)
    <li>Intel PRO/10GbE LR Server Adapter (PXLA8591LR)
    <li>Intel PRO/10GbE SR Server Adapter (PXLA8591SR)
    <li>Sun 10 Gigabit Ethernet PCI-X Adapter
    </ul>


<li>Neterion Xframe/Xframe-II based PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xge&amp;arch=i386&amp;sektion=4">xge</a>), including: <sup>(A) (B) (C)</sup>
    <ul>
    <li>HP AB287A 10 Gigabit Ethernet Adapter
    <li>IBM 10GbE SR Server Adapter
    <li>IBM 10 Gb Ethernet-LR PCI-X 2.0 DDR Adapter
    <li>IBM 10 Gb Ethernet-SR PCI-X 2.0 DDR Adapter
    <li>Neterion Xframe
    <li>Neterion Xframe II
    <li>Neterion Xframe II Sun Fire
    <li>Neterion Xframe E
    <li>SGI 10 Gigabit Ethernet Network Adapter
    </ul>
</ul>

<h4>ATM Adapters</h4>

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

<h4>FDDI Adapters</h4>

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

<h4>WAN Adapters</h4>

<ul>
<li>Accoom Networks Artery T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=art&amp;arch=i386&amp;sektion=4">art</a>) <sup>(G)</sup>
<li>SBE (formerly Lan Media Corporation) SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;arch=i386&amp;sektion=4">lmc</a>) <sup>(G)</sup>
<li>Sangoma Technologies AFT T1/E1 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&amp;arch=i386&amp;sektion=4">san</a>) <sup>(G)</sup>
</ul>

<h4>Cryptography Accelerators</h4>

<ul>
<li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822, BCM5823 (and the legacy Bluesteelnet 5501 and 5601 parts) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;arch=i386&amp;sektion=4">ubsec</a>) <sup>(G)</sup>
<li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=i386&amp;sektion=4">lofn</a>) <sup>(G)</sup>
<li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;arch=i386&amp;sektion=4">hifn</a>), including: <sup>(G)</sup>
    <ul>
    <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
    <li>GTGI PowerCrypt Encryption Accelerator
    <li>NetSec 7751
    <li>Hifn 7751 and 9751 reference boards
    <li>Invertex AEON
    </ul>
<li>SafeNet SafeXcel 1141/1741 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=safe&amp;arch=i386&amp;sektion=4">safe</a>)
</ul>

<a name="pcmcia"></a>
<h4>PC Cards (PCMCIA/CardBus <sup>(B)</sup>)</h4>

<ul>
<li>ATA cards
	(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;arch=i386&amp;sektion=4">wdc</a>,
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;arch=i386&amp;sektion=4">wd</a>,
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&amp;arch=i386&amp;sektion=4">sd</a>,
	<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">ep</a>) and EtherLink XL-based (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=i386&amp;sektion=4">xl</a>) LAN PC Cards, including:
	<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&amp;arch=i386&amp;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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">ne</a>), including:
	<ul>
	<li>Accton EN2212, EN2216
	<li>Allied Telesis LA-PCM
	<li>AmbiCom AMB8002T
	<li>Arowana FE
	<li>Belkin F5D5020
	<li>Billionton Systems LNT-10TN
        <li>Billionton Systems CFLT2-10N
	<li>Buffalo LPC-CF-CLT
	<li>CNet NE2000
	<li>Compex Linkport ENET-B
	<li>Corega PCC-T, PCC-TD, EtherII PCC-T, FastEther PCC-T, FastEther PCC-TX, FastEther PCC-TXD, FastEther PCC-TXF
	<li>D-Link DE-650, DE-660, DE-660+, DFE-670TXD
	<li>Dayna CommuniCard E
	<li>Digital DEPCM-XX
	<li>Dual NE2000
	<li>Edimax NE2000
	<li>Genius ME 3000II SE
	<li>Grey Cell GCS2000 Gold II
	<li>GVC NIC-2000p, NP0335
	<li>Hawking CF686TX
	<li>Hawking PN650TX
	<li>I-O DATA PCLA, PCLA/TE
	<li>IC-Card
	<li>Kingston KNE-PC2
	<li>Linksys PCMPC100, EC2T Combo, EthernetCard, Combo EthernetCard, Trust Combo EthernetCard, Etherfast 10/100
	<li>MACNICA ME1 for JEIDA
	<li>Melco LPC3-TX
	<li>National Semiconductor InfoMover
	<li>NDC Instant-Link
	<li>Netgear FA410TX, FA410TXC, FA411
	<li>Network Everywhere NP10T
	<li>New Media LiveWire 10/100
	<li>Planet SmartCom 2000
	<li>Planex FNW-3600-T, FNW-3700-T
	<li>Premax PE-200
	<li>RPTI EP-400, EP-401
	<li>Seiko Epson EN10B
	<li>SMC EZCard, 8041
	<li>Socket Communications LP-CF, LP-E
	<li>SVEC PN650TX, ComboCard, LANCard
	<li>Synergy S21810
	<li>Tamarack NE2000
	<li>Tamarack TC3299CE
	<li>Telecom Device TCD-HPC100
	<li>TRENDnet TE-CF100
	<li>Wisecom T210CT, iPort
	<li>Xircom CFE-10
	</ul>

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

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

    <li>Xircom (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&amp;arch=i386&amp;sektion=4">xe</a>), including: <sup>(A)</sup>
	<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&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">aic</a>)
    </ul>

<li>Serial ports, including:
    <ul>
    <li>Most modems, digital cellular modems, and serial cards should work.
    <li>AudioVOX GSM/GPRS modems
    <li>Novatel Wireless Merlin U530 and U630 GSM/GPRS/UMTS modems
    <li>Siemens Connect2AIR GSM/GPRS modems
    <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS, AC850 GSM/GPRS/UMTS modems
    <li>Sony Ericsson GC75 GSM/GPRS modems
    <li>Sony Ericsson GC89 GSM/GPRS/EGDE modems
    </ul>

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

<h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>

<ul>
<li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=i386&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
<li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;arch=i386&amp;sektion=4">urio</a>) <sup>(G)</sup>
<li>USB Ethernet adapters (
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=i386&amp;sektion=4">aue</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=i386&amp;sektion=4">axe</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=i386&amp;sektion=4">cue</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=i386&amp;sektion=4">kue</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=i386&amp;sektion=4">udav</a>,
<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=i386&amp;sektion=4">url</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&amp;arch=i386&amp;sektion=4">uhid</a>) <sup>(G)</sup>
<li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=i386&amp;sektion=4">uvisor</a>) <sup>(G)</sup>
<li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=i386&amp;sektion=4">uhub</a>)
<li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">umass</a>)
<li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=i386&amp;sektion=4">ums</a>) <sup>(G)</sup>
<li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=i386&amp;sektion=4">umodem</a>) <sup>(G)</sup>
<li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=i386&amp;sektion=4">ulpt</a>) <sup>(G)</sup>
<li>USB Radio Clock (Gude ADS Expert mouseCLOCK) for DCF77 and HBG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udcf&amp;arch=i386&amp;sektion="4">udcf</a>) <sup(G)</sup>
<li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;arch=i386&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;arch=i386&amp;sektion=4">usscanner</a>) <sup>(G)</sup>
<li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=i386&amp;sektion=4">upl</a>) <sup>(G)</sup>
<li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;arch=i386&amp;sektion=4">uyap</a>) <sup>(*)</sup>
</ul>

<h4>Pointing Devices <sup>(G)</sup></h4>

<ul>
<li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&amp;arch=i386&amp;sektion=4">lms</a>)
<li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&amp;arch=i386&amp;sektion=4">mms</a>)
<li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=i386&amp;sektion=4">pms</a>)
<li>Serial mice (uses serial port driver)
</ul>

<h4>Sound Devices <sup>(G)</sup></h4>

<ul>
<li>ATI IXP series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auixp&amp;arch=i386&amp;sektion=4">auixp</a>)
<li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;arch=i386&amp;sektion=4">cmpci</a>)
<li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;arch=i386&amp;sektion=4">clcs</a>)
<li>Cirrus Logic CrystalClear CS4281 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clct&amp;arch=i386&amp;sektion=4">clct</a>)
<li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
<li>ESS Tech ES188[78], ES888 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ess&amp;arch=i386&amp;sektion=4">ess</a>)
<li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;arch=i386&amp;sektion=4">eso</a>)
<li>ESS Maestro 1, 2 and 2E and clones (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&amp;arch=i386&amp;sektion=4">maestro</a>)
<li>ESS Maestro 3 and Allegro 1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esa&amp;arch=i386&amp;sektion=4">esa</a>)
<li>Forte Media FM801 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;arch=i386&amp;sektion=4">fms</a>)
<li>Gravis Ultrasound and Ultrasound Max (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gus&amp;arch=i386&amp;sektion=0">gus</a>)
<li>Intel 82801 (ICH/ICH0/ICH1/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7) and 440MX, SiS 7012, AMD 768 and 8111, NVIDIA nForce/nForce2/nForce3/nForce4 AC'97 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;arch=i386&amp;sektion=4">auich</a>)
<li>Intel 82801FB/GB/HB audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;arch=i386&amp;sektion=0">azalia</a>)
<li>NeoMagic 256AV/ZX (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=neo&amp;arch=i386&amp;sektion=4">neo</a>)
<li>SoundBlaster ISA cards and 100% compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;arch=i386&amp;sektion=4">sb</a>)
<li>SoundBlaster PCI128 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=i386&amp;sektion=4">eap</a>)
<li>SoundBlaster Live! and PCI512 (EMU10k1) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;arch=i386&amp;sektion=4">emu</a>)
<li>Trident 4DWave-DX/NX and clones (SiS 7018, ALi M5451) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;arch=i386&amp;sektion=4">autri</a>)
<li>VIA VT82C686A, VT8233, VT8235, VT8237 SouthBridge integrated AC'97 audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auvia&amp;arch=i386&amp;sektion=4">auvia</a>)
<li>Yamaha OPL3-SA3 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ym&amp;arch=i386&amp;sektion=4">ym</a>)
<li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;arch=i386&amp;sektion=4">yds</a>)
<li>Yamaha and Roland ISA/ISA PnP MIDI UART(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpu&amp;arch=i386&amp;sektion=4">mpu</a>)
</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&amp;arch=i386&amp;sektion=0">pss</a>)
<li>ProAudio Spectrum (<i>pas</i>)
<li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;arch=i386&amp;sektion=4">sv</a>)
<li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&amp;arch=i386&amp;sektion=0">wss</a>)
</ul>

<h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=i386&amp;sektion=9">radio</a>)</h4>

<ul>
<li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;arch=i386&amp;sektion=4">az</a>)
<li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;arch=i386&amp;sektion=4">bktr</a>)
<li>Forte Media FM801 audio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fms&amp;arch=i386&amp;sektion=4">fms</a>)
<li>AIMS Lab Radiotrack FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rt&amp;arch=i386&amp;sektion=4">rt</a>)
<li>AIMS Lab Radiotrack II FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtii&amp;arch=i386&amp;sektion=4">rtii</a>)
<li>SoundForte RadioLink SF16-FMR FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sfr&amp;arch=i386&amp;sektion=4">sfr</a>)
<li>SoundForte RadioLink SF16-FMR2 FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf2r&amp;arch=i386&amp;sektion=4">sf2r</a>)
<li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;arch=i386&amp;sektion=4">udsbr</a>)
</ul>

<h4>Miscellaneous Devices</h4>

<ul>
<li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;arch=i386&amp;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&amp;arch=i386&amp;sektion=4">bktr</a>), including: <sup>(G)</sup>
    <ul>
    <li>Animation Technologies FlyVideo
    <li>AOpen VA1000
    <li>Askey/Dynalink Magic TView
    <li>ATI TV-Wonder and Wonder/VE
    <li>AverMedia cards
    <li>Hauppauge Wincast TV and WinTV/PCI
    <li>IMS TV Turbo
    <li>Intel Smart Video Recorder III
    <li>I/O DATA GV-BCTV2/PCI
    <li>I/O DATA GV-BCTV3/PCI
    <li>KISS TV/FM PCI
    <li>Leadtek Winfast TV 2000
    <li>Miro PC TV
    <li>MMAC Osprey
    <li>NEC PK-UG-X017
    <li>STB TV PCI Television Tuner
    <li>Terratec TerraTVplus
    <li>Video Highway XTreme
    <li>VideoLogic Captivator PCI
    <li>Zoltrix TV and Genie TV/FM
    </ul>
<li>Hardware monitoring sensors, including: <sup>(G)</sup>
    <ul>
    <li>Asus AS99127F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
    <li>Asus ASB100 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asbtm&amp;arch=i386&amp;sektion=4">asbtm</a>)
    <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&amp;arch=i386&amp;sektion=4">adc</a>)
    <li>Analog Devices ADM1021 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=i386&amp;sektion=4">admtemp</a>)
    <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=i386&amp;sektion=4">admlc</a>)
    <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=i386&amp;sektion=4">admtm</a>)
    <li>Analog Devices ADM1026 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admcts&amp;arch=i386&amp;sektion=4">admcts</a>)
    <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=i386&amp;sektion=4">admtmp</a>)
    <li>Analog Devices ADM1031 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtt&amp;arch=i386&amp;sektion=4">admtt</a>)
    <li>Analog Devices ADT7460 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=i386&amp;sektion=4">adt</a>)
    <li>Genesys Logic GL518SM (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glenv&amp;arch=i386&amp;sektion=4">glenv</a>)
    <li>ITE IT8705F, IT8712F (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
    <li>National Semiconductor LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=i386&amp;sektion=4">lmenv</a>)
    <li>National Semiconductor LM75, LM77 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=i386&amp;sektion=4">lmtemp</a>)
    <li>National Semiconductor LM78, LM78-J, LM79 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
    <li>National Semiconductor PC87366 LPC Super I/O VLM and TMS (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsclpcsio&amp;arch=i386&amp;sektion=4">nsclpcsio</a>)
    <li>Maxim DS1624/DS1631/DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=i386&amp;sektion=4">maxds</a>)
    <li>Maxim MAX6642/MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=i386&amp;sektion=4">maxtmp</a>)
    <li>SiS SiS950 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=it&amp;arch=i386&amp;sektion=4">it</a>)
    <li>ThinkPad Active Protection System accelerometer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;arch=i386&amp;sektion=4">aps</a>)
    <li>VIA VT1211 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viasio&amp;arch=i386&amp;sektion=4">viasio</a>)
    <li>VIA VT82C686A, VT8231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viaenv&amp;arch=i386&amp;sektion=4">viaenv</a>)
    <li>Winbond W83627HF, W83627THF, W83627DHG, W83627EHF, W83637HF, W83697HF, W83781D, W83782D, W83783S, W83791D and W83792D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=i386&amp;sektion=4">lm</a>)
    <li>Winbond W83L784R, W83L785R and W83L785TS-L (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wbenv&amp;arch=i386&amp;sektion=4">wbenv</a>)
    </ul>
<li>Hardware watchdog timer support:
    <ul>
    <li>AMD Elan SC520 System Controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&amp;arch=i386&amp;sektion=4">elansc</a>) <sup>(G)</sup>
    <li>ICS PCI-WDT500/501 watchdog timer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdt&amp;arch=i386&amp;sektion=4">wdt</a>) <sup>(G)</sup>
    <li>Intel 6300ESB ICH (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ichwdt&amp;arch=i386&amp;sektion=4">ichwdt</a>) <sup>(*)</sup>
    <li>National Semiconductor Geode SC1100 IAOC (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=geodesc&amp;arch=i386&amp;sektion=4">geodesc</a>) <sup>(*)</sup>
    <li>Quancom PWDOG1 watchdog timer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&amp;arch=i386&amp;sektion=4">pwdog</a>) <sup>(G)</sup>
    <li>VIA VT1211 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viasio&amp;arch=i386&amp;sektion=4">viasio</a>) <sup>(G)</sup>
    </ul>
<li>General Purpose Input/Output (GPIO) devices, including:
    <ul>
    <li>National Semiconductor PC87366 LPC Super I/O GPIO (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsclpcsio&amp;arch=i386&amp;sektion=4">nsclpcsio</a>)
    <li>National Semiconductor Geode SC1100 PCI-ISA bridge GPIO (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gscpcib&amp;arch=i386&amp;sektion=4">gscpcib</a>)
    <li>AMD Elan SC520 System Controller PIO function (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elansc&amp;arch=i386&amp;sektion=4">elansc</a>)
    </ul>
<li>Meinberg Funkuhren radio clocks, including:
    <ul>
    <li>PCI32 DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
    <li>PCI511 DCF77 time signal station receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
    <li>GPS170 GPS receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=i386&amp;sektion=4">mbg</a>)
    </ul>
</ul>

<h4>ISAPNP Cards</h4>

<ul>
  <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;arch=i386&amp;sektion=4">sb</a>)
  <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&amp;arch=i386&amp;sektion=4">joy</a>)
  <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&amp;arch=i386&amp;sektion=4">ne</a>)
  <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=i386&amp;sektion=4">com</a>)
  <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;arch=i386&amp;sektion=4">le</a>)
</ul>
<p>
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>
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>
<sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
floppy A.

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

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

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

<h3><font color="#0000e0">Unsupported Hardware:</font></h3>

<p>
Unsupported hardware may be supported in the future, and 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>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
    (<a href="mailto:tdeval@openbsd.org">tdeval</a> is working on it)
<li>Mylex and Intel RAID controllers, those not supporting I2O interface
<li>PCMCIA:
    <ul>
    <li>Memory cards
    <li>Most multifunction cards
    </ul>
</ul>

<hr>
<a name="multiboot"></a>
<h3><font color="#0000e0"><strong>Installation with other operating systems:
</strong></font></h3>

<p>
OpenBSD/i386 can be installed to share the system disks with other operating
systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
scheme, and an optional boot selector program.
Everyday operation is trouble free, but setup requires care, and several
operating systems, such as Windows 95, are known to be careless about
pre-existing MBR information.

<p>
Also, some laptop computers use a specific partition as suspend-to-disk
storage, which should not be clobbered.

<p>
More details on this process can be found in the
<a href="faq/faq4.html">Installation Guide</a> and
<a href="faq/faq14.html">Disk Setup Manual</a>.

<hr>
<a name="install"></a>
<h3><font color="#0000e0">
<strong>Getting and installing OpenBSD/i386:</strong>
</font></h3>

<p>
The latest supported OpenBSD/i386 release is
<a href="41.html">OpenBSD 4.1</a>.
Here are the
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.1/i386/INSTALL.i386">
OpenBSD/i386 4.1 installation instructions
</a>.

<p>
Snapshots are made available from time to time, in
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
as well as in a few
<a href="ftp.html">mirrors</a>.
Here are the
<a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
OpenBSD/i386 snapshot installation instructions
</a> as well.

<p>
There are several installation media provided:

<ul>
  <li><strong>CD boot</strong>
  <br>
  The CD provides an <i>El Torito</i> no-emulation boot image
  that includes almost all OpenBSD drivers.
  This also includes minimal USB support (storage devices and keyboard).<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>
  kernel configuration file.
  <li><strong>Floppy A</strong> (floppy41.fs)
  <br>
  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>
  kernel configuration file.
  <li><strong>Floppy B</strong> (floppyB41.fs)
  <br>
  This 1.44MB floppy image contains some drivers that are missing from
  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 is missing, the
  MSDOS filesystem, and for 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>
  kernel configuration file.
  <li><strong>Floppy C</strong> (floppyC41.fs)
  <br>
  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>
  kernel configuration file.
</ul>

<hr>
<a href="plat.html">
<img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
</a>
<br>
<small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
<br>
<small>$OpenBSD: i386.html,v 1.624 2007/06/01 22:29:30 mbalmer Exp $</small>

</body>
</html>