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

Annotation of www/i386.html, Revision 1.206

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