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

Annotation of www/sparc64.html, Revision 1.201

1.86      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       mickey      3: <html>
                      4: <head>
                      5: <title>OpenBSD/sparc64</title>
1.6       jcs         6: <link rev="made" href="mailto:www@openbsd.org">
1.86      miod        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       mickey      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/sparc64 page">
                     10: <meta name="keywords" content="openbsd,sparc64">
                     11: <meta name="distribution" content="global">
1.190     steven     12: <meta name="copyright" content="This document copyright 1996-2006 by OpenBSD.">
1.1       mickey     13: </head>
                     14:
1.86      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/sparc64</font></h2>
1.1       mickey     19:
                     20: <hr>
                     21:
                     22: <p>
1.48      jason      23: OpenBSD/sparc64 runs on the 64bit Sun UltraSPARC machines based
1.201   ! deraadt    24: on the UltraSPARC I, II, and III 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.4       art        36: The current port maintainer is Jason Wright
1.86      miod       37: (<a href="mailto:jason@openbsd.org">jason@openbsd.org</a>), with the help of
                     38: mainly Art Grabowski.
                     39: Others are definitely welcome to contribute!
1.48      jason      40:
1.86      miod       41: <a href="#toc"></a>
                     42: <h3><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>
                     47:   <li><a href="#projects">Project list</a>
1.128     nick       48:   <li><a href="#hardware">Supported hardware</a>
1.86      miod       49:   <li><a href="#hwdocs">Hardware documentation</a>
                     50:   <li><a href="#install">Getting and installing OpenBSD/sparc64</a>
1.48      jason      51: </ul>
                     52:
                     53: <hr>
1.86      miod       54: <a name="history"></a>
1.4       art        55: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       mickey     56:
                     57: <p>
1.98      nick       58: The original port was made for NetBSD by Eduardo Horvath and released for
1.4       art        59: the first time in January 1999.
                     60: The porting to OpenBSD started in August 2001 and in the end of September the
                     61: first binary snapshot was released. The porting was done mainly by Jason
1.98      nick       62: Wright and Artur Grabowski and was done on both SBus and PCI machines so that
1.6       jcs        63: a decently wide range of hardware support was ready even before the system
                     64: could boot multiuser.
1.1       mickey     65:
1.48      jason      66: <p>
                     67: OpenBSD 3.0 was the first official release of OpenBSD/sparc64, and since
                     68: that release support for many more devices has been added (including
                     69: devices required for X11R6 support) and bugs exposed by the 64 bit big endian
                     70: nature of UltraSPARC in many obscure places have been fixed.  And
                     71: work is continuing...
                     72:
1.1       mickey     73: <hr>
1.86      miod       74: <a name="status"></a>
1.4       art        75: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     76:
                     77: <p>
                     78: Currently most of the hardware available to the developers boots multiuser and
1.127     pedro      79: supports enough of the on-board devices to be generally usable.
1.4       art        80:
1.49      matthieu   81: <p>
1.162     matthieu   82: The X Window System is supported on most systems.
                     83: Only the ATI graphics adapters are supported with the accelerated X.Org server
1.49      matthieu   84: at the current time.
1.154     miod       85: It is possible to use X in frame buffer mode with all supported SBus
                     86: cards, as well as the on-board ATI graphics or the UPA Creator,
1.59      fgsch      87: Creator 3D or Elite 3D at the boot resolution/depth using the wsfb(4) driver.
1.53      fgsch      88:
1.49      matthieu   89: <p>
1.60      fgsch      90: The directions on how to enable the accelerated and unaccelerated X server
1.85      miod       91: are present in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.86      miod       92:
1.48      jason      93: <hr>
1.86      miod       94: <a name="projects"></a>
                     95: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     96: </strong></font></h3>
1.12      jason      97:
1.86      miod       98: <p>
1.12      jason      99: <ul>
1.72      miod      100:  <li>Improve the pmap module to reduce the number of expensive cache flushes
                    101:  <li>Fix BE64 issues in the userland as they are discovered
1.13      jason     102:  <li>Improve architecture specific documentation
1.86      miod      103:  <li>Provide accelerated X servers for the cgsix and creator frame buffers
1.12      jason     104: </ul>
                    105:
1.4       art       106: <hr>
1.86      miod      107: <a name="hardware"></a>
1.4       art       108: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    109:
1.86      miod      110: <p>
                    111: <h4>Supported machines</h4>
                    112:
                    113: <p>
                    114: OpenBSD/sparc64 has been tested on the following machines:
1.78      deraadt   115: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    116: <tr>
1.119     xsa       117: <td valign="top" width="33%">
1.4       art       118: <ul>
1.19      miod      119:  <li>Ultra 1/1E
1.17      jason     120:  <li>Ultra 2
1.4       art       121:  <li>Ultra 5
                    122:  <li>Ultra 10
1.97      deraadt   123:  <li>Ultra 30
1.82      miod      124:  <li>Ultra 60
1.134     jason     125:  <li>Ultra 80
1.10      jason     126:  <li>SPARCengineUltra AX
1.150     brad      127:  <li>SPARCengineUltra AXe
1.197     deraadt   128:  <li>SPARCengineUltra AXi
1.134     jason     129: </ul></td><td valign=top width="33%"><ul>
1.50      ian       130:  <li>SPARCengine CP1500
1.151     henning   131:  <li>Enterprise 150
1.46      jason     132:  <li>Enterprise 220R
1.7       jason     133:  <li>Enterprise 250
1.136     deraadt   134:  <li>Enterprise 420R
1.105     miod      135:  <li>Enterprise 450
1.196     miod      136:  <li>Enterprise 4000/5000/6000
1.161     david     137:  <li>Enterprise 4500/5500
1.103     miod      138:  <li>Sun Blade 100/150
1.76      miod      139:  <li>Netra X1
1.150     brad      140: </ul></td><td valign=top width="33%"><ul>
1.103     miod      141:  <li>Sun Fire V100
1.105     miod      142:  <li>Sun Fire V120
                    143:  <li>Netra T1 100/105
1.119     xsa       144:  <li>Netra T1 AC200/DC200
1.150     brad      145:  <li>Netra T 1100
                    146:  <li>Netra T 1120/1125
1.136     deraadt   147:  <li>Netra T 1400/1405
1.115     david     148:  <li>Momentum Leopard-V
1.200     deraadt   149:  <li>Sun Blade 1000/1500/2000/2500
                    150:  <li>Sun Fire V210/V240
1.78      deraadt   151: </ul></td></tr></table>
1.4       art       152:
1.136     deraadt   153:
1.86      miod      154: <p>
                    155: Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
1.51      miod      156: may require upgrading the flashprom before OpenBSD can be successfully
1.46      jason     157: installed.
                    158:
1.86      miod      159: <p>
                    160: <h4>Supported devices</h4>
1.9       miod      161:
1.86      miod      162: <p>
1.12      jason     163: <ul>
1.200     deraadt   164:  <li><strong>Processors</strong>
                    165:   <ul>
                    166:    <li>All processors are supported, but UltraSPARC III performance is
                    167:        currently severely degraded.
                    168:   </ul>
                    169:  </li>
1.33      jason     170:  <li><strong>Keyboards/Mice</strong>
                    171:   <ul>
1.129     nick      172:    <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>)
                    173:    <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.141     mickey    174:    <li>Type 6 keyboards on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
                    175:    <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>)
                    176:    <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
                    177:    <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>)
                    178:    <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     179:   </ul>
1.86      miod      180:  <li><strong>Frame buffers</strong>
1.33      jason     181:   <ul>
1.98      nick      182:    <li>SBus Video:
1.33      jason     183:     <ul>
1.129     nick      184:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwtwo&amp;sektion=4&amp;arch=sparc64">bwtwo</a> - monochrome, unaccelerated
                    185:      <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
                    186:      <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      187:      <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      188:      <li>Fujitsu AG-10e
                    189: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=agten">agten</a>)
                    190: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    191: mode)
1.149     miod      192:      <li>Parallax XVideo and PowerVideo
                    193: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=tvtwo">tvtwo</a>)
                    194: - 24-bit color, accelerated (but the driver does not support hardware
1.161     david     195: acceleration)
1.131     miod      196:      <li>RasterFlex family
                    197: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=rfx">rfx</a>)
                    198: - 8/24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    199: mode)
                    200:      <li>Southland Media Systems MGX and MGXPlus (<a
                    201:                     href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=mgx">mgx</a>)
                    202: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    203: mode)
1.149     miod      204:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=vigra">Vigra</a>
                    205: VS10, VS11 and VS12 SBus frame buffers - 8-bit color, unaccelerated, selectable
1.161     david     206: VGA and Sun-compatible video modes
1.131     miod      207:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=zx">ZX</a>
                    208:        (aka <i>Leo</i>) - 8 or 24-bit color, overlay planes,
                    209:        double-buffered, 3-D acceleration
1.33      jason     210:     </ul>
                    211:    <li>PCI Video:
                    212:     <ul>
1.129     nick      213:      <li>ATI Rage (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&amp;sektion=4&amp;arch=sparc64">vgafb</a>),
1.86      miod      214: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     215:     </ul>
1.56      jason     216:    <li>UPA Video:
                    217:     <ul>
1.129     nick      218:      <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     219:     </ul>
1.33      jason     220:   </ul>
1.12      jason     221:  <li><strong>SCSI Host Adapters</strong>
                    222:   <ul>
1.129     nick      223:    <li>SBus NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
                    224:    <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    225:    <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    226:    <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    227:    <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    228:      AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based PCI
                    229:      host adapters
                    230:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=sparc64&amp;sektion=4">ahc</a>)
                    231:      including the Adaptec cards
                    232:    <ul>
                    233:       <li>AHA-274X[W,T]
                    234:       <li>AHA-284X
                    235:       <li>AHA-2910, AHA-2915
                    236:       <li>AHA-2920
                    237:       <li>AHA-2930[C,U2]
                    238:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    239:       <li>AHA-2950[U2W,U2B]
                    240:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    241:       <li>AHA-3950U2
                    242:       <li>AHA-3960
                    243:       <li>AHA-3985
                    244:       <li>AHA-4944UW
                    245:       <li>AHA-19160B
                    246:       <li>AHA-29160[B,N]
                    247:       <li>AHA-39160
                    248:    </ul>
1.185     martin    249:    <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    250:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=sparc64&amp;sektion=4">pcscp</a>)
1.198     marco     251:    <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
1.199     marco     252:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=sparc64&amp;sektion=4"
1.198     marco     253:      >mpi</a>)
                    254:      <ul>
                    255:        <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    256:        <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    257:        <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    258:      </ul>
                    259:      <li>These chipsets can be found on the following controllers:
                    260:      <ul>
                    261:        <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    262:        <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    263:        <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    264:        <li>A7173A, AB290A
                    265:        <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    266:        <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    267:        <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    268:        <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    269:        <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    270:        <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    271:      </ul>
1.12      jason     272:   </ul>
1.141     mickey    273:  <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     274:   <ul>
                    275:    <li>Acer Labs M5229
1.176     martin    276:    <li>CMD Technology PCI0646, PCI0680
1.12      jason     277:    <li>National Semiconductor PC87415
1.123     grange    278:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     279:   </ul>
                    280:   Other PCI IDE adapters may work, but are untested.
1.141     mickey    281:   <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    282:   <ul>
                    283:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    284:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    285:   </ul>
1.12      jason     286:  <li><strong>Ethernet Adapters</strong>
                    287:   <ul>
1.129     nick      288:    <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>)
                    289:    <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>)
                    290:    <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>)
                    291:    <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>)
                    292:    <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>)
                    293:    <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>)
                    294:    <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>)
                    295:    <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>)
                    296:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
                    297:    <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.166     brad      298:    <li>GEM Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>)
1.183     brad      299:    <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>), including:
1.80      nate      300:     <ul>
                    301:     <li>3Com 3c985 and 3c985B
                    302:     <li>Alteon ACEnic V (fiber and copper)
                    303:     <li>Digital EtherWORKS 1000SX
                    304:     <li>Farallon PN9000SX
                    305:     <li>Netgear GA620 and GA620T
                    306:     <li>SGI Tigon
1.183     brad      307:     </ul>
                    308:    <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>), including:
                    309:     <ul>
                    310:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    311:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
                    312:     <li>Znyx ZX3<i>xx</i>
                    313:     <li>Cogent EM100FX and EM440TX
                    314:     <li>Digital PCI DE435
                    315:     <li>D-Link DFE-570TX Quad port
                    316:     </ul>
1.166     brad      317:    <li>Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
                    318:    <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>)
                    319:    <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>)
                    320:    <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      321:    <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    322:    <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>)
                    323:     <ul>
                    324:     <li>BOCALANcard/PCI
                    325:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    326:     </ul>
1.187     brad      327:    <li>Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546, i82547, i82571, i82572 and i82573 based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=sparc64&amp;sektion=4">em</a>)
1.166     brad      328:     <ul>
1.186     brad      329:     <li>HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.191     brad      330:     <li>HP ProLiant NC340T PCI-X Gigabit NIC
1.186     brad      331:     <li>HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    332:     <li>HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    333:     <li>HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    334:     <li>HP ProLiant NC7131 PCI Gigabit NIC
                    335:     <li>HP ProLiant NC7170 PCI-X Gigabit NIC
                    336:     <li>HP ProLiant NC7170LP PCI-X Gigabit NIC
1.166     brad      337:     <li>Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    338:     <li>Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    339:     <li>Intel PRO/1000T Server Adapter (PWLA8490T)
                    340:     <li>Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    341:     <li>Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    342:     <li>Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.183     brad      343:     <li>Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.166     brad      344:     <li>Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    345:     <li>Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    346:     <li>Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    347:     <li>Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    348:     <li>Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    349:     <li>Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    350:     <li>Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
                    351:     </ul>
1.178     miod      352:     <li>Broadcom BCM570x (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>), including:
1.166     brad      353:     <ul>
                    354:     <li>3Com 3c996-T (10/100/1000baseT)
                    355:     <li>3Com 3c996-SX (1000baseSX)
                    356:     <li>3Com 3c996B-T (10/100/1000baseT)
1.167     brad      357:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    358:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    359:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    360:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.166     brad      361:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.167     brad      362:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.166     brad      363:     <li>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
                    364:     <li>Netgear GA302T (10/100/1000baseT)
                    365:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
                    366:     <li>SysKonnect SK-9D41 (1000baseSX)
                    367:     </ul>
1.178     miod      368:     <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>), including:
1.166     brad      369:     <ul>
                    370:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    371:     <li>Antares Microsystems TC9021
                    372:     <li>D-Link DGE-550T
1.140     brad      373:     </ul>
1.161     david     374:    <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>), including:
1.138     robert    375:     <ul>
                    376:     <li>Accton MPX5030 CardBus
                    377:     <li>Allied Telesyn AT2550
                    378:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    379:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.189     brad      380:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.138     robert    381:     <li>Genius GF100TXR
                    382:     <li>KTX-9130TX 10/100 Fast Ethernet
                    383:     <li>Longshine LCS-8038TX-R
                    384:     <li>NDC Communications NE100TX-E
1.192     jmc       385:     <li>Netgear FA311 v2
1.138     robert    386:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    387:     <li>Nortel BayStack 21
                    388:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    389:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.175     grunk     390:     <li>TRENDnet TE100-PCBUSR CardBus
1.138     robert    391:     </ul>
1.178     miod      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>), including:
1.164     pvalchev  393:     <ul>
                    394:     <li>Buffalo LGY-PCI-GT (8169S)
                    395:     <li>Corega CG-LAPCIGT (8169S)
1.165     martin    396:     <li>D-Link DGE-528T (8169S)
1.164     pvalchev  397:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.166     brad      398:     <li>LevelOne GNC-0105T (8169S)
1.171     brad      399:     <li>Linksys EG1032v3 (8169S)
1.165     martin    400:     <li>Netgear GA511 PC Card (8169)
1.164     pvalchev  401:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.165     martin    402:     <li>Surecom EP-320G-TX1 (8169S)
                    403:     <li>US Robotics USR997902 (8169S)
1.164     pvalchev  404:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    405:     </ul>
1.135     jason     406:    <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>), including:
1.124     pvalchev  407:     <ul>
1.152     jsg       408:     <li>3Com 3c460b
1.124     pvalchev  409:     <li>Abocom UFE1000
                    410:     <li>Abocom DSB650TX
                    411:     <li>Accton USB320-EC
                    412:     <li>Accton SpeedStream Ethernet
                    413:     <li>Admtek Pegasus
                    414:     <li>Admtek Pegasus II
1.161     david     415:     <li>AEI USB Fast Ethernet
                    416:     <li>Allied Telesyn AT-USB100
                    417:     <li>ATEN UC-110T
1.152     jsg       418:     <li>Belkin USB to LAN
1.124     pvalchev  419:     <li>Billionton Systems USB100
1.152     jsg       420:     <li>Billionton Systems USB100EL
                    421:     <li>Billionton Systems USB100LP
                    422:     <li>Billionton Systems USBE100
1.124     pvalchev  423:     <li>Corega FEther USB-TX
1.152     jsg       424:     <li>Corega FEther USB-TXS
1.124     pvalchev  425:     <li>D-Link DSB-650
                    426:     <li>D-Link DSB-650TX
                    427:     <li>D-Link DSB-650TX-PNA
1.161     david     428:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.152     jsg       429:     <li>Elecom LD-USB/TX
                    430:     <li>Elecom LD-USBL/TX
1.124     pvalchev  431:     <li>Elsa Microlink USB2Ethernet
1.161     david     432:     <li>GIGABYTE GN-BR402W
1.152     jsg       433:     <li>Hawking UF100
                    434:     <li>HP HN210E
1.124     pvalchev  435:     <li>I/O DATA USB ETTX
                    436:     <li>Kingston KNU101TX
1.152     jsg       437:     <li>Laneed LD-USBL/TX
1.182     jolan     438:     <li>Linksys USB100TX
                    439:     <li>Linksys USB100H1
                    440:     <li>Linksys USB10T
                    441:     <li>Linksys USB10TA
                    442:     <li>Linksys USB10TX
1.124     pvalchev  443:     <li>Melco Inc. LUA-TX
1.152     jsg       444:     <li>Melco Inc. LUA2-TX
                    445:     <li>Microsoft MN110
1.161     david     446:     <li>Mobility EasiDock Ethernet
1.124     pvalchev  447:     <li>Netgear FA101
1.161     david     448:     <li>Omnidirectional Control Technology USB TO Ethernet
1.124     pvalchev  449:     <li>Siemens SpeedStream USB
                    450:     <li>Smartbridges smartNIC 2
1.168     jsg       451:     <li>SMC 2202USB/ETH
                    452:     <li>SMC 2206USB/ETH
1.124     pvalchev  453:     <li>SOHOware NUB100
1.161     david     454:     <li>SOHOware NUB110
1.152     jsg       455:     </ul>
                    456: <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>), including:
                    457:     <ul>
1.161     david     458:     <li>ATEN UC210T
1.170     jsg       459:     <li>BAFO BF-320
1.161     david     460:     <li>Billionton Systems USB2AR
1.152     jsg       461:     <li>Buffalo(MELCO) LUA-U2-KTX
1.161     david     462:     <li>Corega FEther USB2-TX
1.152     jsg       463:     <li>D-Link DUB-E100
1.178     miod      464:     <li>Good Way GWUSB2E
1.161     david     465:     <li>Hawking UF200
1.152     jsg       466:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.161     david     467:     <li>JVC MP-PRX1
1.182     jolan     468:     <li>Linksys USB200M
1.152     jsg       469:     <li>Netgear FA120
1.161     david     470:     <li>Sitecom LN-029
1.170     jsg       471:     <li>SMC 2209USB/ETH
1.161     david     472:     <li>SnapPort USB 2.0 LAN Adapter
1.152     jsg       473:     <li>ST Lab USB 2.0 Fast Ethernet
1.161     david     474:     <li>Surecom EP-1427X-2
1.152     jsg       475:     <li>System TALKS SGC-X2UL
1.161     david     476:     <li>TRENDnet TU2-ET100
1.170     jsg       477:     <li>Z-TEK ZK-R01-2
1.124     pvalchev  478:     </ul>
1.135     jason     479:    <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>), including:
1.124     pvalchev  480:     <ul>
1.152     jsg       481:     <li>Belkin F5U111
1.124     pvalchev  482:     <li>CATC Netmate and Netmate II
1.152     jsg       483:     <li>SmartBridges SmartLink
1.124     pvalchev  484:     </ul>
1.143     mickey    485:    <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>), including:
                    486:     <ul>
                    487:     <li>Corega FEther USB-TXC
                    488:     </ul>
1.135     jason     489:    <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>), including:
1.124     pvalchev  490:     <ul>
1.152     jsg       491:     <li>3Com 3c19250
1.124     pvalchev  492:     <li>3Com 3c460 HomeConnect
1.152     jsg       493:     <li>AboCom Systems URE450 Ethernet
1.124     pvalchev  494:     <li>ADS Technologies USB-10BT
                    495:     <li>Aox USB101
1.152     jsg       496:     <li>Asante USB to Ethernet
                    497:     <li>ATen DSB-650C
1.124     pvalchev  498:     <li>ATen UC10T
                    499:     <li>Corega USB-T
1.152     jsg       500:     <li>D-Link DSB-650C
                    501:     <li>Entrega NET-USB-E45
                    502:     <li>I/O Data USB-ET/T
                    503:     <li>Jaton USB XpressNet
1.124     pvalchev  504:     <li>Kawasaki USB101
1.152     jsg       505:     <li>Kingston Ethernet
1.182     jolan     506:     <li>Linksys USB10T
1.152     jsg       507:     <li>Mobility Ethernet
1.124     pvalchev  508:     <li>Netgear EA101
                    509:     <li>Peracom USB
1.152     jsg       510:     <li>Portgear Ethernet
                    511:     <li>Portsmith Express Ethernet
1.161     david     512:     <li>Psion Dacom Gold Port Ethernet
1.152     jsg       513:     <li>Shark Pocket Adapter
1.161     david     514:     <li>Silicom U2E
1.152     jsg       515:     <li>SMC 2102USB
                    516:     <li>SMC 2104USB
1.124     pvalchev  517:     </ul>
1.135     jason     518:    <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>), including:
1.124     pvalchev  519:     <ul>
1.161     david     520:     <li>Abocom RTL8151
1.124     pvalchev  521:     <li>GreenHouse GH-USB100B
1.161     david     522:     <li>GreenHouse GH-USB100B with HomePNA
1.124     pvalchev  523:     <li>Linksys USB100M
1.161     david     524:     <li>Longshine LCS-8138TX
1.152     jsg       525:     <li>Melco Inc. LUA-KTX
1.161     david     526:     <li>Micronet SP128AR
1.152     jsg       527:     <li>SMC 2208USB/ETH
1.175     grunk     528:     <li>TRENDnet TU-ET100C
1.152     jsg       529:     <li>Zt USB10/100
1.124     pvalchev  530:     </ul>
                    531:    </ul>
1.83      henning   532:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     533:   <ul>
1.155     jsg       534:   <li>Atmel AT76C50x based USB 802.11b adapters
                    535:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=sparc64&amp;sektion=4">atu</a>), including:
1.81      henning   536:     <ul>
1.159     jsg       537:     <li>3Com 3CRSHEW696
                    538:     <li>AboCom BWU613
                    539:     <li>Accton 2664W
1.155     jsg       540:     <li>Acer Peripherals AWL300
                    541:     <li>Acer Peripherals AWL400
1.159     jsg       542:     <li>Actiontec 802UAT1
                    543:     <li>Addtron AWU120
1.155     jsg       544:     <li>Aincomm AWU2000B
1.159     jsg       545:     <li>Askey Computer Voyager 1010
                    546:     <li>Askey Computer WLL013 (Intersil Radio)
                    547:     <li>Askey Computer WLL013 (RFMD Radio)
                    548:     <li>Atmel AT76C503 (Intersil Radio)
                    549:     <li>Atmel AT76C503 (RFMD Radio)
                    550:     <li>Atmel AT76C505 (RFMD Radio)
                    551:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    552:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    553:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    554:     <li>Belkin F5D6050
1.155     jsg       555:     <li>Bluetake BW002
1.159     jsg       556:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    557:     <li>Conceptronic C11U
                    558:     <li>Conceptronic WL210
                    559:     <li>Corega WLAN USB Stick 11
                    560:     <li>Dick Smith Electronics CHUSB 611G
                    561:     <li>Dick Smith Electronics WL200U
                    562:     <li>Dick Smith Electronics WL240U
                    563:     <li>Dick Smith Electronics XH1153
                    564:     <li>D-Link DWL-120 rev E
1.155     jsg       565:     <li>Geowave GW-US11S
1.159     jsg       566:     <li>Gigabyte GN-WLBM101
                    567:     <li>Gigaset WLAN
                    568:     <li>Hewlett-Packard HN210W
                    569:     <li>Intel AP310 AnyPoint II
                    570:     <li>I/O DATA USB WN-B11
                    571:     <li>Lexar 2662W-AR
                    572:     <li>Linksys WUSB11 802.11b
                    573:     <li>Linksys WUSB11 802.11b v2.8
                    574:     <li>MSI WLAN
                    575:     <li>Netgear MA101
1.155     jsg       576:     <li>Netgear MA101 rev B
                    577:     <li>Ovislink AirLive WL-1120USB
                    578:     <li>OvisLink AirLive WL-1130USB
1.159     jsg       579:     <li>Planex Communications GW-US11S
                    580:     <li>Samsung SWL2100W
                    581:     <li>Siemens WLL013
                    582:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    583:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    584:     <li>Tekram U-300C
                    585:     <li>W-Buddie WN210
                    586:     <li>Z-Com M4Y-750
1.155     jsg       587:     </ul>
                    588:   <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters (will be detected as PCMCIA adapters)
                    589:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>)
                    590:     <ul>
1.174     uwe       591:     <li>AmbiCom WL1100C-CF
1.172     uwe       592:     <li>ASUS WL-110
                    593:     <li>Belkin F5D6060
1.155     jsg       594:     <li>Buffalo AirStation
                    595:     <li>D-Link DCF-660W
                    596:     <li>ELSA XI800
                    597:     <li>Linksys WCF12
                    598:     <li>Netgear MA701
1.180     uwe       599:     <li>Pretec Compact WLAN OC-WLBXX-A
1.177     grunk     600:     <li>Senao NL-2511CF
1.155     jsg       601:     </ul>
                    602:   <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
                    603:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
                    604:     <ul>
                    605:     <li>3Com AirConnect 3CRWE737A
                    606:     <li>ACTIONTEC HWC01170
                    607:     <li>Addtron AWP-100
                    608:     <li>Agere Orinoco
                    609:     <li>ARtem Onair
                    610:     <li>BUFFALO AirStation
                    611:     <li>Cabletron RoamAbout
                    612:     <li>Compaq Agency NC5004
                    613:     <li>Contec FLEXLAN/FX-DS110-PCC
                    614:     <li>Corega PCC-11
                    615:     <li>Corega PCCA-11
                    616:     <li>Corega PCCB-11
                    617:     <li>Corega CGWLPCIA11
                    618:     <li>Dlink DWL650 revisions A1-J3
                    619:     <li>ELSA XI300
                    620:     <li>ELSA XI325
                    621:     <li>ELSA XI325H
                    622:     <li>EMTAC A2424i
                    623:     <li>Ericsson Wireless LAN CARD C11
                    624:     <li>Gemtek WL-311
                    625:     <li>Hawking Technology WE110P
                    626:     <li>I-O DATA WN-B11/PCM
                    627:     <li>Intel PRO/Wireless 2011
                    628:     <li>Intersil Prism II
                    629:     <li>Linksys Instant Wireless WPC11
                    630:     <li>Linksys Instant Wireless WPC11 2.5
                    631:     <li>Linksys Instant Wireless WPC11 3.0
                    632:     <li>Lucent WaveLAN
                    633:     <li>NANOSPEED ROOT-RZ2000
                    634:     <li>NEC CMZ-RT-WP
                    635:     <li>Netgear MA401
                    636:     <li>Netgear MA401RA
                    637:     <li>Nokia C020 Wireless LAN
                    638:     <li>Nokia C110/C111 Wireless LAN
                    639:     <li>NTT-ME 11Mbps Wireless LAN
                    640:     <li>Planex GW-NS11H Wireless LAN
                    641:     <li>Proxim Harmony
                    642:     <li>Proxim RangeLAN-DS
                    643:     <li>Samsung MagicLAN SWL-2000N
                    644:     <li>SMC 2632 EZ Connect
                    645:     <li>Symbol Spectrum24
                    646:     <li>TDK LAK-CD011WL
                    647:     <li>US Robotics 2410
                    648:     <li>US Robotics 2445
                    649:     </ul>
                    650:   <li>Intersil PRISM 2-3 and Symbol Spectrum24 based PCI 802.11b adapters
                    651:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
                    652:     <ul>
                    653:     <li>3Com AirConnect 3CRWE777A PCI
                    654:     <li>Belkin F5D6000 PCI (a rebadged WL11000P)
                    655:     <li>Corega CGWLPCIA11 PCI
                    656:     <li>Eumitcom WL11000P PCI
                    657:     <li>Dlink DWL520 PCI revisions A and B
                    658:     <li>Global Sun Technology GL24110P PCI (untested)
                    659:     <li>Global Sun Technology GL24110P02 PCI
                    660:     <li>Intersil Mini-PCI
1.182     jolan     661:     <li>Linksys WDT11 PCI (a rebadged GL24110P02)
1.155     jsg       662:     <li>NDC/Sohoware NCP130 PCI
                    663:     <li>Netgear MA301 PCI
                    664:     <li>Netgear MA311 PCI
                    665:     <li>US Robotics 2415 PCI (rebadged WL11000P)
                    666:     <li>Nortel E-mobility 211818-A
                    667:     <li>Symbol LA4123
                    668:     </ul>
                    669:   <li>Intersil PRISM 2.5/3 based USB 802.11b adapters
                    670:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
                    671:     <ul>
                    672:     <li>Acer Warplink USB-400
                    673:     <li>Actiontec HWU01170
1.161     david     674:     <li>AirVast WM168b
                    675:     <li>Ambit WLAN
1.155     jsg       676:     <li>Apacer Wireless Steno MB112
1.161     david     677:     <li>ASUS WL-140
                    678:     <li>Compaq W100
1.155     jsg       679:     <li>Corega WLUSB-11
1.161     david     680:     <li>Corega WLUSB-11 Key
                    681:     <li>D-Link DWL-120 (rev F)
1.155     jsg       682:     <li>D-Link DWL-122
                    683:     <li>I-O DATA WN-B11/USB
                    684:     <li>Intel PRO/Wireless 2011B
                    685:     <li>Intersil Prism 2X
                    686:     <li>JVC MP-XP7250
                    687:     <li>Linksys WUSB11 v3.0
                    688:     <li>Linksys WUSB12
1.161     david     689:     <li>Melco WLI-USB-KB11
1.155     jsg       690:     <li>Melco WLI-USB-KS11G
1.161     david     691:     <li>Melco WLI-USB-S11
1.155     jsg       692:     <li>Microsoft MN510
                    693:     <li>Netgear MA111 (version 1 only)
1.161     david     694:     <li>Pheenet WL-503IA
                    695:     <li>Planex GW-US11H
1.155     jsg       696:     <li>Siemens SpeedStream SS1022
1.161     david     697:     <li>Sitecom WL-022
1.155     jsg       698:     <li>Syntax USB-400
1.161     david     699:     <li>US Robotics 1120
                    700:     <li>Z-Com XI-725/726
                    701:     <li>Z-Com XI-735
                    702:     <li>ZyXEL ZyAIR B-200
1.81      henning   703:     </ul>
1.158     jsg       704:   <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=sparc64&amp;sektion=4">ural</a>), including:
                    705:     <ul>
                    706:     <li>AMIT WL532U
                    707:     <li>ASUS WL-167g
1.178     miod      708:     <li>Belkin F5D7050
                    709:     <li>Buffalo WLI-U2-KG54
                    710:     <li>Buffalo WLI-U2-KG54-AI
                    711:     <li>Buffalo WLI-U2-KG54-YB
1.158     jsg       712:     <li>CNet CWD-854
                    713:     <li>Compex WLU54G
1.178     miod      714:     <li>Conceptronic C54RU
1.158     jsg       715:     <li>D-Link DWL-G122 (b1)
1.169     jsg       716:     <li>Dynalink WLG25USB
1.158     jsg       717:     <li>E-Tech WGUS02
1.169     jsg       718:     <li>Eminent 3035
1.178     miod      719:     <li>Gigabyte GN-WBKG
                    720:     <li>Hercules HWGUSB2-54
1.169     jsg       721:     <li>KCORP LifeStyle KLS-685
1.158     jsg       722:     <li>Linksys WUSB54G v4
                    723:     <li>Linksys WUSB54GP v4
1.178     miod      724:     <li>MSI MS-6861
                    725:     <li>MSI MS-6865
                    726:     <li>MSI MS-6869
1.169     jsg       727:     <li>SerComm UB801R
                    728:     <li>SparkLAN WL-685R
1.178     miod      729:     <li>Sphairon UB801R
                    730:     <li>Surecom EP-9001-g
1.169     jsg       731:     <li>Tonze UW-6200C
                    732:     <li>Zaapa ZNWUSB-54
1.178     miod      733:     <li>Zinwell ZWX-G261
1.169     jsg       734:     <li>Zonet ZEW2500
1.158     jsg       735:     </ul>
1.61      fgsch     736:   </ul>
1.183     brad      737:  <li><strong>WAN Adapters</strong>
                    738:   <ul>
                    739:   <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>)
                    740:   </ul>
1.124     pvalchev  741:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    742:   <ul>
1.135     jason     743:   <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=sparc64&amp;sektion=4">uaudio</a>)
                    744:   <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    745:   <li>USB Ethernet adapters (
                    746:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
1.152     jsg       747:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>,
1.143     mickey    748:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
1.145     saad      749:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>,
1.152     jsg       750:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>,
                    751:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=sparc64&amp;sektion=4">url</a>)
1.143     mickey    752:     see above
1.124     pvalchev  753:   <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     754:   <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  755:   <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
                    756:   <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     757:   <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  758:   <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     759:   <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=sparc64&amp;sektion=4">umodem</a>)
                    760:   <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=sparc64&amp;sektion=4">ulpt</a>)
                    761:   <li>USB Scanners (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uscanner&amp;arch=sparc64&amp;sektion=4">uscanner</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usscanner&amp;arch=sparc64&amp;sektion=4">usscanner</a>)
                    762:   <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=sparc64&amp;sektion=4">upl</a>)
                    763:   <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  764:   </ul>
1.26      miod      765:  <li><strong>Sound Devices</strong>
1.12      jason     766:   <ul>
1.129     nick      767:    <li>onboard SBus CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
                    768:    <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    769:    <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>)
                    770:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=sparc64&amp;sektion=4">eap</a>)
                    771:    <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     772:   </ul>
1.26      miod      773:  <li><strong>Serial Devices</strong>
1.15      jason     774:   <ul>
1.129     nick      775:    <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>)
                    776:    <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    777:    <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      778:    <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>)
                    779:    <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>)
                    780:    <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.141     mickey    781:    <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;arch=sparc64&amp;sektion=4">puc</a>),
1.131     miod      782: including:
                    783:     <ul>
                    784:     <li>Dolphin Peripherals 4035 (dual serial)
                    785:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    786:     <li>SIIG Cyber 4S PCI (quad serial)
                    787:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    788:     <li>SIIG Cyber Serial, Serial Dual PCI
                    789:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    790:     <li>VScom PCI 100H (1 port serial)
                    791:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    792:     <li>VScom PCI 200H (2 port serial)
                    793:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    794:     <li>VScom PCI 400H (4 port serial)
                    795:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    796:     <li>VScom PCI 800H (8 port serial)
                    797:     <li>VScom PCI 100L (1 port serial)
                    798:     <li>VScom PCI 200L (2 port serial)
                    799:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    800:     <li>VScom PCI 400L (4 port serial)
                    801:     <li>VScom PCI 800L (8 port serial)
                    802:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    803:     <li>US Robotics 3CP5609 PCI (modem)
                    804:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    805:     <li>NEC PK-UG-X008 (serial)
                    806:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    807:     <li>Koutech IOFLEX-2S (dual serial)
                    808:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    809:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    810:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    811:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    812:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    813:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    814:     <li>SUNIX 402x (1 port serial)
                    815:     <li>SUNIX 403x (2 port serial)
                    816:     <li>SUNIX 405x (4 port serial)
                    817:     <li>SUNIX 406x (8 port serial)
                    818:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    819:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    820:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    821:     </ul>
1.15      jason     822:   </ul>
1.34      jason     823:  <li><strong>Cryptography Accelerators</strong>
                    824:   <ul>
1.141     mickey    825:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=sparc64&amp;sektion=4">lofn</a>)
                    826:    <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>), including:
1.114     jason     827:     <ul>
                    828:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    829:     <li>GTGI PowerCrypt Encryption Accelerator
                    830:     <li>NetSec 7751
                    831:     <li>Hifn 7751 and 9751 reference boards
                    832:     <li>Invertex AEON
                    833:     </ul>
1.141     mickey    834:    <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     835:   </ul>
1.61      fgsch     836:  <li><strong>PC Cards (PCMCIA)</strong>
                    837:   <ul>
                    838:    <li>PCMCIA Controllers:
                    839:     <ul>
1.141     mickey    840:      <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     841:     </ul>
                    842:    <li>Wireless Ethernet Adapters:
                    843:     <ul>
                    844:      <li>See above.
                    845:     </ul>
                    846:   </ul>
1.135     jason     847:  <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  848:   <ul>
                    849:   <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>)
                    850:   </ul>
1.15      jason     851:  <li><strong>Miscellaneous Devices</strong>
                    852:   <ul>
1.129     nick      853:    <li>EBus beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
                    854:    <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     855:    <li>FireHose controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fhc&amp;sektion=4&amp;arch=sparc64">fhc</a>)
                    856:    <li>Central controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=central&amp;sektion=4&amp;arch=sparc64">central</a>)
                    857:    <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      858:    <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>)
                    859: [Currently restricted to non-DMA devices]
1.156     miod      860:    <li>onboard floppy drive on SBus systems (such as Ultra 1 and Ultra 2)
                    861: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdc&amp;sektion=4">fdc</a>)
1.15      jason     862:   </ul>
1.12      jason     863: </ul>
1.83      henning   864:
                    865: <p>
1.86      miod      866: <h4>Unsupported machines</h4>
                    867:
                    868: <p>
                    869: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    870: <tr>
1.120     miod      871: <td valign="top" width="33%">
1.86      miod      872: <ul>
1.193     brad      873:  <li>Ultra 3 Mobile Workstation
1.195     brad      874:  <li>Ultra 25
1.193     brad      875:  <li>Ultra 45
1.134     jason     876:  <li>Enterprise 3000
1.97      deraadt   877:  <li>Netra 20
1.200     deraadt   878: </ul></td><td valign=top width="33%"><ul>
1.110     brad      879:  <li>Netra 120
1.193     brad      880:  <li>Netra 210
                    881:  <li>Netra 240
                    882:  <li>Netra 440
1.200     deraadt   883:  <li>Sun Fire 280R
1.120     miod      884: </ul></td><td valign=top width="33%"><ul>
1.193     brad      885:  <li>Sun Fire V440
1.110     brad      886:  <li>Sun Fire V480
1.193     brad      887:  <li>Sun Fire V490
                    888:  <li>Sun Fire V890
1.86      miod      889: </ul></td></tr></table>
1.12      jason     890:
1.86      miod      891: <p>
                    892: <h4>Unsupported devices</h4>
                    893: <ul>
1.98      nick      894:  <li>SBus and PCI cards other than those listed above.
1.200     deraadt   895:  <li>Various devices may not work fully on some models.<br>
                    896:      For instance, UltraSPARC III-based machines currently do
                    897:      not support PCI Video.
1.12      jason     898: </ul>
                    899:
1.4       art       900: <hr>
1.89      miod      901: <a name="hwdocs"></a>
                    902: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                    903:
                    904: <p>
                    905: This list has been originally posted by Marcus Watts to the sparc mailing list.
                    906:
                    907: <p>
                    908: <ul>
1.109     fgsch     909: <li>UltraSPARC User's manual - UltraSPARC-I, II <a href="http://www.sun.com/processors/manuals/802-7220-02.pdf"><small><font color="#e00000">(PDF)</font></small></a>
                    910: <li>UltraSPARC-IIi - User's Manual <a href="http://www.sun.com/processors/manuals/805-0087.pdf"><small><font color="#e00000">(PDF)</font></small></a>
                    911: <li>UltraSPARC IIi User's Manual - Addendum <a href="http://www.sun.com/processors/manuals/ultrasparc-IIi_add.pdf"><small><font color="#e00000">(PDF)</font></small></a>
1.89      miod      912: <li>The SPARC Architecture Manual Version 9 <a href="http://www.sparc.org/standards/v9.ps.Z"><small><font color="#e00000">(PostScript)</font></small></a>
1.112     fgsch     913: <li>Implementation Characteristics of Current SPARC-V9-based Products <a href="http://developers.sun.com/solaris/articles/sparcv9impl.pdf"><small><font color="#e00000">(PDF)</font></small></a>
1.109     fgsch     914: <li>VIS Instruction Set - User's Manual <a href="http://www.sun.com/processors/manuals/805-1394.pdf"><small><font color="#e00000">(PDF)</font></small></a>
1.89      miod      915: </ul>
                    916:
                    917: <hr>
                    918: <a name="install"></a>
                    919: <h3><font color="#0000e0">
                    920: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    921: </font></h3>
                    922:
                    923: <p>
                    924: The latest supported OpenBSD/sparc64 release is
1.190     steven    925: <a href="39.html">OpenBSD 3.9</a>.
1.89      miod      926: Here are the
1.190     steven    927: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.9/sparc64/INSTALL.sparc64">
                    928: OpenBSD/sparc64 3.9 installation instructions
1.89      miod      929: </a>.
                    930:
                    931: <p>
                    932: Snapshots are made available from time to time, in
                    933: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                    934: as well as in a few
                    935: <a href="ftp.html">mirrors</a>.
                    936: Here are the
1.93      pb        937: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod      938: OpenBSD/sparc64 snapshot installation instructions
                    939: </a> as well.
                    940:
                    941: <p>
                    942: There are several installation media provided, so that
                    943: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.179     miod      944: some models, miniroot images for machines without floppies,
1.98      nick      945: as well as network and diskless installs.
1.89      miod      946: <ul>
                    947:   <li><strong>CD boot</strong>
                    948:   <p>
                    949:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    950:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    951:   For the latest list of drivers available on this image, take a look at the
                    952:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                    953:   kernel configuration file.
                    954:   The CD can be booted off the OpenFirmware prompt with
                    955: <pre>
                    956:   boot cdrom
                    957: </pre>
1.190     steven    958:   <li><strong>Floppy A</strong> (floppy39.fs)
1.89      miod      959:   <p>
                    960:   Booting off the floppy provides a small ffs filesystem with a kernel
                    961:   containing supporting the following sparc64 hardware:
                    962:   <ul>
                    963:     <li>Ultra 1/1E
                    964:     <li>Ultra 2
                    965:   </ul>
1.137     deraadt   966:   <p>
1.89      miod      967:   as well as support for the on-board devices found on these machines.
                    968:   However due to lack of space there are only a few other drivers.
                    969:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    970:   allow installation from cdrom media.
                    971:   For the latest list of drivers available on this image, take a look at the
                    972:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                    973:   kernel configuration file.
                    974:   The floppy can be booted off the OpenFirmware prompt with
                    975: <pre>
                    976:   boot floppy
                    977: </pre>
1.137     deraadt   978:   <p>
1.190     steven    979:   <li><strong>Floppy B</strong> (floppyB39.fs)
1.179     miod      980:   <p>
                    981:   Booting off the floppy provides a small ffs filesystem with a kernel
                    982:   containing supporting the following sparc64 hardware:
                    983:   <ul>
                    984:     <li>SPARCengineUltra AX
                    985:     <li>SPARCengineUltra AXe
                    986:     <li>SPARCengineUltra AXi
                    987:   </ul>
                    988:   <p>
                    989:   as well as support for the on-board devices found on these machines.
                    990:   However due to lack of space there are only a few other drivers.
                    991:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    992:   allow installation from cdrom media.
                    993:   For the latest list of drivers available on this image, take a look at the
1.181     martin    994:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU5?rev=HEAD">RAMDISKU5</a>
1.179     miod      995:   kernel configuration file.
                    996:   The floppy can be booted off the OpenFirmware prompt with
                    997: <pre>
                    998:   boot floppy
                    999: </pre>
                   1000:   <p>
1.190     steven   1001:   <li><strong>Miniroot</strong> (miniroot39.fs)
1.89      miod     1002:   <p>
                   1003:   The miniroot provides the same installation environment as the bootable CD,
                   1004:   and is intended for easy bootstrap if there is already an operating system
                   1005:   installed on the machine.
                   1006:   After dumping the miniroot to the primary swap partition with dd, the
                   1007:   miniroot can be booted off the OpenFirmware prompt with a command such as
                   1008: <pre>
                   1009:   boot disk:b
                   1010: </pre>
                   1011:   (the disk designation may be different, depending on the chosen swap
                   1012:   partition).
1.137     deraadt  1013:   <p>
1.89      miod     1014:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                   1015:   <p>
                   1016:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                   1017:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                   1018:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                   1019:   Refer to the
                   1020:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                   1021:   manual page for details on how to setup a network boot environment.
                   1022: </ul>
                   1023:
                   1024: <p>
                   1025: Please note that booting from floppy might not work on your machine; also,
                   1026: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                   1027: they are able to boot Solaris in 64bit-mode); please refer to the
1.190     steven   1028: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.9/sparc64/INSTALL.sparc64">installation
1.98      nick     1029: notes</a> for details.
1.89      miod     1030:
                   1031: <hr>
1.86      miod     1032: <a href="plat.html">
                   1033: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1034: </a>
                   1035: <br>
                   1036: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey   1037: <br>
1.201   ! deraadt  1038: <small>$OpenBSD: sparc64.html,v 1.200 2006/08/28 21:25:35 deraadt Exp $</small>
1.1       mickey   1039:
                   1040: </body>
                   1041: </html>