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

Annotation of www/sparc64.html, Revision 1.226

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