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

Annotation of www/sparc64.html, Revision 1.279

1.267     deraadt     1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
1.86      miod        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.262     saad       12: <meta name="copyright" content="This document copyright 1996-2008 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.272     kettenis   23: OpenBSD/sparc64 runs on the 64-bit Sun UltraSPARC machines based on
1.276     kettenis   24: the UltraSPARC I, II, III, IV, and T1 processors and the Fujitsu
                     25: SPARC64 machines based on the SPARC64-V processor.
1.86      miod       26:
                     27: <p>
                     28: A mailing list dedicated to the OpenBSD/sparc and OpenBSD/sparc64 ports is
                     29: available at <u><font color="#23238e">sparc@openbsd.org</font></u>.
1.98      nick       30: To join the OpenBSD/sparc and OpenBSD/sparc64 mailing list, send a message
                     31: body of <b>"subscribe sparc"</b> to
                     32: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
1.86      miod       33: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     34: subscribing.
                     35:
                     36: <p>
1.245     deraadt    37: The current port maintainer is Mark Kettenis
                     38: (<a href="mailto:kettenis@openbsd.org">kettenis@openbsd.org</a>).
1.86      miod       39: Others are definitely welcome to contribute!
1.48      jason      40:
1.236     nick       41: <a name="toc"></a>
1.86      miod       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
1.262     saad       69: devices required for X11R6 support).  The other architectures that
                     70: OpenBSD supports have benefited because some kinds of bugs are
1.260     deraadt    71: exposed more often by the 64-bit big endian nature of UltraSPARC.
1.204     deraadt    72:
                     73: <p>
1.270     sthen      74: Sun refused access to the necessary documentation for the (very bizarre)
1.260     deraadt    75: host bridge and caches in the UltraSPARC III machines, so a few years were
                     76: lost before some reverse engineering figured out the changes in these
                     77: machines (and the undocumented processor bugs, too).  In 2007, Sun
                     78: <a href="#hwdocs">was finally convinced</a> to release the missing
                     79: information, and development progress became more rapid.
                     80:
                     81: <p>
                     82: OpenBSD 4.0 was the first release to ship with support for the
1.272     kettenis   83: UltraSPARC III based machines; OpenBSD 4.3 first with SMP support, and
1.276     kettenis   84: OpenBSD 4.4 will be the first to support the UltraSPARC-IV, UltraSPARC
                     85: T1 and SPARC64-V processors.
1.204     deraadt    86:
                     87: <p>
                     88: And since there are always little bits missing, work is continuing...
1.48      jason      89:
1.1       mickey     90: <hr>
1.86      miod       91: <a name="status"></a>
1.4       art        92: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     93:
                     94: <p>
1.224     kettenis   95: Currently most of the hardware available to the developers boots
                     96: multiuser and supports enough of the on-board devices to be generally
1.241     kettenis   97: usable.
1.4       art        98:
1.49      matthieu   99: <p>
1.162     matthieu  100: The X Window System is supported on most systems.
                    101: Only the ATI graphics adapters are supported with the accelerated X.Org server
1.49      matthieu  102: at the current time.
1.154     miod      103: It is possible to use X in frame buffer mode with all supported SBus
                    104: cards, as well as the on-board ATI graphics or the UPA Creator,
1.59      fgsch     105: Creator 3D or Elite 3D at the boot resolution/depth using the wsfb(4) driver.
1.53      fgsch     106:
1.49      matthieu  107: <p>
1.60      fgsch     108: The directions on how to enable the accelerated and unaccelerated X server
1.85      miod      109: are present in the <tt>/usr/X11R6/README</tt> file on the installed system.
1.86      miod      110:
1.48      jason     111: <hr>
1.86      miod      112: <a name="projects"></a>
                    113: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    114: </strong></font></h3>
1.12      jason     115:
1.86      miod      116: <p>
1.12      jason     117: <ul>
1.261     deraadt   118:  <li>Improve the pmap module to reduce the number of expensive cache flushes.
                    119:  <li>Fix BE64 issues in the userland as they are discovered.
                    120:  <li>Improve architecture specific documentation.
                    121:  <li>Provide accelerated X servers for the cgsix and creator frame buffers.
1.260     deraadt   122:  <li>Fix the CDROM interrupt spin that some machines see.
                    123:  <li>Fix the vga / schizo crashes that occur on some machines.
1.12      jason     124: </ul>
                    125:
1.4       art       126: <hr>
1.86      miod      127: <a name="hardware"></a>
1.4       art       128: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    129:
1.86      miod      130: <p>
                    131: <h4>Supported machines</h4>
                    132:
                    133: <p>
1.264     kettenis  134: OpenBSD/sparc64 is known or expected to work on the following machines:
1.78      deraadt   135: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    136: <tr>
1.119     xsa       137: <td valign="top" width="33%">
1.4       art       138: <ul>
1.19      miod      139:  <li>Ultra 1/1E
1.17      jason     140:  <li>Ultra 2
1.203     brad      141:  <li>Ultra 5/10
1.269     kettenis  142:  <li>Ultra 25/45
1.203     brad      143:  <li>Ultra 30/60/80
1.10      jason     144:  <li>SPARCengineUltra AX
1.150     brad      145:  <li>SPARCengineUltra AXe
1.197     deraadt   146:  <li>SPARCengineUltra AXi
1.50      ian       147:  <li>SPARCengine CP1500
1.151     henning   148:  <li>Enterprise 150
1.46      jason     149:  <li>Enterprise 220R
1.207     deraadt   150:  <li>Enterprise 250
1.231     kettenis  151:  <li>Enterprise 420R
1.259     kettenis  152:  <li>Enterprise 450
1.276     kettenis  153:  <li>Enterprise 3000/4000/5000/6000
1.269     kettenis  154: </ul></td><td valign=top width="33%"><ul>
1.206     brad      155:  <li>Enterprise 3500/4500/5500/6500
1.259     kettenis  156:  <li>Enterprise 10000
1.103     miod      157:  <li>Sun Blade 100/150
1.203     brad      158:  <li>Sun Blade 1000/1500/2000/2500
1.264     kettenis  159:  <li>Sun Blade T6300
1.203     brad      160:  <li>Sun Fire V100/V120
1.229     kettenis  161:  <li>Sun Fire V125
1.231     kettenis  162:  <li>Sun Fire V210/V240/V440
1.247     kettenis  163:  <li>Sun Fire V215/V245
1.230     kettenis  164:  <li>Sun Fire V250
1.203     brad      165:  <li>Sun Fire 280R
1.231     kettenis  166:  <li>Sun Fire V480/V880
1.276     kettenis  167:  <li>Sun Fire V490/V890
1.264     kettenis  168:  <li>Sun Fire T1000/T2000
1.274     kettenis  169:  <li>Sun SPARC Enterprise T1000/T2000
1.269     kettenis  170: </ul></td><td valign=top width="33%"><ul>
1.207     deraadt   171:  <li>Netra X1
1.255     kettenis  172:  <li>Netra 20/T4
1.203     brad      173:  <li>Netra 120
1.232     kettenis  174:  <li>Netra 210/240/440
1.105     miod      175:  <li>Netra T1 100/105
1.119     xsa       176:  <li>Netra T1 AC200/DC200
1.150     brad      177:  <li>Netra T 1100
                    178:  <li>Netra T 1120/1125
1.136     deraadt   179:  <li>Netra T 1400/1405
1.264     kettenis  180:  <li>Netra CP3060
                    181:  <li>Netra T2000
1.115     david     182:  <li>Momentum Leopard-V
1.242     kettenis  183:  <li>RDI/Tadpole Ultrabook 170/200
1.272     kettenis  184:  <li>Fujitsu PRIMEPOWER 250/450
1.274     kettenis  185:  <li>Fujitsu PRIMEPOWER 650/850
1.78      deraadt   186: </ul></td></tr></table>
1.4       art       187:
1.231     kettenis  188: <p>
1.276     kettenis  189: Support for the UltraSPARC-IV machine, the UltraSPARC T1 machines, the
                    190: SPARC64-V machines and full support for the Ultra 25/45 and the
                    191: Enterprise 10000 was first introduced in OpenBSD 4.3-current.
1.264     kettenis  192:
                    193: <p>
1.86      miod      194: Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
1.51      miod      195: may require upgrading the flashprom before OpenBSD can be successfully
1.46      jason     196: installed.
                    197:
1.86      miod      198: <p>
1.274     kettenis  199: The PRIMEPOWER 650/850 machines are only supported with SPARC64-V CPUs.
                    200:
                    201: <p>
1.86      miod      202: <h4>Supported devices</h4>
1.9       miod      203:
1.86      miod      204: <p>
1.12      jason     205: <ul>
1.200     deraadt   206:  <li><strong>Processors</strong>
                    207:   <ul>
1.276     kettenis  208:    <li>UltraSPARC I, II, IIi, IIe, III, III+, IIIi and IV
1.264     kettenis  209:    <li>UltraSPARC T1
1.272     kettenis  210:    <li>SPARC64-V
1.200     deraadt   211:   </ul>
                    212:  </li>
1.33      jason     213:  <li><strong>Keyboards/Mice</strong>
                    214:   <ul>
1.129     nick      215:    <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>)
                    216:    <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    217:    <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>)
                    218:    <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>)
                    219:    <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
                    220:    <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>)
                    221:    <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     222:   </ul>
1.86      miod      223:  <li><strong>Frame buffers</strong>
1.33      jason     224:   <ul>
1.98      nick      225:    <li>SBus Video:
1.33      jason     226:     <ul>
1.129     nick      227:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwtwo&amp;sektion=4&amp;arch=sparc64">bwtwo</a> - monochrome, unaccelerated
                    228:      <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
                    229:      <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      230:      <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      231:      <li>Fujitsu AG-10e
                    232: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=agten">agten</a>)
                    233: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    234: mode)
1.149     miod      235:      <li>Parallax XVideo and PowerVideo
                    236: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=tvtwo">tvtwo</a>)
                    237: - 24-bit color, accelerated (but the driver does not support hardware
1.161     david     238: acceleration)
1.131     miod      239:      <li>RasterFlex family
                    240: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=rfx">rfx</a>)
                    241: - 8/24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    242: mode)
                    243:      <li>Southland Media Systems MGX and MGXPlus (<a
                    244:                     href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=mgx">mgx</a>)
                    245: - 24-bit color, accelerated (currently only supported in unaccelerated 8-bit
                    246: mode)
1.149     miod      247:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=vigra">Vigra</a>
                    248: VS10, VS11 and VS12 SBus frame buffers - 8-bit color, unaccelerated, selectable
1.161     david     249: VGA and Sun-compatible video modes
1.131     miod      250:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&amp;sektion=4&amp;query=zx">ZX</a>
                    251:        (aka <i>Leo</i>) - 8 or 24-bit color, overlay planes,
                    252:        double-buffered, 3-D acceleration
1.33      jason     253:     </ul>
                    254:    <li>PCI Video:
                    255:     <ul>
1.129     nick      256:      <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      257: includes the <i>PGX</i> and <i>PGX24</i> on-board frame buffers
1.33      jason     258:     </ul>
1.56      jason     259:    <li>UPA Video:
                    260:     <ul>
1.129     nick      261:      <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     262:     </ul>
1.33      jason     263:   </ul>
1.12      jason     264:  <li><strong>SCSI Host Adapters</strong>
                    265:   <ul>
1.129     nick      266:    <li>SBus NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&amp;sektion=4&amp;arch=sparc64">esp</a>)
                    267:    <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    268:    <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    269:    <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    270:    <li> Adaptec AIC-7770, AIC-7850, AIC-7860, AIC-7870, AIC-7880, AIC-7890,
                    271:      AIC-7891, AIC-7892, AIC-7895, AIC-7896, AIC-7897 and AIC-7899 based PCI
                    272:      host adapters
                    273:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&amp;arch=sparc64&amp;sektion=4">ahc</a>)
                    274:      including the Adaptec cards
                    275:    <ul>
                    276:       <li>AHA-274X[W,T]
                    277:       <li>AHA-284X
                    278:       <li>AHA-2910, AHA-2915
                    279:       <li>AHA-2920
                    280:       <li>AHA-2930[C,U2]
                    281:       <li>AHA-2940[J,N,U,AU,UW,UW Dual,UW Pro,U2W,U2B]
                    282:       <li>AHA-2950[U2W,U2B]
                    283:       <li>AHA-3940[U,AU,UW,AUW,U2W]
                    284:       <li>AHA-3950U2
                    285:       <li>AHA-3960
                    286:       <li>AHA-3985
                    287:       <li>AHA-4944UW
                    288:       <li>AHA-19160B
                    289:       <li>AHA-29160[B,N]
                    290:       <li>AHA-39160
                    291:    </ul>
1.185     martin    292:    <li>AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390
                    293:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcscp&amp;arch=sparc64&amp;sektion=4">pcscp</a>)
1.198     marco     294:    <li>LSI Logic Fusion-MPT (Symbios Logic/NCR)
1.199     marco     295:      (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpi&amp;arch=sparc64&amp;sektion=4"
1.198     marco     296:      >mpi</a>)
                    297:      <ul>
                    298:        <li>LSI53C1020, LSI53C1020A, LSI53C1030, LSI53C1030T, LSI53C1035,
                    299:        <li>LSIFC909, LSIFC919, LSIFC919X, LSIFC929, LSIFC929X, LSIFC949, LSIFC949X,
                    300:        <li>LSISAS1064, LSISAS1064E, LSISAS1068, LSISAS1068E
                    301:      </ul>
1.234     nick      302:      &nbsp;&nbsp;These chipsets can be found on the following controllers:
1.198     marco     303:      <ul>
                    304:        <li>Apple Fibre Channel PCI Express Card, Fibre Channel PCI-X Card
                    305:        <li>Dell PERC 4/im, SAS 5/E, SAS 5/i, SAS 5/iR
                    306:        <li>Hewlett-Packard 8 Internal Port SAS Host Bus Adapter with RAID,
                    307:        <li>A7173A, AB290A
                    308:        <li>LSI Logic LSI20320-R, LSI21320-IS, LSI21320-R, LSI22320-R,
                    309:        <li>LSI40919H, LSI40919LH, LSI40919LO, LSI40919O, LSI40929H,
                    310:        <li>LSI40929LH, LSI40929LO, LSI40929O, LSI7102XP, LSI7202CP-LC,
                    311:        <li>LSI7202XP, LSI7402XP, LSI7104XP-LC, LSI7204XP-LC, LSI7404XP-LC,
                    312:        <li>LSISAS3041E-R, LSISAS3041X-R, LSISAS3080X-R, LSISAS3442E-R,
                    313:        <li>LSISAS3442X, LSISAS3442X-R, LSISAS3800X, LSIU320
                    314:      </ul>
1.234     nick      315:
                    316:    <li>Areca Technology Corporation PCI-X and PCI Express Sata RAID controllers
                    317:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;arch=sparc64&amp;sektion=4">arc</a>),
                    318:     including:
                    319:     <ul>
                    320:       <li>ARC-1110 PCI-X 4 Port SATA RAID Controller
                    321:       <li>ARC-1110ML PCI-X 4 Port SATA RAID Controller
                    322:       <li>ARC-1120 PCI-X 8 Port SATA RAID Controller
                    323:       <li>ARC-1120ML PCI-X 8 Port SATA RAID Controller
                    324:       <li>ARC-1130 PCI-X 12 Port SATA RAID Controller
                    325:       <li>ARC-1130ML PCI-X 12 Port SATA RAID Controller
                    326:       <li>ARC-1160 PCI-X 16 Port SATA RAID Controller
                    327:       <li>ARC-1160ML PCI-X 16 Port SATA RAID Controller
                    328:       <li>ARC-1170 PCI-X 24 Port SATA RAID Controller
                    329:       <li>ARC-1210 PCI Express 4 Port SATA RAID Controller
                    330:       <li>ARC-1220 PCI Express 8 Port SATA RAID Controller
                    331:       <li>ARC-1230 PCI Express 12 Port SATA RAID Controller
                    332:       <li>ARC-1230ML PCI Express 12 Port SATA RAID Controller
                    333:       <li>ARC-1231ML PCI Express 12 Port SATA RAID Controller
                    334:       <li>ARC-1260 PCI Express 16 Port SATA RAID Controller
                    335:       <li>ARC-1260ML PCI Express 16 Port SATA RAID Controller
                    336:       <li>ARC-1261ML PCI Express 16 Port SATA RAID Controller
                    337:       <li>ARC-1280 PCI Express 24 Port SATA RAID Controller
                    338:       <li>ARC-1280ML PCI Express 24 Port SATA RAID Controller
                    339:     </ul>
1.12      jason     340:   </ul>
1.141     mickey    341:  <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     342:   <ul>
                    343:    <li>Acer Labs M5229
1.176     martin    344:    <li>CMD Technology PCI0646, PCI0680
1.12      jason     345:    <li>National Semiconductor PC87415
1.123     grange    346:    <li>Promise PDC20262, PDC20267, PDC20268
1.12      jason     347:   </ul>
                    348:   Other PCI IDE adapters may work, but are untested.
1.141     mickey    349:   <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    350:   <ul>
                    351:    <li>Most SCSI CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    352:    <li>Most ATAPI (IDE) CD-ROM, CD-R, CD-RW, DVD and DVD-RW drives.
                    353:   </ul>
1.12      jason     354:  <li><strong>Ethernet Adapters</strong>
                    355:   <ul>
1.129     nick      356:    <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>)
                    357:    <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>)
                    358:    <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>)
                    359:    <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>)
                    360:    <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>)
                    361:    <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>)
                    362:    <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>)
                    363:    <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>)
                    364:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&amp;sektion=4&amp;arch=sparc64">hme</a>)
                    365:    <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.227     kettenis  366:    <li>PCI Gigabit Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&amp;sektion=4&amp;arch=sparc64">gem</a>)
                    367:    <li>PCI GigaSwift Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&amp;sektion=4&amp;arch=sparc64">cas</a>)
1.183     brad      368:    <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      369:     <ul>
                    370:     <li>3Com 3c985 and 3c985B
                    371:     <li>Alteon ACEnic V (fiber and copper)
                    372:     <li>Digital EtherWORKS 1000SX
                    373:     <li>Farallon PN9000SX
                    374:     <li>Netgear GA620 and GA620T
                    375:     <li>SGI Tigon
1.183     brad      376:     </ul>
                    377:    <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:
                    378:     <ul>
                    379:     <li>Older SMC PCI EtherPower 10, 10/100  (models 8432, 9332, and 9334)
                    380:     <li>Older Linksys 10, 10/100 (newer models are supported by other drivers)
                    381:     <li>Znyx ZX3<i>xx</i>
                    382:     <li>Cogent EM100FX and EM440TX
                    383:     <li>Digital PCI DE435
                    384:     <li>D-Link DFE-570TX Quad port
                    385:     </ul>
1.166     brad      386:    <li>Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&amp;arch=sparc64&amp;sektion=4">dc</a>)
                    387:    <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>)
                    388:    <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>)
                    389:    <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      390:    <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    391:    <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>)
                    392:     <ul>
                    393:     <li>BOCALANcard/PCI
                    394:     <li>AT&amp;T StarLAN 10, EN100, and StarLAN Fiber
                    395:     </ul>
1.187     brad      396:    <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      397:     <ul>
1.186     brad      398:     <li>HP ProLiant NC310F PCI-X Gigabit NIC (SX Fiber)
1.191     brad      399:     <li>HP ProLiant NC340T PCI-X Gigabit NIC
1.186     brad      400:     <li>HP ProLiant NC6134 PCI Gigabit NIC (SX Fiber)
                    401:     <li>HP ProLiant NC6136 PCI Gigabit NIC (SX Fiber)
                    402:     <li>HP ProLiant NC6170 PCI-X Gigabit NIC (SX Fiber)
                    403:     <li>HP ProLiant NC7131 PCI Gigabit NIC
                    404:     <li>HP ProLiant NC7170 PCI-X Gigabit NIC
                    405:     <li>HP ProLiant NC7170LP PCI-X Gigabit NIC
1.166     brad      406:     <li>Intel PRO/1000 Gigabit Server Adapter (SX Fiber) (PWLA8490)
                    407:     <li>Intel PRO/1000F Gigabit Server Adapter (SX Fiber) (PWLA8490SX)
                    408:     <li>Intel PRO/1000T Server Adapter (PWLA8490T)
                    409:     <li>Intel PRO/1000XT Server Adapter (PWLA8490XT)
                    410:     <li>Intel PRO/1000XS Server Adapter (SX Fiber) (PWLA8490XF)
                    411:     <li>Intel PRO/1000T Desktop Adapter (PWLA8390T)
1.183     brad      412:     <li>Intel PRO/1000XTL Low Profile PCI Server (PWLA8490XTL)
1.166     brad      413:     <li>Intel PRO/1000MT Desktop Adapter (PWLA8390MT)
                    414:     <li>Intel PRO/1000MT Server Adapter (PWLA8490MT)
                    415:     <li>Intel PRO/1000MT Dual Port Server Adapter (PWLA8492MT)
                    416:     <li>Intel PRO/1000MF Server Adapter (SX Fiber) (PWLA8490MF)
                    417:     <li>Intel PRO/1000MF Dual Port Server Adapter (SX Fiber) (PWLA8492MF)
                    418:     <li>Intel PRO/1000MF Server Adapter (LX Fiber) (PWLA8490LX)
                    419:     <li>Intel PRO/1000MT Quad PCI-X Adapter (PWLA8494MT)
                    420:     </ul>
1.178     miod      421:     <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      422:     <ul>
                    423:     <li>3Com 3c996-T (10/100/1000baseT)
                    424:     <li>3Com 3c996-SX (1000baseSX)
                    425:     <li>3Com 3c996B-T (10/100/1000baseT)
1.167     brad      426:     <li>HP ProLiant NC370F PCI-X Gigabit NIC (1000baseSX)
                    427:     <li>HP ProLiant NC370T PCI-X Gigabit NIC (10/100/1000baseT)
                    428:     <li>HP ProLiant NC1020 PCI Gigabit NIC (10/100/1000baseT)
                    429:     <li>HP ProLiant NC6770 PCI-X Gigabit NIC (1000baseSX)
1.166     brad      430:     <li>HP ProLiant NC7770 PCI-X Gigabit NIC (10/100/1000baseT)
1.167     brad      431:     <li>HP ProLiant NC7771 PCI-X Gigabit NIC (10/100/1000baseT)
1.166     brad      432:     <li>HP ProLiant NC7781 embedded PCI-X Gigabit NIC (10/100/1000baseT)
                    433:     <li>Netgear GA302T (10/100/1000baseT)
                    434:     <li>SysKonnect SK-9D21 (10/100/1000baseT)
                    435:     <li>SysKonnect SK-9D41 (1000baseSX)
                    436:     </ul>
1.178     miod      437:     <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      438:     <ul>
                    439:     <li>Allied Telesis CentreCOM LA1000-PCI-T
                    440:     <li>Antares Microsystems TC9021
                    441:     <li>D-Link DGE-550T
1.140     brad      442:     </ul>
1.161     david     443:    <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    444:     <ul>
                    445:     <li>Accton MPX5030 CardBus
                    446:     <li>Allied Telesyn AT2550
                    447:     <li>Corega FEther CB-TXD 10/100 Ethernet
                    448:     <li>D-Link DFE530TX+, DFE538TX, DFE-690TXD
1.189     brad      449:     <li>Encore ENL832-TX-RENT 10/100 M PCI
1.138     robert    450:     <li>Genius GF100TXR
                    451:     <li>KTX-9130TX 10/100 Fast Ethernet
                    452:     <li>Longshine LCS-8038TX-R
                    453:     <li>NDC Communications NE100TX-E
1.192     jmc       454:     <li>Netgear FA311 v2
1.138     robert    455:     <li>Netronix Inc. EA-1210 NetEther 10/100
                    456:     <li>Nortel BayStack 21
                    457:     <li>OvisLink LEF-8129TX, LEF-8139TX
                    458:     <li>SMC EZ Card 10/100 PCI 1211-TX
1.175     grunk     459:     <li>TRENDnet TE100-PCBUSR CardBus
1.138     robert    460:     </ul>
1.178     miod      461:    <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  462:     <ul>
1.254     jdixon    463:     <li>Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+)
1.164     pvalchev  464:     <li>Buffalo LGY-PCI-GT (8169S)
1.254     jdixon    465:     <li>Compaq Evo N1015v Integrated Ethernet (8139C+)
1.164     pvalchev  466:     <li>Corega CG-LAPCIGT (8169S)
1.165     martin    467:     <li>D-Link DGE-528T (8169S)
1.254     jdixon    468:     <li>D-Link DGE-660TD (8169/8110SB)
1.164     pvalchev  469:     <li>Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
1.166     brad      470:     <li>LevelOne GNC-0105T (8169S)
1.171     brad      471:     <li>Linksys EG1032v3 (8169S)
1.254     jdixon    472:     <li>Netgear GA311 (8169S)
1.165     martin    473:     <li>Netgear GA511 PC Card (8169)
1.164     pvalchev  474:     <li>PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
1.165     martin    475:     <li>Surecom EP-320G-TX1 (8169S)
1.254     jdixon    476:     <li>TTTech MC322 (8139C+)
1.165     martin    477:     <li>US Robotics USR997902 (8169S)
1.164     pvalchev  478:     <li>Xterasys XN-152 10/100/1000 NIC (8169)
                    479:     </ul>
1.240     nick      480:    <li>Tehuti Networks 10Gb based PCI adapters
                    481:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tht&amp;arch=i386&amp;sektion=4">tht</a>),
                    482:     including:
                    483:     <ul>
                    484:     <li>TN3017-S 10 GbE Single Port XAUI Server Controller
                    485:     <li>TN3017-D 10 GbE Dual Port XAUI Server Controller
                    486:     <li>TN7581-D 10 GbE Dual XFP Server Adapter
                    487:     <li>TN7585-D 10 GbE Dual CX4 Low Profile Server Adapter
                    488:     <li>TN7588-S 10 GbE Single 10GBASET Low Profile Server Adapter
                    489:     <li>TN7588-D 10 GbE Dual 10GBASET Low Profile Server Adapter
                    490:     <li>TN7589-S 10 GbE Single CX4 Low Profile Server Adapter
                    491:     </ul>
                    492:
1.135     jason     493:    <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  494:     <ul>
1.152     jsg       495:     <li>3Com 3c460b
1.124     pvalchev  496:     <li>Abocom UFE1000
                    497:     <li>Abocom DSB650TX
                    498:     <li>Accton USB320-EC
                    499:     <li>Accton SpeedStream Ethernet
                    500:     <li>Admtek Pegasus
                    501:     <li>Admtek Pegasus II
1.161     david     502:     <li>AEI USB Fast Ethernet
                    503:     <li>Allied Telesyn AT-USB100
                    504:     <li>ATEN UC-110T
1.152     jsg       505:     <li>Belkin USB to LAN
1.124     pvalchev  506:     <li>Billionton Systems USB100
1.152     jsg       507:     <li>Billionton Systems USB100EL
                    508:     <li>Billionton Systems USB100LP
                    509:     <li>Billionton Systems USBE100
1.124     pvalchev  510:     <li>Corega FEther USB-TX
1.152     jsg       511:     <li>Corega FEther USB-TXS
1.124     pvalchev  512:     <li>D-Link DSB-650
                    513:     <li>D-Link DSB-650TX
                    514:     <li>D-Link DSB-650TX-PNA
1.161     david     515:     <li>ELCON Systemtechnik Goldpfeil P-LAN
1.152     jsg       516:     <li>Elecom LD-USB/TX
                    517:     <li>Elecom LD-USBL/TX
1.124     pvalchev  518:     <li>Elsa Microlink USB2Ethernet
1.161     david     519:     <li>GIGABYTE GN-BR402W
1.152     jsg       520:     <li>Hawking UF100
                    521:     <li>HP HN210E
1.124     pvalchev  522:     <li>I/O DATA USB ETTX
                    523:     <li>Kingston KNU101TX
1.152     jsg       524:     <li>Laneed LD-USBL/TX
1.182     jolan     525:     <li>Linksys USB100TX
                    526:     <li>Linksys USB100H1
                    527:     <li>Linksys USB10T
                    528:     <li>Linksys USB10TA
                    529:     <li>Linksys USB10TX
1.124     pvalchev  530:     <li>Melco Inc. LUA-TX
1.152     jsg       531:     <li>Melco Inc. LUA2-TX
                    532:     <li>Microsoft MN110
1.161     david     533:     <li>Mobility EasiDock Ethernet
1.124     pvalchev  534:     <li>Netgear FA101
1.161     david     535:     <li>Omnidirectional Control Technology USB TO Ethernet
1.124     pvalchev  536:     <li>Siemens SpeedStream USB
                    537:     <li>Smartbridges smartNIC 2
1.168     jsg       538:     <li>SMC 2202USB/ETH
                    539:     <li>SMC 2206USB/ETH
1.124     pvalchev  540:     <li>SOHOware NUB100
1.161     david     541:     <li>SOHOware NUB110
1.152     jsg       542:     </ul>
                    543: <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:
                    544:     <ul>
1.161     david     545:     <li>ATEN UC210T
1.170     jsg       546:     <li>BAFO BF-320
1.161     david     547:     <li>Billionton Systems USB2AR
1.152     jsg       548:     <li>Buffalo(MELCO) LUA-U2-KTX
1.161     david     549:     <li>Corega FEther USB2-TX
1.152     jsg       550:     <li>D-Link DUB-E100
1.178     miod      551:     <li>Good Way GWUSB2E
1.161     david     552:     <li>Hawking UF200
1.152     jsg       553:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.161     david     554:     <li>JVC MP-PRX1
1.182     jolan     555:     <li>Linksys USB200M
1.152     jsg       556:     <li>Netgear FA120
1.161     david     557:     <li>Sitecom LN-029
1.170     jsg       558:     <li>SMC 2209USB/ETH
1.161     david     559:     <li>SnapPort USB 2.0 LAN Adapter
1.152     jsg       560:     <li>ST Lab USB 2.0 Fast Ethernet
1.161     david     561:     <li>Surecom EP-1427X-2
1.152     jsg       562:     <li>System TALKS SGC-X2UL
1.161     david     563:     <li>TRENDnet TU2-ET100
1.170     jsg       564:     <li>Z-TEK ZK-R01-2
1.124     pvalchev  565:     </ul>
1.135     jason     566:    <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  567:     <ul>
1.152     jsg       568:     <li>Belkin F5U111
1.124     pvalchev  569:     <li>CATC Netmate and Netmate II
1.152     jsg       570:     <li>SmartBridges SmartLink
1.124     pvalchev  571:     </ul>
1.143     mickey    572:    <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:
                    573:     <ul>
                    574:     <li>Corega FEther USB-TXC
                    575:     </ul>
1.135     jason     576:    <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  577:     <ul>
1.152     jsg       578:     <li>3Com 3c19250
1.124     pvalchev  579:     <li>3Com 3c460 HomeConnect
1.152     jsg       580:     <li>AboCom Systems URE450 Ethernet
1.124     pvalchev  581:     <li>ADS Technologies USB-10BT
                    582:     <li>Aox USB101
1.152     jsg       583:     <li>Asante USB to Ethernet
                    584:     <li>ATen DSB-650C
1.124     pvalchev  585:     <li>ATen UC10T
                    586:     <li>Corega USB-T
1.152     jsg       587:     <li>D-Link DSB-650C
                    588:     <li>Entrega NET-USB-E45
                    589:     <li>I/O Data USB-ET/T
                    590:     <li>Jaton USB XpressNet
1.124     pvalchev  591:     <li>Kawasaki USB101
1.152     jsg       592:     <li>Kingston Ethernet
1.182     jolan     593:     <li>Linksys USB10T
1.152     jsg       594:     <li>Mobility Ethernet
1.124     pvalchev  595:     <li>Netgear EA101
                    596:     <li>Peracom USB
1.152     jsg       597:     <li>Portgear Ethernet
                    598:     <li>Portsmith Express Ethernet
1.161     david     599:     <li>Psion Dacom Gold Port Ethernet
1.152     jsg       600:     <li>Shark Pocket Adapter
1.161     david     601:     <li>Silicom U2E
1.152     jsg       602:     <li>SMC 2102USB
                    603:     <li>SMC 2104USB
1.124     pvalchev  604:     </ul>
1.135     jason     605:    <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  606:     <ul>
1.161     david     607:     <li>Abocom RTL8151
1.124     pvalchev  608:     <li>GreenHouse GH-USB100B
1.161     david     609:     <li>GreenHouse GH-USB100B with HomePNA
1.124     pvalchev  610:     <li>Linksys USB100M
1.161     david     611:     <li>Longshine LCS-8138TX
1.152     jsg       612:     <li>Melco Inc. LUA-KTX
1.161     david     613:     <li>Micronet SP128AR
1.152     jsg       614:     <li>SMC 2208USB/ETH
1.175     grunk     615:     <li>TRENDnet TU-ET100C
1.152     jsg       616:     <li>Zt USB10/100
1.124     pvalchev  617:     </ul>
                    618:    </ul>
1.83      henning   619:  <li><strong>Wireless Ethernet Adapters</strong>
1.61      fgsch     620:   <ul>
1.216     jmc       621:    <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:
                    622:     <ul>
                    623:     <li>Compex WLU108AG
                    624:     <li>Compex WLU108G
                    625:     <li>D-Link DWL-G132
1.277     jmc       626:     <li>IODATA WN-G54/US
                    627:     <li>MELCO WLI-U2-KAMG54
1.216     jmc       628:     <li>Netgear WG111T
                    629:     <li>Netgear WG111U
                    630:     <li>Netgear WPN111
                    631:     <li>Olitec 000544
                    632:     <li>PLANET WDL-U357
                    633:     <li>Siemens Gigaset 108
                    634:     <li>SMC SMCWUSBT-G
1.253     jmc       635:     <li>SMC SMCWUSBT-G2
1.216     jmc       636:     <li>SparkLAN WL-785A
                    637:     <li>TP-Link TL-WN620G
                    638:     <li>TRENDware International TEW-444UB
                    639:     <li>TRENDware International TEW-504UB
                    640:     <li>Unex Technology UR054ag
                    641:     <li>ZyXEL XtremeMIMO M-202
                    642:     </ul>
1.233     jmc       643:    <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   644:     <ul>
1.159     jsg       645:     <li>3Com 3CRSHEW696
                    646:     <li>AboCom BWU613
                    647:     <li>Accton 2664W
1.155     jsg       648:     <li>Acer Peripherals AWL300
                    649:     <li>Acer Peripherals AWL400
1.159     jsg       650:     <li>Actiontec 802UAT1
                    651:     <li>Addtron AWU120
1.155     jsg       652:     <li>Aincomm AWU2000B
1.159     jsg       653:     <li>Askey Computer Voyager 1010
                    654:     <li>Askey Computer WLL013 (Intersil Radio)
                    655:     <li>Askey Computer WLL013 (RFMD Radio)
                    656:     <li>Atmel AT76C503 (Intersil Radio)
                    657:     <li>Atmel AT76C503 (RFMD Radio)
                    658:     <li>Atmel AT76C505 (RFMD Radio)
                    659:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    660:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    661:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    662:     <li>Belkin F5D6050
1.155     jsg       663:     <li>Bluetake BW002
1.159     jsg       664:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    665:     <li>Conceptronic C11U
                    666:     <li>Conceptronic WL210
                    667:     <li>Corega WLAN USB Stick 11
                    668:     <li>Dick Smith Electronics CHUSB 611G
                    669:     <li>Dick Smith Electronics WL200U
                    670:     <li>Dick Smith Electronics WL240U
                    671:     <li>Dick Smith Electronics XH1153
                    672:     <li>D-Link DWL-120 rev E
1.155     jsg       673:     <li>Geowave GW-US11S
1.159     jsg       674:     <li>Gigabyte GN-WLBM101
                    675:     <li>Gigaset WLAN
                    676:     <li>Hewlett-Packard HN210W
                    677:     <li>Intel AP310 AnyPoint II
                    678:     <li>I/O DATA USB WN-B11
                    679:     <li>Lexar 2662W-AR
                    680:     <li>Linksys WUSB11 802.11b
                    681:     <li>Linksys WUSB11 802.11b v2.8
                    682:     <li>MSI WLAN
                    683:     <li>Netgear MA101
1.155     jsg       684:     <li>Netgear MA101 rev B
1.212     jmc       685:     <li>OQO model 01 WiFi
1.155     jsg       686:     <li>Ovislink AirLive WL-1120USB
                    687:     <li>OvisLink AirLive WL-1130USB
1.159     jsg       688:     <li>Planex Communications GW-US11S
                    689:     <li>Samsung SWL2100W
                    690:     <li>Siemens WLL013
                    691:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    692:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    693:     <li>Tekram U-300C
1.212     jmc       694:     <li>TRENDnet TEW-229UB
1.159     jsg       695:     <li>W-Buddie WN210
                    696:     <li>Z-Com M4Y-750
1.155     jsg       697:     </ul>
1.213     jmc       698:    <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:
                    699:     <ul>
                    700:     <li>D-Link DWL-g650 A1
                    701:     <li>I-O Data WN-G54/CB
                    702:     <li>I4 Z-Com XG-600
                    703:     <li>I4 Z-Com XG-900
                    704:     <li>Intersil PRISM Indigo
                    705:     <li>Intersil PRISM Duette
                    706:     <li>PLANEX GW-DS54G
                    707:     <li>SMC EZ Connect g 2.4GHz SMC2802W
                    708:     <li>SMC 2802Wv2
                    709:     </ul>
1.233     jmc       710:    <li>Ralink Technology IEEE 802.11a/b/g PCI adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;arch=sparc64&amp;sektion=4">ral</a>), including:
                    711:     <ul>
                    712:     <li>A-Link WL54H
1.251     jmc       713:     <li>AirLive WN-5000PCI
1.233     jmc       714:     <li>Amigo AWI-922W Mini PCI
                    715:     <li>Amigo AWI-926W
                    716:     <li>AMIT WL531P
                    717:     <li>AOpen AOI-831
1.251     jmc       718:     <li>ASUS WL-130G
                    719:     <li>ASUS WL-130N
1.233     jmc       720:     <li>ASUS WIFI-G-AAY
                    721:     <li>Atlantis Land A02-PCI-W54
                    722:     <li>Belkin F5D7000 v3
                    723:     <li>Billionton MIWLGRL Mini PCI
                    724:     <li>Canyon CN-WF511
                    725:     <li>CNet CWP-854
                    726:     <li>Compex WLP54G
                    727:     <li>Conceptronic C54Ri
                    728:     <li>Digitus DN-7006G-RA
                    729:     <li>Dynalink WLG25PCI
                    730:     <li>E-Tech WGPI02
                    731:     <li>Edimax EW-7128g
1.251     jmc       732:     <li>Edimax EW-7628Ig
                    733:     <li>Edimax EW-7728In
1.233     jmc       734:     <li>Eminent EM3037
                    735:     <li>Encore ENLWI-G-RLAM
                    736:     <li>Eusso UGL2454-VPR
                    737:     <li>Fiberline WL-400P
                    738:     <li>Gigabyte GN-WIKG Mini PCI
1.239     jmc       739:     <li>Gigabyte GN-WI01GS Mini PCI
                    740:     <li>Gigabyte GN-WI02GM Mini PCI
1.233     jmc       741:     <li>Gigabyte GN-WPKG
1.239     jmc       742:     <li>Gigabyte GN-WP01GS
                    743:     <li>Gigabyte GN-WI02GM
                    744:     <li>Gigabyte GN-WP01GM
1.233     jmc       745:     <li>Hawking HWP54GR
                    746:     <li>Hercules HWGPCI-54
                    747:     <li>iNexQ CR054g-009 (R03)
                    748:     <li>JAHT WN-4054PCI
                    749:     <li>KCORP LifeStyle KLS-660
                    750:     <li>LevelOne WNC-0301 v2
                    751:     <li>Linksys WMP54G v4
                    752:     <li>Micronet SP906GK
                    753:     <li>Minitar MN54GPC-R
                    754:     <li>MSI MP54G2 Mini PCI
                    755:     <li>MSI MP6833 Mini PCI
                    756:     <li>MSI MS-6834
                    757:     <li>MSI PC54G2
                    758:     <li>OvisLink EVO-W54PCI
                    759:     <li>PheeNet HWL-PCIG/RA
1.251     jmc       760:     <li>Planex PCI-GW-DS300N
1.233     jmc       761:     <li>Pro-Nets PC80211G
                    762:     <li>Repotec RP-WP0854
                    763:     <li>SATech SN-54P
                    764:     <li>Signamax 065-1798
                    765:     <li>Sitecom WL-115
                    766:     <li>SparkLAN WL-660R
1.251     jmc       767:     <li>SparkLAN WMIR-215GN Mini PCI
1.233     jmc       768:     <li>Surecom EP-9321-g
                    769:     <li>Surecom EP-9321-g1
                    770:     <li>Sweex LC700030
                    771:     <li>TekComm NE-9321-g
                    772:     <li>Tonze PC-620C Mini PCI
                    773:     <li>Tonze PC-6200C
                    774:     <li>Unex CR054g-R02
                    775:     <li>Zinwell ZWX-G360 Mini PCI
                    776:     <li>Zinwell ZWX-G361
                    777:     <li>Zonet ZEW1600
                    778:     </ul>
1.252     jmc       779:    <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=sparc64&amp;sektion=4">ural</a>), including:
1.217     jmc       780:     <ul>
                    781:     <li>AMIT WL532U
                    782:     <li>ASUS WL-167g
                    783:     <li>Belkin F5D7050
                    784:     <li>Buffalo WLI-U2-KG54
                    785:     <li>Buffalo WLI-U2-KG54-AI
                    786:     <li>Buffalo WLI-U2-KG54-YB
                    787:     <li>CNet CWD-854
                    788:     <li>Compex WLU54G
                    789:     <li>Conceptronic C54RU
                    790:     <li>D-Link DWL-G122 (b1)
                    791:     <li>Dynalink WLG25USB
                    792:     <li>E-Tech WGUS02
                    793:     <li>Eminent 3035
                    794:     <li>Gigabyte GN-WBKG
                    795:     <li>Hercules HWGUSB2-54
                    796:     <li>KCORP LifeStyle KLS-685
                    797:     <li>Linksys WUSB54G v4
                    798:     <li>Linksys WUSB54GP v4
                    799:     <li>MSI MS-6861
                    800:     <li>MSI MS-6865
                    801:     <li>MSI MS-6869
                    802:     <li>Nintendo Wi-Fi USB Connector
                    803:     <li>Nova Tech NV-902W
                    804:     <li>OvisLink Evo-W54USB
                    805:     <li>SerComm UB801R
                    806:     <li>SparkLAN WL-685R
                    807:     <li>Sphairon UB801R
1.225     jsg       808:     <li>Surecom EP-9001-g rev 3A
1.217     jmc       809:     <li>Sweex LC100060
                    810:     <li>Tonze UW-6200C
                    811:     <li>Zaapa ZNWUSB-54
                    812:     <li>Zinwell ZPlus-G250
                    813:     <li>Zinwell ZWX-G261
                    814:     <li>Zonet ZEW2500
                    815:     </ul>
                    816:    <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:
                    817:     <ul>
1.222     jmc       818:     <li>3Com Aolynk WUB320g
                    819:     <li>Abocom WUG2700
1.217     jmc       820:     <li>Airlink101 AWLL5025
                    821:     <li>ASUS WL-167g ver 2
1.257     jmc       822:     <li>Atlantis Land A02-UP1-W54
1.217     jmc       823:     <li>Belkin F5D7050 ver 3
                    824:     <li>Belkin F5D9050 ver 3
1.223     jmc       825:     <li>Buffalo WLI-U2-SG54HP
                    826:     <li>Buffalo WLI-U2-G54HP
1.217     jmc       827:     <li>CNet CWD-854 ver F
                    828:     <li>Conceptronic C54RU ver 2
1.256     jmc       829:     <li>Corega CG-WLUSB2GL
1.222     jmc       830:     <li>Corega CG-WLUSB2GO
1.263     jmc       831:     <li>Corega CG-WLUSB2GPX
1.217     jmc       832:     <li>D-Link DWL-G122 rev C1
                    833:     <li>D-Link WUA-1340
1.222     jmc       834:     <li>Digitus DN-7003GR
1.217     jmc       835:     <li>Edimax EW-7318USG
                    836:     <li>Gigabyte GN-WB01GS
1.221     jmc       837:     <li>Gigabyte GN-WI05GS
1.217     jmc       838:     <li>Hawking HWUG1
1.222     jmc       839:     <li>Hawking HWU54DM
                    840:     <li>Hercules HWGUSB2-54-LB
                    841:     <li>Hercules HWGUSB2-54V2-AP
                    842:     <li>LevelOne WNC-0301USB v3
1.217     jmc       843:     <li>Linksys WUSB54G rev C
1.222     jmc       844:     <li>Linksys WUSB54GR
                    845:     <li>Planex GW-US54HP
                    846:     <li>Planex GW-US54Mini2
1.217     jmc       847:     <li>Planex GW-USMM
                    848:     <li>Senao NUB-3701
                    849:     <li>Sitecom WL-113 ver 2
                    850:     <li>Sitecom WL-172
                    851:     <li>Sweex LW053
                    852:     <li>TP-LINK TL-WN321G
                    853:     </ul>
1.233     jmc       854:    <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:
1.217     jmc       855:     <ul>
                    856:     <li>D-Link DWL-520+
                    857:     <li>D-Link DWL-G520+
                    858:     <li>Hawking HWP54G
                    859:     <li>Netgear WG311v2
                    860:     <li>Tornado/ADT 211g
                    861:     <li>USR USR5416
1.237     cnst      862:     <li>ZyXEL G-360 EE
1.217     jmc       863:     </ul>
                    864:    <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       865:     <ul>
1.174     uwe       866:     <li>AmbiCom WL1100C-CF
1.217     jmc       867:     <li>ASUS SpaceLink WL-110
                    868:     <li>Belkin F5D6060 (version 1 only)
1.155     jsg       869:     <li>Buffalo AirStation
                    870:     <li>D-Link DCF-660W
                    871:     <li>ELSA XI800
                    872:     <li>Linksys WCF12
                    873:     <li>Netgear MA701
1.180     uwe       874:     <li>Pretec Compact WLAN OC-WLBXX-A
1.177     grunk     875:     <li>Senao NL-2511CF
1.155     jsg       876:     </ul>
1.217     jmc       877:    <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:
                    878:     <ul>
                    879:     <li>3Com AirConnect 3CRWE777A
                    880:     <li>Addtron AWA-100
                    881:     <li>Belkin F5D6001 (version 1 only)
                    882:     <li>Corega CGWLPCIA11
                    883:     <li>D-Link DWL-520 (rev A and B only)
                    884:     <li>Intersil Mini PCI
                    885:     <li>Intersil ISL3872
                    886:     <li>Longshine 8301
                    887:     <li>NDC/Sohoware NCP130
                    888:     <li>Netgear MA311
                    889:     <li>Nortel E-mobility 211818-A
                    890:     <li>Samsung MagicLAN SWL-2210P
                    891:     <li>Senao NL-2511MP
                    892:     <li>Symbol LA4123
                    893:     </ul>
                    894:    <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       895:     <ul>
                    896:     <li>3Com AirConnect 3CRWE737A
1.217     jmc       897:     <li>Actiontec HWC01170
                    898:     <li>Adaptec AWN-8030
1.155     jsg       899:     <li>Addtron AWP-100
1.217     jmc       900:     <li>Agere ORiNOCO
1.155     jsg       901:     <li>ARtem Onair
1.217     jmc       902:     <li>ASUS SpaceLink WL-100
                    903:     <li>Belkin F5D6020 (version 1 only)
                    904:     <li>Buffalo AirStation
1.155     jsg       905:     <li>Cabletron RoamAbout
                    906:     <li>Compaq Agency NC5004
                    907:     <li>Contec FLEXLAN/FX-DS110-PCC
                    908:     <li>Corega PCC-11
                    909:     <li>Corega PCCA-11
                    910:     <li>Corega PCCB-11
1.217     jmc       911:     <li>D-Link DWL-650 (rev A1-J3 only)
1.155     jsg       912:     <li>ELSA XI300
                    913:     <li>ELSA XI325
                    914:     <li>ELSA XI325H
                    915:     <li>EMTAC A2424i
                    916:     <li>Ericsson Wireless LAN CARD C11
                    917:     <li>Gemtek WL-311
                    918:     <li>Hawking Technology WE110P
                    919:     <li>I-O DATA WN-B11/PCM
                    920:     <li>Intel PRO/Wireless 2011
                    921:     <li>Intersil Prism II
                    922:     <li>Linksys Instant Wireless WPC11
                    923:     <li>Linksys Instant Wireless WPC11 2.5
                    924:     <li>Linksys Instant Wireless WPC11 3.0
                    925:     <li>Lucent WaveLAN
1.217     jmc       926:     <li>Microsoft MN520
1.155     jsg       927:     <li>NANOSPEED ROOT-RZ2000
                    928:     <li>NEC CMZ-RT-WP
                    929:     <li>Netgear MA401
                    930:     <li>Netgear MA401RA
                    931:     <li>Nokia C020 Wireless LAN
                    932:     <li>Nokia C110/C111 Wireless LAN
                    933:     <li>NTT-ME 11Mbps Wireless LAN
1.217     jmc       934:     <li>Planex GW-NS11H
1.155     jsg       935:     <li>Proxim Harmony
                    936:     <li>Proxim RangeLAN-DS
                    937:     <li>Samsung MagicLAN SWL-2000N
1.217     jmc       938:     <li>Siemens SpeedStream SS1021
1.155     jsg       939:     <li>SMC 2632 EZ Connect
                    940:     <li>Symbol Spectrum24
                    941:     <li>TDK LAK-CD011WL
                    942:     <li>US Robotics 2410
                    943:     <li>US Robotics 2445
                    944:     </ul>
1.217     jmc       945:    <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       946:     <ul>
                    947:     <li>Acer Warplink USB-400
                    948:     <li>Actiontec HWU01170
1.161     david     949:     <li>AirVast WM168b
                    950:     <li>Ambit WLAN
1.155     jsg       951:     <li>Apacer Wireless Steno MB112
1.161     david     952:     <li>ASUS WL-140
                    953:     <li>Compaq W100
1.155     jsg       954:     <li>Corega WLUSB-11
1.161     david     955:     <li>Corega WLUSB-11 Key
                    956:     <li>D-Link DWL-120 (rev F)
1.155     jsg       957:     <li>D-Link DWL-122
                    958:     <li>I-O DATA WN-B11/USB
                    959:     <li>Intel PRO/Wireless 2011B
                    960:     <li>Intersil Prism 2X
                    961:     <li>JVC MP-XP7250
                    962:     <li>Linksys WUSB11 v3.0
                    963:     <li>Linksys WUSB12
1.161     david     964:     <li>Melco WLI-USB-KB11
1.155     jsg       965:     <li>Melco WLI-USB-KS11G
1.161     david     966:     <li>Melco WLI-USB-S11
1.155     jsg       967:     <li>Microsoft MN510
                    968:     <li>Netgear MA111 (version 1 only)
1.161     david     969:     <li>Pheenet WL-503IA
                    970:     <li>Planex GW-US11H
1.155     jsg       971:     <li>Siemens SpeedStream SS1022
1.161     david     972:     <li>Sitecom WL-022
1.155     jsg       973:     <li>Syntax USB-400
1.161     david     974:     <li>US Robotics 1120
1.217     jmc       975:     <li>ViewSonic Airsync
1.161     david     976:     <li>Z-Com XI-725/726
                    977:     <li>Z-Com XI-735
                    978:     <li>ZyXEL ZyAIR B-200
1.81      henning   979:     </ul>
1.61      fgsch     980:   </ul>
1.183     brad      981:  <li><strong>WAN Adapters</strong>
                    982:   <ul>
                    983:   <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>)
                    984:   </ul>
1.124     pvalchev  985:  <li><strong>Universal Serial Bus (USB) Devices</strong>
                    986:   <ul>
1.135     jason     987:   <li>USB Audio (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;arch=sparc64&amp;sektion=4">uaudio</a>)
                    988:   <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    989:   <li>USB Ethernet adapters (
                    990:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;arch=sparc64&amp;sektion=4">aue</a>,
1.152     jsg       991:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;arch=sparc64&amp;sektion=4">axe</a>,
1.143     mickey    992:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;arch=sparc64&amp;sektion=4">cue</a>,
1.145     saad      993:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;arch=sparc64&amp;sektion=4">kue</a>,
1.152     jsg       994:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;arch=sparc64&amp;sektion=4">udav</a>,
                    995:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;arch=sparc64&amp;sektion=4">url</a>)
1.143     mickey    996:     see above
1.124     pvalchev  997:   <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     998:   <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  999:   <li>USB Hubs (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&amp;arch=sparc64&amp;sektion=4">uhub</a>)
                   1000:   <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    1001:   <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 1002:   <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    1003:   <li>USB Modems (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umodem&amp;arch=sparc64&amp;sektion=4">umodem</a>)
                   1004:   <li>USB Printers (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&amp;arch=sparc64&amp;sektion=4">ulpt</a>)
                   1005:   <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>)
                   1006:   <li>USB-USB cables (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;arch=sparc64&amp;sektion=4">upl</a>)
                   1007:   <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 1008:   </ul>
1.26      miod     1009:  <li><strong>Sound Devices</strong>
1.12      jason    1010:   <ul>
1.129     nick     1011:    <li>onboard SBus CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&amp;sektion=4&amp;arch=sparc64">audiocs</a>)
                   1012:    <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   1013:    <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>)
                   1014:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&amp;arch=sparc64&amp;sektion=4">eap</a>)
                   1015:    <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    1016:   </ul>
1.26      miod     1017:  <li><strong>Serial Devices</strong>
1.15      jason    1018:   <ul>
1.129     nick     1019:    <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>)
                   1020:    <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   1021:    <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     1022:    <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>)
                   1023:    <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>)
                   1024:    <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   1025:    <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     1026: including:
                   1027:     <ul>
                   1028:     <li>Dolphin Peripherals 4035 (dual serial)
                   1029:     <li>SIIG Cyber 2P1S (dual parallel, single serial) and 2S1P (dual serial, single parallel) PCI
                   1030:     <li>SIIG Cyber 4S PCI (quad serial)
                   1031:     <li>SIIG Cyber I/O PCI (single parallel, single serial)
                   1032:     <li>SIIG Cyber Serial, Serial Dual PCI
                   1033:     <li>VScom PCI-800 (8 port serial, probably OEM)
                   1034:     <li>VScom PCI 100H (1 port serial)
                   1035:     <li>VScom PCI 110H (1 port serial and 1 port parallel)
                   1036:     <li>VScom PCI 200H (2 port serial)
                   1037:     <li>VScom PCI 210H (2 port serial and 1 port parallel)
                   1038:     <li>VScom PCI 400H (4 port serial)
                   1039:     <li>VScom PCI 410H (4 port serial and 1 port parallel)
                   1040:     <li>VScom PCI 800H (8 port serial)
                   1041:     <li>VScom PCI 100L (1 port serial)
                   1042:     <li>VScom PCI 200L (2 port serial)
                   1043:     <li>VScom PCI 210L (2 port serial and 1 port parallel)
                   1044:     <li>VScom PCI 400L (4 port serial)
                   1045:     <li>VScom PCI 800L (8 port serial)
                   1046:     <li>AT&amp;T/Lucent Venus Modem (found on IBM 33L4618 card, Actiontec 56K, and others)
                   1047:     <li>US Robotics 3CP5609 PCI (modem)
                   1048:     <li>Lava Computers 2SP-PCI and Quattro-PCI (dual serial)
                   1049:     <li>NEC PK-UG-X008 (serial)
                   1050:     <li>NEC PK-UG-X001 K56flex PCI (modem)
                   1051:     <li>Koutech IOFLEX-2S (dual serial)
                   1052:     <li>Syba Tech Ltd. PCI-4S2P-550-ECP (4 port serial and 2 port parallel)
                   1053:     <li>Moxa Technologies Co., Ltd. PCI I/O Card 4S (4 port serial)
                   1054:     <li>Moxa Technologies Co., Ltd. C104H/PCI (4 port serial)
                   1055:     <li>NetMos 2S1P (2 port serial and 1 port parallel)
                   1056:     <li>Boca Research Turbo Serial 654 PCI (4 port serial)
                   1057:     <li>Boca Research Turbo Serial 658 PCI (8 port serial)
                   1058:     <li>SUNIX 402x (1 port serial)
                   1059:     <li>SUNIX 403x (2 port serial)
                   1060:     <li>SUNIX 405x (4 port serial)
                   1061:     <li>SUNIX 406x (8 port serial)
                   1062:     <li>SUNIX 407x (2 port serial and 1 port parallel)
                   1063:     <li>SUNIX 408x (2 port serial and 2 port parallel)
                   1064:     <li>SUNIX 409x (4 port serial and 2 port parallel)
                   1065:     </ul>
1.15      jason    1066:   </ul>
1.34      jason    1067:  <li><strong>Cryptography Accelerators</strong>
                   1068:   <ul>
1.141     mickey   1069:    <li>Hifn 6500 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lofn&amp;arch=sparc64&amp;sektion=4">lofn</a>)
                   1070:    <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    1071:     <ul>
                   1072:     <li>Soekris Engineering vpn1201, vpn1211, vpn1401, and vpn1411
                   1073:     <li>GTGI PowerCrypt Encryption Accelerator
                   1074:     <li>NetSec 7751
                   1075:     <li>Hifn 7751 and 9751 reference boards
                   1076:     <li>Invertex AEON
                   1077:     </ul>
1.141     mickey   1078:    <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    1079:   </ul>
1.61      fgsch    1080:  <li><strong>PC Cards (PCMCIA)</strong>
                   1081:   <ul>
                   1082:    <li>PCMCIA Controllers:
                   1083:     <ul>
1.141     mickey   1084:      <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    1085:     </ul>
                   1086:    <li>Wireless Ethernet Adapters:
                   1087:     <ul>
                   1088:      <li>See above.
                   1089:     </ul>
                   1090:   </ul>
1.135     jason    1091:  <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 1092:   <ul>
                   1093:   <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>)
                   1094:   </ul>
1.15      jason    1095:  <li><strong>Miscellaneous Devices</strong>
                   1096:   <ul>
1.129     nick     1097:    <li>EBus beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&amp;sektion=4&amp;arch=sparc64">beeper</a>)
                   1098:    <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    1099:    <li>FireHose controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fhc&amp;sektion=4&amp;arch=sparc64">fhc</a>)
                   1100:    <li>Central controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=central&amp;sektion=4&amp;arch=sparc64">central</a>)
                   1101:    <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     1102:    <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>)
                   1103: [Currently restricted to non-DMA devices]
1.156     miod     1104:    <li>onboard floppy drive on SBus systems (such as Ultra 1 and Ultra 2)
                   1105: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdc&amp;sektion=4">fdc</a>)
1.238     cnst     1106:    <li>Hardware monitoring sensors, including:
                   1107:      <ul>
                   1108:      <li>Analog Devices AD7416, AD7417 and AD7418 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adc&amp;arch=sparc64&amp;sektion=4">adc</a>)
                   1109:      <li>Analog Devices ADM1021 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtemp&amp;arch=sparc64&amp;sektion=4">admtemp</a>)
                   1110:      <li>Analog Devices ADM1024 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admlc&amp;arch=sparc64&amp;sektion=4">admlc</a>)
                   1111:      <li>Analog Devices ADM1025 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtm&amp;arch=sparc64&amp;sektion=4">admtm</a>)
                   1112:      <li>Analog Devices ADM1030 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtmp&amp;arch=sparc64&amp;sektion=4">admtmp</a>)
                   1113:      <li>Analog Devices ADM1031 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=admtt&amp;arch=sparc64&amp;sektion=4">admtt</a>)
                   1114:      <li>Analog Devices ADT7460 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adt&amp;arch=sparc64&amp;sektion=4">adt</a>)
                   1115:      <li>National Semiconductor LM75, LM77 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmtemp&amp;arch=sparc64&amp;sektion=4">lmtemp</a>)
                   1116:      <li>National Semiconductor LM78, LM78-J, LM79 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lm&amp;arch=sparc64&amp;sektion=4">lm</a>)
                   1117:      <li>National Semiconductor LM87 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmenv&amp;arch=sparc64&amp;sektion=4">lmenv</a>)
                   1118:      <li>Maxim DS1624/DS1631/DS1721 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxds&amp;arch=sparc64&amp;sektion=4">maxds</a>)
                   1119:      <li>Maxim MAX6642/MAX6690 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maxtmp&amp;arch=sparc64&amp;sektion=4">maxtmp</a>)
                   1120:      <li>Philips PCF8591 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcfadc&amp;arch=sparc64&amp;sektion=4">pcfadc</a>)
                   1121:      </ul>
1.218     mbalmer  1122:    <li>Meinberg Funkuhren radio clocks, including:
                   1123:      <ul>
1.249     mbalmer  1124:      <li>GPS170PCI 3.3V/5V 6-channel GPS receiver card (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;arch=sparc64&amp;sektion=4">mbg</a>)
                   1125:      <li>PCI32 5V 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>)
                   1126:      <li>PCI509 5V 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>)
                   1127:      <li>PCI511 3.3V/5V 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>)
1.218     mbalmer  1128:      </ul>
1.15      jason    1129:   </ul>
1.12      jason    1130: </ul>
1.83      henning  1131:
                   1132: <p>
1.275     deraadt  1133: <h4>Unsupported (or untested) machines</h4>
1.86      miod     1134:
                   1135: <p>
                   1136: <table border=0 cellspacing=0 cellpadding=2 width="95%">
                   1137: <tr>
1.120     miod     1138: <td valign="top" width="33%">
1.86      miod     1139: <ul>
1.193     brad     1140:  <li>Ultra 3 Mobile Workstation
1.275     deraadt  1141:  <li>Sun Netra 1280/1290
                   1142:  <li>Sun Netra CP3260
1.268     kettenis 1143:  <li>Sun Blade T6320
1.231     kettenis 1144:  <li>Sun Fire V445
1.208     brad     1145:  <li>Sun Fire V1280
1.258     kettenis 1146:  <li>Sun Fire 3800/4800/4810/6800
1.208     brad     1147:  <li>Sun Fire E2900/E4900/E6900
                   1148:  <li>Sun Fire 12K/15K
1.278     deraadt  1149: </ul></td><td valign=top width="33%"><ul>
1.208     brad     1150:  <li>Sun Fire E20K/E25K
1.265     deraadt  1151:  <li>Sun Netra T5220
1.250     kettenis 1152:  <li>Sun SPARC Enterprise T5120/T5220
1.268     kettenis 1153:  <li>Sun SPARC Enterprise T5140/T5240
1.275     deraadt  1154:  <li>Sun Netra CT 410
                   1155:  <li>Sun Netra CT 810
                   1156:  <li>Sun Netra CP900
                   1157:  <li>Sun Netra CP2140
                   1158:  <li>Sun Netra CP2160
1.278     deraadt  1159: </ul></td><td valign=top width="33%"><ul>
1.275     deraadt  1160:  <li>Sun Netra CP2300
1.278     deraadt  1161:  <li>Fujitsu M4000/M5000/M8000/M9000
                   1162:  <li>Fujitsu PRIMEPOWER 900/1500/2500
                   1163:  <li>Fujitsu FX1
1.279   ! deraadt  1164:  <li>Tadpole Ultrabook IIi
        !          1165:  <li>Tadpole/Sun Voyager IIi
        !          1166:  <li>Tadpole Sparcbook 5000/6000
        !          1167:  <li>Tadpole SPARCLE 550SX/660SX
1.278     deraadt  1168:  <li>Tadpole Viper
1.279   ! deraadt  1169:  <li>Tadpole Bullfrog / Bullfrog EXP / V2 Bullfrog I
1.86      miod     1170: </ul></td></tr></table>
1.12      jason    1171:
1.86      miod     1172: <p>
                   1173: <h4>Unsupported devices</h4>
                   1174: <ul>
1.242     kettenis 1175:  <li>PCMCIA (PC Card) or CardBus devices.
1.98      nick     1176:  <li>SBus and PCI cards other than those listed above.
1.200     deraadt  1177:  <li>Various devices may not work fully on some models.<br>
1.242     kettenis 1178:      For instance, many UltraSPARC III-based machines currently do
1.200     deraadt  1179:      not support PCI Video.
1.12      jason    1180: </ul>
                   1181:
1.4       art      1182: <hr>
1.89      miod     1183: <a name="hwdocs"></a>
                   1184: <h3><font color="#0000e0"><strong>Hardware documentation:</strong></font></h3>
                   1185:
1.260     deraadt  1186: Previous to 2007, it was extremely difficult or impossible to get much of
1.270     sthen    1187: the necessary hardware documentation for these machines.   Members of our
1.260     deraadt  1188: team (in particular David Gwynne) were instrumental in pressuring and
                   1189: convincing Sun to go back into their archives and dig up the data sheets
                   1190: that they had written in-house, describing the operation of their chips to
                   1191: their own engineers.  These documents can now be found at
                   1192: <a href="http://wikis.sun.com/display/FOSSdocs/Home">
                   1193: http://wikis.sun.com/display/FOSSdocs/Home</a>.
                   1194: Some documents are still missing at that site, so we ask that interested
                   1195: developers contact Sun and request additional information.
1.89      miod     1196: <p>
                   1197:
                   1198: <hr>
                   1199: <a name="install"></a>
                   1200: <h3><font color="#0000e0">
                   1201: <strong>Getting and installing OpenBSD/sparc64:</strong>
                   1202: </font></h3>
                   1203:
                   1204: <p>
                   1205: The latest supported OpenBSD/sparc64 release is
1.271     steven   1206: <a href="43.html">OpenBSD 4.3</a>.
1.89      miod     1207: Here are the
1.271     steven   1208: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.3/sparc64/INSTALL.sparc64">
                   1209: OpenBSD/sparc64 4.3 installation instructions
1.89      miod     1210: </a>.
                   1211:
                   1212: <p>
                   1213: Snapshots are made available from time to time, in
                   1214: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64">this location</a>
                   1215: as well as in a few
                   1216: <a href="ftp.html">mirrors</a>.
                   1217: Here are the
1.93      pb       1218: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/sparc64/INSTALL.sparc64">
1.89      miod     1219: OpenBSD/sparc64 snapshot installation instructions
                   1220: </a> as well.
                   1221:
                   1222: <p>
                   1223: There are several installation media provided, so that
                   1224: OpenBSD/sparc64 can be installed or upgraded via CD, floppy boot images on
1.179     miod     1225: some models, miniroot images for machines without floppies,
1.98      nick     1226: as well as network and diskless installs.
1.89      miod     1227: <ul>
                   1228:   <li><strong>CD boot</strong>
                   1229:   <p>
                   1230:   Booting off the CD provides a small ffs filesystem with a kernel containing
                   1231:   drivers for the most popular devices found on UltraSPARC hardware.<br>
                   1232:   For the latest list of drivers available on this image, take a look at the
                   1233:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
                   1234:   kernel configuration file.
                   1235:   The CD can be booted off the OpenFirmware prompt with
                   1236: <pre>
                   1237:   boot cdrom
                   1238: </pre>
1.271     steven   1239:   <li><strong>Floppy A</strong> (floppy43.fs)
1.89      miod     1240:   <p>
                   1241:   Booting off the floppy provides a small ffs filesystem with a kernel
                   1242:   containing supporting the following sparc64 hardware:
                   1243:   <ul>
                   1244:     <li>Ultra 1/1E
                   1245:     <li>Ultra 2
                   1246:   </ul>
1.137     deraadt  1247:   <p>
1.89      miod     1248:   as well as support for the on-board devices found on these machines.
                   1249:   However due to lack of space there are only a few other drivers.
                   1250:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                   1251:   allow installation from cdrom media.
                   1252:   For the latest list of drivers available on this image, take a look at the
                   1253:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU1?rev=HEAD">RAMDISKU1</a>
                   1254:   kernel configuration file.
                   1255:   The floppy can be booted off the OpenFirmware prompt with
                   1256: <pre>
                   1257:   boot floppy
                   1258: </pre>
1.137     deraadt  1259:   <p>
1.271     steven   1260:   <li><strong>Floppy B</strong> (floppyB43.fs)
1.179     miod     1261:   <p>
                   1262:   Booting off the floppy provides a small ffs filesystem with a kernel
                   1263:   containing supporting the following sparc64 hardware:
                   1264:   <ul>
                   1265:     <li>SPARCengineUltra AX
                   1266:     <li>SPARCengineUltra AXe
                   1267:     <li>SPARCengineUltra AXi
                   1268:   </ul>
                   1269:   <p>
                   1270:   as well as support for the on-board devices found on these machines.
                   1271:   However due to lack of space there are only a few other drivers.
                   1272:   In particular, this floppy <i>lacks cdrom support</i> and will <i>not</i>
                   1273:   allow installation from cdrom media.
                   1274:   For the latest list of drivers available on this image, take a look at the
1.181     martin   1275:   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISKU5?rev=HEAD">RAMDISKU5</a>
1.179     miod     1276:   kernel configuration file.
                   1277:   The floppy can be booted off the OpenFirmware prompt with
                   1278: <pre>
                   1279:   boot floppy
                   1280: </pre>
                   1281:   <p>
1.271     steven   1282:   <li><strong>Miniroot</strong> (miniroot43.fs)
1.89      miod     1283:   <p>
                   1284:   The miniroot provides the same installation environment as the bootable CD,
                   1285:   and is intended for easy bootstrap if there is already an operating system
                   1286:   installed on the machine.
                   1287:   After dumping the miniroot to the primary swap partition with dd, the
                   1288:   miniroot can be booted off the OpenFirmware prompt with a command such as
                   1289: <pre>
                   1290:   boot disk:b
                   1291: </pre>
                   1292:   (the disk designation may be different, depending on the chosen swap
                   1293:   partition).
1.137     deraadt  1294:   <p>
1.89      miod     1295:   <li><strong>Network boot</strong> (ofwboot.net, bsd.rd)
                   1296:   <p>
                   1297:   Using a diskless setup, it is also possible to boot the OpenBSD/sparc64
                   1298:   boot loader, <tt>ofwboot.net</tt>, from the network via tftp, and access
                   1299:   the <tt>bsd.rd</tt> standalone miniroot over NFS.
                   1300:   Refer to the
                   1301:   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=diskless&amp;sektion=8">diskless(8)</a>
                   1302:   manual page for details on how to setup a network boot environment.
                   1303: </ul>
                   1304:
                   1305: <p>
                   1306: Please note that booting from floppy might not work on your machine; also,
                   1307: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                   1308: they are able to boot Solaris in 64bit-mode); please refer to the
1.271     steven   1309: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.3/sparc64/INSTALL.sparc64">installation
1.98      nick     1310: notes</a> for details.
1.89      miod     1311:
                   1312: <hr>
1.86      miod     1313: <a href="plat.html">
                   1314: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                   1315: </a>
                   1316: <br>
                   1317: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
1.1       mickey   1318: <br>
1.279   ! deraadt  1319: <small>$OpenBSD: sparc64.html,v 1.278 2008/06/11 03:02:50 deraadt Exp $</small>
1.1       mickey   1320:
                   1321: </body>
                   1322: </html>