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

Annotation of www/sparc64.html, Revision 1.88

1.86      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       mickey      3: <html>
                      4: <head>
                      5: <title>OpenBSD/sparc64</title>
1.6       jcs         6: <link rev="made" href="mailto:www@openbsd.org">
1.86      miod        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       mickey      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/sparc64 page">
                     10: <meta name="keywords" content="openbsd,sparc64">
                     11: <meta name="distribution" content="global">
1.30      horacio    12: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.1       mickey     13: </head>
                     14:
1.86      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/sparc64</font></h2>
1.1       mickey     19:
                     20: <hr>
                     21:
                     22: <p>
1.48      jason      23: OpenBSD/sparc64 runs on the 64bit Sun UltraSPARC machines based
                     24: on the UltraSPARC I and UltraSPARC II processors.
1.86      miod       25: </p>
                     26:
                     27: <p>
                     28: A mailing list dedicated to the OpenBSD/sparc and OpenBSD/sparc64 ports is
                     29: available at <u><font color="#23238e">sparc@openbsd.org</font></u>.
                     30: To join the OpenBSD/sparc mailing list, send a message body of <b>"subscribe
                     31: sparc"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34: </p>
                     35:
                     36: <p>
1.4       art        37: The current port maintainer is Jason Wright
1.86      miod       38: (<a href="mailto:jason@openbsd.org">jason@openbsd.org</a>), with the help of
                     39: mainly Art Grabowski.
                     40: Others are definitely welcome to contribute!
1.1       mickey     41: </p>
1.48      jason      42:
1.86      miod       43: <a href="#toc"></a>
                     44: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
1.48      jason      45: <p>
                     46: <ul>
1.86      miod       47:   <li><a href="#history">Past history of the port</a>
                     48:   <li><a href="#status">Current status</a>
                     49:   <li><a href="#projects">Project list</a>
                     50:   <li><a href="#hwdocs">Hardware documentation</a>
                     51:   <li><a href="#install">Getting and installing OpenBSD/sparc64</a>
                     52:   <li><a href="#hardware">Supported hardware list</a>
1.48      jason      53: </ul>
                     54: </p>
                     55:
                     56: <hr>
1.86      miod       57: <a name="history"></a>
1.4       art        58: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       mickey     59:
                     60: <p>
1.5       horacio    61: The orginal port was made for NetBSD by Eduardo Horvath and released for
1.4       art        62: the first time in January 1999.
                     63: The porting to OpenBSD started in August 2001 and in the end of September the
                     64: first binary snapshot was released. The porting was done mainly by Jason
1.15      jason      65: Wright and Artur Grabowski and was done on both SBUS and PCI machines so that
1.6       jcs        66: a decently wide range of hardware support was ready even before the system
                     67: could boot multiuser.
1.1       mickey     68: </p>
                     69:
1.48      jason      70: <p>
                     71: OpenBSD 3.0 was the first official release of OpenBSD/sparc64, and since
                     72: that release support for many more devices has been added (including
                     73: devices required for X11R6 support) and bugs exposed by the 64 bit big endian
                     74: nature of UltraSPARC in many obscure places have been fixed.  And
                     75: work is continuing...
                     76: </p>
                     77:
1.1       mickey     78: <hr>
1.86      miod       79: <a name="status"></a>
1.4       art        80: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     81:
                     82: <p>
                     83: Currently most of the hardware available to the developers boots multiuser and
1.86      miod       84: supports enough of the on-board devices to be generally useable.
1.4       art        85: </p>
                     86:
1.49      matthieu   87: <p>
1.86      miod       88: The X-Window system is supported on most systems.
1.49      matthieu   89: Only the ATI graphics adapters are supported with the accelerated X server
                     90: at the current time.
1.86      miod       91: It is possible to use X in frame buffer mode with either the SBus
1.65      jason      92: bwtwo, cgthree and cgsix cards, on-board ATI graphics or the UPA Creator,
1.59      fgsch      93: Creator 3D or Elite 3D at the boot resolution/depth using the wsfb(4) driver.
1.53      fgsch      94: </p>
                     95:
1.49      matthieu   96: <p>
1.60      fgsch      97: The directions on how to enable the accelerated and unaccelerated X server
1.85      miod       98: are present in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.53      fgsch      99: </p>
1.86      miod      100:
1.48      jason     101: <hr>
1.86      miod      102: <a name="projects"></a>
                    103: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    104: </strong></font></h3>
1.12      jason     105:
1.86      miod      106: <p>
1.12      jason     107: <ul>
1.72      miod      108:  <li>Improve the pmap module to reduce the number of expensive cache flushes
                    109:  <li>Fix BE64 issues in the userland as they are discovered
1.13      jason     110:  <li>Improve architecture specific documentation
1.86      miod      111:  <li>Provide accelerated X servers for the cgsix and creator frame buffers
1.12      jason     112: </ul>
1.86      miod      113: </p>
1.12      jason     114:
1.4       art       115: <hr>
1.86      miod      116: <a name="hwdocs"></a>
1.53      fgsch     117: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                    118:
                    119: <p>
1.74      fgsch     120: This list has been originally posted by Marcus Watts to the sparc mailing list.
1.53      fgsch     121: </p>
                    122:
1.86      miod      123: <p>
1.53      fgsch     124: <ul>
1.74      fgsch     125: <li>UltraSPARC User's manual - UltraSPARC-I, II <a href="http://www.sun.com/processors/manuals/802-7220-02.pdf"><small><font color="#e00000">(PDF)</font></small></a> <a href="http://www.sun.com/processors/manuals/802-7220-02.ps"><small><font color="#e00000">(PostScript)</font></small></a>
                    126: <li>UltraSPARC-IIi - User's Manual <a href="http://www.sun.com/processors/manuals/805-0087.pdf"><small><font color="#e00000">(PDF)</font></small></a> <a href="http://www.sun.com/processors/manuals/805-0087.ps"><small><font color="#e00000">(PostScript)</font></small></a>
                    127: <li>UltraSPARC IIi User's Manual - Addendum <a href="http://www.sun.com/processors/manuals/ultrasparc-IIi_add.pdf"><small><font color="#e00000">(PDF)</font></small></a> <a href="http://www.sun.com/processors/manuals/ultrasparc-IIi_add.ps"><small><font color="#e00000">(PostScript)</font></small></a>
                    128: <li>The SPARC Architecture Manual Version 9 <a href="http://www.sparc.org/standards/v9.ps.Z"><small><font color="#e00000">(PostScript)</font></small></a>
                    129: <li>Implementation Characteristics of Current SPARC-V9-based Products <a href="http://soldc.sun.com/articles/sparcv9impl.pdf"><small><font color="#e00000">(PDF)</font></small></a>
                    130: <li>VIS Instruction Set - User's Manual <a href="http://www.sun.com/processors/manuals/805-1394.pdf"><small><font color="#e00000">(PDF)</font></small></a> <a href="http://www.sun.com/processors/manuals/805-1394.ps"><small><font color="#e00000">(PostScript)</font></small></a>
1.53      fgsch     131: </ul>
1.86      miod      132: </p>
1.53      fgsch     133:
                    134: <hr>
1.86      miod      135: <a name="install"></a>
                    136: <h3><font color="#0000e0">
                    137: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    138: </font></h3>
1.4       art       139:
                    140: <p>
1.87      miod      141: The latest supported OpenBSD/sparc64 release is
1.86      miod      142: <a href="32.html">OpenBSD 3.2</a>.
                    143: Here are the
                    144: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/sparc64/INSTALL.TEMPLATE">
                    145: OpenBSD/sparc64 3.2 installation instructions
                    146: </a>.
1.4       art       147: </p>
                    148:
1.86      miod      149: <p>
                    150: Snapshots are made available from time to time, in
                    151: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                    152: as well as in a few
                    153: <a href="ftp.html">mirrors</a>.
                    154: Here are the
                    155: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.TEMPLATE">
                    156: OpenBSD/sparc64 snapshot installation instructions
                    157: </a> as well.
                    158: </p>
1.19      miod      159:
                    160: <p>
1.86      miod      161: There are several installation media provided, so that
                    162: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
                    163: Ultra1 and Ultra2, miniroot images for machines without floppies
                    164: (and sun4 machines), as well as network and diskless installs.
1.19      miod      165: <ul>
1.86      miod      166:   <li><strong>CD boot</strong>
                    167:   <p>
                    168:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    169:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    170:   For the latest list of drivers available on this image, take a look at the
                    171:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                    172:   kernel configuration file.
                    173:   The CD can be booted off the OpenFirmware prompt with
                    174: <pre>
                    175:   boot cdrom
                    176: </pre>
                    177:   </p></li>
                    178:   <li><strong>Floppy</strong> (floppy32.fs)
                    179:   <p>
                    180:   Booting off the floppy provides a small ffs filesystem with a kernel
                    181:   containing supporting the following sparc64 hardware:
                    182:   <ul>
                    183:     <li>Ultra 1/1E
                    184:     <li>Ultra 2
                    185:   </ul>
                    186:   as well as support for the on-board devices found on these machines.
                    187:   However due to lack of space there are only a few other drivers.
                    188:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    189:   allow installation from cdrom media.
                    190:   For the latest list of drivers available on this image, take a look at the
                    191:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                    192:   kernel configuration file.
                    193:   The floppy can be booted off the OpenFirmware prompt with
                    194: <pre>
                    195:   boot floppy
                    196: </pre>
                    197:   </p></li>
                    198:   <li><strong>Miniroot</strong> (miniroot32.fs)
                    199:   <p>
                    200:   The miniroot provides the same installation environment as the bootable CD,
                    201:   and is intended for easy bootstrap if there is already an operating system
                    202:   installed on the machine.
                    203:   After dumping the miniroot to the primary swap partition with dd, the
                    204:   miniroot can be booted off the OpenFirmware prompt with a command such as
                    205: <pre>
                    206:   boot disk:b
                    207: </pre>
                    208:   (the disk designation may be different, depending on the chosen swap
                    209:   partition).
                    210:   </p></li>
                    211:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                    212:   <p>
                    213:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                    214:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                    215:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                    216:   Refer to the
                    217:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                    218:   manual page for details on how to setup a network boot environment.
                    219:   </p></li>
1.19      miod      220: </ul>
1.86      miod      221: </p>
                    222:
1.19      miod      223: <p>
                    224: Please note that booting from floppy might not work on your machine; also,
1.26      miod      225: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    226: they are able to boot Solaris in 64bit-mode); please refer to the
1.86      miod      227: installation notes for details.
                    228: </p>
1.19      miod      229:
                    230: <hr>
1.86      miod      231: <a name="hardware"></a>
1.4       art       232: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    233:
1.86      miod      234: <p>
                    235: <h4>Supported machines</h4>
                    236: </p>
                    237:
                    238: <p>
                    239: OpenBSD/sparc64 has been tested on the following machines:
1.78      deraadt   240: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    241: <tr>
                    242: <td valign="top" width="25%">
1.4       art       243: <ul>
1.19      miod      244:  <li>Ultra 1/1E
1.17      jason     245:  <li>Ultra 2
1.4       art       246:  <li>Ultra 5
                    247:  <li>Ultra 10
1.78      deraadt   248: </ul></td><td valign=top width="25%"><ul>
1.7       jason     249:  <li>Ultra 30
1.82      miod      250:  <li>Ultra 60
1.10      jason     251:  <li>SPARCengineUltra AX
1.11      jason     252:  <li>SPARCengineUltra AXi
1.78      deraadt   253: </ul></td><td valign=top width="25%"><ul>
1.50      ian       254:  <li>SPARCengine CP1500
1.42      deraadt   255:  <li>SUNBlade 100
1.46      jason     256:  <li>Enterprise 220R
1.7       jason     257:  <li>Enterprise 250
1.78      deraadt   258: </ul></td><td valign=top width="25%"><ul>
1.76      miod      259:  <li>Netra X1
                    260:  <li>SUN Fire V100
                    261:  <li>SUN Fire V120
1.77      jason     262:  <li>Netra T1 100/105 <font color=#00e000>*</font>
1.78      deraadt   263: </ul></td></tr></table>
1.86      miod      264: </p>
1.4       art       265:
1.86      miod      266: <p>
                    267: Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
1.51      miod      268: may require upgrading the flashprom before OpenBSD can be successfully
1.46      jason     269: installed.
1.86      miod      270: </p>
1.46      jason     271:
1.86      miod      272: <p>
                    273: <h4>Supported devices</h4>
                    274: </p>
1.9       miod      275:
1.86      miod      276: <p>
1.12      jason     277: <ul>
1.33      jason     278:  <li><strong>Keyboards/Mice</strong>
                    279:   <ul>
1.76      miod      280:    <li>Type 4, 5, and 6 keyboards on Zilog serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=sparc64">zskbd</a>)
                    281:    <li>Type 4, 5, and 6 keyboards on NS16550 serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&sektion=4&arch=sparc64">comkbd</a>)
                    282:    <li>Type 6 keyboards on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>)
                    283:    <li>PS/2 AT keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4">pckbd</a>)
1.38      jason     284:    <li>Sun mice on Zilog (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zstty&sektion=4&arch=sparc64">zstty</a>) or NS16550 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>) serial ports
1.76      miod      285:    <li>Sun mice on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>)
                    286:    <li>PS/2 mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&sektion=4">pms</a>)
1.33      jason     287:   </ul>
1.86      miod      288:  <li><strong>Frame buffers</strong>
1.33      jason     289:   <ul>
                    290:    <li>SBUS Video:
                    291:     <ul>
1.76      miod      292:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwtwo&sektion=4&arch=sparc64">bwtwo</a> - monochrome, unaccelerated
                    293:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgthree&sektion=4&arch=sparc64">cgthree</a> - 8-bit color, unaccelerated
                    294:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgsix&sektion=4&arch=sparc64">cgsix</a> - 8-bit color, unaccelerated
1.33      jason     295:     </ul>
                    296:    <li>PCI Video:
                    297:     <ul>
1.64      miod      298:      <li>ATI Rage (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&sektion=4&arch=sparc64">vgafb</a>),
1.86      miod      299: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     300:     </ul>
1.56      jason     301:    <li>UPA Video:
                    302:     <ul>
1.82      miod      303:      <li>Creator/Creator 3D/Elite 3D (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=creator&sektion=4&arch=sparc64">creator</a>)
1.56      jason     304:     </ul>
1.33      jason     305:   </ul>
1.12      jason     306:  <li><strong>SCSI Host Adapters</strong>
                    307:   <ul>
1.20      jason     308:    <li>SBUS NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&sektion=4&arch=sparc64">esp</a>)
                    309:    <li>SBUS 10/100Mbit SunSwift Ethernet+SCSI cards, aka HME + FAS366 cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&sektion=4&arch=sparc64">esp</a>)
1.14      jason     310:    <li>SBUS Qlogic adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>)
                    311:    <li>PCI NCR53c8xx adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.12      jason     312:   </ul>
1.44      brad      313:  <li><strong>PCI IDE Controllers</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)
1.12      jason     314:   <ul>
                    315:    <li>Acer Labs M5229
                    316:    <li>Command Technologies PCI0646
                    317:    <li>National Semiconductor PC87415
                    318:   </ul>
                    319:   Other PCI IDE adapters may work, but are untested.
                    320:  <li><strong>Ethernet Adapters</strong>
                    321:   <ul>
1.20      jason     322:    <li>onboard SBUS AMD Lance Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=sparc64">le</a>)
                    323:    <li>SBUS AMD Lance cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=sparc64">le</a>)
                    324:    <li>SBUS 10/100Mbit qec+be Sun FastEthernet 1.0 cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&query=qec&sektion=4">qec</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=be&sektion=4&arch=sparc64">be</a>)
                    325:    <li>SBUS Quad 10Mbit qec+qe Sun Quad Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qec&sektion=4&arch=sparc64">qec</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qe&sektion=4&arch=sparc64">qe</a>)
                    326:    <li>onboard SBUS and PCI HME Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    327:    <li>SBUS 10/100Mbit hme Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    328:    <li>SBUS 10/100Mbit SunSwift Ethernet+SCSI cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    329:    <li>SBUS Quad 10/100Mbit hme and qfe Quad Fast Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    330:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    331:    <li>PCI Quad Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    332:    <li>PCI GEM Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&arch=sparc64">gem</a>) [Not fully supported]
1.80      nate      333:    <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&sektion=4">ti</a>), including:
                    334:     <ul>
                    335:     <li>3Com 3c985 and 3c985B
                    336:     <li>Alteon ACEnic V (fiber and copper)
                    337:     <li>Digital EtherWORKS 1000SX
                    338:     <li>Farallon PN9000SX
                    339:     <li>Netgear GA620 and GA620T
                    340:     <li>SGI Tigon
                    341:     </ul>
                    342:
1.76      miod      343:    <li>PCI Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>)
                    344:    <li>PCI Intel 21145-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>) <font color=#00e000>*</font>
1.79      naddy     345:    <li>PCI Intel i8255x-based (except the i82556) adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>) <font color=#00e000>*</font>
                    346:    <li>PCI 3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>) <font color=#00e000>*</font>
1.12      jason     347:   </ul>
1.83      henning   348:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     349:   <ul>
1.81      henning   350:    <li>Compact Flash Adapters (will show up as PCMCIA adapters)
                    351:     <ul>
1.83      henning   352:     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    353:     <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
1.81      henning   354:     </ul>
                    355:   <li>PCMCIA Adapters
                    356:    <ul>
1.83      henning   357:    <li>3Com AirConnect 3CRWE737A PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    358:    <li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    359:    <li>Addtron AWP-100 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    360:    <li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    361:    <li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    362:    <li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    363:    <li>Compaq Agency NC5004 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    364:    <li>Contec FLEXLAN/FX-DS110-PCC PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    365:    <li>Corega PCC-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    366:    <li>Corega PCCA-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    367:    <li>Corega PCCB-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    368:    <li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    369:    <li>Dlink DWL650 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    370:    <li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    371:    <li>ELSA XI325 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    372:    <li>ELSA XI325H PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    373:    <li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    374:    <li>Ericsson Wireless LAN CARD C11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    375:    <li>Gemtek WL-311 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    376:    <li>Hawking Technology WE110P PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    377:    <li>I-O DATA WN-B11/PCM PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    378:    <li>Intel PRO/Wireless 2011 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    379:    <li>Intersil Prism II PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    380:    <li>Linksys Instant Wireless WPC11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    381:    <li>Linksys Instant Wireless WPC11 2.5 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    382:    <li>Linksys Instant Wireless WPC11 3.0 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    383:    <li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    384:    <li>NANOSPEED ROOT-RZ2000 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    385:    <li>NEC CMZ-RT-WP PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    386:    <li>Netgear MA401 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    387:    <li>Netgear MA401RA PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    388:    <li>Nokia C020 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    389:    <li>Nokia C110/C111 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    390:    <li>NTT-ME 11Mbps Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    391:    <li>Proxim Harmony PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    392:    <li>Proxim RangeLAN-DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    393:    <li>Samsung MagicLAN SWL-2000N PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    394:    <li>SMC 2632 EZ Connect PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    395:    <li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    396:    <li>TDK LAK-CD011WL PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    397:    <li>US Robotics 2410 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    398:    <li>US Robotics 2445 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
1.81      henning   399:    </ul>
                    400:   <li>PCI Adapters
                    401:    <ul>
1.83      henning   402:    <li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    403:    <li>Belkin F5D6000 PCI (a rebadged WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    404:    <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    405:    <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    406:    <li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    407:    <li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    408:    <li>LinkSys WDT11 PCI (a rebadged GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    409:    <li>NDC/Sohoware NCP130 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    410:    <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
                    411:    <li>US Robotics 2415 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&arch=sparc64">wi</a>) <sup>(A)</sup>
1.81      henning   412:    </ul>
1.61      fgsch     413:   </ul>
1.26      miod      414:  <li><strong>Sound Devices</strong>
1.12      jason     415:   <ul>
1.20      jason     416:    <li>onboard SBUS CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&sektion=4&arch=sparc64">audiocs</a>)
                    417:    <li>onboard EBUS/PCI CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioce&sektion=4&arch=sparc64">audioce</a>)
1.34      jason     418:    <li>Trident 4DWAVE-DX/NX, Sis 7018, ALi M5451 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&sektion=4">autri</a>)
1.43      deraadt   419:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
1.12      jason     420:   </ul>
1.26      miod      421:  <li><strong>Serial Devices</strong>
1.15      jason     422:   <ul>
1.20      jason     423:    <li>onboard SBUS Zilog 8530 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=sparc64">zs</a>)
1.76      miod      424:    <li>onboard EBUS Infineon (Siemens) 82532 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sab&sektion=4&arch=sparc64">sab</a>)
                    425:    <li>onboard 16550 compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>)
                    426:    <li> SBus magma serial port cards, including: 4Sp, 8Sp, 12Sp, 16Sp, LC2+1Sp, 2+1Sp, 4+1Sp, 8+2Sp, 2+1HS Sp (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=magma&sektion=4&arch=sparc64">magma</a>)
1.84      miod      427:    <li> SBus spif serial port cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spif&sektion=4&arch=sparc64">spif</a>)
1.76      miod      428:    <li> Aurora SBus sio2/pio1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asio&sektion=4&arch=sparc64">asio</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apio&sektion=4&arch=sparc64">apio</a>)
1.15      jason     429:   </ul>
1.34      jason     430:  <li><strong>Cryptography Accelerators</strong>
                    431:   <ul>
1.82      miod      432:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&sektion=4">lofn</a>)
1.34      jason     433:    <li>Hifn 7751/7811/7951 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>)
1.68      jason     434:    <li>Bluesteelnet 5501/5601, Broadcom uBsec 5801/5802/5805/5820/5821/5822 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec</a>)
1.34      jason     435:   </ul>
1.61      fgsch     436:  <li><strong>PC Cards (PCMCIA)</strong>
                    437:   <ul>
                    438:    <li>PCMCIA Controllers:
                    439:     <ul>
1.82      miod      440:      <li>SBus pcmcia bridge (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stp&sektion=4">stp</a>)
1.61      fgsch     441:     </ul>
                    442:    <li>Wireless Ethernet Adapters:
                    443:     <ul>
                    444:      <li>See above.
                    445:     </ul>
                    446:   </ul>
1.15      jason     447:  <li><strong>Miscellaneous Devices</strong>
                    448:   <ul>
1.39      jason     449:    <li>EBUS beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&sektion=4&arch=sparc64">beeper</a>)
1.35      jason     450:    <li>performance counters/system controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uperf&sektion=4&arch=sparc64">uperf</a>)
1.15      jason     451:   </ul>
1.12      jason     452: </ul>
1.86      miod      453: </p>
1.83      henning   454:
                    455: <p>
                    456: <sup>(A)</sup> Drivers for hardware marked with (A) are <b>not</b> included in
                    457: the ramdisk.
                    458: </p>
                    459:
1.86      miod      460: <p>
1.76      miod      461: <font color=#00e000>*</font> support added after 3.2.
1.86      miod      462: </p>
                    463:
                    464: <p>
                    465: <h4>Unsupported machines</h4>
                    466: </p>
                    467:
                    468: <p>
                    469: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    470: <tr>
                    471: <td valign="top" width="25%">
                    472: <ul>
                    473:  <li>Ultra 80
                    474:  <li>Ultra 450
                    475:  <li>SUNBlade 1000
                    476: </ul></td><td valign=top width="25%"><ul>
                    477:  <li>SUNBlade 2000
                    478:  <li>Enterprise 420R
                    479:  <li>Enterprise 450
                    480: </ul></td><td valign=top width="25%"><ul>
                    481:  <li>Enterprise 3000
                    482:  <li>Netra T1 AC200/DC200
                    483:  <li>Netra T 1120/1125
                    484: </ul></td><td valign=top width="25%"><ul>
                    485:  <li>Netra 20
                    486:  <li>Netra T 1400/1405
                    487: </ul></td></tr></table>
                    488: </p>
1.12      jason     489:
1.86      miod      490: <p>
                    491: <h4>Unsupported devices</h4>
                    492: </p>
                    493: <ul>
1.12      jason     494:  <li>SBUS and PCI cards other than those listed above.
                    495: </ul>
                    496:
1.4       art       497: <hr>
1.86      miod      498: <a href="plat.html">
                    499: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    500: </a>
                    501: <br>
                    502: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey    503: <br>
1.88    ! fgsch     504: <small>$OpenBSD: sparc64.html,v 1.87 2002/12/28 18:23:21 miod Exp $</small>
1.1       mickey    505:
                    506: </body>
                    507: </html>