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

Annotation of www/i386.html, Revision 1.106

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.3       fn         14:
1.1       deraadt    15: <h2>OpenBSD/i386</h2>
                     16:
1.3       fn         17: <hr>
1.54      deraadt    18:
                     19: <h3><font color=#0000e0>History and Status:</font></h3>
1.1       deraadt    20:
1.3       fn         21: <p>
1.26      deraadt    22: The i386 port has quite a few architecture specific changes from the
1.2       deraadt    23: NetBSD/i386 port, but the major ones are:
1.1       deraadt    24: <ul>
1.30      michaels   25: <li>Also runs on machines with 512MB of ram or more, does not crash.
1.3       fn         26: <li>the addition of ISA bounce buffer support so that ISA scsi cards (ie.
1.11      deraadt    27:        Adaptec 1542) can be used in machines with more than 16MB of memory.
1.4       deraadt    28: <li>The same one GENERIC kernel works on all machines, whether it has
1.11      deraadt    29:        BusLogic or Adaptec scsi cards.
1.4       deraadt    30: <li>some DDB improvements
                     31: <li>OPTI mcd support
                     32: <li>ATAPI cdrom support
                     33: <li>P5/P6 improved NTP support
                     34: <li>pccons has userland replaceable keymaps, and screen blanking
                     35: <li>boot "-a" support like other ports (asks for root partition)
1.11      deraadt    36: <li>floppy disk formatting
1.7       deraadt    37: <li>Cyclades Cyclom serial driver
1.11      deraadt    38: <li>faster (assembly) IP checksumming (typically 20% faster, up to 62% faster
                     39:        in some cases)
1.18      deraadt    40: <li>vmstat -i prints interrupt information.
                     41: <li>latest rev of adaptec 2940 driver from FreeBSD
1.11      deraadt    42: <li>supports "ep* at port ? irq ?"
1.12      deraadt    43: <li>faster i386-specific `pccom' device driver.
1.19      deraadt    44: <li>/dev/pctr pseudo-device & program for accessing the Pentium and PentiumPro
1.18      deraadt    45:        performance counters.
1.15      deraadt    46: <li>Fixed major i386 kernel interrupt race.
                     47: <li>Fixed UCONSOLE security hole without breaking xconsole.
1.17      deraadt    48: <li>ISA Plug-and-Play support
1.21      deraadt    49: <li>the GPL FP emulator from Linux/Freebsd, for users who want to use it.
                     50:        Much better!
1.28      deraadt    51: <li>Prefer partition type 166, so that OpenBSD can co-reside on the same
                     52:        disk as a 386BSD/NetBSD/FreeBSD install.
                     53: <li>Attempt to fault in a ptp; this avoids two ptp panic cases.
                     54: <li>RAW_PART is now 'c', not 'd'. It should start at 0, and cover your whole
                     55:        disk.
1.29      deraadt    56: <li>Updated ncr driver, much more performance.
                     57: <li>3c59x and 3c9xx cards work.
1.93      alex       58: <li>Can mount DOS file systems with cluster size &gt; 16KB.
1.42      kstailey   59: <li>Support for M$ IntelliMouse as a 3-button PS/2 mouse.
1.93      alex       60: <li>Support for Industrial Computer Source PCI-WDT50x watchdog timers.
1.1       deraadt    61: </ul>
1.34      johns      62:
1.32      grr        63: <p>
1.54      deraadt    64: <h3><font color=#0000e0>Installation with Other Operating Systems:</font></h3>
1.46      deraadt    65: The OpenBSD/i386 port can be installed to share the system disks with
1.32      grr        66: other operating systems such as MSDOS, Windows or Linux using the MSDOS
                     67: MBR/partition scheme and an optional boot selector.  Everyday operation is
                     68: trouble free, but setup requires care and Windows '95 installation is known
                     69: to be careless about pre-existing MBR/partition information.
                     70: See the Installation Notes for more details.
1.34      johns      71:
1.32      grr        72: <p>
1.54      deraadt    73: <h3><font color=#0000e0>Binary compatibility with other Operating Systems:</font></h3>
1.46      deraadt    74: The OpenBSD/i386 port can run Linux, FreeBSD, BSD/OS,
1.44      deraadt    75: SVR4 (including Solaris), and IBCS2 binaries.
                     76:
                     77: <p>
1.54      deraadt    78: <h3><font color=#0000e0>Supported Hardware:</font></h3>
1.46      deraadt    79: The OpenBSD/i386 port works across a broad range of standard PC's and clones,
1.32      grr        80: with a wide variety of processors and I/O bus architecures.  It can be expected
1.53      todd       81: to install and run with minimal difficulty on most current products.
1.32      grr        82: The cases where problems may be encountered are typically older proprietary
                     83: PC's, Laptops or specialized server boxes that rely on a custom BIOS to paper
                     84: over implementation differences.
1.34      johns      85:
1.32      grr        86: <p>
                     87: OpenBSD does not currently support multiple processors, but will run using
                     88: one processor on a multi-processor system board.
1.34      johns      89:
1.31      deraadt    90: <p>
                     91: <ul>
1.106   ! chris      92: <li> All mainstream i386 architecture CPU chips
        !            93: <ul>
        !            94: <LI>386/486 (SX/DX)
        !            95: <li>Intel Pentium/Pentium-MMX
        !            96: <li>Intel Pentium Pro/II/III
        !            97: <LI>AMD K5/K6/K6-2/K6-3
        !            98: <LI>AMD Athlon
        !            99: <LI>Cyrix MediaGX/M1/M2
        !           100: <LI>Rise mP6
        !           101: <LI>IDT WinChip
        !           102: <LI>NexGen 586
        !           103: </ul>
        !           104: Everything that is a clone of the 386 or up should work fine.  The
        !           105: only CPU that is known to work poorly (due to flawed
        !           106: motherboard designs) is the Cyrix 386DLC.
1.75      deraadt   107: <li> All standard ISA, EISA, VLB, PCI, or PCMCIA bus based machines.
1.31      deraadt   108: <li> Floppy controllers.
1.75      deraadt   109: <li> ISA MFM, ESDI, IDE, and RLL hard disk controllers.
1.34      johns     110: <li> SCSI host adapters:
                    111:   <ul>
                    112:   <li> Adaptec AHA-154xA, -B, -C, and -CF
                    113:   <li> Adaptec AHA-174x
1.45      deraadt   114:   <li> Adaptec AIC-6260 and AIC-6360 based boards, including the
                    115:        Adaptec AHA-152x and the SoundBlaster SCSI host adapter.
                    116:        (Note that you cannot boot from these boards if they do not have
                    117:        a boot ROM; only the AHA-152x and motherboards using this chip
                    118:        are likely to be bootable, consequently.)
                    119:   <li> Adaptec AIC-7770-based SCSI host adapters (including the
                    120:        Adaptec AHA-274x, AHA-284x families).
                    121:   <li> Adaptec AHA-[23]94x[W] cards and some onboard PCI designs using the
1.98      deraadt   122:        AIC7870 and AIC7880 chips.
1.55      downsj    123:   <li> Buslogic 54x (Adaptec AHA-154x clones)
1.45      deraadt   124:   <li> BusLogic 445, 74x, 9xx  (But not the new "FlashPoint" series
                    125:        of BusLogic SCSI adapters)
1.34      johns     126:   <li> Symbios Logic (NCR) 53C8xx-based PCI SCSI host adapters
1.55      downsj    127:        (Including generic/no name cards, old ASUS cards, the DTC-3130 series,
                    128:        Diamond Fireport series, etc.)
1.34      johns     129:   <li> Ultrastor 14f, 34f, and (possibly) 24f
                    130:   <li> Seagate/Future Domain ISA SCSI adapter cards, including
                    131:     <ul>
                    132:     <li> ST01/02
                    133:     <li> Future Domain TMC-885
                    134:     <li> Future Domain TMC-950
                    135:     </ul>
1.45      deraadt   136:   <li> WD-7000 SCSI host adapters.
1.76      deraadt   137:   <li> QLogic PCI SCSI controllers.
                    138:   <li> AdvanSys PCI SCSI controllers.
1.34      johns     139:   </ul>
                    140:
1.45      deraadt   141: <li> MDA, CGA, VGA, SVGA, and HGC Display Adapters.
                    142:        (Note that not all of the display adapters OpenBSD/i386
                    143:        can work with are supported by X.
1.75      deraadt   144:        See the <A HREF="http://www.xfree86.org/FAQ">XFree86 FAQ</a> for more information.)
1.34      johns     145:
                    146: <li> Serial ports:
                    147:   <ul>
                    148:   <li> 8250/16450-based ports
                    149:   <li> 16550-based ports
1.56      downsj    150:   <li> ST16650-based ports
1.61      downsj    151:   <li> XR16850-based ports (only in the pccom driver)
1.37      johns     152:   <li> AST-style 4-port serial boards <sup>(1)</sup>
                    153:   <li> BOCA 8-port serial cards <sup>(1)</sup>
                    154:   <li> Cyclades Cyclom-{4, 8, 16}Y serial boards <sup>(1)</sup>
                    155:   <li> IBM PC-RT 4-port serial boards <sup>(1)</sup>
1.34      johns     156:   </ul>
                    157:
1.31      deraadt   158: <li> Parallel ports.
1.34      johns     159:
1.89      fgsch     160: <li> PCMCIA:
                    161:   <ul>
1.102     deraadt   162:   <li> ATA cards
                    163:     <ul>
                    164:     <li> ATA/IDE card drives.
                    165:     <li> ATA/IDE CDROM adapters.
                    166:     <li> ATA flash cards?
                    167:     <li> Compact flash cards?
                    168:     </ul>
1.89      fgsch     169:   <li> SCSI host adapters:
                    170:     <ul>
                    171:     <li> Adaptec SlimSCSI APA-14[56]0.
                    172:     </ul>
                    173:   <li> Serial ports:
                    174:     <ul>
                    175:     <li> Virtually all modems, digital cellular modems, and serial cards should work.
                    176:     </ul>
                    177:   <li> Ethernet adapters:
                    178:     <ul>
1.91      fgsch     179:     <li> 3COM 3c589
1.89      fgsch     180:     <li> D-Link DE-660
1.91      fgsch     181:     <li> D-Link DFE-650 Fast Ethernet
1.89      fgsch     182:     <li> Genius ME 3000II SE
1.90      fgsch     183:     <li> Hawking Ethernet Combo
1.89      fgsch     184:     <li> IC-Card
                    185:     <li> Kingston KNE-PC2
1.91      fgsch     186:     <li> Linksys PCMPC100
                    187:     <li> Netgear FA410TX Fast Ethernet
1.102     deraadt   188:     <li> Xircom ethernet adapters.
1.89      fgsch     189:     </ul>
                    190:   </ul>
1.98      deraadt   191: <li> ATM adapters:
                    192:   <ul>
                    193:   <li> Efficient Networks EN-155 and Adaptec ANA-590x ATM interfaces. <sup>(1)</sup> (<i>en</i>)
                    194:   </ul>
                    195: <li>FDDI adapters:
                    196:   <ul>
                    197:   <li> Digital DEFEA EISA FDDI adapters. (<i>fea</i>)
                    198:   <li> Digital DEFPA PCI FDDI adapters. (<i>fpa</i>)
                    199:   </ul>
                    200: <li>WAN adapters:
                    201:   <ul>
1.106   ! chris     202:   <li>Lan Media Corporation SSI (T1)/HSSI/DS1/DS3  WAN interfaces. (<i>lmc</i>)
1.98      deraadt   203:   </ul>
1.34      johns     204: <li> Ethernet adapters:
                    205:   <ul>
1.106   ! chris     206:   <li> Adaptec "Starfire" AIC-6915-based adapters, (<i>sf</i>) including:
        !           207:     <ul>
        !           208:     <li> Adaptec Single32 ANA-69011
        !           209:     <li> Adaptec Single64 ANA-62011
        !           210:     <li> Adaptec Duo64 ANA-62022
        !           211:     <li> Adaptec Quartet64 ANA-62044
        !           212:     </ul>
        !           213:   <li> Alteon Tigon I & II based PCI Gigabit Ethernet adapters, (<i>ti</i>) including:
1.100     jason     214:     <ul>
                    215:     <li> 3Com 3c985
                    216:     <li> Alteon ACEnic
                    217:     <li> Netgear GA620
                    218:     <li> SGI Tigon
                    219:     </ul>
                    220:
1.106   ! chris     221:   <li> AMD LANCE and PCnet-based ISA Ethernet adapters, (<i>le</i>) including:
1.34      johns     222:     <ul>
                    223:     <li> Novell NE1500T
                    224:     <li> Novell NE2100
                    225:     <li> Kingston 21xx
                    226:     </ul>
                    227:
                    228:   <li> AMD PCnet-based PCI Ethernet adapters, including:
                    229:     <ul>
                    230:     <li> BOCALANcard/PCI
                    231:     <li> AT&T StarLAN 10, EN100, and StarLAN Fiber
                    232:     </ul>
                    233:
1.106   ! chris     234:   <li> ASIX 88140A/88141-based PCI Ethernet adapters, (<i>ax</i>) including:
1.104     aaron     235:     <ul>
1.106   ! chris     236:     <li> CNet Pro110
        !           237:     <li> Alfa Inc. GFC2204
1.104     aaron     238:     </ul>
                    239:
1.103     aaron     240:   <li> 3Com 3c501 (<i>el</i>)
                    241:   <li> 3Com 3c503 (<i>ec</i>)
                    242:   <li> 3Com 3c505 (<i>eg</i>) <sup>(1)</sup>
                    243:   <li> 3Com 3c507 (<i>ie</i>)
                    244:   <li> 3Com 3c509, 3c579, and 3c59x (<i>ep</i>)
                    245:   <li> 3Com 3c515 (<i>ef</i>)
1.106   ! chris     246:   <li> 3Com 3c9xx Etherlink XL adapters, (<i>xl</i>) including:
1.34      johns     247:     <ul>
1.106   ! chris     248:     <li>3Com 3c900/3c900B
        !           249:     <li>3Com 3c905/3c905B/3c905C
        !           250:     <li>3Com 3c980/3c980C server adapter
        !           251:     <li>3Com 3c900B-FL and 3c900b-FL/FX fiber optic adapters
        !           252:     <li>Dell on-board 3c920
        !           253:     <li>Dell Precision on-board 3c905B
        !           254:     <li>Dell Optiplex GX1 on-board 3c918
        !           255:     <li>Dell Latitude laptop docking station embedded 3c905
        !           256:     </ul>
        !           257:   <li> Digital DC21x4x-based PCI Ethernet adapters, (<i>de</i>) including:
        !           258:     <ul>
        !           259:     <li> older SMC PCI EtherPower 10, 10/100
        !           260:     <li> older LinkSys 10, 10/100 (newer models are supported by other drivers)
        !           261:     <li> Znyx ZX34<i>x</i>
1.34      johns     262:     <li> Cogent EM100
                    263:     <li> Digital DE450
                    264:     <li> Digital DE500
1.57      deraadt   265:     <li> Almost all other variants work.
1.34      johns     266:     </ul>
1.106   ! chris     267:    <li> Digital DC2114x-based four port cards, (<i>de</i>) including:
1.77      deraadt   268:    <ul>
                    269:    <li> Adaptec ANA-6944A
1.106   ! chris     270:    <li> Cogent EM400
        !           271:    <li> Compex 400TX
1.98      deraadt   272:    <li> Znyx ZX346
1.77      deraadt   273:    </ul>
1.37      johns     274:   <li> BICC Isolan <sup>(1)</sup> -- not recently tested
1.34      johns     275:   <li> SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards
1.57      deraadt   276:   <li> SMC/WD 8216 (the SMC "Elite16 Ultra" ISA boards)  (See special care notice in <A HREF="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">INSTALL.i386</A>)
1.71      deraadt   277:   <li> SMC 8416 ("EtherEZ") PNP cards
1.69      jason     278:   <li> SMC 9432 ("EtherPower II") EPIC 10/100
1.98      deraadt   279:   <li> Intel EtherExpress 16 (<i>ie</i>)
1.106   ! chris     280:   <li> Novell NE1000, NE2000 (PCI and ISA variants thereof) (<i>ne</i>)
        !           281:   <li> Intel 8255x-based PCI ethernet adapters, (<i>fxp</i>) including:
1.98      deraadt   282:     <ul>
1.106   ! chris     283:     <li> Intel EtherExpress PRO/10 and PRO/10+
        !           284:     <li> Intel EtherExpress PRO/100, PRO/100B, and PRO/100+ cards
        !           285:     <li> Intel EtherExpress PRO/100+ "Management Adapter"
        !           286:     <li> Intel EtherExpress PRO/100 Dual Port cards
1.98      deraadt   287:     </ul>
1.106   ! chris     288:   <li> Texas Instruments ThunderLAN PCI Ethernet adapters, (<i>tl</i>) including:
1.73      jason     289:      <ul>
                    290:      <li> Compaq Netelligent PCI Adapters
                    291:      <li> Compaq NetFlex 3/P
                    292:      <li> Compaq Deskpro integrated adapter
                    293:      <li> Compaq Prosignia integrated adapter
1.87      jason     294:      <li> Olicom OC2135, OC2183, OC2325, OC2326
                    295:      <li> Racore 8165 and 8148
1.74      jason     296:      <li> TI ThunderLAN adapters
1.73      jason     297:      </ul>
1.106   ! chris     298:   <li> RealTek 8129/8139 based adapters, (<i>rl</i>) including:
1.78      jason     299:      <ul>
1.81      jason     300:      <li> Accton MPX 5030/5038
1.78      jason     301:      <li> Allied Telesyn AT2550
1.81      jason     302:      <li> Encore ENL832-TX 10/100 M PCI
1.78      jason     303:      <li> Genius GF100TXR
1.81      jason     304:      <li> KTX-9130TX 10/100 Fast Ethernet
                    305:      <li> Longshine LCS-8038TX-R
1.78      jason     306:      <li> NDC NE100TX-E
1.81      jason     307:      <li> Netronix EA-1210 Net Ether 10/100
1.78      jason     308:      <li> OvisLink LEF-8129TX, LEF-8139TX
1.87      jason     309:      <li> SMC EZ Card 10/100 PCI 1211-TX
1.78      jason     310:      </ul>
1.106   ! chris     311:   <li> Macronix 98713/98715/98725 Ethernet adapters, (<i>mx</i>) including:
1.83      jason     312:      <ul>
1.106   ! chris     313:      <li> Addtron AEF-320TX/AEF-330TX
1.83      jason     314:      <li> NDC Communications SOHOware SFA110
                    315:      <li> SVEC PN102-TX fast ethernet card
                    316:      </ul>
1.106   ! chris     317:   <li> VIA Rhine/RhineII Ethernet adapters, (<i>rl</i>) including:
1.84      downsj    318:      <ul>
1.106   ! chris     319:      <li> Addtron AEF-360TX
1.84      downsj    320:      <li> Hawking PN102TX
                    321:      <li> D-Link DFE530TX
                    322:      </ul>
1.106   ! chris     323:   <li> Lite-On PNIC/PNIC-II adapters, (<i>pn</i>) including:
1.85      jason     324:     <ul>
                    325:     <li> Netgear FA310TX rev D1
1.87      jason     326:     <li> LinkSys LNE100TX
1.85      jason     327:     <li> Matrox Networks FastNIC 10/100
                    328:     </ul>
1.106   ! chris     329:   <li> Winbond W89C840F Ethernet adapters, (<i>wb</i>) including:
1.88      jason     330:     <ul>
                    331:     <li> Trendware TE100-PCIE
1.106   ! chris     332:     <li> Compex RL100-ATX 10/100
1.88      jason     333:     </ul>
1.106   ! chris     334:   <li> SysKonnect SK-984x (9841/9842/9843/9844) Gigabit Ethernet adapters (<i>sk</i>)
1.34      johns     335:   </ul>
                    336:
1.80      deraadt   337: <li> Many kinds of ISA Plug-and-Play cards
                    338:   <ul>
                    339:   <li>Nearly all SB-style audio cards.
                    340:   <li>Nearly all joystick ports.
                    341:   <li>Nearly all Yamaha-style audio cards.
                    342:   <li>Nearly all ne2000-style ethernet cards.
                    343:   <li>Nearly all SMC-style ethernet cards.
                    344:   <li>Most serial port or modem cards.
                    345:   <li>3c509 cards in PNP mode.
                    346:   <li>NE2100 ethernet cards.
                    347:   <li>... If a device does not work, be sure to mail the output of dmesg(1)
                    348:        to dmesg@openbsd.org, and we will try to add support.
                    349:   </ul>
1.34      johns     350: <li> Tape drives:
                    351:   <ul>
                    352:   <li> Most SCSI tape drives
                    353:   <li> Most SCSI tape changers
1.45      deraadt   354:   <li> QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
                    355:        tape drives <sup>(1) (2)</sup>
1.34      johns     356:   </ul>
                    357:
                    358: <li> CD-ROM drives:
                    359:   <ul>
1.45      deraadt   360:   <li> Mitsumi CD-ROM drives <sup>(1) (2)</sup>
                    361:        [Note: The Mitsumi driver device probe is known
                    362:        to cause trouble with several devices!]
1.34      johns     363:   <li> Most SCSI CD-ROM drives
1.75      deraadt   364:   <li> Most ATAPI (IDE) CD-ROM drives
1.34      johns     365:   </ul>
                    366:
                    367: <li> Mice:
                    368:   <ul>
1.37      johns     369:   <li> "Logitech"-style bus mice <sup>(1) (2)</sup>
                    370:   <li> "Microsoft"-style bus mice <sup>(1) (2)</sup>
                    371:   <li> "PS/2"-style mice <sup>(1) (2)</sup>
                    372:   <li> Serial mice (uses serial port driver)
1.34      johns     373:   </ul>
                    374:
1.45      deraadt   375: <li> APM power management.
1.79      downsj    376: <li> Brooktree 848/849, 878/879 based Video Capture Cards: <sup>(1) (2)</sup>
1.75      deraadt   377:  <ul>
                    378:  <li>Hauppage Wincast TV
                    379:  <li>STB TV PCI Television Tuner
                    380:  <li>Miro PC TV
                    381:  <li>Intel Smart Video Recorder III
1.79      downsj    382:  <li>IMS TV Turbo
                    383:  <li>AVer Media TV/FM
1.75      deraadt   384:  </ul>
1.34      johns     385: <li> Sound Cards:
                    386:   <ul>
1.79      downsj    387:   <li> SoundBlaster ISA cards and 100% compatibles <sup>(1) (2)</sup>
1.103     aaron     388:   <li> Gravis Ultrasound and Ultrasound Max <sup>(1) (2)</sup>
1.75      deraadt   389:   <li> Ensoniq AudioPCI <sup>(1) (2)</sup>
1.34      johns     390:   <li> [The following drivers are not extensively tested]
                    391:     <ul>
1.75      deraadt   392:     <li> S3 SonicVibes <sup>(1) (2)</sup>
1.37      johns     393:     <li> Personal Sound System <sup>(1) (2)</sup>
                    394:     <li> Windows Sound System <sup>(1) (2)</sup>
                    395:     <li> ProAudio Spectrum <sup>(1) (2)</sup>
1.34      johns     396:     </ul>
                    397:   </ul>
1.92      wvdputte  398: <li>ISAPNP cards: Roughly said, the following cards definitely work.
1.82      deraadt   399: Others may work as well -- support is continually being improved.
                    400:   <ul>
                    401:   <li>"3Com 3C509B EtherLink III, TCM5090, PNP80F7, "
                    402:   <li>"3Com 3C509B EtherLink III, TCM5095, PNP80F7, "
                    403:   <li>"3Com 3C509B EtherLink III, TCM5098, PNP80F7, "
                    404:   <li>"ACCTON EN166X MPX2 ETHERNET CAR, @@@9519, PNP80D6, "
                    405:   <li>"CMI8330. Audio Adapter, @X@0001, , "
                    406:   <li>"Creative AWE64 PnP, CTL0045, , Audio"
                    407:   <li>"Creative AWE64 PnP, CTL7002, PNPB02F, Game"
                    408:   <li>"Creative SB AWE64  PnP, CTL0045, , Audio"
                    409:   <li>"Creative SB AWE64  PnP, CTL7002, PNPB02F, Game"
                    410:   <li>"Creative SB AWE64 Gold, CTL0044, , Audio"
                    411:   <li>"Creative SB AWE64 Gold, CTL7002, PNPB02F, Game"
                    412:   <li>"Creative SB AWE64 PnP, CTL0042, , Audio"
                    413:   <li>"Creative SB AWE64 PnP, CTL0045, , Audio"
                    414:   <li>"Creative SB AWE64 PnP, CTL7002, PNPB02F, Game"
                    415:   <li>"Creative SB16 PnP, CTL0031, , Audio"
                    416:   <li>"Creative SB16 PnP, CTL7001, PNPB02F, Game"
                    417:   <li>"Creative SB32 PnP, CTL0031, , Audio"
                    418:   <li>"Creative SB32 PnP, CTL0041, , Audio"
                    419:   <li>"Creative SB32 PnP, CTL0051, , StereoEnhance"
                    420:   <li>"Creative SB32 PnP, CTL2011, PNP0600, IDE"
                    421:   <li>"Creative SB32 PnP, CTL7001, PNPB02F, Game"
                    422:   <li>"Creative ViBRA16C PnP, CTL0001, , Audio"
                    423:   <li>"Creative ViBRA16C PnP, CTL7001, PNPB02F, Game"
                    424:   <li>"Creative ViBRA16X PnP, CTL7005, PNPB02F, Game"
                    425:   <li>"ESS ES1868 Plug and Play AudioD, ESS0001, , "
                    426:   <li>"ESS ES1868 Plug and Play AudioD, ESS1868, , "
                    427:   <li>"OPL3-SA2 Sound Chip , YMH0021, , "
                    428:   <li>"OPL3-SA2 Sound Chip , YMH0022, PNPB02F, "
                    429:   <li>"OPL3-SA3 Snd System, YMH0021, , "
                    430:   <li>"OPL3-SA3 Snd System, YMH0022, PNPB02F, "
1.103     aaron     431:   <li>"RealTek Plug & Play Ethernet Ca, RTL8019, PNP80D6, "
1.82      deraadt   432:   </ul>
1.34      johns     433: </ul>
                    434:
1.37      johns     435: <p>
                    436: <sup>(1)</sup> Drivers for hardware marked with (1) are NOT included on the
1.62      deraadt   437: distribution floppies.
1.37      johns     438: </p>
1.34      johns     439:
1.37      johns     440: <p>
                    441: <sup>(2)</sup> Support for devices marked with (2) IS included in the
                    442: "generic" kernels, although it is not in the kernel on the installation floppy.
1.34      johns     443: </p>
                    444:
1.31      deraadt   445: <p>
1.54      deraadt   446: <h3><font color=#0000e0>Unsupported Hardware</font></h3>
1.98      deraadt   447: <P>Unsupported hardware may be supported in the future, your <A HREF="donations.html">
                    448: donation
                    449: of time, hardware, or documentation</a> can accelerate this support!
1.34      johns     450: <ul>
1.98      deraadt   451: <li> Adaptec 2940U2W (aic7890) (but the 2940UW <b>is</b> supported)
1.34      johns     452: <li> "Micro Channel" MCA bus used in many IBM PS/2 models.
1.75      deraadt   453: <li> NCR 5380-based and 53400-based SCSI host adapters.
1.34      johns     454: <li> QIC-40 and QIC-80 tape drives.  (Those are the tape drives that connect to the floppy disk controller.)
1.98      deraadt   455: <li> Multiprocessor (Intel or AMD) systems.  (Though they should run fine using one processor only.)
1.51      deraadt   456: <li> Sony and Panasonic proprietary CDROM interfaces.
1.75      deraadt   457: <li> Parallel-port ZIP drives (SCSI works fine.)
1.90      fgsch     458: <li> Cardbus controllers and adapters.
1.89      fgsch     459: <li> PCMCIA:
                    460:   <ul>
1.91      fgsch     461:   <li> 3COM 3c574.
                    462:   <li> Memory cards.
                    463:   <li> Most multifunction cards.
1.89      fgsch     464:   </ul>
1.31      deraadt   465: </ul>
1.34      johns     466: </p>
1.31      deraadt   467:
1.3       fn        468: <hr>
1.1       deraadt   469: <p>
1.27      deraadt   470: <a href=ftp.html>Snapshots are made available from time to time.</a>
1.1       deraadt   471:
1.3       fn        472: <hr>
1.64      pauls     473: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   474: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        475: <br>
1.106   ! chris     476: <small>$OpenBSD: i386.html,v 1.105 1999/10/01 20:16:20 jason Exp $</small>
1.3       fn        477:
                    478: </body>
                    479: </html>