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

Annotation of www/i386.html, Revision 1.58

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 APM and PCMCIA support (3c589, NE2000-clone, and COM ports)
                     31: <li>some DDB improvements
                     32: <li>OPTI mcd support
                     33: <li>ATAPI cdrom support
                     34: <li>P5/P6 improved NTP support
                     35: <li>pccons has userland replaceable keymaps, and screen blanking
                     36: <li>boot "-a" support like other ports (asks for root partition)
1.11      deraadt    37: <li>floppy disk formatting
1.7       deraadt    38: <li>Cyclades Cyclom serial driver
1.11      deraadt    39: <li>faster (assembly) IP checksumming (typically 20% faster, up to 62% faster
                     40:        in some cases)
1.18      deraadt    41: <li>vmstat -i prints interrupt information.
                     42: <li>latest rev of adaptec 2940 driver from FreeBSD
1.11      deraadt    43: <li>supports "ep* at port ? irq ?"
1.12      deraadt    44: <li>faster i386-specific `pccom' device driver.
1.19      deraadt    45: <li>/dev/pctr pseudo-device & program for accessing the Pentium and PentiumPro
1.18      deraadt    46:        performance counters.
1.15      deraadt    47: <li>Fixed major i386 kernel interrupt race.
                     48: <li>Fixed UCONSOLE security hole without breaking xconsole.
                     49: <li>Much faster i387-specific libm available for those who want the option.
1.17      deraadt    50: <li>ISA Plug-and-Play support
1.21      deraadt    51: <li>the GPL FP emulator from Linux/Freebsd, for users who want to use it.
                     52:        Much better!
1.28      deraadt    53: <li>Prefer partition type 166, so that OpenBSD can co-reside on the same
                     54:        disk as a 386BSD/NetBSD/FreeBSD install.
                     55: <li>Attempt to fault in a ptp; this avoids two ptp panic cases.
                     56: <li>RAW_PART is now 'c', not 'd'. It should start at 0, and cover your whole
                     57:        disk.
1.29      deraadt    58: <li>Updated ncr driver, much more performance.
                     59: <li>3c59x and 3c9xx cards work.
                     60: <li>Can mount DOS file systems with cluster size > 16KB.
1.42      kstailey   61: <li>Support for M$ IntelliMouse as a 3-button PS/2 mouse.
1.1       deraadt    62: </ul>
1.34      johns      63:
1.32      grr        64: <p>
1.54      deraadt    65: <h3><font color=#0000e0>Installation with Other Operating Systems:</font></h3>
1.46      deraadt    66: The OpenBSD/i386 port can be installed to share the system disks with
1.32      grr        67: other operating systems such as MSDOS, Windows or Linux using the MSDOS
                     68: MBR/partition scheme and an optional boot selector.  Everyday operation is
                     69: trouble free, but setup requires care and Windows '95 installation is known
                     70: to be careless about pre-existing MBR/partition information.
                     71: See the Installation Notes for more details.
1.34      johns      72:
1.32      grr        73: <p>
1.54      deraadt    74: <h3><font color=#0000e0>Binary compatibility with other Operating Systems:</font></h3>
1.46      deraadt    75: The OpenBSD/i386 port can run Linux, FreeBSD, BSD/OS,
1.44      deraadt    76: SVR4 (including Solaris), and IBCS2 binaries.
                     77:
                     78: <p>
1.54      deraadt    79: <h3><font color=#0000e0>Supported Hardware:</font></h3>
1.46      deraadt    80: The OpenBSD/i386 port works across a broad range of standard PC's and clones,
1.32      grr        81: with a wide variety of processors and I/O bus architecures.  It can be expected
1.53      todd       82: to install and run with minimal difficulty on most current products.
1.32      grr        83: The cases where problems may be encountered are typically older proprietary
                     84: PC's, Laptops or specialized server boxes that rely on a custom BIOS to paper
                     85: over implementation differences.
1.34      johns      86:
1.32      grr        87: <p>
                     88: OpenBSD does not currently support multiple processors, but will run using
                     89: one processor on a multi-processor system board.
1.34      johns      90:
1.31      deraadt    91: <p>
                     92: <ul>
1.58    ! deraadt    93: <li> All mainstream i386 architecture CPU chips, including 386,
        !            94:        486, Pentium, Pentium-Pro and compatibles such
        !            95:        as the AMD K5 series and Cyrix cpu family.  Everything
        !            96:        that is a clone of the 386 or up should work fine.  The
        !            97:        only cpu that is known to work poorly (due to flawed
        !            98:        motherboard designs) is the Cyrix 386DLC.
1.32      grr        99: <li> Basically all standard ISA, VLB, PCI, or PCMCIA bus based machines.
1.31      deraadt   100: <li> Floppy controllers.
                    101: <li> MFM, ESDI, IDE, and RLL hard disk controllers.
1.34      johns     102: <li> SCSI host adapters:
                    103:   <ul>
                    104:   <li> Adaptec AHA-154xA, -B, -C, and -CF
                    105:   <li> Adaptec AHA-174x
1.45      deraadt   106:   <li> Adaptec AIC-6260 and AIC-6360 based boards, including the
                    107:        Adaptec AHA-152x and the SoundBlaster SCSI host adapter.
                    108:        (Note that you cannot boot from these boards if they do not have
                    109:        a boot ROM; only the AHA-152x and motherboards using this chip
                    110:        are likely to be bootable, consequently.)
                    111:   <li> Adaptec AIC-7770-based SCSI host adapters (including the
                    112:        Adaptec AHA-274x, AHA-284x families).
                    113:   <li> Adaptec AHA-[23]94x[W] cards and some onboard PCI designs using the
                    114:        AIC7870 chip.
1.55      downsj    115:   <li> Buslogic 54x (Adaptec AHA-154x clones)
1.45      deraadt   116:   <li> BusLogic 445, 74x, 9xx  (But not the new "FlashPoint" series
                    117:        of BusLogic SCSI adapters)
1.34      johns     118:   <li> Symbios Logic (NCR) 53C8xx-based PCI SCSI host adapters
1.55      downsj    119:        (Including generic/no name cards, old ASUS cards, the DTC-3130 series,
                    120:        Diamond Fireport series, etc.)
1.34      johns     121:   <li> Ultrastor 14f, 34f, and (possibly) 24f
                    122:   <li> Seagate/Future Domain ISA SCSI adapter cards, including
                    123:     <ul>
                    124:     <li> ST01/02
                    125:     <li> Future Domain TMC-885
                    126:     <li> Future Domain TMC-950
                    127:     </ul>
1.45      deraadt   128:   <li> WD-7000 SCSI host adapters.
1.34      johns     129:   </ul>
                    130:
1.45      deraadt   131: <li> MDA, CGA, VGA, SVGA, and HGC Display Adapters.
                    132:        (Note that not all of the display adapters OpenBSD/i386
                    133:        can work with are supported by X.
                    134:        See the XFree86 FAQ for more information.)
1.34      johns     135:
                    136: <li> Serial ports:
                    137:   <ul>
                    138:   <li> 8250/16450-based ports
                    139:   <li> 16550-based ports
1.56      downsj    140:   <li> ST16650-based ports
1.37      johns     141:   <li> AST-style 4-port serial boards <sup>(1)</sup>
                    142:   <li> BOCA 8-port serial cards <sup>(1)</sup>
                    143:   <li> Cyclades Cyclom-{4, 8, 16}Y serial boards <sup>(1)</sup>
                    144:   <li> IBM PC-RT 4-port serial boards <sup>(1)</sup>
1.34      johns     145:   </ul>
                    146:
1.31      deraadt   147: <li> Parallel ports.
1.34      johns     148:
                    149: <li> PCMCIA: most chipsets.
                    150:
1.57      deraadt   151: <li> Adaptec and Efficient Networking ATM cards - Mail chuck@openbsd.org
                    152:        to get this entry updated.
1.34      johns     153:
1.45      deraadt   154: <li> Digital DEFPA PCI FDDI adapters.
1.34      johns     155:
                    156: <li> Ethernet adapters:
                    157:   <ul>
                    158:
1.48      deraadt   159:   <li> AMD LANCE and PCnet-based ISA Ethernet adapters, including:
1.34      johns     160:     <ul>
                    161:     <li> Novell NE1500T
                    162:     <li> Novell NE2100
                    163:     <li> Kingston 21xx
                    164:     </ul>
                    165:
                    166:   <li> AMD PCnet-based PCI Ethernet adapters, including:
                    167:     <ul>
                    168:     <li> BOCALANcard/PCI
                    169:     <li> AT&T StarLAN 10, EN100, and StarLAN Fiber
                    170:     </ul>
                    171:
1.47      deraadt   172:   <li> 3COM 3c501
                    173:   <li> 3COM 3c503
                    174:   <li> 3COM 3c505 <sup>(1)</sup>
                    175:   <li> 3COM 3c507
1.50      deraadt   176:   <li> 3COM 3c509, 3c579, 3c59x and 3c9xx
                    177:   <li> 3COM 3c589 PCMCIA Ethernet
1.47      deraadt   178:
1.34      johns     179:   <li> Digital DC21x4x-based PCI Ethernet adapters, including:
                    180:     <ul>
1.55      downsj    181:     <li> older SMC EtherPower 10, 10/100 (PCI only!)
                    182:     <li> older LinkSys 10, 10/100
1.34      johns     183:     <li> Znyx ZX34X
                    184:     <li> Cogent EM100
                    185:     <li> Digital DE450
                    186:     <li> Digital DE500
1.57      deraadt   187:     <li> Almost all other variants work.
1.34      johns     188:     </ul>
                    189:
1.37      johns     190:   <li> BICC Isolan <sup>(1)</sup> -- not recently tested
1.34      johns     191:   <li> SMC/WD 8003, 8013, and the SMC "Elite16" ISA boards
1.57      deraadt   192:   <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>)
                    193:   <li> Novell NE1000, NE2000 (PCI and ISA variants thereof)
1.47      deraadt   194:   <li> Intel EtherExpress 16
                    195:   <li> Intel EtherExpress PRO/10
1.57      deraadt   196:   <li> Intel EtherExpress PRO/100B and 100+ cards.
1.34      johns     197:   </ul>
                    198:
                    199: <li> Tape drives:
                    200:   <ul>
                    201:   <li> Most SCSI tape drives
                    202:   <li> Most SCSI tape changers
1.45      deraadt   203:   <li> QIC-02 and QIC-36 format (Archive- and Wangtek- compatible)
                    204:        tape drives <sup>(1) (2)</sup>
1.34      johns     205:   </ul>
                    206:
                    207: <li> CD-ROM drives:
                    208:   <ul>
1.45      deraadt   209:   <li> Mitsumi CD-ROM drives <sup>(1) (2)</sup>
                    210:        [Note: The Mitsumi driver device probe is known
                    211:        to cause trouble with several devices!]
1.34      johns     212:   <li> Most SCSI CD-ROM drives
                    213:   <li> Most ATAPI IDE CD-ROM drives
                    214:   </ul>
                    215:
                    216: <li> Mice:
                    217:   <ul>
1.37      johns     218:   <li> "Logitech"-style bus mice <sup>(1) (2)</sup>
                    219:   <li> "Microsoft"-style bus mice <sup>(1) (2)</sup>
                    220:   <li> "PS/2"-style mice <sup>(1) (2)</sup>
                    221:   <li> Serial mice (uses serial port driver)
1.34      johns     222:   </ul>
                    223:
1.45      deraadt   224: <li> APM power management.
                    225:
1.34      johns     226: <li> Sound Cards:
                    227:   <ul>
1.37      johns     228:   <li> SoundBlaster <sup>(1) (2)</sup>
                    229:   <li> Gravis Ulrasound and Ultrasound Max <sup>(1) (2)</sup>
1.34      johns     230:   <li> [The following drivers are not extensively tested]
                    231:     <ul>
1.37      johns     232:     <li> Personal Sound System <sup>(1) (2)</sup>
                    233:     <li> Windows Sound System <sup>(1) (2)</sup>
                    234:     <li> ProAudio Spectrum <sup>(1) (2)</sup>
1.34      johns     235:     </ul>
                    236:   </ul>
                    237: </ul>
                    238:
1.37      johns     239: <p>
                    240: <sup>(1)</sup> Drivers for hardware marked with (1) are NOT included on the
1.34      johns     241: distribution floppies.  Except as noted above, all other drivers are
                    242: present on both kernel-copy disks.  Also, at the present time, the
                    243: distributed kernels support only one SCSI host adapter per machine.
                    244: OpenBSD normally allows more, though, so if you have more than one, you
                    245: can use all of them by compiling a custom kernel once OpenBSD is
                    246: installed.
1.37      johns     247: </p>
1.34      johns     248:
1.37      johns     249: <p>
                    250: <sup>(2)</sup> Support for devices marked with (2) IS included in the
                    251: "generic" kernels, although it is not in the kernel on the installation floppy.
1.34      johns     252: </p>
                    253:
1.31      deraadt   254: <p>
1.54      deraadt   255: <h3><font color=#0000e0>Unsupported Hardware</font></h3>
1.34      johns     256: <ul>
                    257: <li> "Micro Channel" MCA bus used in many IBM PS/2 models.
                    258: <li> NCR 5380-based SCSI host adapters.
1.55      downsj    259: <li> AdvanSys SCSI host adapters.
1.34      johns     260: <li> QIC-40 and QIC-80 tape drives.  (Those are the tape drives that connect to the floppy disk controller.)
                    261: <li> Multiprocessor Pentium and Pentium Pro systems.  (Though they should run fine using one processor only.)
1.51      deraadt   262: <li> Sony and Panasonic proprietary CDROM interfaces.
                    263: <li> Frame grabber cards (ie. Meteor or BT848)
                    264: <li> Parallel-port ZIP drives.
                    265: <li> Tape drives that hook up to the floppy controller.
1.52      deraadt   266: <li> Unfortunately, many PCMCIA peripherals.
1.31      deraadt   267: </ul>
1.34      johns     268: </p>
1.31      deraadt   269:
1.3       fn        270: <hr>
1.1       deraadt   271: <p>
1.27      deraadt   272: <a href=ftp.html>Snapshots are made available from time to time.</a>
1.1       deraadt   273:
1.3       fn        274: <hr>
1.25      deraadt   275: <a href=plat.html><img src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   276: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        277: <br>
1.58    ! deraadt   278: <small>$OpenBSD: i386.html,v 1.57 1998/03/15 21:47:47 deraadt Exp $</small>
1.3       fn        279:
                    280: </body>
                    281: </html>