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

Annotation of www/i386.html, Revision 1.181

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