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

Annotation of www/sparc64.html, Revision 1.374

1.267     deraadt     1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
1.86      miod        2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       mickey      3: <html>
                      4: <head>
                      5: <title>OpenBSD/sparc64</title>
1.86      miod        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       mickey      7: <meta name="description" content="the OpenBSD/sparc64 page">
1.314     sthen       8: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.368     sthen       9: <link rel="canonical" href="http://www.openbsd.org/sparc64.html">
1.1       mickey     10: </head>
                     11:
1.86      miod       12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     14: <p>
                     15: <h2><font color="#e00000">OpenBSD/sparc64</font></h2>
1.1       mickey     16:
                     17: <hr>
                     18:
                     19: <p>
1.272     kettenis   20: OpenBSD/sparc64 runs on the 64-bit Sun UltraSPARC machines based on
1.362     kettenis   21: the UltraSPARC I, II, III, IV, T1 and T2 processors, Oracle Sun SPARC
                     22: machines based on the SPARC T3, T4, T5, M5 and M6 processors, and the
1.372     kettenis   23: Fujitsu SPARC64 machines based on the SPARC64-V, SPARC64-VI,
                     24: SPARC64-VII and SPARC64-X processors.
1.86      miod       25:
                     26: <p>
                     27: A mailing list dedicated to the OpenBSD/sparc and OpenBSD/sparc64 ports is
                     28: available at <u><font color="#23238e">sparc@openbsd.org</font></u>.
1.98      nick       29: To join the OpenBSD/sparc and OpenBSD/sparc64 mailing list, send a message
                     30: body of <b>"subscribe sparc"</b> to
                     31: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
1.86      miod       32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34:
                     35: <p>
1.245     deraadt    36: The current port maintainer is Mark Kettenis
                     37: (<a href="mailto:kettenis@openbsd.org">kettenis@openbsd.org</a>).
1.86      miod       38: Others are definitely welcome to contribute!
1.48      jason      39:
1.363     bentley    40: <h3 id="toc"><font color="#0000e0"><i>Table of contents</i></font></h3>
1.48      jason      41: <p>
                     42: <ul>
1.91      jufi       43:   <li><a href="#history">History of the port</a>
1.86      miod       44:   <li><a href="#status">Current status</a>
1.128     nick       45:   <li><a href="#hardware">Supported hardware</a>
1.86      miod       46:   <li><a href="#hwdocs">Hardware documentation</a>
                     47:   <li><a href="#install">Getting and installing OpenBSD/sparc64</a>
1.48      jason      48: </ul>
                     49:
                     50: <hr>
1.363     bentley    51:
                     52: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       mickey     53:
                     54: <p>
1.98      nick       55: The original port was made for NetBSD by Eduardo Horvath and released for
1.4       art        56: the first time in January 1999.
                     57: The porting to OpenBSD started in August 2001 and in the end of September the
                     58: first binary snapshot was released. The porting was done mainly by Jason
1.98      nick       59: Wright and Artur Grabowski and was done on both SBus and PCI machines so that
1.6       jcs        60: a decently wide range of hardware support was ready even before the system
                     61: could boot multiuser.
1.1       mickey     62:
1.48      jason      63: <p>
                     64: OpenBSD 3.0 was the first official release of OpenBSD/sparc64, and since
                     65: that release support for many more devices has been added (including
1.262     saad       66: devices required for X11R6 support).  The other architectures that
                     67: OpenBSD supports have benefited because some kinds of bugs are
1.260     deraadt    68: exposed more often by the 64-bit big endian nature of UltraSPARC.
1.204     deraadt    69:
                     70: <p>
1.270     sthen      71: Sun refused access to the necessary documentation for the (very bizarre)
1.260     deraadt    72: host bridge and caches in the UltraSPARC III machines, so a few years were
                     73: lost before some reverse engineering figured out the changes in these
                     74: machines (and the undocumented processor bugs, too).  In 2007, Sun
                     75: <a href="#hwdocs">was finally convinced</a> to release the missing
                     76: information, and development progress became more rapid.
                     77:
                     78: <p>
                     79: OpenBSD 4.0 was the first release to ship with support for the
1.310     miod       80: UltraSPARC III based machines; OpenBSD 4.3 first with SMP support, and
1.362     kettenis   81: OpenBSD 4.4 has been the first to support the UltraSPARC IV,
                     82: UltraSPARC T1, UltraSPARC T2, SPARC64-V, SPARC64-VI and SPARC64-VII
                     83: processors.  OpenBSD 5.7 has been the first to support the SPARC T3,
1.372     kettenis   84: SPARC T4, SPARC T5, SPARC M5, SPARC M6 and SPARC64-X processors.
1.204     deraadt    85:
                     86: <p>
                     87: And since there are always little bits missing, work is continuing...
1.48      jason      88:
1.1       mickey     89: <hr>
1.363     bentley    90:
                     91: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.4       art        92:
                     93: <p>
1.224     kettenis   94: Currently most of the hardware available to the developers boots
                     95: multiuser and supports enough of the on-board devices to be generally
1.241     kettenis   96: usable.
1.4       art        97:
1.49      matthieu   98: <p>
1.162     matthieu   99: The X Window System is supported on most systems.
1.323     kettenis  100: Accelerated drivers are available for ATI graphics adapters, Tech
                    101: Source graphics adapters and the UPA Creator, Creator 3D and Elite 3D.
1.154     miod      102: It is possible to use X in frame buffer mode with all supported SBus
1.312     miod      103: cards, as well as the on-board ATI graphics, the UPA Creator,
                    104: Creator 3D or Elite 3D, and the Expert 3D at the boot resolution/depth
1.342     jasper    105: using either the wsfb(4) or the wildcatfb(4) driver.
1.53      fgsch     106:
1.49      matthieu  107: <p>
1.60      fgsch     108: The directions on how to enable the accelerated and unaccelerated X server
1.85      miod      109: are present in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.12      jason     110:
1.4       art       111: <hr>
1.363     bentley   112:
                    113: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.4       art       114:
1.86      miod      115: <p>
                    116: <h4>Supported machines</h4>
                    117:
                    118: <p>
1.264     kettenis  119: OpenBSD/sparc64 is known or expected to work on the following machines:
1.78      deraadt   120: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    121: <tr>
1.119     xsa       122: <td valign="top" width="33%">
1.4       art       123: <ul>
1.19      miod      124:  <li>Ultra 1/1E
1.17      jason     125:  <li>Ultra 2
1.290     kettenis  126:  <li>Ultra 3 Mobile Workstation
1.203     brad      127:  <li>Ultra 5/10
1.269     kettenis  128:  <li>Ultra 25/45
1.203     brad      129:  <li>Ultra 30/60/80
1.10      jason     130:  <li>SPARCengineUltra AX
1.150     brad      131:  <li>SPARCengineUltra AXe
1.197     deraadt   132:  <li>SPARCengineUltra AXi
1.298     jsg       133:  <li>SPARCengineUltra AXdp
                    134:  <li>SPARCengineUltra AXmp
1.50      ian       135:  <li>SPARCengine CP1500
1.151     henning   136:  <li>Enterprise 150
1.46      jason     137:  <li>Enterprise 220R
1.207     deraadt   138:  <li>Enterprise 250
1.231     kettenis  139:  <li>Enterprise 420R
1.259     kettenis  140:  <li>Enterprise 450
1.276     kettenis  141:  <li>Enterprise 3000/4000/5000/6000
1.282     kettenis  142:  <li>Enterprise 3500/4500/5500/6500
1.284     kettenis  143:  <li>Enterprise 10000
1.288     kettenis  144:  <li>Sun Blade 100/150
                    145:  <li>Sun Blade 1000/2000
1.313     kettenis  146:  <li>Sun Blade 1500/2500
1.296     deraadt   147:  <li>Sun Blade T6300
1.288     kettenis  148:  <li>Sun Blade T6320
1.316     kettenis  149:  <li>Sun Blade T6340
1.203     brad      150:  <li>Sun Fire V100/V120
1.229     kettenis  151:  <li>Sun Fire V125
1.231     kettenis  152:  <li>Sun Fire V210/V240/V440
1.349     kettenis  153:  <li>Sun Fire V215/V245/V445
1.230     kettenis  154:  <li>Sun Fire V250
1.372     kettenis  155:  <li>Sun Fire 280R
1.362     kettenis  156: </ul></td><td valign=top width="33%"><ul>
1.231     kettenis  157:  <li>Sun Fire V480/V880
1.276     kettenis  158:  <li>Sun Fire V490/V890
1.282     kettenis  159:  <li>Sun Fire V1280
1.320     deraadt   160:  <li>Sun Fire 3800/4800/4810/6800
1.364     jsg       161:  <li>Sun Fire E2900/E4900/E6900
1.264     kettenis  162:  <li>Sun Fire T1000/T2000
1.320     deraadt   163:  <li>Sun SPARC Enterprise M4000/M5000
                    164:  <li>Sun SPARC Enterprise M8000/M9000
1.274     kettenis  165:  <li>Sun SPARC Enterprise T1000/T2000
1.288     kettenis  166:  <li>Sun SPARC Enterprise T5120/T5220
1.316     kettenis  167:  <li>Sun SPARC Enterprise T5140/T5240
                    168:  <li>Sun SPARC Enterprise T5440
1.298     jsg       169:  <li>Sun SX1500
                    170:  <li>Sun SX2500
                    171:  <li>Sun SX3200
1.362     kettenis  172:  <li>Oracle SPARC T3-1
                    173:  <li>Oracle SPARC T3-2
                    174:  <li>Oracle SPARC T3-4
                    175:  <li>Oracle SPARC T4-1
                    176:  <li>Oracle SPARC T4-2
                    177:  <li>Oracle SPARC T4-4
                    178:  <li>Oracle SPARC T5-2
                    179:  <li>Oracle SPARC T5-4
                    180:  <li>Oracle SPARC T5-8
1.298     jsg       181:  <li>Netra AX1105
                    182:  <li>Netra AX2200
1.283     deraadt   183:  <li>Netra X1
1.255     kettenis  184:  <li>Netra 20/T4
1.203     brad      185:  <li>Netra 120
1.232     kettenis  186:  <li>Netra 210/240/440
1.288     kettenis  187:  <li>Netra 1280
                    188:  <li>Netra 1290
1.372     kettenis  189: </ul></td><td valign=top width="33%"><ul>
1.105     miod      190:  <li>Netra T1 100/105
1.119     xsa       191:  <li>Netra T1 AC200/DC200
1.150     brad      192:  <li>Netra T 1100
                    193:  <li>Netra T 1120/1125
1.136     deraadt   194:  <li>Netra T 1400/1405
1.264     kettenis  195:  <li>Netra CP3060
1.288     kettenis  196:  <li>Netra CP3260
1.264     kettenis  197:  <li>Netra T2000
1.288     kettenis  198:  <li>Netra T5220
1.316     kettenis  199:  <li>Netra T5440
1.362     kettenis  200:  <li>Netra SPARC T3-1
                    201:  <li>Netra SPARC T4-1
                    202:  <li>Netra SPARC T4-2
1.115     david     203:  <li>Momentum Leopard-V
1.351     jsg       204:  <li>Fujitsu PRIMEPOWER 1
1.272     kettenis  205:  <li>Fujitsu PRIMEPOWER 250/450
1.274     kettenis  206:  <li>Fujitsu PRIMEPOWER 650/850
1.313     kettenis  207:  <li>Fujitsu SPARC Enterprise M4000/M5000/M8000/M9000
1.284     kettenis  208:  <li>Fujitsu SPARC Enterprise T1000/T2000
1.288     kettenis  209:  <li>Fujitsu SPARC Enterprise T5120/T5220
1.316     kettenis  210:  <li>Fujitsu SPARC Enterprise T5140/T5240
                    211:  <li>Fujitsu SPARC Enterprise T5440
1.372     kettenis  212:  <li>Fujitsu SPARC M10-1
                    213:  <li>Fujitsu SPARC M10-4
                    214:  <li>Fujitsu SPARC M10-4S
1.297     deraadt   215:  <li>RDI/Tadpole Ultrabook 170/200
                    216:  <li>Tadpole SPARCLE 550SX/650SX
1.296     deraadt   217:  <li>Tadpole Viper
1.370     jsg       218:  <li>Tadpole/Sun Voyager IIi
1.336     kettenis  219:  <li>Naturetech GENIALstation 777S
                    220:  <li>Naturetech PowerBook 777S
1.327     jsg       221:  <li>Naturetech PowerBook 888P
1.78      deraadt   222: </ul></td></tr></table>
1.4       art       223:
1.231     kettenis  224: <p>
1.313     kettenis  225: OpenBSD 4.4 may trigger a hardware fault on the SPARC Enterprise
                    226: M4000/M5000/M8000/M9000 that can only be cleared by a field engineer.
1.333     kettenis  227: A workaround for this problem is available in OpenBSD 4.5 and later.
1.313     kettenis  228:
                    229: <p>
1.316     kettenis  230: The PRIMEPOWER 650/850 machines are only supported with SPARC64-V CPUs.
                    231:
                    232: <p>
1.372     kettenis  233: The Fujitsu M10 machines have only been tested with OpenBSD running in
                    234: a logical domain.
                    235:
                    236: <p>
1.288     kettenis  237: Please note, some machines like the Ultra1, Ultra2, Enterprise 220R
                    238: and SPARC Enterprise T5120/T5220 may require upgrading the flashprom
                    239: before OpenBSD can be successfully installed.  The SPARC Enterprise
                    240: T5120/T5220 needs at least OBP 4.28.0.
1.46      jason     241:
1.86      miod      242: <p>
                    243: <h4>Supported devices</h4>
1.9       miod      244:
1.86      miod      245: <p>
1.12      jason     246: <ul>
1.200     deraadt   247:  <li><strong>Processors</strong>
                    248:   <ul>
1.284     kettenis  249:    <li>Sun UltraSPARC I
                    250:    <li>Sun UltraSPARC II, IIi, IIe
                    251:    <li>Sun UltraSPARC III, III+, IIIi
1.335     kettenis  252:    <li>Sun UltraSPARC IV, IV+
1.284     kettenis  253:    <li>Sun UltraSPARC T1
1.315     kettenis  254:    <li>Sun UltraSPARC T2, T2+
1.362     kettenis  255:    <li>Oracle SPARC T3
                    256:    <li>Oracle SPARC T4
                    257:    <li>Oracle SPARC T5
                    258:    <li>Oracle SPARC M5
                    259:    <li>Oracle SPARC M6
1.284     kettenis  260:    <li>Fujitsu SPARC64-V
                    261:    <li>Fujitsu SPARC64-VI
1.286     kettenis  262:    <li>Fujitsu SPARC64-VII
1.372     kettenis  263:    <li>Fujitsu SPARC64-X
1.200     deraadt   264:   </ul>
                    265:  </li>
1.33      jason     266:  <li><strong>Keyboards/Mice</strong>
                    267:   <ul>
1.374   ! sthen     268:    <li>Type 4, 5, and 6 keyboards on Zilog serial ports (<a href="http://man.openbsd.org/?query=zs&amp;sektion=4&amp;arch=sparc64">zskbd</a>)
        !           269:    <li>Type 4, 5, and 6 keyboards on NS16550 serial ports (<a href="http://man.openbsd.org/?query=comkbd&amp;sektion=4&amp;arch=sparc64">comkbd</a>)
        !           270:    <li>Type 6 and 7 keyboards on USB (<a href="http://man.openbsd.org/?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
        !           271:    <li>PS/2 AT keyboards (<a href="http://man.openbsd.org/?query=pckbd&amp;arch=sparc64&amp;sektion=4">pckbd</a>)
        !           272:    <li>Sun mice on Zilog (<a href="http://man.openbsd.org/?query=zstty&amp;sektion=4&amp;arch=sparc64">zstty</a>) or NS16550 (<a href="http://man.openbsd.org/?query=com&amp;arch=sparc64&amp;sektion=4">com</a>) serial ports
        !           273:    <li>Sun mice on USB (<a href="http://man.openbsd.org/?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
        !           274:    <li>PS/2 mice (<a href="http://man.openbsd.org/?query=pms&amp;arch=sparc64&amp;sektion=4">pms</a>)
1.33      jason     275:   </ul>
1.86      miod      276:  <li><strong>Frame buffers</strong>
1.33      jason     277:   <ul>
1.98      nick      278:    <li>SBus Video:
1.33      jason     279:     <ul>
1.374   ! sthen     280:      <li><a href="http://man.openbsd.org/?query=bwtwo&amp;sektion=4&amp;arch=sparc64">bwtwo</a> - monochrome, unaccelerated
        !           281:      <li><a href="http://man.openbsd.org/?query=cgthree&amp;sektion=4&amp;arch=sparc64">cgthree</a> - 8-bit color, unaccelerated
        !           282:      <li><a href="http://man.openbsd.org/?query=cgsix&amp;sektion=4&amp;arch=sparc64">cgsix</a> - 8-bit color, accelerated
        !           283:      <li><a href="http://man.openbsd.org/?query=cgtwelve&amp;sektion=4&amp;arch=sparc64">cgtwelve</a> - 24-bit color, accelerated (but the driver does not support hardware acceleration)
1.131     miod      284:      <li>Fujitsu AG-10e
1.373     beck      285: (<a href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=agten">agten</a>)
1.131     miod      286: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    287: mode)
1.149     miod      288:      <li>Parallax XVideo and PowerVideo
1.373     beck      289: (<a href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=tvtwo">tvtwo</a>)
1.149     miod      290: - 24-bit color, accelerated (but the driver does not support hardware
1.161     david     291: acceleration)
1.131     miod      292:      <li>RasterFlex family
1.373     beck      293: (<a href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=rfx">rfx</a>)
1.131     miod      294: - 8/24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    295: mode)
                    296:      <li>Southland Media Systems MGX and MGXPlus (<a
1.373     beck      297:                     href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=mgx">mgx</a>)
1.131     miod      298: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    299: mode)
1.373     beck      300:      <li><a href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=vigra">Vigra</a>
1.149     miod      301: VS10, VS11 and VS12 SBus frame buffers - 8-bit color, unaccelerated, selectable
1.161     david     302: VGA and Sun-compatible video modes
1.373     beck      303:      <li><a href="http://man.openbsd.org?arch=sparc64&amp;sektion=4&amp;query=zx">ZX</a>
1.131     miod      304:        (aka <i>Leo</i>) - 8 or 24-bit color, overlay planes,
                    305:        double-buffered, 3-D acceleration
1.33      jason     306:     </ul>
                    307:    <li>PCI Video:
                    308:     <ul>
1.341     kettenis  309:       <li>Sun PGX, PGX24 and PGX64
1.374   ! sthen     310: (<a href="http://man.openbsd.org/?query=machfb&amp;sektion=4&amp;arch=sparc64">machfb</a>)
1.341     kettenis  311: - 8/24-bit color, accelerated
                    312:       <li>Tech Source Raptor GFX-4M/8M
1.374   ! sthen     313: (<a href="http://man.openbsd.org/?query=raptor&amp;sektion=4&amp;arch=sparc64">raptor</a>)
1.341     kettenis  314: - 8/24-bit color, accelerated
                    315:       <li>Tech Source Raptor GFX-8P/Sun PGX32
1.374   ! sthen     316: (<a href="http://man.openbsd.org/?query=gfxp&amp;sektion=4&amp;arch=sparc64">gfxp</a>)
1.341     kettenis  317: - 8/24-bit color, accelerated
                    318:       <li>Sun XVR-100 and XVR-300
1.374   ! sthen     319: (<a href="http://man.openbsd.org/?query=radeonfb&amp;sektion=4&amp;arch=sparc64">radeonfb</a>)
1.341     kettenis  320: - 8/24-bit color, accelerated
1.345     nick      321:       <li>Sun Expert3D, Expert3D-Lite, XVR-500, XVR-600 and XVR-1200
1.374   ! sthen     322: (<a href="http://man.openbsd.org/?query=ifb&amp;sektion=4&amp;arch=sparc64">ifb</a>)
1.341     kettenis  323: - 24-bit color, accelerated (currently restricted to 8-bit, unaccelerated
1.345     nick      324: on the XVR-500 and XVR-600, accelerated on the Expert3D, Expert3D-Lite and
1.341     kettenis  325: XVR-1200)
1.33      jason     326:     </ul>
1.56      jason     327:    <li>UPA Video:
                    328:     <ul>
1.374   ! sthen     329:      <li>Creator/Creator 3D/Elite 3D (<a href="http://man.openbsd.org/?query=creator&amp;sektion=4&amp;arch=sparc64">creator</a>)
1.56      jason     330:     </ul>
1.33      jason     331:   </ul>
1.12      jason     332:  <li><strong>SCSI Host Adapters</strong>
                    333:   <ul>
1.374   ! sthen     334:    <li>SBus NCR53c9x adapters (<a href="http://man.openbsd.org/?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
        !           335:    <li>SBus 10/100Mbit SunSwift Ethernet+SCSI cards, aka HME + FAS366 cards (<a href="http://man.openbsd.org/?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
        !           336:    <li>SBus and PCI Qlogic adapters (<a href="http://man.openbsd.org/?query=isp&amp;arch=sparc64&amp;sektion=4">isp</a>)
        !           337:    <li>PCI NCR53c8xx adapters (<a href="http://man.openbsd.org/?query=siop&amp;arch=sparc64&amp;sektion=4">siop</a>)
1.184     martin    338:    <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    339:      AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based PCI
                    340:      host adapters
1.374   ! sthen     341:      (<a href="http://man.openbsd.org/?query=ahc&amp;arch=sparc64&amp;sektion=4">ahc</a>)
1.185     martin    342:    <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
1.374   ! sthen     343:      (<a href="http://man.openbsd.org/?query=pcscp&amp;arch=sparc64&amp;sektion=4">pcscp</a>)
1.198     marco     344:    <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
1.374   ! sthen     345:      (<a href="http://man.openbsd.org/?query=mpi&amp;arch=sparc64&amp;sektion=4"
1.198     marco     346:      >mpi</a>)
                    347:      <ul>
                    348:        <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    349:        <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    350:        <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    351:      </ul>
1.234     nick      352:
                    353:    <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
1.374   ! sthen     354:     (<a href="http://man.openbsd.org/?query=arc&amp;arch=sparc64&amp;sektion=4">arc</a>)
1.12      jason     355:   </ul>
1.374   ! sthen     356:  <li><strong>PCI IDE Controllers</strong> (<a href="http://man.openbsd.org/?query=pciide&amp;arch=sparc64&amp;sektion=4">pciide</a>)
1.12      jason     357:   <ul>
                    358:    <li>Acer Labs M5229
1.176     martin    359:    <li>CMD Technology PCI0646, PCI0680
1.12      jason     360:    <li>National Semiconductor PC87415
1.123     grange    361:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     362:   </ul>
                    363:   Other PCI IDE adapters may work, but are untested.
1.374   ! sthen     364:   <li><strong>CD-ROM and DVD-ROM Drives</strong> (<a href="http://man.openbsd.org/?query=cd&amp;arch=sparc64&amp;sektion=4">cd</a>)
1.121     grange    365:   <ul>
                    366:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    367:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    368:   </ul>
1.12      jason     369:  <li><strong>Ethernet Adapters</strong>
                    370:   <ul>
1.374   ! sthen     371:    <li>onboard SBus AMD Lance Ethernet (<a href="http://man.openbsd.org/?query=le&amp;sektion=4&amp;arch=sparc64">le</a>)
        !           372:    <li>SBus AMD Lance cards (<a href="http://man.openbsd.org/?query=le&amp;sektion=4&amp;arch=sparc64">le</a>)
        !           373:    <li>SBus 10/100Mbit qec+be Sun FastEthernet 1.0 cards (<a href="http://man.openbsd.org?arch=sparc64&amp;query=qec&amp;sektion=4">qec</a>/<a href="http://man.openbsd.org/?query=be&amp;sektion=4&amp;arch=sparc64">be</a>)
        !           374:    <li>SBus Quad 10Mbit qec+qe Sun Quad Ethernet (<a href="http://man.openbsd.org/?query=qec&amp;sektion=4&amp;arch=sparc64">qec</a>/<a href="http://man.openbsd.org/?query=qe&amp;sektion=4&amp;arch=sparc64">qe</a>)
        !           375:    <li>onboard SBus and PCI HME Ethernet (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           376:    <li>SBus 10/100Mbit hme Ethernet cards (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           377:    <li>SBus 10/100Mbit SunSwift Ethernet+SCSI cards (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           378:    <li>SBus Quad 10/100Mbit hme and qfe Quad Fast Ethernet cards (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           379:    <li>SBus Gigabit Ethernet 1.0/1.1 (<a href="http://man.openbsd.org/?query=ti&amp;sektion=4&amp;arch=sparc64">ti</a>)
        !           380:    <li>SBus Gigabit Ethernet 2.0 (<a href="http://man.openbsd.org/?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>)
        !           381:    <li>PCI Fast Ethernet (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           382:    <li>PCI Quad Fast Ethernet (<a href="http://man.openbsd.org/?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
        !           383:    <li>PCI Gigabit Ethernet 1.0/1.1 (<a href="http://man.openbsd.org/?query=ti&amp;sektion=4&amp;arch=sparc64">ti</a>)
        !           384:    <li>PCI Gigabit Ethernet 2.0 (<a href="http://man.openbsd.org/?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>)
        !           385:    <li>PCI GigaSwift Ethernet (<a href="http://man.openbsd.org/?query=cas&amp;sektion=4&amp;arch=sparc64">cas</a>)
        !           386:    <li>Alteon Tigon I/II-based adapters (<a href="http://man.openbsd.org/?query=ti&amp;arch=sparc64&amp;sektion=4">ti</a>)
        !           387:    <li>Digital DC21x4x-based PCI adapters (<a href="http://man.openbsd.org/?query=de&amp;arch=sparc64&amp;sektion=4">de</a>)
        !           388:    <li>Davicom DM9102 Ethernet (<a href="http://man.openbsd.org/?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
        !           389:    <li>Intel 21145-based adapters (<a href="http://man.openbsd.org/?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
        !           390:    <li>Intel i8255x-based (except the i82556) adapters (<a href="http://man.openbsd.org/?query=fxp&amp;arch=sparc64&amp;sektion=4">fxp</a>)
        !           391:    <li>3Com 3c9xx EtherLink XL adapters (<a href="http://man.openbsd.org/?query=xl&amp;arch=sparc64&amp;sektion=4">xl</a>)
        !           392:    <li>SMC 83C170 ("EtherPower II") (EPIC/100) (<a href="http://man.openbsd.org/?query=epic&amp;arch=sparc64&amp;sektion=4">epic</a>)
        !           393:    <li>AMD PCnet-based PCI adapters (<a href="http://man.openbsd.org/?query=pcn&amp;arch=sparc64&amp;sektion=4">pcn</a>)
        !           394:     <li>Intel PRO/1000 based adapters  (<a href="http://man.openbsd.org/?query=em&amp;arch=sparc64&amp;sektion=4">em</a>)
        !           395:     <li>Broadcom BCM57xx/BCM590x (a.k.a. Tigon3) based PCI adapters (<a href="http://man.openbsd.org/?query=bge&amp;arch=sparc64&amp;sektion=4">bge</a>)
        !           396:     <li>Broadcom NetXtreme II based PCI adapters (<a href="http://man.openbsd.org/?query=bnx&amp;arch=sparc64&amp;sektion=4">bnx</a>)
        !           397:     <li>Sundance/Tamarack TC9021 based PCI adapters (<a href="http://man.openbsd.org/?query=stge&amp;arch=sparc64&amp;sektion=4">stge</a>)
        !           398:    <li>RealTek 8129/8139-based adapters (<a href="http://man.openbsd.org/?query=rl&amp;arch=sparc64&amp;sektion=4">rl</a>)
        !           399:    <li>Realtek 8169/8169S/8110S based PCI adapters (<a href="http://man.openbsd.org/?query=re&amp;arch=sparc64&amp;sektion=4">re</a>)
        !           400:    <li>SysKonnect XMAC II and Marvell Yukon based PCI adapters (<a href="http://man.openbsd.org/?query=sk&amp;arch=sparc64&amp;sektion=4">sk</a>)
1.240     nick      401:    <li>Tehuti Networks 10Gb based PCI adapters
1.374   ! sthen     402:     (<a href="http://man.openbsd.org/?query=tht&amp;arch=i386&amp;sektion=4">tht</a>)
        !           403:    <li>ADMtek AN986-based USB adapters (<a href="http://man.openbsd.org/?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>)
        !           404:    <li>ASIX Electronics AX88172 based USB adapters (<a href="http://man.openbsd.org/?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>)
        !           405:    <li>CATC USB-EL1210A-based USB adapters (<a href="http://man.openbsd.org/?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>)
        !           406:    <li>Davicom DM9601 USB Ethernet adapters (<a href="http://man.openbsd.org/?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>)
        !           407:    <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://man.openbsd.org/?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>)
        !           408:    <li>Realtek RTL8150L based USB adapters (<a href="http://man.openbsd.org/?query=url&amp;arch=sparc64&amp;sektion=4">url</a>)
1.124     pvalchev  409:    </ul>
1.83      henning   410:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     411:   <ul>
1.374   ! sthen     412:    <li>Atheros IEEE 802.11a/b/g PCI/CardBus adapters (<a href="http://man.openbsd.org/?query=ath&amp;arch=sparc64&amp;sektion=4">ath</a>)
        !           413:    <li>Atheros IEEE 802.11a/g/n PCI/CardBus adapters (<a href="http://man.openbsd.org/?query=athn&amp;arch=sparc64&amp;sektion=4">athn</a>)
        !           414:    <li>Atheros USB IEEE 802.11a/b/g USB adapters (<a href="http://man.openbsd.org/?query=uath&amp;arch=sparc64&amp;sektion=4">uath</a>)
        !           415:    <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://man.openbsd.org/?query=atu&amp;arch=sparc64&amp;sektion=4">atu</a>)
        !           416:    <li>Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g PCI adapters (<a href="http://man.openbsd.org/?query=pgt&amp;arch=sparc64&amp;sektion=4">pgt</a>)
        !           417:     <li>Marvell Libertas IEEE 802.11b/g Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://man.openbsd.org/?query=malo&amp;arch=sparc64&amp;sektion=4">malo</a>)
        !           418:     <li>Ralink Technology IEEE 802.11a/g/n PCI/CardBus adapters (<a href="http://man.openbsd.org/?query=ral&amp;arch=sparc64&amp;sektion=4">ral</a>)
        !           419:    <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://man.openbsd.org/?query=ural&amp;arch=sparc64&amp;sektion=4">ural</a>)
        !           420:    <li>Ralink Technology IEEE 802.11a/b/g USB adapters (<a href="http://man.openbsd.org/?query=rum&amp;arch=sparc64&amp;sektion=4">rum</a>)
        !           421:    <li>Ralink Technology IEEE 802.11a/g/n USB adapters (<a href="http://man.openbsd.org/?query=run&amp;arch=sparc64&amp;sektion=4">run</a>)
        !           422:    <li>TI ACX100/ACX111 IEEE 802.11a/b/g PCI adapters (<a href="http://man.openbsd.org/?query=acx&amp;arch=sparc64&amp;sektion=4">acx</a>)
        !           423:    <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA/PCI/USB (<a href="http://man.openbsd.org/?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>)
1.61      fgsch     424:   </ul>
1.183     brad      425:  <li><strong>WAN Adapters</strong>
                    426:   <ul>
1.374   ! sthen     427:   <li>SBE (formerly Lan Media Corporation) SSI (T1)/HSSI/DS1/DS3 WAN interfaces (<a href="http://man.openbsd.org/?query=lmc&amp;arch=sparc64&amp;sektion=4">lmc</a>)
1.183     brad      428:   </ul>
1.124     pvalchev  429:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    430:   <ul>
1.374   ! sthen     431:   <li>USB Audio (<a href="http://man.openbsd.org/?query=uaudio&amp;arch=sparc64&amp;sektion=4">uaudio</a>)
        !           432:   <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://man.openbsd.org/?query=urio&amp;arch=sparc64&amp;sektion=4">urio</a>)
1.143     mickey    433:   <li>USB Ethernet adapters (
1.374   ! sthen     434:     <a href="http://man.openbsd.org/?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
        !           435:     <a href="http://man.openbsd.org/?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>,
        !           436:     <a href="http://man.openbsd.org/?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
        !           437:     <a href="http://man.openbsd.org/?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>,
        !           438:     <a href="http://man.openbsd.org/?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>,
        !           439:     <a href="http://man.openbsd.org/?query=url&amp;arch=sparc64&amp;sektion=4">url</a>)
1.143     mickey    440:     see above
1.374   ! sthen     441:   <li>USB Generic Human Interface Devices (catch-all) (<a href="http://man.openbsd.org/?query=uhid&amp;arch=sparc64&amp;sektion=4">uhid</a>)
        !           442:   <li>USB Handspring Visor (<a href="http://man.openbsd.org/?query=uvisor&amp;arch=sparc64&amp;sektion=4">uvisor</a>)
        !           443:   <li>USB Hubs (<a href="http://man.openbsd.org/?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
        !           444:   <li>USB Keyboards (<a href="http://man.openbsd.org/?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
        !           445:   <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://man.openbsd.org/?query=umass&amp;arch=sparc64&amp;sektion=4">umass</a>)
        !           446:   <li>USB Mice (<a href="http://man.openbsd.org/?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
        !           447:   <li>USB Modems (<a href="http://man.openbsd.org/?query=umodem&amp;arch=sparc64&amp;sektion=4">umodem</a>)
        !           448:   <li>USB Printers (<a href="http://man.openbsd.org/?query=ulpt&amp;arch=sparc64&amp;sektion=4">ulpt</a>)
        !           449:   <li>USB-USB cables (<a href="http://man.openbsd.org/?query=upl&amp;arch=sparc64&amp;sektion=4">upl</a>)
        !           450:   <li>USB Y@p phone (<a href="http://man.openbsd.org/?query=uyap&amp;arch=sparc64&amp;sektion=4">uyap</a>)
1.124     pvalchev  451:   </ul>
1.26      miod      452:  <li><strong>Sound Devices</strong>
1.12      jason     453:   <ul>
1.374   ! sthen     454:    <li>onboard SBus CS4231 (<a href="http://man.openbsd.org/?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
        !           455:    <li>onboard EBus/PCI CS4231 (<a href="http://man.openbsd.org/?query=audioce&amp;sektion=4&amp;arch=sparc64">audioce</a>)
        !           456:    <li>Trident 4DWAVE-DX/NX, Sis 7018, ALi M5451 (<a href="http://man.openbsd.org/?query=autri&amp;arch=sparc64&amp;sektion=4">autri</a>)
        !           457:    <li>Ensoniq AudioPCI (<a href="http://man.openbsd.org/?query=eap&amp;arch=sparc64&amp;sektion=4">eap</a>)
        !           458:    <li>ESS Solo-1 PCI AudioDrive (<a href="http://man.openbsd.org/?query=eso&amp;arch=sparc64&amp;sektion=4">eso</a>)
1.12      jason     459:   </ul>
1.26      miod      460:  <li><strong>Serial Devices</strong>
1.15      jason     461:   <ul>
1.374   ! sthen     462:    <li>onboard SBus Zilog 8530 (<a href="http://man.openbsd.org/?query=zs&amp;sektion=4&amp;arch=sparc64">zs</a>)
        !           463:    <li>onboard EBus Infineon (Siemens) 82532 (<a href="http://man.openbsd.org/?query=sab&amp;sektion=4&amp;arch=sparc64">sab</a>)
        !           464:    <li>onboard 16550 compatibles (<a href="http://man.openbsd.org/?query=com&amp;arch=sparc64&amp;sektion=4">com</a>)
        !           465:    <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://man.openbsd.org/?query=magma&amp;sektion=4&amp;arch=sparc64">magma</a>)
        !           466:    <li> SBus spif serial port cards (<a href="http://man.openbsd.org/?query=spif&amp;sektion=4&amp;arch=sparc64">spif</a>)
        !           467:    <li> Aurora SBus sio2/pio1 (<a href="http://man.openbsd.org/?query=asio&amp;sektion=4&amp;arch=sparc64">asio</a>/<a href="http://man.openbsd.org/?query=apio&amp;sektion=4&amp;arch=sparc64">apio</a>)
        !           468:    <li>PCI serial/parallel communication cards (<a href="http://man.openbsd.org/?query=puc&amp;arch=sparc64&amp;sektion=4">puc</a>)
1.15      jason     469:   </ul>
1.34      jason     470:  <li><strong>Cryptography Accelerators</strong>
                    471:   <ul>
1.374   ! sthen     472:    <li>Hifn 6500 (<a href="http://man.openbsd.org/?query=lofn&amp;arch=sparc64&amp;sektion=4">lofn</a>)
        !           473:    <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://man.openbsd.org/?query=hifn&amp;arch=sparc64&amp;sektion=4">hifn</a>)
        !           474:    <li>Bluesteelnet 5501/5601, Broadcom uBsec 5801/5802/5805/5820/5821/5822/5823 (<a href="http://man.openbsd.org/?query=ubsec&amp;arch=sparc64&amp;sektion=4">ubsec</a>)
1.34      jason     475:   </ul>
1.61      fgsch     476:  <li><strong>PC Cards (PCMCIA)</strong>
                    477:   <ul>
                    478:    <li>PCMCIA Controllers:
                    479:     <ul>
1.374   ! sthen     480:      <li>SBus PCMCIA bridge (<a href="http://man.openbsd.org/?query=stp&amp;arch=sparc64&amp;sektion=4">stp</a>)
1.61      fgsch     481:     </ul>
                    482:    <li>Wireless Ethernet Adapters:
                    483:     <ul>
                    484:      <li>See above.
                    485:     </ul>
                    486:   </ul>
1.374   ! sthen     487:  <li><strong>Radio Receiver Devices</strong> (<a href="http://man.openbsd.org/?query=radio&amp;arch=sparc64&amp;sektion=9">radio</a>)
1.124     pvalchev  488:   <ul>
1.374   ! sthen     489:   <li>D-Link DSB-R100 USB radio device (<a href="http://man.openbsd.org/?query=udsbr&amp;arch=sparc64&amp;sektion=4">udsbr</a>)
1.124     pvalchev  490:   </ul>
1.15      jason     491:  <li><strong>Miscellaneous Devices</strong>
                    492:   <ul>
1.374   ! sthen     493:    <li>EBus beeper (<a href="http://man.openbsd.org/?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
        !           494:    <li>performance counters/system controller (<a href="http://man.openbsd.org/?query=uperf&amp;sektion=4&amp;arch=sparc64">uperf</a>)
        !           495:    <li>FireHose controller (<a href="http://man.openbsd.org/?query=fhc&amp;sektion=4&amp;arch=sparc64">fhc</a>)
        !           496:    <li>Central controller (<a href="http://man.openbsd.org/?query=central&amp;sektion=4&amp;arch=sparc64">central</a>)
        !           497:    <li>Clock board  (<a href="http://man.openbsd.org/?query=clkbrd&amp;sektion=4&amp;arch=sparc64">clkbrd</a>)
        !           498:    <li>SBus Expansion Subsystem (SUNW,xbox) (<a href="http://man.openbsd.org/?query=xbox&amp;sektion=4&amp;arch=sparc64">xbox</a>)
1.153     miod      499: [Currently restricted to non-DMA devices]
1.156     miod      500:    <li>onboard floppy drive on SBus systems (such as Ultra 1 and Ultra 2)
1.374   ! sthen     501: (<a href="http://man.openbsd.org/?query=fdc&amp;sektion=4">fdc</a>)
1.238     cnst      502:    <li>Hardware monitoring sensors, including:
                    503:      <ul>
1.374   ! sthen     504:      <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://man.openbsd.org/?query=adc&amp;arch=sparc64&amp;sektion=4">adc</a>)
        !           505:      <li>Analog Devices ADM1021 (<a href="http://man.openbsd.org/?query=admtemp&amp;arch=sparc64&amp;sektion=4">admtemp</a>)
        !           506:      <li>Analog Devices ADM1024 (<a href="http://man.openbsd.org/?query=admlc&amp;arch=sparc64&amp;sektion=4">admlc</a>)
        !           507:      <li>Analog Devices ADM1025 (<a href="http://man.openbsd.org/?query=admtm&amp;arch=sparc64&amp;sektion=4">admtm</a>)
        !           508:      <li>Analog Devices ADM1030 (<a href="http://man.openbsd.org/?query=admtmp&amp;arch=sparc64&amp;sektion=4">admtmp</a>)
        !           509:      <li>Analog Devices ADM1031 (<a href="http://man.openbsd.org/?query=admtt&amp;arch=sparc64&amp;sektion=4">admtt</a>)
        !           510:      <li>Analog Devices ADT7460 (<a href="http://man.openbsd.org/?query=adt&amp;arch=sparc64&amp;sektion=4">adt</a>)
        !           511:      <li>National Semiconductor LM75, LM77 (<a href="http://man.openbsd.org/?query=lmtemp&amp;arch=sparc64&amp;sektion=4">lmtemp</a>)
        !           512:      <li>National Semiconductor LM78, LM78-J, LM79 (<a href="http://man.openbsd.org/?query=lm&amp;arch=sparc64&amp;sektion=4">lm</a>)
        !           513:      <li>National Semiconductor LM87 (<a href="http://man.openbsd.org/?query=lmenv&amp;arch=sparc64&amp;sektion=4">lmenv</a>)
        !           514:      <li>Maxim DS1624/DS1631/DS1721 (<a href="http://man.openbsd.org/?query=maxds&amp;arch=sparc64&amp;sektion=4">maxds</a>)
        !           515:      <li>Maxim MAX6642/MAX6690 (<a href="http://man.openbsd.org/?query=maxtmp&amp;arch=sparc64&amp;sektion=4">maxtmp</a>)
        !           516:      <li>Philips PCF8591 (<a href="http://man.openbsd.org/?query=pcfadc&amp;arch=sparc64&amp;sektion=4">pcfadc</a>)
1.238     cnst      517:      </ul>
1.218     mbalmer   518:    <li>Meinberg Funkuhren radio clocks, including:
                    519:      <ul>
1.374   ! sthen     520:      <li>GPS170PCI 3.3V/5V 6-channel GPS receiver card (<a href="http://man.openbsd.org/?query=mbg&amp;arch=sparc64&amp;sektion=4">mbg</a>)
        !           521:      <li>PCI32 5V DCF77 time signal station receiver card (<a href="http://man.openbsd.org/?query=mbg&amp;arch=sparc64&amp;sektion=4">mbg</a>)
        !           522:      <li>PCI509 5V DCF77 time signal station receiver card (<a href="http://man.openbsd.org/?query=mbg&amp;arch=sparc64&amp;sektion=4">mbg</a>)
        !           523:      <li>PCI511 3.3V/5V DCF77 time signal station receiver card (<a href="http://man.openbsd.org/?query=mbg&amp;arch=sparc64&amp;sektion=4">mbg</a>)
1.218     mbalmer   524:      </ul>
1.374   ! sthen     525:    <li>UVC-compatible Video devices (<a href="http://man.openbsd.org/?query=uvideo&amp;arch=sparc64&amp;sektion=4">uvideo</a>)
1.15      jason     526:   </ul>
1.12      jason     527: </ul>
1.83      henning   528:
                    529: <p>
1.316     kettenis  530: <h4>Untested machines (please help us test!)</h4>
1.86      miod      531:
                    532: <p>
1.316     kettenis  533: The following machines may work, but have never been tested:
1.86      miod      534: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    535: <tr>
1.120     miod      536: <td valign="top" width="33%">
1.86      miod      537: <ul>
1.208     brad      538:  <li>Sun Fire 12K/15K
                    539:  <li>Sun Fire E20K/E25K
1.298     jsg       540:  <li>Sun Netra CT 400
1.297     deraadt   541:  <li>Sun Netra CT 410
1.298     jsg       542:  <li>Sun Netra CT 800
                    543:  <li>Sun Netra CT 810
                    544:  <li>Sun Netra CT 820
                    545:  <li>Sun Netra FT 1800
                    546:  <li>Sun Netra CP2040
                    547:  <li>Sun Netra CP2060
                    548:  <li>Sun Netra CP2080
1.275     deraadt   549:  <li>Sun Netra CP2140
                    550:  <li>Sun Netra CP2160
1.327     jsg       551:  <li>Sun Netra CP2300
1.362     kettenis  552:  <li>Sun SPARC Enterprise M3000
1.322     deraadt   553: </ul></td><td valign=top width="33%"><ul>
1.362     kettenis  554:  <li>Oracle SPARC T3-1B
                    555:  <li>Oracle SPARC T4-1B
                    556:  <li>Oracle SPARC T5-1B
                    557:  <li>Oracle SPARC M5-32
                    558:  <li>Oracle SPARC M6-32
1.316     kettenis  559:  <li>Fujitsu PRIMEPOWER 200/400/600/1000/2000 (with SPARC64-V CPUs)
1.297     deraadt   560:  <li>Fujitsu PRIMEPOWER 900/1500/2500
                    561:  <li>Fujitsu SPARC Enterprise M3000
1.278     deraadt   562:  <li>Fujitsu FX1
1.328     jsg       563:  <li>Tadpole Ultrabook IIi/IIe
                    564:  <li>Tadpole Sparcbook 5000/6500
1.279     deraadt   565:  <li>Tadpole Bullfrog / Bullfrog EXP / V2 Bullfrog I
1.322     deraadt   566:  <li>Naturetech Meso 999
1.336     kettenis  567:  <li>Naturetech GENIALstation 737S/747S
1.362     kettenis  568: </ul></td><td valign=top width="33%"><ul>
1.336     kettenis  569:  <li>Naturetech PowerBook 737S/747S
1.327     jsg       570:  <li>Naturetech PowerBook 777E/ES/P/V
                    571:  <li>Naturetech PowerBook 878P
1.298     jsg       572:  <li>Naturetech Proso 2000
                    573:  <li>Naturetech Proso 2400
                    574:  <li>Naturetech Proso 2600
1.299     jsg       575:  <li>Themis USP-2
                    576:  <li>Themis USPIIi-1V/3V
1.298     jsg       577:  <li>Themis USPIIe-Gb/USB/cPCI
1.299     jsg       578:  <li>Themis USPIIIi
                    579:  <li>Themis RES-32s
1.298     jsg       580:  <li>Themis T2BC
1.299     jsg       581:  <li>Force Computers CPU-50/CPU-50G
                    582:  <li>Force Computers CPU-56/CPU-56T
                    583:  <li>Force Computers CPCI-520
                    584:  <li>Force Computers CPSB-560
1.86      miod      585: </ul></td></tr></table>
1.12      jason     586:
1.86      miod      587: <p>
1.316     kettenis  588: Most of these machines will almost certainly just work.  If you have
                    589: one of these machines available for testing, please give it a try and
                    590: tell us about the result.
                    591:
                    592: <p>
                    593: <h4>Unsupported machines</h4>
                    594:
                    595: <p>
                    596: The following machines do not run OpenBSD/sparc64 just yet:
                    597: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    598: <tr>
                    599: <td valign="top" width="100%">
                    600: <ul>
                    601:  <li>Fujitsu HALstation 330/350/375/385
                    602:  <li>Fujitsu S-7/300
                    603:  <li>Fujitsu GP7000F Model 200/400/600/1000/2000
                    604:  <li>Fujitsu PRIMEPOWER 200/400/600/1000/2000 (with SPARC64-IV CPUs)
                    605: </ul></td></tr></table>
                    606:
                    607: <p>
1.86      miod      608: <h4>Unsupported devices</h4>
                    609: <ul>
1.293     kettenis  610:  <li>SBus cards other than those listed above.
                    611:  <li>PCI video cards other than those listed above.
1.12      jason     612: </ul>
                    613:
1.4       art       614: <hr>
1.363     bentley   615:
                    616: <h3 id="hwdocs"><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
1.89      miod      617:
1.260     deraadt   618: Previous to 2007, it was extremely difficult or impossible to get much of
1.270     sthen     619: the necessary hardware documentation for these machines.   Members of our
1.260     deraadt   620: team (in particular David Gwynne) were instrumental in pressuring and
                    621: convincing Sun to go back into their archives and dig up the data sheets
                    622: that they had written in-house, describing the operation of their chips to
                    623: their own engineers.  These documents can now be found at
1.353     landry    624: <a href="http://web.archive.org/web/20111209011516/http://wikis.sun.com/display/FOSSdocs/Home">
1.260     deraadt   625: http://wikis.sun.com/display/FOSSdocs/Home</a>.
                    626: Some documents are still missing at that site, so we ask that interested
                    627: developers contact Sun and request additional information.
1.89      miod      628: <p>
                    629:
                    630: <hr>
1.363     bentley   631:
                    632: <h3 id="install"><font color="#0000e0">
1.89      miod      633: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    634: </font></h3>
                    635:
                    636: <p>
                    637: The latest supported OpenBSD/sparc64 release is
1.371     sthen     638: <a href="58.html">OpenBSD 5.8</a>.
1.89      miod      639: Here are the
1.371     sthen     640: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.8/sparc64/INSTALL.sparc64">
                    641: OpenBSD/sparc64 5.8 installation instructions
1.89      miod      642: </a>.
                    643:
                    644: <p>
                    645: Snapshots are made available from time to time, in
1.352     sthen     646: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
1.89      miod      647: as well as in a few
                    648: <a href="ftp.html">mirrors</a>.
                    649: Here are the
1.352     sthen     650: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod      651: OpenBSD/sparc64 snapshot installation instructions
                    652: </a> as well.
                    653:
                    654: <p>
                    655: There are several installation media provided, so that
                    656: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.179     miod      657: some models, miniroot images for machines without floppies,
1.98      nick      658: as well as network and diskless installs.
1.89      miod      659: <ul>
                    660:   <li><strong>CD boot</strong>
                    661:   <p>
                    662:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    663:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    664:   For the latest list of drivers available on this image, take a look at the
1.360     nick      665:   <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.89      miod      666:   kernel configuration file.
                    667:   The CD can be booted off the OpenFirmware prompt with
                    668: <pre>
                    669:   boot cdrom
                    670: </pre>
1.371     sthen     671:   <li><strong>Floppy A</strong> (floppy58.fs)
1.89      miod      672:   <p>
                    673:   Booting off the floppy provides a small ffs filesystem with a kernel
                    674:   containing supporting the following sparc64 hardware:
                    675:   <ul>
                    676:     <li>Ultra 1/1E
                    677:     <li>Ultra 2
                    678:   </ul>
1.137     deraadt   679:   <p>
1.89      miod      680:   as well as support for the on-board devices found on these machines.
                    681:   However due to lack of space there are only a few other drivers.
                    682:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    683:   allow installation from cdrom media.
                    684:   For the latest list of drivers available on this image, take a look at the
1.360     nick      685:   <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
1.89      miod      686:   kernel configuration file.
                    687:   The floppy can be booted off the OpenFirmware prompt with
                    688: <pre>
                    689:   boot floppy
                    690: </pre>
1.137     deraadt   691:   <p>
1.371     sthen     692:   <li><strong>Floppy B</strong> (floppyB58.fs)
1.179     miod      693:   <p>
                    694:   Booting off the floppy provides a small ffs filesystem with a kernel
                    695:   containing supporting the following sparc64 hardware:
                    696:   <ul>
                    697:     <li>SPARCengineUltra AX
                    698:     <li>SPARCengineUltra AXe
                    699:     <li>SPARCengineUltra AXi
                    700:   </ul>
                    701:   <p>
                    702:   as well as support for the on-board devices found on these machines.
                    703:   However due to lack of space there are only a few other drivers.
                    704:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    705:   allow installation from cdrom media.
                    706:   For the latest list of drivers available on this image, take a look at the
1.360     nick      707:   <a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU5?rev=HEAD">RAMDISKU5</a>
1.179     miod      708:   kernel configuration file.
                    709:   The floppy can be booted off the OpenFirmware prompt with
                    710: <pre>
                    711:   boot floppy
                    712: </pre>
                    713:   <p>
1.371     sthen     714:   <li><strong>Miniroot</strong> (miniroot58.fs)
1.89      miod      715:   <p>
                    716:   The miniroot provides the same installation environment as the bootable CD,
                    717:   and is intended for easy bootstrap if there is already an operating system
                    718:   installed on the machine.
                    719:   After dumping the miniroot to the primary swap partition with dd, the
                    720:   miniroot can be booted off the OpenFirmware prompt with a command such as
                    721: <pre>
                    722:   boot disk:b
                    723: </pre>
                    724:   (the disk designation may be different, depending on the chosen swap
                    725:   partition).
1.137     deraadt   726:   <p>
1.89      miod      727:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                    728:   <p>
                    729:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                    730:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                    731:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                    732:   Refer to the
1.374   ! sthen     733:   <a href="http://man.openbsd.org/?query=diskless&amp;sektion=8">diskless(8)</a>
1.89      miod      734:   manual page for details on how to setup a network boot environment.
                    735: </ul>
                    736:
                    737: <p>
                    738: Please note that booting from floppy might not work on your machine; also,
                    739: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    740: they are able to boot Solaris in 64bit-mode); please refer to the
1.371     sthen     741: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.8/sparc64/INSTALL.sparc64">installation
1.98      nick      742: notes</a> for details.
1.1       mickey    743:
                    744: </body>
                    745: </html>