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

Annotation of www/sparc64.html, Revision 1.132

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.131     miod      171:      <li>Fujitsu AG-10e
                    172: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=agten">agten</a>)
                    173: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    174: mode)
                    175: <font color="#00e000">*</font>
                    176:      <li>RasterFlex family
                    177: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=rfx">rfx</a>)
                    178: - 8/24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    179: mode)
                    180: <font color="#00e000">*</font>
                    181:      <li>Southland Media Systems MGX and MGXPlus (<a
                    182:                     href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=mgx">mgx</a>)
                    183: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    184: mode)
                    185: <font color="#00e000">*</font>
                    186:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=zx">ZX</a>
                    187:        (aka <i>Leo</i>) - 8 or 24-bit color, overlay planes,
                    188:        double-buffered, 3-D acceleration
                    189: <font color="#00e000">*</font>
1.33      jason     190:     </ul>
                    191:    <li>PCI Video:
                    192:     <ul>
1.129     nick      193:      <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      194: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     195:     </ul>
1.56      jason     196:    <li>UPA Video:
                    197:     <ul>
1.129     nick      198:      <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     199:     </ul>
1.33      jason     200:   </ul>
1.12      jason     201:  <li><strong>SCSI Host Adapters</strong>
                    202:   <ul>
1.129     nick      203:    <li>SBus NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
                    204:    <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>)
                    205:    <li>SBus Qlogic adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;sektion=4">isp</a>)
                    206:    <li>PCI NCR53c8xx adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;sektion=4">siop</a>)
1.12      jason     207:   </ul>
1.129     nick      208:  <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     209:   <ul>
                    210:    <li>Acer Labs M5229
1.122     grange    211:    <li>Command Technologies PCI0646, PCI0680
1.12      jason     212:    <li>National Semiconductor PC87415
1.123     grange    213:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     214:   </ul>
                    215:   Other PCI IDE adapters may work, but are untested.
1.129     nick      216:   <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    217:   <ul>
                    218:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    219:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    220:   </ul>
1.12      jason     221:  <li><strong>Ethernet Adapters</strong>
                    222:   <ul>
1.129     nick      223:    <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>)
                    224:    <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>)
                    225:    <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>)
                    226:    <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>)
                    227:    <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>)
                    228:    <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>)
                    229:    <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>)
                    230:    <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>)
                    231:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
                    232:    <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.132   ! brad      233:    <li>PCI GEM Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>)
1.130     brad      234:    <!-- <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      235:     <ul>
                    236:     <li>3Com 3c985 and 3c985B
                    237:     <li>Alteon ACEnic V (fiber and copper)
                    238:     <li>Digital EtherWORKS 1000SX
                    239:     <li>Farallon PN9000SX
                    240:     <li>Netgear GA620 and GA620T
                    241:     <li>SGI Tigon
1.130     brad      242:     </ul> -->
1.80      nate      243:
1.129     nick      244:    <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      245:    <li>PCI Intel 21145-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;sektion=4">dc</a>)
                    246:    <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   247:    <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      248:    <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  249:    <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>
                    250:     <ul>
                    251:     <li>3com 3c460b
                    252:     <li>Abocom UFE1000
                    253:     <li>Abocom DSB650TX
                    254:     <li>Accton USB320-EC
                    255:     <li>Accton SpeedStream Ethernet
                    256:     <li>Admtek Pegasus
                    257:     <li>Admtek Pegasus II
                    258:     <li>Billionton Systems USB100
                    259:     <li>Corega FEther USB-TX
                    260:     <li>D-Link DSB-650
                    261:     <li>D-Link DSB-650TX
                    262:     <li>D-Link DSB-650TX-PNA
                    263:     <li>Elecom LD-USB
                    264:     <li>Elsa Microlink USB2Ethernet
                    265:     <li>I/O DATA USB ETTX
                    266:     <li>Kingston KNU101TX
                    267:     <li>LinkSys USB100TX
                    268:     <li>LinkSys USB100H1
                    269:     <li>LinkSys USB10TA
                    270:     <li>Melco Inc. LUA-TX
                    271:     <li>Netgear FA101
                    272:     <li>Siemens SpeedStream USB
                    273:     <li>Smartbridges smartNIC 2
                    274:     <li>SMC 2202USB
                    275:     <li>SMC EZ Connect USB
                    276:     <li>SOHOware NUB100
                    277:     </ul>
                    278:    <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>
                    279:     <ul>
                    280:     <li>CATC Netmate and Netmate II
                    281:     <li>Belkin F5U111
                    282:     </ul>
                    283:    <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>
                    284:     <ul>
                    285:     <li>3Com 3C19250
                    286:     <li>3Com 3c460 HomeConnect
                    287:     <li>ADS Technologies USB-10BT
                    288:     <li>Aox USB101
                    289:     <li>ATen UC10T
                    290:     <li>Corega USB-T
                    291:     <li>D-Link DSB-650
                    292:     <li>Entegra NET-USB-E45
                    293:     <li>Kawasaki USB101
                    294:     <li>LinkSys USB10T
                    295:     <li>Netgear EA101
                    296:     <li>Peracom USB
                    297:     <li>SMC 2102/2104USB
                    298:     <li>I/O Data USB-ET/T
                    299:     </ul>
                    300:    <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>
                    301:     <ul>
                    302:     <li>Melco Inc. LUA-KTX
                    303:     <li>GreenHouse GH-USB100B
                    304:     <li>Linksys USB100M
                    305:     </ul>
                    306:    </ul>
1.83      henning   307:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     308:   <ul>
1.81      henning   309:    <li>Compact Flash Adapters (will show up as PCMCIA adapters)
                    310:     <ul>
1.129     nick      311:     <li>Buffalo AirStation CF (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    312:     <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   313:     </ul>
                    314:   <li>PCMCIA Adapters
                    315:    <ul>
1.129     nick      316:    <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>)
                    317:    <li>ACTIONTEC HWC01170 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    318:    <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>)
                    319:    <li>Agere Orinoco PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    320:    <li>BUFFALO AirStation PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    321:    <li>Cabletron RoamAbout PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    322:    <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>)
                    323:    <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>)
                    324:    <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>)
                    325:    <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>)
                    326:    <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>)
                    327:    <li>Corega CGWLPCIA11 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    328:    <li>Dlink DWL650 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    329:    <li>ELSA XI300 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    330:    <li>ELSA XI325 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    331:    <li>ELSA XI325H PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    332:    <li>EMTAC A2424i PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    333:    <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>)
                    334:    <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>)
                    335:    <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>)
                    336:    <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>)
                    337:    <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>)
                    338:    <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>)
                    339:    <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>)
                    340:    <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>)
                    341:    <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>)
                    342:    <li>Lucent WaveLAN PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    343:    <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>)
                    344:    <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>)
                    345:    <li>Netgear MA401 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    346:    <li>Netgear MA401RA PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    347:    <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>)
                    348:    <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>)
                    349:    <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>)
                    350:    <li>Proxim Harmony PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    351:    <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>)
                    352:    <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>)
                    353:    <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>)
                    354:    <li>Symbol Spectrum24 PCMCIA (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    355:    <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>)
                    356:    <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>)
                    357:    <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   358:    </ul>
                    359:   <li>PCI Adapters
                    360:    <ul>
1.129     nick      361:    <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>)
                    362:    <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>)
                    363:    <li>Corega CGWLPCIA11 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    364:    <li>Eumitcom WL11000P PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    365:    <li>Dlink DWL520 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    366:    <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>)
                    367:    <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>)
                    368:    <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>)
                    369:    <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>)
                    370:    <li>Netgear MA301 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    371:    <li>Netgear MA311 PCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4&amp;arch=sparc64">wi</a>)
                    372:    <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>)
                    373:    <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>)
                    374:    <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   375:    </ul>
1.61      fgsch     376:   </ul>
1.124     pvalchev  377:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    378:   <ul>
                    379:   <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>
                    380:   <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>
                    381:   <li>USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
                    382:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
                    383:                           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>),
                    384:                        see above <sup>(*)</sup>
                    385:   <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>)
                    386:   <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>
                    387:   <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
                    388:   <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
                    389:   <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>
                    390:   <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
                    391:   <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>
                    392:   <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>
                    393:   <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>
                    394:   <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>
                    395:   <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>
                    396:   </ul>
1.26      miod      397:  <li><strong>Sound Devices</strong>
1.12      jason     398:   <ul>
1.129     nick      399:    <li>onboard SBus CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
                    400:    <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>)
                    401:    <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>)
                    402:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;sektion=4">eap</a>)
1.115     david     403:    <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     404:   </ul>
1.26      miod      405:  <li><strong>Serial Devices</strong>
1.15      jason     406:   <ul>
1.129     nick      407:    <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>)
                    408:    <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>)
                    409:    <li>onboard 16550 compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    410:    <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>)
                    411:    <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>)
                    412:    <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.131     miod      413:    <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc</a>),
                    414: including:
                    415: <font color="#00e000">*</font>
                    416:     <ul>
                    417:     <li>Dolphin Peripherals 4035 (dual serial)
                    418:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    419:     <li>SIIG Cyber 4S PCI (quad serial)
                    420:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    421:     <li>SIIG Cyber Serial, Serial Dual PCI
                    422:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    423:     <li>VScom PCI 100H (1 port serial)
                    424:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    425:     <li>VScom PCI 200H (2 port serial)
                    426:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    427:     <li>VScom PCI 400H (4 port serial)
                    428:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    429:     <li>VScom PCI 800H (8 port serial)
                    430:     <li>VScom PCI 100L (1 port serial)
                    431:     <li>VScom PCI 200L (2 port serial)
                    432:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    433:     <li>VScom PCI 400L (4 port serial)
                    434:     <li>VScom PCI 800L (8 port serial)
                    435:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    436:     <li>US Robotics 3CP5609 PCI (modem)
                    437:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    438:     <li>NEC PK-UG-X008 (serial)
                    439:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    440:     <li>Koutech IOFLEX-2S (dual serial)
                    441:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    442:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    443:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    444:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    445:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    446:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    447:     <li>SUNIX 402x (1 port serial)
                    448:     <li>SUNIX 403x (2 port serial)
                    449:     <li>SUNIX 405x (4 port serial)
                    450:     <li>SUNIX 406x (8 port serial)
                    451:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    452:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    453:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    454:     </ul>
1.15      jason     455:   </ul>
1.34      jason     456:  <li><strong>Cryptography Accelerators</strong>
                    457:   <ul>
1.129     nick      458:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;sektion=4">lofn</a>)
1.114     jason     459:    <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:
                    460:     <ul>
                    461:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    462:     <li>GTGI PowerCrypt Encryption Accelerator
                    463:     <li>NetSec 7751
                    464:     <li>Hifn 7751 and 9751 reference boards
                    465:     <li>Invertex AEON
                    466:     </ul>
1.129     nick      467:    <li>Bluesteelnet 5501/5601, Broadcom uBsec 5801/5802/5805/5820/5821/5822/5823 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;sektion=4">ubsec</a>)
1.34      jason     468:   </ul>
1.61      fgsch     469:  <li><strong>PC Cards (PCMCIA)</strong>
                    470:   <ul>
                    471:    <li>PCMCIA Controllers:
                    472:     <ul>
1.129     nick      473:      <li>SBus PCMCIA bridge (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stp&amp;sektion=4">stp</a>)
1.61      fgsch     474:     </ul>
                    475:    <li>Wireless Ethernet Adapters:
                    476:     <ul>
                    477:      <li>See above.
                    478:     </ul>
                    479:   </ul>
1.124     pvalchev  480:  <li><strong>Radio Receiver Devices</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=sparc64&amp;sektion=9">radio</a>) <sup>(*)</sup>
                    481:   <ul>
                    482:   <li>D-Link DSB-R100 USB radio device (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udsbr&amp;arch=sparc64&amp;sektion=4">udsbr</a>)
                    483:   </ul>
1.15      jason     484:  <li><strong>Miscellaneous Devices</strong>
                    485:   <ul>
1.129     nick      486:    <li>EBus beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
                    487:    <li>performance counters/system controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uperf&amp;sektion=4&amp;arch=sparc64">uperf</a>)
1.15      jason     488:   </ul>
1.12      jason     489: </ul>
1.83      henning   490:
                    491: <p>
1.129     nick      492: <font color="#00e000">*</font> Support added after 3.5.
1.106     jason     493:
                    494: <p>
1.86      miod      495: <h4>Unsupported machines</h4>
                    496:
                    497: <p>
                    498: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    499: <tr>
1.120     miod      500: <td valign="top" width="33%">
1.86      miod      501: <ul>
                    502:  <li>Ultra 80
                    503:  <li>Ultra 450
1.103     miod      504:  <li>Sun Blade 1000
                    505:  <li>Sun Blade 2000
1.86      miod      506:  <li>Enterprise 420R
1.120     miod      507: </ul></td><td valign=top width="33%"><ul>
1.97      deraadt   508:  <li>Enterprise 3000
1.100     brad      509:  <li>Netra t 1120/1125
1.97      deraadt   510:  <li>Netra 20
1.110     brad      511:  <li>Netra 120
                    512:  <li>Sun Fire V210
1.120     miod      513: </ul></td><td valign=top width="33%"><ul>
1.110     brad      514:  <li>Sun Fire V240
                    515:  <li>Sun Fire 280R
                    516:  <li>Sun Fire V480
1.86      miod      517: </ul></td></tr></table>
1.12      jason     518:
1.86      miod      519: <p>
                    520: <h4>Unsupported devices</h4>
                    521: <ul>
1.98      nick      522:  <li>SBus and PCI cards other than those listed above.
1.12      jason     523: </ul>
                    524:
1.4       art       525: <hr>
1.89      miod      526: <a name="hwdocs"></a>
                    527: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                    528:
                    529: <p>
                    530: This list has been originally posted by Marcus Watts to the sparc mailing list.
                    531:
                    532: <p>
                    533: <ul>
1.109     fgsch     534: <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>
                    535: <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>
                    536: <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      537: <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     538: <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     539: <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      540: </ul>
                    541:
                    542: <hr>
                    543: <a name="install"></a>
                    544: <h3><font color="#0000e0">
                    545: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    546: </font></h3>
                    547:
                    548: <p>
                    549: The latest supported OpenBSD/sparc64 release is
1.125     david     550: <a href="35.html">OpenBSD 3.5</a>.
1.89      miod      551: Here are the
1.125     david     552: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/sparc64/INSTALL.sparc64">
                    553: OpenBSD/sparc64 3.5 installation instructions
1.89      miod      554: </a>.
                    555:
                    556: <p>
                    557: Snapshots are made available from time to time, in
                    558: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                    559: as well as in a few
                    560: <a href="ftp.html">mirrors</a>.
                    561: Here are the
1.93      pb        562: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod      563: OpenBSD/sparc64 snapshot installation instructions
                    564: </a> as well.
                    565:
                    566: <p>
                    567: There are several installation media provided, so that
                    568: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.98      nick      569: Ultra1 and Ultra2, miniroot images for machines without floppies,
                    570: as well as network and diskless installs.
1.89      miod      571: <ul>
                    572:   <li><strong>CD boot</strong>
                    573:   <p>
                    574:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    575:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    576:   For the latest list of drivers available on this image, take a look at the
                    577:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                    578:   kernel configuration file.
                    579:   The CD can be booted off the OpenFirmware prompt with
                    580: <pre>
                    581:   boot cdrom
                    582: </pre>
1.125     david     583:   <li><strong>Floppy</strong> (floppy35.fs)
1.89      miod      584:   <p>
                    585:   Booting off the floppy provides a small ffs filesystem with a kernel
                    586:   containing supporting the following sparc64 hardware:
                    587:   <ul>
                    588:     <li>Ultra 1/1E
                    589:     <li>Ultra 2
                    590:   </ul>
                    591:   as well as support for the on-board devices found on these machines.
                    592:   However due to lack of space there are only a few other drivers.
                    593:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    594:   allow installation from cdrom media.
                    595:   For the latest list of drivers available on this image, take a look at the
                    596:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                    597:   kernel configuration file.
                    598:   The floppy can be booted off the OpenFirmware prompt with
                    599: <pre>
                    600:   boot floppy
                    601: </pre>
1.125     david     602:   <li><strong>Miniroot</strong> (miniroot35.fs)
1.89      miod      603:   <p>
                    604:   The miniroot provides the same installation environment as the bootable CD,
                    605:   and is intended for easy bootstrap if there is already an operating system
                    606:   installed on the machine.
                    607:   After dumping the miniroot to the primary swap partition with dd, the
                    608:   miniroot can be booted off the OpenFirmware prompt with a command such as
                    609: <pre>
                    610:   boot disk:b
                    611: </pre>
                    612:   (the disk designation may be different, depending on the chosen swap
                    613:   partition).
                    614:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                    615:   <p>
                    616:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                    617:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                    618:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                    619:   Refer to the
                    620:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                    621:   manual page for details on how to setup a network boot environment.
                    622: </ul>
                    623:
                    624: <p>
                    625: Please note that booting from floppy might not work on your machine; also,
                    626: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    627: they are able to boot Solaris in 64bit-mode); please refer to the
1.125     david     628: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.5/sparc64/INSTALL.sparc64">installation
1.98      nick      629: notes</a> for details.
1.89      miod      630:
                    631: <hr>
1.86      miod      632: <a href="plat.html">
                    633: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    634: </a>
                    635: <br>
                    636: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey    637: <br>
1.132   ! brad      638: <small>$OpenBSD: sparc64.html,v 1.131 2004/08/26 07:42:20 miod Exp $</small>
1.1       mickey    639:
                    640: </body>
                    641: </html>