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

Annotation of www/sparc64.html, Revision 1.155

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.154     miod       85: It is possible to use X in frame buffer mode with all supported SBus
                     86: cards, as well as the on-board ATI graphics or the UPA Creator,
1.59      fgsch      87: Creator 3D or Elite 3D at the boot resolution/depth using the wsfb(4) driver.
1.53      fgsch      88:
1.49      matthieu   89: <p>
1.60      fgsch      90: The directions on how to enable the accelerated and unaccelerated X server
1.85      miod       91: are present in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.86      miod       92:
1.48      jason      93: <hr>
1.86      miod       94: <a name="projects"></a>
                     95: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     96: </strong></font></h3>
1.12      jason      97:
1.86      miod       98: <p>
1.12      jason      99: <ul>
1.72      miod      100:  <li>Improve the pmap module to reduce the number of expensive cache flushes
                    101:  <li>Fix BE64 issues in the userland as they are discovered
1.13      jason     102:  <li>Improve architecture specific documentation
1.86      miod      103:  <li>Provide accelerated X servers for the cgsix and creator frame buffers
1.12      jason     104: </ul>
                    105:
1.4       art       106: <hr>
1.86      miod      107: <a name="hardware"></a>
1.4       art       108: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    109:
1.86      miod      110: <p>
                    111: <h4>Supported machines</h4>
                    112:
                    113: <p>
                    114: OpenBSD/sparc64 has been tested on the following machines:
1.78      deraadt   115: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    116: <tr>
1.119     xsa       117: <td valign="top" width="33%">
1.4       art       118: <ul>
1.19      miod      119:  <li>Ultra 1/1E
1.17      jason     120:  <li>Ultra 2
1.4       art       121:  <li>Ultra 5
                    122:  <li>Ultra 10
1.97      deraadt   123:  <li>Ultra 30
1.82      miod      124:  <li>Ultra 60
1.134     jason     125:  <li>Ultra 80
1.10      jason     126:  <li>SPARCengineUltra AX
1.150     brad      127:  <li>SPARCengineUltra AXe
1.134     jason     128: </ul></td><td valign=top width="33%"><ul>
1.11      jason     129:  <li>SPARCengineUltra AXi
1.50      ian       130:  <li>SPARCengine CP1500
1.151     henning   131:  <li>Enterprise 150
1.46      jason     132:  <li>Enterprise 220R
1.7       jason     133:  <li>Enterprise 250
1.136     deraadt   134:  <li>Enterprise 420R
1.105     miod      135:  <li>Enterprise 450
1.133     jason     136:  <li>Enterprise 4500/5500<font color="#0000e0">*</font>
1.103     miod      137:  <li>Sun Blade 100/150
1.76      miod      138:  <li>Netra X1
1.150     brad      139: </ul></td><td valign=top width="33%"><ul>
1.103     miod      140:  <li>Sun Fire V100
1.105     miod      141:  <li>Sun Fire V120
                    142:  <li>Netra T1 100/105
1.119     xsa       143:  <li>Netra T1 AC200/DC200
1.150     brad      144:  <li>Netra T 1100
                    145:  <li>Netra T 1120/1125
1.136     deraadt   146:  <li>Netra T 1400/1405
1.115     david     147:  <li>Momentum Leopard-V
1.78      deraadt   148: </ul></td></tr></table>
1.4       art       149:
1.136     deraadt   150:
1.86      miod      151: <p>
                    152: Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
1.51      miod      153: may require upgrading the flashprom before OpenBSD can be successfully
1.46      jason     154: installed.
                    155:
1.86      miod      156: <p>
                    157: <h4>Supported devices</h4>
1.9       miod      158:
1.86      miod      159: <p>
1.12      jason     160: <ul>
1.33      jason     161:  <li><strong>Keyboards/Mice</strong>
                    162:   <ul>
1.129     nick      163:    <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>)
                    164:    <li>Type 4, 5, and 6 keyboards on NS16550 serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&amp;sektion=4&amp;arch=sparc64">comkbd</a>)
1.141     mickey    165:    <li>Type 6 keyboards on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
                    166:    <li>PS/2 AT keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&amp;arch=sparc64&amp;sektion=4">pckbd</a>)
                    167:    <li>Sun mice on Zilog (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zstty&amp;sektion=4&amp;arch=sparc64">zstty</a>) or NS16550 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=sparc64&amp;sektion=4">com</a>) serial ports
                    168:    <li>Sun mice on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
                    169:    <li>PS/2 mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;arch=sparc64&amp;sektion=4">pms</a>)
1.33      jason     170:   </ul>
1.86      miod      171:  <li><strong>Frame buffers</strong>
1.33      jason     172:   <ul>
1.98      nick      173:    <li>SBus Video:
1.33      jason     174:     <ul>
1.129     nick      175:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwtwo&amp;sektion=4&amp;arch=sparc64">bwtwo</a> - monochrome, unaccelerated
                    176:      <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
                    177:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgsix&amp;sektion=4&amp;arch=sparc64">cgsix</a> - 8-bit color, accelerated
1.153     miod      178:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgtwelve&amp;sektion=4&amp;arch=sparc64">cgtwelve</a> - 24-bit color, accelerated (but the driver does not support hardware acceleration)
                    179: <font color="#0000e0">*</font>
1.131     miod      180:      <li>Fujitsu AG-10e
                    181: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=agten">agten</a>)
                    182: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    183: mode)
1.149     miod      184:      <li>Parallax XVideo and PowerVideo
                    185: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=tvtwo">tvtwo</a>)
                    186: - 24-bit color, accelerated (but the driver does not support hardware
                    187: acceleration) <font color="#0000e0">*</font>
1.131     miod      188:      <li>RasterFlex family
                    189: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=rfx">rfx</a>)
                    190: - 8/24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    191: mode)
                    192:      <li>Southland Media Systems MGX and MGXPlus (<a
                    193:                     href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=mgx">mgx</a>)
                    194: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    195: mode)
1.149     miod      196:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=vigra">Vigra</a>
                    197: VS10, VS11 and VS12 SBus frame buffers - 8-bit color, unaccelerated, selectable
                    198: VGA and Sun-compatible video modes <font color="#0000e0">*</font>
1.131     miod      199:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=zx">ZX</a>
                    200:        (aka <i>Leo</i>) - 8 or 24-bit color, overlay planes,
                    201:        double-buffered, 3-D acceleration
1.33      jason     202:     </ul>
                    203:    <li>PCI Video:
                    204:     <ul>
1.129     nick      205:      <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      206: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     207:     </ul>
1.56      jason     208:    <li>UPA Video:
                    209:     <ul>
1.129     nick      210:      <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     211:     </ul>
1.33      jason     212:   </ul>
1.12      jason     213:  <li><strong>SCSI Host Adapters</strong>
                    214:   <ul>
1.129     nick      215:    <li>SBus NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
                    216:    <li>SBus 10/100Mbit SunSwift Ethernet+SCSI cards, aka HME + FAS366 cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
1.141     mickey    217:    <li>SBus Qlogic adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&amp;arch=sparc64&amp;sektion=4">isp</a>)
                    218:    <li>PCI NCR53c8xx adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;arch=sparc64&amp;sektion=4">siop</a>)
1.12      jason     219:   </ul>
1.141     mickey    220:  <li><strong>PCI IDE Controllers</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;arch=sparc64&amp;sektion=4">pciide</a>)
1.12      jason     221:   <ul>
                    222:    <li>Acer Labs M5229
1.122     grange    223:    <li>Command Technologies PCI0646, PCI0680
1.12      jason     224:    <li>National Semiconductor PC87415
1.123     grange    225:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     226:   </ul>
                    227:   Other PCI IDE adapters may work, but are untested.
1.141     mickey    228:   <li><strong>CD-ROM and DVD-ROM Drives</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&amp;arch=sparc64&amp;sektion=4">cd</a>)
1.121     grange    229:   <ul>
                    230:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    231:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    232:   </ul>
1.12      jason     233:  <li><strong>Ethernet Adapters</strong>
                    234:   <ul>
1.129     nick      235:    <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>)
                    236:    <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>)
                    237:    <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>)
                    238:    <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>)
                    239:    <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>)
                    240:    <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>)
                    241:    <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>)
                    242:    <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>)
                    243:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
                    244:    <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      245:    <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.141     mickey    246:    <!-- <li>Alteon Tigon I/II-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ti&amp;arch=sparc64&amp;sektion=4">ti</a>), including:
1.80      nate      247:     <ul>
                    248:     <li>3Com 3c985 and 3c985B
                    249:     <li>Alteon ACEnic V (fiber and copper)
                    250:     <li>Digital EtherWORKS 1000SX
                    251:     <li>Farallon PN9000SX
                    252:     <li>Netgear GA620 and GA620T
                    253:     <li>SGI Tigon
1.130     brad      254:     </ul> -->
1.80      nate      255:
1.141     mickey    256:    <li>PCI Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
                    257:    <li>PCI Intel 21145-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
                    258:    <li>PCI Intel i8255x-based (except the i82556) adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;arch=sparc64&amp;sektion=4">fxp</a>)
                    259:    <li>PCI 3Com 3c9xx EtherLink XL adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;arch=sparc64&amp;sektion=4">xl</a>)
                    260:    <li>PCI Intel i82540, i82541, i82542, i82543, i82544, i82545, i82546 and i82547 based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;arch=sparc64&amp;sektion=4">em</a>)
1.140     brad      261:     <ul>
                    262:     <li> Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    263:     <li> Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    264:     <li> Intel PRO/1000T Server Adapter (PWLA8490T)
                    265:     <li> Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    266:     <li> Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    267:     <li> Intel PRO/1000T Desktop Adapter (PWLA8390T)
                    268:     <li> Intel PRO/1000XTL Lo Profile PCI Server (PWLA8490XTL)
                    269:     <li> Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    270:     <li> Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    271:     <li> Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    272:     <li> Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    273:     <li> Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    274:     <li> Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    275:     <li> Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
                    276:     </ul>
1.141     mickey    277:    <li>RealTek 8129/8139-based adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rl&amp;arch=sparc64&amp;sektion=4">rl</a>), including: <font color="#0000e0">*</font>
1.138     robert    278:     <ul>
                    279:     <li>Accton MPX5030 CardBus
                    280:     <li>Allied Telesyn AT2550
                    281:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    282:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
                    283:     <li>Encore ENL832-TX 10/100 M PCI
                    284:     <li>Genius GF100TXR
                    285:     <li>KTX-9130TX 10/100 Fast Ethernet
                    286:     <li>Longshine LCS-8038TX-R
                    287:     <li>NDC Communications NE100TX-E
                    288:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    289:     <li>Nortel BayStack 21
                    290:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    291:     <li>SMC EZ Card 10/100 PCI 1211-TX
                    292:     <li>TrendNet TE100-PCBUSR CardBus
                    293:     </ul>
1.135     jason     294:    <li>ADMtek AN986-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>), including:
1.124     pvalchev  295:     <ul>
1.152     jsg       296:     <li>3Com 3c460b
1.124     pvalchev  297:     <li>Abocom UFE1000
                    298:     <li>Abocom DSB650TX
                    299:     <li>Accton USB320-EC
                    300:     <li>Accton SpeedStream Ethernet
                    301:     <li>Admtek Pegasus
                    302:     <li>Admtek Pegasus II
1.152     jsg       303:     <li>AEI USB Fast Ethernet<font color="#0000e0">*</font>
                    304:     <li>Allied Telesyn AT-USB100<font color="#0000e0">*</font>
                    305:     <li>ATEN UC-110T<font color="#0000e0">*</font>
                    306:     <li>Belkin USB to LAN
1.124     pvalchev  307:     <li>Billionton Systems USB100
1.152     jsg       308:     <li>Billionton Systems USB100EL
                    309:     <li>Billionton Systems USB100LP
                    310:     <li>Billionton Systems USBE100
1.124     pvalchev  311:     <li>Corega FEther USB-TX
1.152     jsg       312:     <li>Corega FEther USB-TXS
1.124     pvalchev  313:     <li>D-Link DSB-650
                    314:     <li>D-Link DSB-650TX
                    315:     <li>D-Link DSB-650TX-PNA
1.152     jsg       316:     <li>ELCON Systemtechnik Goldpfeil P-LAN<font color="#0000e0">*</font>
                    317:     <li>Elecom LD-USB/TX
                    318:     <li>Elecom LD-USBL/TX
1.124     pvalchev  319:     <li>Elsa Microlink USB2Ethernet
1.152     jsg       320:     <li>GIGABYTE GN-BR402W<font color="#0000e0">*</font>
                    321:     <li>Hawking UF100
                    322:     <li>HP HN210E
1.124     pvalchev  323:     <li>I/O DATA USB ETTX
                    324:     <li>Kingston KNU101TX
1.152     jsg       325:     <li>Laneed LD-USBL/TX
1.124     pvalchev  326:     <li>LinkSys USB100TX
                    327:     <li>LinkSys USB100H1
1.152     jsg       328:     <li>LinkSys USB10T
1.124     pvalchev  329:     <li>LinkSys USB10TA
1.152     jsg       330:     <li>LinkSys USB10TX
1.124     pvalchev  331:     <li>Melco Inc. LUA-TX
1.152     jsg       332:     <li>Melco Inc. LUA2-TX
                    333:     <li>Microsoft MN110
                    334:     <li>Mobility EasiDock Ethernet<font color="#0000e0">*</font>
1.124     pvalchev  335:     <li>Netgear FA101
1.152     jsg       336:     <li>Omnidirectional Control Technology USB TO Ethernet<font color="#0000e0">*</font>
1.124     pvalchev  337:     <li>Siemens SpeedStream USB
                    338:     <li>Smartbridges smartNIC 2
                    339:     <li>SMC 2202USB
                    340:     <li>SMC EZ Connect USB
                    341:     <li>SOHOware NUB100
1.152     jsg       342:     <li>SOHOware NUB110<font color="#0000e0">*</font>
                    343:     </ul>
                    344: <li>ASIX Electronics AX88172 based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>), including:
                    345: <font color="#0000e0">*</font>
                    346:     <ul>
                    347:     <li>ATEN UC210T<font color="#0000e0">*</font>
                    348:     <li>Billionton Systems USB2AR<font color="#0000e0">*</font>
                    349:     <li>Buffalo(MELCO) LUA-U2-KTX
                    350:     <li>Corega FEther USB2-TX<font color="#0000e0">*</font>
                    351:     <li>D-Link DUB-E100
                    352:     <li>Hawking UF200<font color="#0000e0">*</font>
                    353:     <li>Intellinet USB 2.0 to Ethernet (rev A)
                    354:     <li>LinkSys USB200M
                    355:     <li>Netgear FA120
                    356:     <li>Sitecom LN-029<font color="#0000e0">*</font>
                    357:     <li>SnapPort USB 2.0 LAN Adapter<font color="#0000e0">*</font>
                    358:     <li>ST Lab USB 2.0 Fast Ethernet
                    359:     <li>Surecom EP-1427X-2<font color="#0000e0">*</font>
                    360:     <li>System TALKS SGC-X2UL
                    361:     <li>TRENDnet TU2-ET100<font color="#0000e0">*</font>
1.124     pvalchev  362:     </ul>
1.135     jason     363:    <li>CATC USB-EL1210A-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>), including:
1.124     pvalchev  364:     <ul>
1.152     jsg       365:     <li>Belkin F5U111
1.124     pvalchev  366:     <li>CATC Netmate and Netmate II
1.152     jsg       367:     <li>SmartBridges SmartLink
1.124     pvalchev  368:     </ul>
1.143     mickey    369:    <li>Davicom DM9601 USB Ethernet adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>), including:
1.148     jsg       370: <font color="#0000e0">*</font>
1.143     mickey    371:     <ul>
                    372:     <li>Corega FEther USB-TXC
                    373:     </ul>
1.135     jason     374:    <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>), including:
1.124     pvalchev  375:     <ul>
1.152     jsg       376:     <li>3Com 3c19250
1.124     pvalchev  377:     <li>3Com 3c460 HomeConnect
1.152     jsg       378:     <li>AboCom Systems URE450 Ethernet
1.124     pvalchev  379:     <li>ADS Technologies USB-10BT
                    380:     <li>Aox USB101
1.152     jsg       381:     <li>Asante USB to Ethernet
                    382:     <li>ATen DSB-650C
1.124     pvalchev  383:     <li>ATen UC10T
                    384:     <li>Corega USB-T
1.152     jsg       385:     <li>D-Link DSB-650C
                    386:     <li>Entrega NET-USB-E45
                    387:     <li>I/O Data USB-ET/T
                    388:     <li>Jaton USB XpressNet
1.124     pvalchev  389:     <li>Kawasaki USB101
1.152     jsg       390:     <li>Kingston Ethernet
1.124     pvalchev  391:     <li>LinkSys USB10T
1.152     jsg       392:     <li>Mobility Ethernet
1.124     pvalchev  393:     <li>Netgear EA101
                    394:     <li>Peracom USB
1.152     jsg       395:     <li>Portgear Ethernet
                    396:     <li>Portsmith Express Ethernet
                    397:     <li>Psion Dacom Gold Port Ethernet<font color="#0000e0">*</font>
                    398:     <li>Shark Pocket Adapter
                    399:     <li>Silicom U2E<font color="#0000e0">*</font>
                    400:     <li>SMC 2102USB
                    401:     <li>SMC 2104USB
1.124     pvalchev  402:     </ul>
1.135     jason     403:    <li>Realtek RTL8150L based USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=sparc64&amp;sektion=4">url</a>), including:
1.124     pvalchev  404:     <ul>
1.152     jsg       405:     <li>Abocom RTL8151<font color="#0000e0">*</font>
1.124     pvalchev  406:     <li>GreenHouse GH-USB100B
1.152     jsg       407:     <li>GreenHouse GH-USB100B with HomePNA<font color="#0000e0">*</font>
1.124     pvalchev  408:     <li>Linksys USB100M
1.152     jsg       409:     <li>Longshine LCS-8138TX<font color="#0000e0">*</font>
                    410:     <li>Melco Inc. LUA-KTX
                    411:     <li>Micronet SP128AR<font color="#0000e0">*</font>
                    412:     <li>SMC 2208USB/ETH
                    413:     <li>TrendNet TU-ET100C<font color="#0000e0">*</font>
                    414:     <li>Zt USB10/100
1.124     pvalchev  415:     </ul>
                    416:    </ul>
1.83      henning   417:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     418:   <ul>
1.155   ! jsg       419:   <li>Atmel AT76C50x based USB 802.11b adapters
        !           420:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=sparc64&amp;sektion=4">atu</a>), including:
        !           421:   <font color="#0000e0">*</font>
1.81      henning   422:     <ul>
1.155   ! jsg       423:     <li>Acer Peripherals AWL300
        !           424:     <li>Acer Peripherals AWL400
        !           425:     <li>Aincomm AWU2000B
        !           426:     <li>Bluetake BW002
        !           427:     <li>D-Link DWL-120
        !           428:     <li>Geowave GW-US11S
        !           429:     <li>Linksys WUSB11
        !           430:     <li>Linksys WUSB11-V28
        !           431:     <li>Netgear MA101 rev B
        !           432:     <li>Ovislink AirLive WL-1120USB
        !           433:     <li>OvisLink AirLive WL-1130USB
        !           434:     <li>SMC 2662W-AR
        !           435:     <li>SMC 2662W-V4
        !           436:     </ul>
        !           437:   <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters (will be detected as PCMCIA adapters)
        !           438:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>)
        !           439:     <ul>
        !           440:     <li>Buffalo AirStation
        !           441:     <li>D-Link DCF-660W
        !           442:     <li>ELSA XI800
        !           443:     <li>Linksys WCF12
        !           444:     <li>Netgear MA701
        !           445:     </ul>
        !           446:   <li>Intersil PRISM 2-3, Lucent Hermes and Symbol Spectrum 24 based PCMCIA 802.11b adapters
        !           447:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
        !           448:     <ul>
        !           449:     <li>3Com AirConnect 3CRWE737A
        !           450:     <li>ACTIONTEC HWC01170
        !           451:     <li>Addtron AWP-100
        !           452:     <li>Agere Orinoco
        !           453:     <li>ARtem Onair
        !           454:     <li>BUFFALO AirStation
        !           455:     <li>Cabletron RoamAbout
        !           456:     <li>Compaq Agency NC5004
        !           457:     <li>Contec FLEXLAN/FX-DS110-PCC
        !           458:     <li>Corega PCC-11
        !           459:     <li>Corega PCCA-11
        !           460:     <li>Corega PCCB-11
        !           461:     <li>Corega CGWLPCIA11
        !           462:     <li>Dlink DWL650 revisions A1-J3
        !           463:     <li>ELSA XI300
        !           464:     <li>ELSA XI325
        !           465:     <li>ELSA XI325H
        !           466:     <li>EMTAC A2424i
        !           467:     <li>Ericsson Wireless LAN CARD C11
        !           468:     <li>Gemtek WL-311
        !           469:     <li>Hawking Technology WE110P
        !           470:     <li>I-O DATA WN-B11/PCM
        !           471:     <li>Intel PRO/Wireless 2011
        !           472:     <li>Intersil Prism II
        !           473:     <li>Linksys Instant Wireless WPC11
        !           474:     <li>Linksys Instant Wireless WPC11 2.5
        !           475:     <li>Linksys Instant Wireless WPC11 3.0
        !           476:     <li>Lucent WaveLAN
        !           477:     <li>NANOSPEED ROOT-RZ2000
        !           478:     <li>NEC CMZ-RT-WP
        !           479:     <li>Netgear MA401
        !           480:     <li>Netgear MA401RA
        !           481:     <li>Nokia C020 Wireless LAN
        !           482:     <li>Nokia C110/C111 Wireless LAN
        !           483:     <li>NTT-ME 11Mbps Wireless LAN
        !           484:     <li>Planex GW-NS11H Wireless LAN
        !           485:     <li>Proxim Harmony
        !           486:     <li>Proxim RangeLAN-DS
        !           487:     <li>Samsung MagicLAN SWL-2000N
        !           488:     <li>SMC 2632 EZ Connect
        !           489:     <li>Symbol Spectrum24
        !           490:     <li>TDK LAK-CD011WL
        !           491:     <li>US Robotics 2410
        !           492:     <li>US Robotics 2445
        !           493:     </ul>
        !           494:   <li>Intersil PRISM 2-3 and Symbol Spectrum24 based PCI 802.11b adapters
        !           495:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
        !           496:     <ul>
        !           497:     <li>3Com AirConnect 3CRWE777A PCI
        !           498:     <li>Belkin F5D6000 PCI (a rebadged WL11000P)
        !           499:     <li>Corega CGWLPCIA11 PCI
        !           500:     <li>Eumitcom WL11000P PCI
        !           501:     <li>Dlink DWL520 PCI revisions A and B
        !           502:     <li>Global Sun Technology GL24110P PCI (untested)
        !           503:     <li>Global Sun Technology GL24110P02 PCI
        !           504:     <li>Intersil Mini-PCI
        !           505:     <li>LinkSys WDT11 PCI (a rebadged GL24110P02)
        !           506:     <li>NDC/Sohoware NCP130 PCI
        !           507:     <li>Netgear MA301 PCI
        !           508:     <li>Netgear MA311 PCI
        !           509:     <li>US Robotics 2415 PCI (rebadged WL11000P)
        !           510:     <li>Nortel E-mobility 211818-A
        !           511:     <li>Symbol LA4123
        !           512:     </ul>
        !           513:   <li>Intersil PRISM 2.5/3 based USB 802.11b adapters
        !           514:   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=sparc64&amp;sektion=4">wi</a>), including:
        !           515:     <ul>
        !           516:     <li>Acer Warplink USB-400
        !           517:     <li>Actiontec HWU01170
        !           518:     <li>AirVast WM168b<font color="#0000e0">*</font>
        !           519:     <li>Ambit WLAN<font color="#0000e0">*</font>
        !           520:     <li>Apacer Wireless Steno MB112
        !           521:     <li>ASUS WL-140<font color="#0000e0">*</font>
        !           522:     <li>Compaq W100<font color="#0000e0">*</font>
        !           523:     <li>Corega WLUSB-11
        !           524:     <li>Corega WLUSB-11 Key<font color="#0000e0">*</font>
        !           525:     <li>D-Link DWL-120 (rev F)<font color="#0000e0">*</font>
        !           526:     <li>D-Link DWL-122
        !           527:     <li>I-O DATA WN-B11/USB
        !           528:     <li>Intel PRO/Wireless 2011B
        !           529:     <li>Intersil Prism 2X
        !           530:     <li>JVC MP-XP7250
        !           531:     <li>Linksys WUSB11 v3.0
        !           532:     <li>Linksys WUSB12
        !           533:     <li>Melco WLI-USB-KB11<font color="#0000e0">*</font>
        !           534:     <li>Melco WLI-USB-KS11G
        !           535:     <li>Melco WLI-USB-S11<font color="#0000e0">*</font>
        !           536:     <li>Microsoft MN510
        !           537:     <li>Netgear MA111 (version 1 only)
        !           538:     <li>Pheenet WL-503IA<font color="#0000e0">*</font>
        !           539:     <li>Planex GW-US11H<font color="#0000e0">*</font>
        !           540:     <li>Siemens SpeedStream SS1022
        !           541:     <li>Sitecom WL-022<font color="#0000e0">*</font>
        !           542:     <li>Syntax USB-400
        !           543:     <li>US Robotics 1120<font color="#0000e0">*</font>
        !           544:     <li>Z-Com XI-725/726<font color="#0000e0">*</font>
        !           545:     <li>Z-Com XI-735<font color="#0000e0">*</font>
        !           546:     <li>ZyXEL ZyAIR B-200<font color="#0000e0">*</font>
1.81      henning   547:     </ul>
1.61      fgsch     548:   </ul>
1.124     pvalchev  549:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    550:   <ul>
1.135     jason     551:   <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=sparc64&amp;sektion=4">uaudio</a>)
                    552:   <li>USB Diamond MultiMedia Rio MP3 players (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&amp;arch=sparc64&amp;sektion=4">urio</a>)
1.143     mickey    553:   <li>USB Ethernet adapters (
                    554:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
1.152     jsg       555:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>,
1.143     mickey    556:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
1.145     saad      557:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>,
1.152     jsg       558:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>,
                    559:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=sparc64&amp;sektion=4">url</a>)
1.143     mickey    560:     see above
1.124     pvalchev  561:   <li>USB Generic Human Interface Devices (catch-all) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;arch=sparc64&amp;sektion=4">uhid</a>)
1.135     jason     562:   <li>USB Handspring Visor (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uvisor&amp;arch=sparc64&amp;sektion=4">uvisor</a>)
1.124     pvalchev  563:   <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
                    564:   <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;arch=sparc64&amp;sektion=4">ukbd</a>)
1.135     jason     565:   <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick controllers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;arch=sparc64&amp;sektion=4">umass</a>)
1.124     pvalchev  566:   <li>USB Mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;arch=sparc64&amp;sektion=4">ums</a>)
1.135     jason     567:   <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=sparc64&amp;sektion=4">umodem</a>)
                    568:   <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=sparc64&amp;sektion=4">ulpt</a>)
                    569:   <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>)
                    570:   <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=sparc64&amp;sektion=4">upl</a>)
                    571:   <li>USB Y@p phone (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uyap&amp;arch=sparc64&amp;sektion=4">uyap</a>)
1.124     pvalchev  572:   </ul>
1.26      miod      573:  <li><strong>Sound Devices</strong>
1.12      jason     574:   <ul>
1.129     nick      575:    <li>onboard SBus CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
                    576:    <li>onboard EBus/PCI CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioce&amp;sektion=4&amp;arch=sparc64">audioce</a>)
1.141     mickey    577:    <li>Trident 4DWAVE-DX/NX, Sis 7018, ALi M5451 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&amp;arch=sparc64&amp;sektion=4">autri</a>)
                    578:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=sparc64&amp;sektion=4">eap</a>)
                    579:    <li>ESS Solo-1 PCI AudioDrive (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eso&amp;arch=sparc64&amp;sektion=4">eso</a>)
1.12      jason     580:   </ul>
1.26      miod      581:  <li><strong>Serial Devices</strong>
1.15      jason     582:   <ul>
1.129     nick      583:    <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>)
                    584:    <li>onboard EBus Infineon (Siemens) 82532 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sab&amp;sektion=4&amp;arch=sparc64">sab</a>)
1.141     mickey    585:    <li>onboard 16550 compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;arch=sparc64&amp;sektion=4">com</a>)
1.129     nick      586:    <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>)
                    587:    <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>)
                    588:    <li> Aurora SBus sio2/pio1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asio&amp;sektion=4&amp;arch=sparc64">asio</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apio&amp;sektion=4&amp;arch=sparc64">apio</a>)
1.141     mickey    589:    <li>PCI "universal" communication cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;arch=sparc64&amp;sektion=4">puc</a>),
1.131     miod      590: including:
                    591:     <ul>
                    592:     <li>Dolphin Peripherals 4035 (dual serial)
                    593:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                    594:     <li>SIIG Cyber 4S PCI (quad serial)
                    595:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                    596:     <li>SIIG Cyber Serial, Serial Dual PCI
                    597:     <li>VScom PCI-800 (8 port serial, probably OEM)
                    598:     <li>VScom PCI 100H (1 port serial)
                    599:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                    600:     <li>VScom PCI 200H (2 port serial)
                    601:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                    602:     <li>VScom PCI 400H (4 port serial)
                    603:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                    604:     <li>VScom PCI 800H (8 port serial)
                    605:     <li>VScom PCI 100L (1 port serial)
                    606:     <li>VScom PCI 200L (2 port serial)
                    607:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                    608:     <li>VScom PCI 400L (4 port serial)
                    609:     <li>VScom PCI 800L (8 port serial)
                    610:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                    611:     <li>US Robotics 3CP5609 PCI (modem)
                    612:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                    613:     <li>NEC PK-UG-X008 (serial)
                    614:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                    615:     <li>Koutech IOFLEX-2S (dual serial)
                    616:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                    617:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                    618:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                    619:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                    620:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                    621:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                    622:     <li>SUNIX 402x (1 port serial)
                    623:     <li>SUNIX 403x (2 port serial)
                    624:     <li>SUNIX 405x (4 port serial)
                    625:     <li>SUNIX 406x (8 port serial)
                    626:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                    627:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                    628:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                    629:     </ul>
1.15      jason     630:   </ul>
1.34      jason     631:  <li><strong>Cryptography Accelerators</strong>
                    632:   <ul>
1.141     mickey    633:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=sparc64&amp;sektion=4">lofn</a>)
                    634:    <li>Hifn 7751/7811/7951/7955/7956-based boards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&amp;arch=sparc64&amp;sektion=4">hifn</a>), including:
1.114     jason     635:     <ul>
                    636:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                    637:     <li>GTGI PowerCrypt Encryption Accelerator
                    638:     <li>NetSec 7751
                    639:     <li>Hifn 7751 and 9751 reference boards
                    640:     <li>Invertex AEON
                    641:     </ul>
1.141     mickey    642:    <li>Bluesteelnet 5501/5601, Broadcom uBsec 5801/5802/5805/5820/5821/5822/5823 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&amp;arch=sparc64&amp;sektion=4">ubsec</a>)
1.34      jason     643:   </ul>
1.61      fgsch     644:  <li><strong>PC Cards (PCMCIA)</strong>
                    645:   <ul>
                    646:    <li>PCMCIA Controllers:
                    647:     <ul>
1.141     mickey    648:      <li>SBus PCMCIA bridge (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stp&amp;arch=sparc64&amp;sektion=4">stp</a>)
1.61      fgsch     649:     </ul>
                    650:    <li>Wireless Ethernet Adapters:
                    651:     <ul>
                    652:      <li>See above.
                    653:     </ul>
                    654:   </ul>
1.135     jason     655:  <li><strong>Radio Receiver Devices</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radio&amp;arch=sparc64&amp;sektion=9">radio</a>)
1.124     pvalchev  656:   <ul>
                    657:   <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>)
                    658:   </ul>
1.15      jason     659:  <li><strong>Miscellaneous Devices</strong>
                    660:   <ul>
1.129     nick      661:    <li>EBus beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
                    662:    <li>performance counters/system controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uperf&amp;sektion=4&amp;arch=sparc64">uperf</a>)
1.133     jason     663:    <li>FireHose controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fhc&amp;sektion=4&amp;arch=sparc64">fhc</a>)
                    664:    <li>Central controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=central&amp;sektion=4&amp;arch=sparc64">central</a>)
                    665:    <li>Clock board  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=clkbrd&amp;sektion=4&amp;arch=sparc64">clkbrd</a>)
1.153     miod      666:    <li>SBus Expansion Subsystem (SUNW,xbox) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xbox&amp;sektion=4&amp;arch=sparc64">xbox</a>)
                    667: [Currently restricted to non-DMA devices]
                    668: <font color="#0000e0">*</font>
1.15      jason     669:   </ul>
1.12      jason     670: </ul>
1.83      henning   671:
                    672: <p>
1.133     jason     673: <font color="#0000e0">*</font> Support added after 3.6.
1.106     jason     674:
                    675: <p>
1.86      miod      676: <h4>Unsupported machines</h4>
                    677:
                    678: <p>
                    679: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    680: <tr>
1.120     miod      681: <td valign="top" width="33%">
1.86      miod      682: <ul>
1.103     miod      683:  <li>Sun Blade 1000
                    684:  <li>Sun Blade 2000
1.134     jason     685:  <li>Enterprise 3000
1.120     miod      686: </ul></td><td valign=top width="33%"><ul>
1.97      deraadt   687:  <li>Netra 20
1.110     brad      688:  <li>Netra 120
                    689:  <li>Sun Fire V210
1.120     miod      690: </ul></td><td valign=top width="33%"><ul>
1.110     brad      691:  <li>Sun Fire V240
                    692:  <li>Sun Fire 280R
                    693:  <li>Sun Fire V480
1.86      miod      694: </ul></td></tr></table>
1.12      jason     695:
1.86      miod      696: <p>
                    697: <h4>Unsupported devices</h4>
                    698: <ul>
1.98      nick      699:  <li>SBus and PCI cards other than those listed above.
1.12      jason     700: </ul>
                    701:
1.4       art       702: <hr>
1.89      miod      703: <a name="hwdocs"></a>
                    704: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                    705:
                    706: <p>
                    707: This list has been originally posted by Marcus Watts to the sparc mailing list.
                    708:
                    709: <p>
                    710: <ul>
1.109     fgsch     711: <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>
                    712: <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>
                    713: <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      714: <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     715: <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     716: <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      717: </ul>
                    718:
                    719: <hr>
                    720: <a name="install"></a>
                    721: <h3><font color="#0000e0">
                    722: <strong>Getting and installing OpenBSD/sparc64:</strong>
                    723: </font></h3>
                    724:
                    725: <p>
                    726: The latest supported OpenBSD/sparc64 release is
1.146     miod      727: <a href="36.html">OpenBSD 3.6</a>.
1.89      miod      728: Here are the
1.146     miod      729: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.6/sparc64/INSTALL.sparc64">
                    730: OpenBSD/sparc64 3.6 installation instructions
1.89      miod      731: </a>.
                    732:
                    733: <p>
                    734: Snapshots are made available from time to time, in
                    735: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                    736: as well as in a few
                    737: <a href="ftp.html">mirrors</a>.
                    738: Here are the
1.93      pb        739: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod      740: OpenBSD/sparc64 snapshot installation instructions
                    741: </a> as well.
                    742:
                    743: <p>
                    744: There are several installation media provided, so that
                    745: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.98      nick      746: Ultra1 and Ultra2, miniroot images for machines without floppies,
                    747: as well as network and diskless installs.
1.89      miod      748: <ul>
                    749:   <li><strong>CD boot</strong>
                    750:   <p>
                    751:   Booting off the CD provides a small ffs filesystem with a kernel containing
                    752:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                    753:   For the latest list of drivers available on this image, take a look at the
                    754:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                    755:   kernel configuration file.
                    756:   The CD can be booted off the OpenFirmware prompt with
                    757: <pre>
                    758:   boot cdrom
                    759: </pre>
1.147     miod      760:   <li><strong>Floppy</strong> (floppy36.fs)
1.89      miod      761:   <p>
                    762:   Booting off the floppy provides a small ffs filesystem with a kernel
                    763:   containing supporting the following sparc64 hardware:
                    764:   <ul>
                    765:     <li>Ultra 1/1E
                    766:     <li>Ultra 2
                    767:   </ul>
1.137     deraadt   768:   <p>
1.89      miod      769:   as well as support for the on-board devices found on these machines.
                    770:   However due to lack of space there are only a few other drivers.
                    771:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                    772:   allow installation from cdrom media.
                    773:   For the latest list of drivers available on this image, take a look at the
                    774:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                    775:   kernel configuration file.
                    776:   The floppy can be booted off the OpenFirmware prompt with
                    777: <pre>
                    778:   boot floppy
                    779: </pre>
1.137     deraadt   780:   <p>
1.147     miod      781:   <li><strong>Miniroot</strong> (miniroot36.fs)
1.89      miod      782:   <p>
                    783:   The miniroot provides the same installation environment as the bootable CD,
                    784:   and is intended for easy bootstrap if there is already an operating system
                    785:   installed on the machine.
                    786:   After dumping the miniroot to the primary swap partition with dd, the
                    787:   miniroot can be booted off the OpenFirmware prompt with a command such as
                    788: <pre>
                    789:   boot disk:b
                    790: </pre>
                    791:   (the disk designation may be different, depending on the chosen swap
                    792:   partition).
1.137     deraadt   793:   <p>
1.89      miod      794:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                    795:   <p>
                    796:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                    797:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                    798:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                    799:   Refer to the
                    800:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                    801:   manual page for details on how to setup a network boot environment.
                    802: </ul>
                    803:
                    804: <p>
                    805: Please note that booting from floppy might not work on your machine; also,
                    806: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    807: they are able to boot Solaris in 64bit-mode); please refer to the
1.146     miod      808: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.6/sparc64/INSTALL.sparc64">installation
1.98      nick      809: notes</a> for details.
1.89      miod      810:
                    811: <hr>
1.86      miod      812: <a href="plat.html">
                    813: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    814: </a>
                    815: <br>
                    816: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey    817: <br>
1.155   ! jsg       818: <small>$OpenBSD: sparc64.html,v 1.154 2005/03/05 02:16:19 miod Exp $</small>
1.1       mickey    819:
                    820: </body>
                    821: </html>