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

Diff for /www/i386.html between version 1.326 and 1.327

version 1.326, 2002/12/16 09:51:42 version 1.327, 2002/12/28 16:16:35
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
 <html>  <html>
 <head>  <head>
 <title>OpenBSD/i386</title>  <title>OpenBSD/i386</title>
 <link rev="made" href="mailto:www@openbsd.org">  <link rev="made" href="mailto:www@openbsd.org">
 <meta name="resource-type" content="document">  
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="resource-type" content="document">
 <meta name="description" content="the OpenBSD/i386 page">  <meta name="description" content="the OpenBSD/i386 page">
 <meta name="keywords" content="openbsd,i386">  <meta name="keywords" content="openbsd,i386">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
 </head>  </head>
   
 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">  <body bgcolor="#ffffff" text="#000000" link="#23238e">
 <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>  <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
 <h2><font color="#e00000">i386</font></h2><hr>  <p>
   <h2><font color="#e00000">OpenBSD/i386</font></h2>
   
 <h3><font color="#0000e0">Installation with Other Operating Systems:</font></h3>  <hr>
 The OpenBSD/i386 port can be installed to share the system disks with  
 other operating systems such as MS-DOS, Windows or Linux using the MS-DOS  
 MBR/partition scheme and an optional boot selector.  Everyday operation is  
 trouble free, but setup requires care and Windows '95 installation is known  
 to be careless about pre-existing MBR/partition information.  
 See the <a href="faq/faq4.html">Installation Guide</a> and  
 <a href="faq/faq14.html">Disk Setup Manual</a> for more details.  
   
 <h3><font color="#0000e0">Install media</font></h3>  <p>
 A number of install options exist:  OpenBSD/i386 runs on the standard PC's and clones, with a wide variety
   of processors, I/O bus architectures and peripherals supported.
   </p>
   
   <a href="#toc"></a>
   <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
   <p>
 <ul>  <ul>
 <li><strong>CD boot:</strong><p>    <li><a href="#history">Past history of the port</a>
 Booting off the CD provides an El Torito 2.88MB floppy image    <li><a href="#status">Current status</a>
 that contains almost all OpenBSD drivers.  This also includes minimal USB    <li><a href="#multiboot">Installation with other operating systems</a>
 support (umass and ukbd devices).<br>    <li><a href="#install">Getting and installing OpenBSD/i386</a>
 For the latest list of drivers available on this image, take a look at the    <li><a href="#hardware">Supported hardware list</a>
 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">  
 RAMDISK_CD</a> config file.  
 <li><strong>Floppy A:</strong><p>  
 This 1.44MB floppy image contains the most common drivers.  It is designed to  
 cover the most typical PC.  As a general rule, you will find that the missing  
 drivers are ones which need large microcodes to run, such as for rare scsi  
 cards, gigabit ethernet cards, or RAID devices.<br>  
 For the latest list of drivers available on this image, take a look at the  
 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">  
 RAMDISK</a> config file.  
 <li><strong>Floppy B:</strong><p>  
 This 1.44MB floppy image contains the drivers that are missing on Floppy A.  
 This media is designed to help people setting up modern server type systems.  
 It contains support for pretty much all the SCSI and RAID drivers, gigabit  
 ethernet cards, and such.  Due to space considerations, you will find that  
 some other drivers are missing. In particular, support for most PCMCIA devices  
 are missing, as are really ancient hardware devices.<br>  
 For the latest list of drivers available on this image, take a look at the  
 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">  
 RAMDISKB</a> config file.  
 <li><strong>Floppy C:</strong><p>  
 This 1.44MB floppy image contains many cardbus and pcmcia device drivers.  This  
 media is designed for installing on laptops.  In most cases, one would discover  
 that Floppy A also works, but the odd laptop might benefit more from using this  
 image.<br>  
 For the latest list of drivers available on this image, take a look at the  
 <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">  
 RAMDISKC</a> config file.  
 </ul>  </ul>
   </p>
   
   <hr>
   <a name="history"></a>
   <h3><font color="#0000e0"><strong>History:</strong></font></h3>
   
 <p>  <p>
 Use the method that works best for you.  The OpenBSD/i386 port has been present since the inception of the project.
   Over the years, more and more hardware support has been written
   specifically for OpenBSD (such as the cryptographic accelerator drivers),
   or adapted from FreeBSD and NetBSD.
   </p>
   
 <h3><font color="#0000e0">Binary compatibility with other Operating Systems:</font></h3>  <hr>
 The OpenBSD/i386 port can run Linux, FreeBSD, BSD/OS,  <a name="status"></a>
 SVR4 (including Solaris), and IBCS2 binaries.  <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
   
 <h3><font color="#0000e0">Supported Hardware:</font></h3>  <p>
 The OpenBSD/i386 port works across a broad range of standard PC's and clones,  It can be expected to install and run with minimal difficulty on most current
 with a wide variety of processors and I/O bus architectures.  It can be expected  hardware.
 to install and run with minimal difficulty on most current products.  Machines using custom BIOS (such as older proprietary PC's, laptops, and some
 The cases where problems may be encountered are typically older proprietary  specialized server machines) may cause problems.
 PC's, Laptops or specialized server boxes that rely on a custom BIOS to paper  </p>
 over implementation differences.  
   
 <p>  <p>
 OpenBSD does not currently support multiple processors (SMP), but will run  Although OpenBSD/i386 does not currently support multiple processors (SMP),
 using one processor on a multi-processor system board.  it will run on multi-processor system boards, using only one processor.
   </p>
   
 <p>  <p>
   Through its binary compatibility layer, OpenBSD/i386 can run Linux, FreeBSD,
   BSD/OS, SVR4 (including Solaris) and IBCS2 binaries, to some extent. Most
   applications will work flawlessly.
   </p>
   
   <p>
   X-Window support is available for most graphics cards, using either recent
   XFree (as of OpenBSD 3.2, 4.2.1) servers whenever possible,
   or XFree 3.3.6 servers otherwise.
   </p>
   
   <hr>
   <a name="multiboot"></a>
   <h3><font color="#0000e0"><strong>Installation with other operating systems:
   </strong></font></h3>
   
   <p>
   OpenBSD/i386 can be installed to share the system disks with other operating
   systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
   scheme, and an optional boot selector program.
   Everyday operation is trouble free, but setup requires care, and several
   operating systems, such as Windows 95, are known to be careless about
   pre-existing MBR information.
   </p>
   
   <p>
   Also, some laptop computers use a specific partition as suspend-to-disk
   storage, which should not be clobbered.
   </p>
   
   <p>
   More details on this process can be found in the
   <a href="faq/faq4.html">Installation Guide</a> and
   <a href="faq/faq14.html">Disk Setup Manual</a>.
   </p>
   
   <hr>
   <a name="install"></a>
   <h3><font color="#0000e0">
   <strong>Getting and installing OpenBSD/i386:</strong>
   </font></h3>
   
   The last supported OpenBSD/i386 release is
   <a href="32.html">OpenBSD 3.2</a>.
   Here are the
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/i386/INSTALL.i386">
   OpenBSD/i386 3.2 installation instructions
   </a>.
   </p>
   
   <p>
   Snapshots are made available from time to time, in
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
   as well as in a few
   <a href="ftp.html">mirrors</a>.
   Here are the
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
   OpenBSD/i386 snapshot installation instructions
   </a> as well.
   </p>
   
   <p>
   There are several installation media provided:
   <ul>
     <li><strong>CD boot</strong>
     <p>
     Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
     that contains almost all OpenBSD drivers.
     This also includes minimal USB support (storage devices and keyboard).<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy A</strong> (floppy32.fs)
     <p>
     This 1.44MB floppy image contains the most common drivers.
     It is designed to cover the most typical PC. As a general rule, you will
     find that the missing drivers are ones which need large microcodes to run,
     such as for rare scsi cards, gigabit ethernet cards, or RAID devices.<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy B</strong> (floppyB32.fs)
     <p>
     This 1.44MB floppy image contains some drivers that are missing from
     Floppy A.
     This media is designed to help people setting up modern server type systems.
     It contains support for pretty much all the SCSI and RAID drivers, gigabit
     ethernet cards, and such.
     Due to space considerations, you will find that some other drivers are
     missing. In particular, support for most PCMCIA devices is missing, as
     for really ancient hardware devices.<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy C</strong> (floppyC32.fs)
     <p>
     This 1.44MB floppy image contains many cardbus and PCMCIA device drivers.
     This media is designed for installing on laptops.
     In most cases, one would discover that Floppy A also works, but the odd
     laptop might benefit more from using this image.<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
     kernel configuration file.
   </ul>
   </p>
   
   <hr>
   <a name="hardware"></a>
   <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
   
   <p>
 Most laptops are supported.  We have <a href="i386-laptop.html">a page</a>  Most laptops are supported.  We have <a href="i386-laptop.html">a page</a>
 that details the specifics of most common laptops.  that details the specifics of some common laptops.
   </p>
   
 <p>  <p>
 The list of supported hardware is relevant to OpenBSD-current. It will  The list of supported hardware is relevant to OpenBSD-current. It will
 differ slightly from the support provided in the latest release version.  differ slightly from the support provided in the latest release version.
   </p>
   
 <hr>  <p>
   <h4>Processors</h4>
   </p>
   
 <b>Processors</b><p>  <p>
 All CPU chips compatible with the Intel 80386 (i386) architecture:  OpenBSD does not currently support multiple processors (SMP), but will run
   using one processor on a multi-processor system board.
   </p>
   
   <p>
   All CPU chips compatible with the Intel 80386 (i386) architecture are
   supported:
 <ul>  <ul>
 <li>386/486 (SX/DX/DX2/DX4)    <li>386/486 (SX/DX/DX2/DX4)</li>
 <li>Intel Pentium/Pentium-MMX    <li>Intel Pentium/Pentium-MMX</li>
 <li>Intel Pentium Pro/II/III/Celeron/Xeon    <li>Intel Pentium Pro/II/III/Celeron/Xeon</li>
 <li>Intel Pentium IV    <li>Intel Pentium IV</li>
 <li>AMD 6x86    <li>AMD 6x86</li>
 <li>AMD K5/K6/K6-2/K6-3    <li>AMD K5/K6/K6-2/K6-3</li>
 <li>AMD Athlon/Duron    <li>AMD Athlon/Duron</li>
 <li>Cyrix MediaGX/M1/M2    <li>Cyrix MediaGX/M1/M2</li>
 <li>VIA Cyrix III    <li>VIA Cyrix III</li>
 <li>Rise mP6    <li>Rise mP6</li>
 <li>IDT WinChip    <li>IDT WinChip</li>
 <li>NexGen 586    <li>NexGen 586</li>
 <li>NS Geode GX1    <li>NS Geode GX1</li>
 <li>Transmeta TMS3200, TMS5400, TMS5600    <li>Transmeta TMS3200, TMS5400, TMS5600</li>
 </ul>  </ul>
   </p>
   
   <p>
   Regular floating-point coprocessors, when not built-in the processor,
   are also supported. If no floating-point hardware is present in the system,
   OpenBSD can use software emulation.
   </p>
   
   <p>
 Everything that is a clone of the 386 or up should work fine.  Everything that is a clone of the 386 or up should work fine.
 The only CPU that is known to work poorly (due to flawed motherboard designs)  The only CPU that is known to work poorly (due to flawed motherboard designs)
 is the Cyrix 386DLC.  is the Cyrix 386DLC.
   </p>
   
 <p>  <p>
   <h4>Buses</h4>
   </p>
   
 <b>Buses</b>  <p>
 <ul>  <ul>
 <li>All standard ISA, EISA, VLB, and PCI bus based machines, including:<br>  <li>All standard ISA, EISA, VLB, and PCI bus based machines, including:
      <ul>    <ul>
      <li>Intel 450GX/KX based machines.      <li>Intel 450GX/KX based machines.
      <li>Intel 450NX based machines.      <li>Intel 450NX based machines.
      <li>ServerWorks chipset-based machines.      <li>ServerWorks chipset-based machines.
      </ul>    </ul>
      (We just had to mention those last three, since they are the hardest to support).    (We just had to mention those last three, since they are the hardest to support).
     <br>  
 <li>Both 16-Bit PCMCIA PC Cards and newer 32-Bit CardBus support.  <li>Both 16-Bit PCMCIA PC Cards and newer 32-Bit CardBus support.
 <li>Universal Serial Bus (USB).  <li>Universal Serial Bus (USB).
 </ul>  </ul>
 The MCA bus found in various official IBM PCs is not supported.  The MCA bus found in various official IBM PCs is not supported.
   </p>
   
 <p>  <p>
   <h4>Bus interfaces</h4>
   </p>
   
 <b>Bus interfaces</b>  <p>
 <ul>  <ul>
 <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)    <li>Standard PCI-PCI bridges, including PCI expansion backplanes (<i>ppb</i>)
 <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)    <li>YENTA-compatible PCI-CardBus bridges (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbb&amp;sektion=4">cbb</a>)
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Entropy sources</h4>
   </p>
   
 <b>Entropy sources</b>  <p>
 <ul>  <ul>
 <li>Interrupt latency collection from many devices.    <li>Interrupt latency collection from many devices.
 <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.    <li>Intel 82802 random number generator found on i810, i815, i820, i840, i850 and i860 based systems.
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Disk Controllers</h4>
   </p>
   
 <b>Disk Controllers</b>  <p>
 <ul>  <ul>
 <li>Floppy controllers    <li>Floppy controllers
 <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers    <li>ISA MFM, ESDI, IDE, and RLL hard disk controllers
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>PCI IDE Controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)</h4>
   </p>
   
 <b>PCI IDE Controllers</b> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)  <p>
 <ul>  <ul>
 <li>Acard ATP850, ATP860  <li>Acard ATP850, ATP860
 <li>Acer Labs M5229  <li>Acer Labs M5229
Line 171 
Line 306 
 </ul>  </ul>
 Any other PCI IDE-compliant controller should work, but those  Any other PCI IDE-compliant controller should work, but those
 not specifically listed may not be capable of DMA modes.  not specifically listed may not be capable of DMA modes.
   </p>
   
 <p>  <p>
   <h4>SCSI Host Adapters</h4>
   </p>
   
 <b>SCSI Host Adapters</b>  <p>
 <ul>  <ul>
 <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP, AHA-1640 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;sektion=4">aha</a>) <sup>(B) (C)</sup>  <li>Adaptec AHA-1540, AHA-154xA, AHA-154xB, AHA-1542C, AHA-1542CF, AHA-1542CP, AHA-1640 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aha&amp;sektion=4">aha</a>) <sup>(B) (C)</sup>
 <li>Adaptec AHA-174x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;sektion=4">ahb</a>) <sup>(B) (C)</sup>  <li>Adaptec AHA-174x (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahb&amp;sektion=4">ahb</a>) <sup>(B) (C)</sup>
Line 216 
Line 355 
 <li>Ultrastor 14f, 24f, and 34f (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">uha</a>) <sup>(A) (C)</sup>  <li>Ultrastor 14f, 24f, and 34f (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">uha</a>) <sup>(A) (C)</sup>
 <li>WD-7000 SCSI host adapters (<i>wds</i>) <sup>(A) (B) (C)</sup>  <li>WD-7000 SCSI host adapters (<i>wds</i>) <sup>(A) (B) (C)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>RAID and Cache Controllers</h4>
   </p>
   
 <b>RAID and Cache Controllers</b>  <p>
 <ul>  <ul>
 <li>Intel (and formerly ICP-Vortex) GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;sektion=4">gdt</a>) <sup>(A)</sup>  <li>Intel (and formerly ICP-Vortex) GDT series (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;sektion=4">gdt</a>) <sup>(A)</sup>
 <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;sektion=4">aac</a>), including: <sup>(A) (C)</sup>  <li>Adaptec FSA-based RAID controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aac&amp;sektion=4">aac</a>), including: <sup>(A) (C)</sup>
Line 247 
Line 390 
         including Intel and Mylex, but these were not tested          including Intel and Mylex, but these were not tested
     </ul>      </ul>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>CD-ROM and DVD-ROM Drives</h4>
   </p>
   
 <b>CD-ROM and DVD-ROM Drives</b>  <p>
 <ul>  <ul>
 <li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mcd</a>) <sup>(*)</sup>  <li>Mitsumi CD-ROM drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mcd&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mcd</a>) <sup>(*)</sup>
     [Note: The Mitsumi driver device probe is known      [Note: The Mitsumi driver device probe is known
Line 258 
Line 405 
 <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&amp;sektion=4">cd</a>)  <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, and DVD drives. (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>)
 </ul>  </ul>
 Sony and Panasonic proprietary CD-ROM interfaces are not supported.  Sony and Panasonic proprietary CD-ROM interfaces are not supported.
   </p>
   
 <p>  <p>
   <h4>Tape Drives</h4>
   </p>
   
 <b>Tape Drives</b>  <p>
 <ul>  <ul>
 <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>)  <li>Most SCSI tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=st&amp;sektion=4">st</a>)
 <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>) <sup>(G)</sup>  <li>Most SCSI tape changers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ch&amp;sektion=4">ch</a>) <sup>(G)</sup>
 <li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)  <li>QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
     tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wt</a>) <sup>(*)</sup>      tape drives (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wt</a>) <sup>(*)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Display Adapters</h4>
   </p>
   
 <b>Display Adapters</b>  <p>
 <ul>  <ul>
 <li>MDA, CGA, EGA, VGA, SVGA, and HGC Display Adapters    <li>MDA, CGA, EGA, and HGC display adapters
   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcdisplay&amp;sektion=4">pcdisplay</a>).
     <li>VGA-compatible and SVGA display adapters (including PCI and AGP cards)
   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;sektion=4">vga</a>).
 </ul>  </ul>
 Note that not all of the display adapters OpenBSD/i386  Note that not all of the display adapters OpenBSD/i386 supports
 can work with are supported by X.  can be used under X-Window (please refer the
 (See the <A HREF="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information.)  <a href="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information).
   </p>
   
 <p>  <p>
   <h4>Serial Ports</h4>
   </p>
   
 <b>Serial Ports</b>  <p>
 <ul>  <ul>
 <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)  <li>8250/16450-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
 <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)  <li>16550-based ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
Line 291 
Line 453 
 <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>  <li>IBM PC-RT 4-port serial boards (<i>rtfps</i>) <sup>(*)</sup>
 <li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&amp;sektion=4">addcom</a>) <sup>(*)</sup>  <li>Addonics FlexPort 8S (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=addcom&amp;sektion=4">addcom</a>) <sup>(*)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Parallel Ports</h4>
   </p>
   
 <b>Parallel Ports</b>  <p>
 <ul>  <ul>
 <li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lpt</a>) <sup>(G)</sup>  <li>Any standard parallel port (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lpt</a>) <sup>(G)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Communications Controllers</h4>
   </p>
   
 <b>Communications Controllers</b>  <p>
 <ul>  <ul>
 <li>Universal Serial Bus host controllers, including:  <li>Universal Serial Bus host controllers, including:
     <ul>      <ul>
Line 341 
Line 511 
     <li>Boca Research Turbo Serial 658 PCI (8 port serial)      <li>Boca Research Turbo Serial 658 PCI (8 port serial)
     </ul>      </ul>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Ethernet Adapters</h4>
   </p>
   
 <b>Ethernet Adapters</b>  <p>
 <ul>  <ul>
 <li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;sektion=4">el</a>) <sup>(A) (B) (C)</sup>  <li>3Com 3c501 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=el&amp;sektion=4">el</a>) <sup>(A) (B) (C)</sup>
 <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;sektion=4">ec</a>) <sup>(B)</sup>  <li>3Com 3c503 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ec&amp;sektion=4">ec</a>) <sup>(B)</sup>
Line 604 
Line 778 
 </ul>  </ul>
 Please be aware that many NE2000 adapters fail or perform very poorly. We do  Please be aware that many NE2000 adapters fail or perform very poorly. We do
 not recommend using them, but your mileage may vary.  not recommend using them, but your mileage may vary.
   </p>
   
 <p>  <p>
   <h4>Wireless Ethernet Adapters</h4>
   </p>
   
 <b>Wireless Ethernet Adapters</b>  <p>
 <ul>  <ul>
 <li>Compact Flash Adapters (will show up as PCMCIA adapters)  <li>Compact Flash Adapters (will be detected as PCMCIA adapters)
     <ul>      <ul>
     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>      <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
     <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>      <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>) <sup>(A) (B) (C)</sup>
Line 676 
Line 854 
     <li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)      <li>US Robotics 2415 PCI (rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
     </ul>      </ul>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Gigabit Ethernet Adapters</h4>
   </p>
   
 <b>Gigabit Ethernet Adapters</b>  <p>
 <ul>  <ul>
 <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including: <sup>(A) (B) (C)</sup>  <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including: <sup>(A) (B) (C)</sup>
     <ul>      <ul>
Line 748 
Line 930 
   
 <li>SysKonnect SK-984x (9841/9842/9843/9844) based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>) <sup>(A) (B) (C)</sup>  <li>SysKonnect SK-984x (9841/9842/9843/9844) based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sk&amp;sektion=4">sk</a>) <sup>(A) (B) (C)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>ATM Adapters</h4>
   </p>
   
 <b>ATM Adapters</b>  <p>
 <ul>  <ul>
 <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>  <li>Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces (<i>en</i>) <sup>(*)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>FDDI Adapters</h4>
   </p>
   
 <b>FDDI Adapters</b>  <p>
 <ul>  <ul>
 <li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&amp;sektion=4">fea</a>) <sup>(G)</sup>  <li>Digital DEFEA EISA FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fea&amp;sektion=4">fea</a>) <sup>(G)</sup>
 <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;sektion=4">fpa</a>) <sup>(G)</sup>  <li>Digital DEFPA PCI FDDI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fpa&amp;sektion=4">fpa</a>) <sup>(G)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>WAN Adapters</h4>
   </p>
   
 <b>WAN Adapters</b>  <p>
 <ul>  <ul>
 <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;sektion=4">lmc</a>) <sup>(G)</sup>  <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&amp;sektion=4">lmc</a>) <sup>(G)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Cryptography Accelerators</h4>
   </p>
   
 <b>Cryptography Accelerators</b>  <p>
 <ul>  <ul>
 <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>) <sup>(G)</sup>  <li>Broadcom uBsec BCM5801, BCM5802, BCM5805, BCM5820, BCM5821, BCM5822 (and the legacy Bluesteelnet 5501 and 5601 parts)(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>) <sup>(G)</sup>
 <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>) <sup>(G)</sup>  <li>Hifn 6500-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>) <sup>(G)</sup>
Line 782 
Line 980 
     <li>Invertex AEON      <li>Invertex AEON
     </ul>      </ul>
 </ul>  </ul>
 <p>  </p>
   
   <p>
 <a name="pcmcia"></a>  <a name="pcmcia"></a>
 <b>PC Cards (PCMCIA </b><sup>(B)</sup><b> and CardBus </b><sup>(B) (C)</sup><b>)</b>  <h4>PC Cards (PCMCIA <sup>(B)</sup> and CardBus <sup>(B) (C)</sup>)</h4>
   </p>
   
   <p>
 <ul>  <ul>
 <li>ATA cards  <li>ATA cards
         (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;sektion=4">wdc</a>,          (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&amp;sektion=4">wdc</a>,
Line 876 
Line 1078 
     <ul>      <ul>
     <li>See above.      <li>See above.
     </ul>      </ul>
   
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Universal Serial Bus (USB) Devices <sup>(A) (B) (C)</sup></h4>
   </p>
   
 <b>Universal Serial Bus (USB) Devices</b> <sup>(A) (B) (C)</sup>  <p>
 <ul>  <ul>
 <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(G)</sup>  <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio</a>) <sup>(G)</sup>
 <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;sektion=4">urio</a>) <sup>(G)</sup>  <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;sektion=4">urio</a>) <sup>(G)</sup>
Line 900 
Line 1105 
 <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>) <sup>(G)</sup>  <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>) <sup>(G)</sup>
 <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;sektion=4">uyap</a>) <sup>(*)</sup>  <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;sektion=4">uyap</a>) <sup>(*)</sup>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Pointing Devices <sup>(G)</sup></h4>
   </p>
   
 <b>Pointing Devices</b> <sup>(G)</sup>  <p>
 <ul>  <ul>
 <li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lms</a>)  <li>"Logitech"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lms</a>)
 <li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mms</a>)  <li>"Microsoft"-style bus mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">mms</a>)
 <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">pms</a>)  <li>"PS/2"-style mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">pms</a>)
 <li>Serial mice (uses serial port driver)  <li>Serial mice (uses serial port driver)
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Sound Devices <sup>(G)</sup></h4>
   </p>
   
 <b>Sound Devices</b> <sup>(G)</sup>  <p>
 <ul>  <ul>
 <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)  <li>C-Media CMI8[37]38 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&amp;sektion=4">cmpci</a>)
 <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;sektion=4">clcs</a>)  <li>Cirrus Logic CrystalClear CS4280 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clcs&amp;sektion=4">clcs</a>)
Line 934 
Line 1147 
 <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;sektion=4">yds</a>)  <li>Yamaha DS-XG (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=yds&amp;sektion=4">yds</a>)
 <li>Yamaha and Roland ISA/ISA PnP MIDI UART(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpu&amp;sektion=4">mpu</a>)  <li>Yamaha and Roland ISA/ISA PnP MIDI UART(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpu&amp;sektion=4">mpu</a>)
 </ul>  </ul>
   </p>
   
 <p>  <p>
 The following drivers are not extensively tested:  The following drivers are not extensively tested:
 <ul>  <ul>
Line 942 
Line 1157 
 <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)  <li>S3 SonicVibes (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sv&amp;sektion=4">sv</a>)
 <li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wss</a>)  <li>Windows Sound System (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wss&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">wss</a>)
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)</h4>
   </p>
   
 <b>Radio Receiver Devices (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;sektion=9">radio</a>)</b>  <p>
 <ul>  <ul>
 <li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;sektion=4">az</a>)  <li>Aztech/PackardBell FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=az&amp;sektion=4">az</a>)
 <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>)  <li>Brooktree 848/849/878/879-based TV tuner cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>)
Line 955 
Line 1174 
 <li>SoundForte RadioLink SF16-FMR2 FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf2r&amp;sektion=4">sf2r</a>)  <li>SoundForte RadioLink SF16-FMR2 FM radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sf2r&amp;sektion=4">sf2r</a>)
 <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;sektion=4">udsbr</a>)  <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;sektion=4">udsbr</a>)
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>Miscellaneous Devices</h4>
   </p>
   
 <b>Miscellaneous Devices</b>  <p>
 <ul>  <ul>
 <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm</a>)  <li>APM power management (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm</a>)
 <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>), including: <sup>(G)</sup>  <li>Brooktree 848/849/878/879-based video capture cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bktr&amp;sektion=4">bktr</a>), including: <sup>(G)</sup>
Line 970 
Line 1193 
     <li>AVer Media TV/FM      <li>AVer Media TV/FM
     </ul>      </ul>
 </ul>  </ul>
   </p>
   
 <p>  <p>
   <h4>ISAPNP Cards</h4>
   </p>
   
 <b>Many kinds of ISA Plug-and-Play cards</b><p>  <p>
   <ul>  <ul>
   <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;sektion=4">sb</a>)    <li>Nearly all SB-style audio cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sb&amp;sektion=4">sb</a>)
   <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&amp;sektion=4">joy</a>)    <li>Nearly all joystick ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=joy&amp;sektion=4">joy</a>)
   <li>Nearly all Yamaha-style audio cards    <li>Nearly all Yamaha-style audio cards
   <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)    <li>Many NE2000-style Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
   <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)    <li>Most serial port or modem cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
   <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le</a>)    <li>NE2100 Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4">le</a>)
   </ul>  </ul>
 If a device does not work, be sure to mail the output of dmesg(8)  If a device does not work, be sure to mail the output of dmesg(8)
 to dmesg@openbsd.org, and we will try to add support.  to dmesg@openbsd.org, and we will try to add support.
 <p>  </p>
   
 <b>ISAPNP Cards</b><p>  <p>
 Roughly said, the following cards definitely work.  Roughly said, the following cards definitely work.
 Others may work as well; support is continually being improved.  Others may work as well; support is continually being improved.
 <ul>  <ul>
Line 1021 
Line 1248 
 <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "  <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
 <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "  <li>"RealTek Plug &amp; Play Ethernet Ca, RTL8019, PNP80D6, "
 </ul>  </ul>
   </p>
   
 <p>  <p>
 <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in  <sup>(G)</sup> Drivers for hardware marked with (G) are <b>only</b> included in
Line 1048 
Line 1276 
 GENERIC kernel, and will require you to compile a custom kernel to enable it.  GENERIC kernel, and will require you to compile a custom kernel to enable it.
 </p>  </p>
   
 <h3><font color="#0000e0">Unsupported Hardware</font></h3>  <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
 Unsupported hardware may be supported in the future, your <A HREF="donations.html">  <p>
 donation  Unsupported hardware may be supported in the future, and your
 of time, hardware, or documentation</a> can accelerate this support!  <a href="donations.html">donation of time, hardware, or documentation</a>
   can accelerate this support!
 <ul>  <ul>
 <li>The "Micro Channel" MCA bus used in many IBM PS/2 models  <li>The "Micro Channel" MCA bus used in many IBM PS/2 models
 <li>NCR 5380-based and 53400-based SCSI host adapters  <li>NCR 5380-based and 53400-based SCSI host adapters
Line 1078 
Line 1307 
     <li>Most multifunction cards      <li>Most multifunction cards
     </ul>      </ul>
 </ul>  </ul>
   </p>
   
 <hr>  <hr>
 <p>  <a href="plat.html">
 If you are looking for to test new pre-release features, you can  <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
 try one of the snapshots.  For the i386 architecture,  </a>
 <a href="ftp.html">snapshots are made available from time to time</a>.  <br>
   <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
 <hr>  
 <a href="plat.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>  
 <a href="mailto:www@openbsd.org">www@openbsd.org</a>  
 <br>  <br>
 <small>$OpenBSD$</small>  <small>$OpenBSD$</small>
   

Legend:
Removed from v.1.326  
changed lines
  Added in v.1.327