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

Annotation of www/sparc64.html, Revision 1.130

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.118     nick       12: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.1       mickey     13: </head>
                     14:
1.86      miod       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/sparc64</font></h2>
1.1       mickey     19:
                     20: <hr>
                     21:
                     22: <p>
1.48      jason      23: OpenBSD/sparc64 runs on the 64bit Sun UltraSPARC machines based
                     24: on the UltraSPARC I and UltraSPARC II processors.
1.86      miod       25:
                     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.102     jmc        82: XFree86 is supported on most systems.
1.49      matthieu   83: Only the ATI graphics adapters are supported with the accelerated X server
                     84: at the current time.
1.86      miod       85: It is possible to use X in frame buffer mode with either the SBus
1.65      jason      86: bwtwo, cgthree and cgsix cards, 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.10      jason     125:  <li>SPARCengineUltra AX
1.119     xsa       126: </ul></td><td valign=top width="33%"><ul>
1.117     xsa       127:  <li>SPARCengineUltra AXe
1.11      jason     128:  <li>SPARCengineUltra AXi
1.50      ian       129:  <li>SPARCengine CP1500
1.46      jason     130:  <li>Enterprise 220R
1.7       jason     131:  <li>Enterprise 250
1.105     miod      132:  <li>Enterprise 450
1.103     miod      133:  <li>Sun Blade 100/150
1.119     xsa       134: </ul></td><td valign=top width="33%"><ul>
1.76      miod      135:  <li>Netra X1
1.103     miod      136:  <li>Sun Fire V100
1.105     miod      137:  <li>Sun Fire V120
                    138:  <li>Netra T1 100/105
1.119     xsa       139:  <li>Netra T1 AC200/DC200
1.105     miod      140:  <li>Netra t 1400/1405
1.115     david     141:  <li>Momentum Leopard-V
1.78      deraadt   142: </ul></td></tr></table>
1.4       art       143:
1.86      miod      144: <p>
                    145: Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
1.51      miod      146: may require upgrading the flashprom before OpenBSD can be successfully
1.46      jason     147: installed.
                    148:
1.86      miod      149: <p>
                    150: <h4>Supported devices</h4>
1.9       miod      151:
1.86      miod      152: <p>
1.12      jason     153: <ul>
1.33      jason     154:  <li><strong>Keyboards/Mice</strong>
                    155:   <ul>
1.129     nick      156:    <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>)
                    157:    <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>)
                    158:    <li>Type 6 keyboards on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    159:    <li>PS/2 AT keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&amp;sektion=4">pckbd</a>)
                    160:    <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;sektion=4">com</a>) serial ports
                    161:    <li>Sun mice on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums</a>)
                    162:    <li>PS/2 mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms</a>)
1.33      jason     163:   </ul>
1.86      miod      164:  <li><strong>Frame buffers</strong>
1.33      jason     165:   <ul>
1.98      nick      166:    <li>SBus Video:
1.33      jason     167:     <ul>
1.129     nick      168:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwtwo&amp;sektion=4&amp;arch=sparc64">bwtwo</a> - monochrome, unaccelerated
                    169:      <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
                    170:      <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.33      jason     171:     </ul>
                    172:    <li>PCI Video:
                    173:     <ul>
1.129     nick      174:      <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      175: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     176:     </ul>
1.56      jason     177:    <li>UPA Video:
                    178:     <ul>
1.129     nick      179:      <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     180:     </ul>
1.33      jason     181:   </ul>
1.12      jason     182:  <li><strong>SCSI Host Adapters</strong>
                    183:   <ul>
1.129     nick      184:    <li>SBus NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
                    185:    <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>)
                    186:    <li>SBus Qlogic adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>)
                    187:    <li>PCI NCR53c8xx adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.12      jason     188:   </ul>
1.129     nick      189:  <li><strong>PCI IDE Controllers</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide</a>)
1.12      jason     190:   <ul>
                    191:    <li>Acer Labs M5229
1.122     grange    192:    <li>Command Technologies PCI0646, PCI0680
1.12      jason     193:    <li>National Semiconductor PC87415
1.123     grange    194:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     195:   </ul>
                    196:   Other PCI IDE adapters may work, but are untested.
1.129     nick      197:   <li><strong>CD-ROM and DVD-ROM Drives</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;sektion=4">cd</a>)
1.121     grange    198:   <ul>
                    199:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    200:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    201:   </ul>
1.12      jason     202:  <li><strong>Ethernet Adapters</strong>
                    203:   <ul>
1.129     nick      204:    <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>)
                    205:    <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>)
                    206:    <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>)
                    207:    <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>)
                    208:    <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>)
                    209:    <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>)
                    210:    <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>)
                    211:    <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>)
                    212:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
                    213:    <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>)
                    214:    <li>PCI GEM Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>) [Not fully supported]
1.130   ! brad      215:    <!-- <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;sektion=4">ti</a>), including:
1.80      nate      216:     <ul>
                    217:     <li>3Com 3c985 and 3c985B
                    218:     <li>Alteon ACEnic V (fiber and copper)
                    219:     <li>Digital EtherWORKS 1000SX
                    220:     <li>Farallon PN9000SX
                    221:     <li>Netgear GA620 and GA620T
                    222:     <li>SGI Tigon
1.130   ! brad      223:     </ul> -->
1.80      nate      224:
1.129     nick      225:    <li>PCI Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
1.105     miod      226:    <li>PCI Intel 21145-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
                    227:    <li>PCI Intel i8255x-based (except the i82556) adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp</a>)
1.116     mcbride   228:    <li>PCI Intel i82540, i82542, i82543, i82544, i82545, and i82546 based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em</a>)
1.105     miod      229:    <li>PCI 3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;sektion=4">xl</a>)
1.124     pvalchev  230:    <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: <sup>(*)</sup>
                    231:     <ul>
                    232:     <li>3com 3c460b
                    233:     <li>Abocom UFE1000
                    234:     <li>Abocom DSB650TX
                    235:     <li>Accton USB320-EC
                    236:     <li>Accton SpeedStream Ethernet
                    237:     <li>Admtek Pegasus
                    238:     <li>Admtek Pegasus II
                    239:     <li>Billionton Systems USB100
                    240:     <li>Corega FEther USB-TX
                    241:     <li>D-Link DSB-650
                    242:     <li>D-Link DSB-650TX
                    243:     <li>D-Link DSB-650TX-PNA
                    244:     <li>Elecom LD-USB
                    245:     <li>Elsa Microlink USB2Ethernet
                    246:     <li>I/O DATA USB ETTX
                    247:     <li>Kingston KNU101TX
                    248:     <li>LinkSys USB100TX
                    249:     <li>LinkSys USB100H1
                    250:     <li>LinkSys USB10TA
                    251:     <li>Melco Inc. LUA-TX
                    252:     <li>Netgear FA101
                    253:     <li>Siemens SpeedStream USB
                    254:     <li>Smartbridges smartNIC 2
                    255:     <li>SMC 2202USB
                    256:     <li>SMC EZ Connect USB
                    257:     <li>SOHOware NUB100
                    258:     </ul>
                    259:    <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: <sup>(*)</sup>
                    260:     <ul>
                    261:     <li>CATC Netmate and Netmate II
                    262:     <li>Belkin F5U111
                    263:     </ul>
                    264:    <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: <sup>(*)</sup>
                    265:     <ul>
                    266:     <li>3Com 3C19250
                    267:     <li>3Com 3c460 HomeConnect
                    268:     <li>ADS Technologies USB-10BT
                    269:     <li>Aox USB101
                    270:     <li>ATen UC10T
                    271:     <li>Corega USB-T
                    272:     <li>D-Link DSB-650
                    273:     <li>Entegra NET-USB-E45
                    274:     <li>Kawasaki USB101
                    275:     <li>LinkSys USB10T
                    276:     <li>Netgear EA101
                    277:     <li>Peracom USB
                    278:     <li>SMC 2102/2104USB
                    279:     <li>I/O Data USB-ET/T
                    280:     </ul>
                    281:    <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: <sup>(*)</sup>
                    282:     <ul>
                    283:     <li>Melco Inc. LUA-KTX
                    284:     <li>GreenHouse GH-USB100B
                    285:     <li>Linksys USB100M
                    286:     </ul>
                    287:    </ul>
1.83      henning   288:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     289:   <ul>
1.81      henning   290:    <li>Compact Flash Adapters (will show up as PCMCIA adapters)
                    291:     <ul>
1.129     nick      292:     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    293:     <li>ELSA XI800 CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
1.81      henning   294:     </ul>
                    295:   <li>PCMCIA Adapters
                    296:    <ul>
1.129     nick      297:    <li>3Com AirConnect 3CRWE737A PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    298:    <li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    299:    <li>Addtron AWP-100 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    300:    <li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    301:    <li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    302:    <li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    303:    <li>Compaq Agency NC5004 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    304:    <li>Contec FLEXLAN/FX-DS110-PCC PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    305:    <li>Corega PCC-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    306:    <li>Corega PCCA-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    307:    <li>Corega PCCB-11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    308:    <li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    309:    <li>Dlink DWL650 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    310:    <li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    311:    <li>ELSA XI325 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    312:    <li>ELSA XI325H PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    313:    <li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    314:    <li>Ericsson Wireless LAN CARD C11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    315:    <li>Gemtek WL-311 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    316:    <li>Hawking Technology WE110P PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    317:    <li>I-O DATA WN-B11/PCM PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    318:    <li>Intel PRO/Wireless 2011 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    319:    <li>Intersil Prism II PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    320:    <li>Linksys Instant Wireless WPC11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    321:    <li>Linksys Instant Wireless WPC11 2.5 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    322:    <li>Linksys Instant Wireless WPC11 3.0 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    323:    <li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    324:    <li>NANOSPEED ROOT-RZ2000 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    325:    <li>NEC CMZ-RT-WP PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    326:    <li>Netgear MA401 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    327:    <li>Netgear MA401RA PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    328:    <li>Nokia C020 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    329:    <li>Nokia C110/C111 Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    330:    <li>NTT-ME 11Mbps Wireless LAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    331:    <li>Proxim Harmony PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    332:    <li>Proxim RangeLAN-DS PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    333:    <li>Samsung MagicLAN SWL-2000N PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    334:    <li>SMC 2632 EZ Connect PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    335:    <li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    336:    <li>TDK LAK-CD011WL PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    337:    <li>US Robotics 2410 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    338:    <li>US Robotics 2445 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
1.81      henning   339:    </ul>
                    340:   <li>PCI Adapters
                    341:    <ul>
1.129     nick      342:    <li>3Com AirConnect 3CRWE777A PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    343:    <li>Belkin F5D6000 PCI (a relabeled WL11000P) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    344:    <li>Corega CGWLPCIA11 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    345:    <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    346:    <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    347:    <li>Global Sun Technology GL24110P PCI (untested) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    348:    <li>Global Sun Technology GL24110P02 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    349:    <li>LinkSys WDT11 PCI (a relabeled GL24110P02) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    350:    <li>NDC/Sohoware NCP130 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    351:    <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    352:    <li>Netgear MA311 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    353:    <li>US Robotics 2415 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    354:    <li>Nortel E-mobility 211818-A (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    355:    <li>Symbol LA4123 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
1.81      henning   356:    </ul>
1.61      fgsch     357:   </ul>
1.124     pvalchev  358:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    359:   <ul>
                    360:   <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=sparc64&amp;sektion=4">uaudio</a>) <sup>(*)</sup>
                    361:   <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>) <sup>(*)</sup>
                    362:   <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
                    363:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
                    364:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>),
                    365:                        see above <sup>(*)</sup>
                    366:   <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>)
                    367:   <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=sparc64&amp;sektion=4">uvisor</a>) <sup>(*)</sup>
                    368:   <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
                    369:   <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
                    370:   <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>) <sup>(*)</sup>
                    371:   <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
                    372:   <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=sparc64&amp;sektion=4">umodem</a>) <sup>(*)</sup>
                    373:   <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=sparc64&amp;sektion=4">ulpt</a>) <sup>(*)</sup>
                    374:   <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>) <sup>(*)</sup>
                    375:   <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=sparc64&amp;sektion=4">upl</a>) <sup>(*)</sup>
                    376:   <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>) <sup>(*)</sup>
                    377:   </ul>
1.26      miod      378:  <li><strong>Sound Devices</strong>
1.12      jason     379:   <ul>
1.129     nick      380:    <li>onboard SBus CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
                    381:    <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>)
                    382:    <li>Trident 4DWAVE-DX/NX, Sis 7018, ALi M5451 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;sektion=4">autri</a>)
                    383:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
1.115     david     384:    <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;sektion=4">eso</a>)
1.12      jason     385:   </ul>
1.26      miod      386:  <li><strong>Serial Devices</strong>
1.15      jason     387:   <ul>
1.129     nick      388:    <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>)
                    389:    <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>)
                    390:    <li>onboard 16550 compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    391:    <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>)
                    392:    <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>)
                    393:    <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.15      jason     394:   </ul>
1.34      jason     395:  <li><strong>Cryptography Accelerators</strong>
                    396:   <ul>
1.129     nick      397:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>)
1.114     jason     398:    <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;sektion=4">hifn</a>), including:
                    399:     <ul>
                    400:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    401:     <li>GTGI PowerCrypt Encryption Accelerator
                    402:     <li>NetSec 7751
                    403:     <li>Hifn 7751 and 9751 reference boards
                    404:     <li>Invertex AEON
                    405:     </ul>
1.129     nick      406:    <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;sektion=4">ubsec</a>)
1.34      jason     407:   </ul>
1.61      fgsch     408:  <li><strong>PC Cards (PCMCIA)</strong>
                    409:   <ul>
                    410:    <li>PCMCIA Controllers:
                    411:     <ul>
1.129     nick      412:      <li>SBus PCMCIA bridge (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stp&amp;sektion=4">stp</a>)
1.61      fgsch     413:     </ul>
                    414:    <li>Wireless Ethernet Adapters:
                    415:     <ul>
                    416:      <li>See above.
                    417:     </ul>
                    418:   </ul>
1.124     pvalchev  419:  <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>) <sup>(*)</sup>
                    420:   <ul>
                    421:   <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>)
                    422:   </ul>
1.15      jason     423:  <li><strong>Miscellaneous Devices</strong>
                    424:   <ul>
1.129     nick      425:    <li>EBus beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
                    426:    <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.15      jason     427:   </ul>
1.12      jason     428: </ul>
1.83      henning   429:
                    430: <p>
1.129     nick      431: <font color="#00e000">*</font> Support added after 3.5.
1.106     jason     432:
                    433: <p>
1.86      miod      434: <h4>Unsupported machines</h4>
                    435:
                    436: <p>
                    437: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    438: <tr>
1.120     miod      439: <td valign="top" width="33%">
1.86      miod      440: <ul>
                    441:  <li>Ultra 80
                    442:  <li>Ultra 450
1.103     miod      443:  <li>Sun Blade 1000
                    444:  <li>Sun Blade 2000
1.86      miod      445:  <li>Enterprise 420R
1.120     miod      446: </ul></td><td valign=top width="33%"><ul>
1.97      deraadt   447:  <li>Enterprise 3000
1.100     brad      448:  <li>Netra t 1120/1125
1.97      deraadt   449:  <li>Netra 20
1.110     brad      450:  <li>Netra 120
                    451:  <li>Sun Fire V210
1.120     miod      452: </ul></td><td valign=top width="33%"><ul>
1.110     brad      453:  <li>Sun Fire V240
                    454:  <li>Sun Fire 280R
                    455:  <li>Sun Fire V480
1.86      miod      456: </ul></td></tr></table>
1.12      jason     457:
1.86      miod      458: <p>
                    459: <h4>Unsupported devices</h4>
                    460: <ul>
1.98      nick      461:  <li>SBus and PCI cards other than those listed above.
1.12      jason     462: </ul>
                    463:
1.4       art       464: <hr>
1.89      miod      465: <a name="hwdocs"></a>
                    466: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                    467:
                    468: <p>
                    469: This list has been originally posted by Marcus Watts to the sparc mailing list.
                    470:
                    471: <p>
                    472: <ul>
1.109     fgsch     473: <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>
                    474: <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>
                    475: <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      476: <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     477: <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     478: <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      479: </ul>
                    480:
                    481: <hr>
                    482: <a name="install"></a>
                    483: <h3><font color="#0000e0">
                    484: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    485: </font></h3>
                    486:
                    487: <p>
                    488: The latest supported OpenBSD/sparc64 release is
1.125     david     489: <a href="35.html">OpenBSD 3.5</a>.
1.89      miod      490: Here are the
1.125     david     491: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/sparc64/INSTALL.sparc64">
                    492: OpenBSD/sparc64 3.5 installation instructions
1.89      miod      493: </a>.
                    494:
                    495: <p>
                    496: Snapshots are made available from time to time, in
                    497: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                    498: as well as in a few
                    499: <a href="ftp.html">mirrors</a>.
                    500: Here are the
1.93      pb        501: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod      502: OpenBSD/sparc64 snapshot installation instructions
                    503: </a> as well.
                    504:
                    505: <p>
                    506: There are several installation media provided, so that
                    507: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.98      nick      508: Ultra1 and Ultra2, miniroot images for machines without floppies,
                    509: as well as network and diskless installs.
1.89      miod      510: <ul>
                    511:   <li><strong>CD boot</strong>
                    512:   <p>
                    513:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    514:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    515:   For the latest list of drivers available on this image, take a look at the
                    516:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                    517:   kernel configuration file.
                    518:   The CD can be booted off the OpenFirmware prompt with
                    519: <pre>
                    520:   boot cdrom
                    521: </pre>
1.125     david     522:   <li><strong>Floppy</strong> (floppy35.fs)
1.89      miod      523:   <p>
                    524:   Booting off the floppy provides a small ffs filesystem with a kernel
                    525:   containing supporting the following sparc64 hardware:
                    526:   <ul>
                    527:     <li>Ultra 1/1E
                    528:     <li>Ultra 2
                    529:   </ul>
                    530:   as well as support for the on-board devices found on these machines.
                    531:   However due to lack of space there are only a few other drivers.
                    532:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    533:   allow installation from cdrom media.
                    534:   For the latest list of drivers available on this image, take a look at the
                    535:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                    536:   kernel configuration file.
                    537:   The floppy can be booted off the OpenFirmware prompt with
                    538: <pre>
                    539:   boot floppy
                    540: </pre>
1.125     david     541:   <li><strong>Miniroot</strong> (miniroot35.fs)
1.89      miod      542:   <p>
                    543:   The miniroot provides the same installation environment as the bootable CD,
                    544:   and is intended for easy bootstrap if there is already an operating system
                    545:   installed on the machine.
                    546:   After dumping the miniroot to the primary swap partition with dd, the
                    547:   miniroot can be booted off the OpenFirmware prompt with a command such as
                    548: <pre>
                    549:   boot disk:b
                    550: </pre>
                    551:   (the disk designation may be different, depending on the chosen swap
                    552:   partition).
                    553:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                    554:   <p>
                    555:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                    556:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                    557:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                    558:   Refer to the
                    559:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                    560:   manual page for details on how to setup a network boot environment.
                    561: </ul>
                    562:
                    563: <p>
                    564: Please note that booting from floppy might not work on your machine; also,
                    565: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    566: they are able to boot Solaris in 64bit-mode); please refer to the
1.125     david     567: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/sparc64/INSTALL.sparc64">installation
1.98      nick      568: notes</a> for details.
1.89      miod      569:
                    570: <hr>
1.86      miod      571: <a href="plat.html">
                    572: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    573: </a>
                    574: <br>
                    575: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey    576: <br>
1.130   ! brad      577: <small>$OpenBSD: sparc64.html,v 1.129 2004/08/10 16:14:19 nick Exp $</small>
1.1       mickey    578:
                    579: </body>
                    580: </html>