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

Annotation of www/sparc64.html, Revision 1.366

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