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

Annotation of www/sparc64.html, Revision 1.48

1.1       mickey      1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD/sparc64</title>
1.6       jcs         5: <link rev="made" href="mailto:www@openbsd.org">
1.1       mickey      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/sparc64 page">
                      8: <meta name="keywords" content="openbsd,sparc64">
                      9: <meta name="distribution" content="global">
1.30      horacio    10: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.1       mickey     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
                     15: <h2>OpenBSD/sparc64</h2>
                     16:
                     17: <hr>
                     18:
                     19: <p>
1.48    ! jason      20: OpenBSD/sparc64 runs on the 64bit Sun UltraSPARC machines based
        !            21: on the UltraSPARC I and UltraSPARC II processors.
1.4       art        22: The current port maintainer is Jason Wright
                     23: (<a href="mailto:jason@openbsd.org">jason@openbsd.org</a>).
1.48    ! jason      24: Others are welcome to contribute!
1.1       mickey     25: </p>
1.48    ! jason      26:
        !            27: <h3><font color=#0000e0><i>Table of contents</i></font></h3>
        !            28: <p>
        !            29: <ul>
        !            30:  <li><a href="#history">Past history of the port</a>
        !            31:  <li><a href="#status">Current status</a>
        !            32:  <li><a href="#projects">Project list</a>
        !            33:  <li><a href="#info">Where to get it</a>
        !            34:  <li><a href="#hardware">Supported hardware list</a>
        !            35: </ul>
        !            36: </p>
        !            37:
        !            38: <hr>
        !            39: <a name=history></a>
1.4       art        40: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       mickey     41:
                     42: <p>
1.5       horacio    43: The orginal port was made for NetBSD by Eduardo Horvath and released for
1.4       art        44: the first time in January 1999.
                     45: The porting to OpenBSD started in August 2001 and in the end of September the
                     46: first binary snapshot was released. The porting was done mainly by Jason
1.15      jason      47: Wright and Artur Grabowski and was done on both SBUS and PCI machines so that
1.6       jcs        48: a decently wide range of hardware support was ready even before the system
                     49: could boot multiuser.
1.1       mickey     50: </p>
                     51:
1.48    ! jason      52: <p>
        !            53: OpenBSD 3.0 was the first official release of OpenBSD/sparc64, and since
        !            54: that release support for many more devices has been added (including
        !            55: devices required for X11R6 support) and bugs exposed by the 64 bit big endian
        !            56: nature of UltraSPARC in many obscure places have been fixed.  And
        !            57: work is continuing...
        !            58: </p>
        !            59:
1.1       mickey     60: <hr>
1.48    ! jason      61: <a name=status></a>
1.4       art        62: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     63:
                     64: <p>
                     65: Currently most of the hardware available to the developers boots multiuser and
1.36      jason      66: supports enough of the on-board devices to be generally useable.  Since 3.0
                     67: shipped, hardware support has improved and X11R6 support has been added.
1.4       art        68: </p>
                     69:
                     70: <p>
1.6       jcs        71: There hasn't yet been a need for a separate mailing list for OpenBSD/sparc64,
1.18      miod       72: so the OpenBSD/sparc mailing list is being used.
                     73: To join the OpenBSD/sparc mailing list, send a message body of <b>"subscribe
                     74: sparc"</b> to <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>.
                     75: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     76: subscribing.
1.4       art        77: </p>
                     78:
1.48    ! jason      79: <hr>
        !            80: <a name=projects></a>
        !            81: <h3><font color="#0000e0"><strong>Projects (in no particular order):</strong></font></h3>
1.12      jason      82:
                     83: <ul>
1.48    ! jason      84:  <li>X Window System support<br>
1.42      deraadt    85:   Basic X Window support is in current, but it is very new.  Some
                     86:   applications just don't work yet.
1.13      jason      87:  <li>Improve architecture specific documentation
1.12      jason      88: </ul>
                     89:
1.4       art        90: <hr>
1.48    ! jason      91: <a name=info></a>
1.4       art        92: <h3><font color="#0000e0"><strong>Where to get it:</strong></font></h3>
                     93:
                     94: <p>
1.22      deraadt    95: <ul>
                     96: <li><a href=ftp.html>Snapshots are made available from time to time.</a>
                     97: <li><a href=ftp://ftp.openbsd.org/pub/OpenBSD/3.0/sparc64/INSTALL.sparc64>Installation information</a>
                     98: </ul>
1.4       art        99: </p>
                    100:
                    101: <hr>
1.19      miod      102: <h3><font color="#0000e0"><strong>Install media:</strong></font></h3>
                    103:
                    104: <p>
                    105: A number of install options exist:
                    106: <ul>
                    107: <li><strong>CD boot:</strong><p>
                    108: Booting off the CD provides a small ffs filesystem with a kernel containing
                    109: drivers for the most popular devices found on UltraSPARC hardware.<br>
                    110: For the latest list of drivers available on this image, take a look at the
                    111: <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/conf/RAMDISK?rev=HEAD">
                    112: RAMDISK</a> config file.<p>
1.24      miod      113: <li><strong>Floppy disk:</strong><p>
1.19      miod      114: This 1.44MB floppy image supports the following sparc64 hardware:
                    115: <ul>
                    116: <li>Ultra 1/1E
                    117: <li>Ultra 2
1.21      miod      118: </ul>
1.19      miod      119: It contains support for the on-board devices found on these machines, however
                    120: due to lack of place there are only a few other drivers. In particular, this
1.26      miod      121: floppy lacks cdrom support and will <i>not</i> allow you to install from cdrom
                    122: media.<p>
1.24      miod      123: <li><strong>Miniroot:</strong><p>
1.19      miod      124: The miniroot is a complete filesystem image, to be dumped on your machines' swap
1.22      deraadt   125: partition, and booted from afterwards. Its device support is similar to the
1.19      miod      126: CD boot image.
                    127: </ul>
                    128: <p>
                    129: Use the method that works best for you.<br>
                    130: Please note that booting from floppy might not work on your machine; also,
1.26      miod      131: Ultra 1, 1E and 2 systems might require a PROM update (they usually don't if
                    132: they are able to boot Solaris in 64bit-mode); please refer to the
1.19      miod      133: installation notes for details.</p>
                    134:
                    135: <hr>
1.48    ! jason     136: <a name=hardware></a>
1.4       art       137: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                    138:
                    139: <h4>OpenBSD/sparc64 has been tested on the following SUN UltraSPARC models:</h4>
                    140: <ul>
1.19      miod      141:  <li>Ultra 1/1E
1.17      jason     142:  <li>Ultra 2
1.4       art       143:  <li>Ultra 5
                    144:  <li>Ultra 10
1.7       jason     145:  <li>Ultra 30
1.10      jason     146:  <li>SPARCengineUltra AX
1.11      jason     147:  <li>SPARCengineUltra AXi
1.42      deraadt   148:  <li>SUNBlade 100
1.46      jason     149:  <li>Enterprise 220R
1.7       jason     150:  <li>Enterprise 250
1.23      jason     151:  <li>Netra X1 <font color=#e00000>*</font>
1.4       art       152: </ul>
1.23      jason     153: <font color=#e00000>*</font> support added after 3.0.
1.4       art       154:
1.46      jason     155: <p> Please note, some machines like the Ultra1, Ultra2 and Enterprise 220R
                    156: may require upgrading the flashprom before OpenBSD can be sucessfully
                    157: installed.
                    158:
1.9       miod      159: <h4>The following models are not supported at the moment:</h4>
                    160: <ul>
                    161:  <li>Ultra 60
                    162:  <li>Ultra 80
1.19      miod      163:  <li>Ultra 450
1.10      jason     164:  <li>SUNBlade 1000
1.42      deraadt   165:  <li>SUNBlade 2000
1.19      miod      166:  <li>Enterprise 420R
1.9       miod      167:  <li>Enterprise 450
                    168:  <li>Enterprise 3000
                    169: </ul>
                    170:
1.12      jason     171: <h4>Supported peripherals:</h4>
                    172: <ul>
1.33      jason     173:  <li><strong>Keyboards/Mice</strong>
                    174:   <ul>
                    175:    <li>Type 4, 5, and 6 keyboards on Zilog serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=sparc64">zskbd</a>) <font color=#e00000>*</font>
                    176:    <li>Type 4, 5, and 6 keyboards on NS16550 serial ports (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=comkbd&sektion=4&arch=sparc64">comkbd</a>) <font color=#e00000>*</font>
                    177:    <li>Type 6 keyboards on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&sektion=4">ukbd</a>) <font color=#e00000>*</font>
1.37      jason     178:    <li>PS/2 AT keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbd&sektion=4">pckbd</a>) <font color=#e00000>*</font>
1.38      jason     179:    <li>Sun mice on Zilog (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zstty&sektion=4&arch=sparc64">zstty</a>) or NS16550 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>) serial ports
                    180:    <li>Sun mice on USB (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&sektion=4">ums</a>) <font color=#e00000>*</font>
                    181:    <li>PS/2 mice (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&sektion=4">pms</a>) <font color=#e00000>*</font>
1.33      jason     182:   </ul>
                    183:  <li><strong>Framebuffers</strong>
                    184:   <ul>
                    185:    <li>SBUS Video:
                    186:     <ul>
                    187:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgthree&sektion=4&arch=sparc64">cgthree</a> - 8-bit color, unaccelerated <font color=#e00000>*</font>
                    188:      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cgsix&sektion=4&arch=sparc64">cgsix</a> - 8-bit color, unaccelerated <font color=#e00000>*</font>
                    189:     </ul>
                    190:    <li>PCI Video:
                    191:     <ul>
1.47      jason     192:      <li>ATI Rage (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vgafb&sektion=4&arch=sparc64">vgafb</a>)<font color=#e00000>*</font>
1.33      jason     193:     </ul>
                    194:   </ul>
1.12      jason     195:  <li><strong>SCSI Host Adapters</strong>
                    196:   <ul>
1.20      jason     197:    <li>SBUS NCR53c9x adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&sektion=4&arch=sparc64">esp</a>)
                    198:    <li>SBUS 10/100Mbit SunSwift Ethernet+SCSI cards, aka HME + FAS366 cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esp&sektion=4&arch=sparc64">esp</a>)
1.14      jason     199:    <li>SBUS Qlogic adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&sektion=4">isp</a>)
                    200:    <li>PCI NCR53c8xx adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&sektion=4">siop</a>)
1.12      jason     201:   </ul>
1.44      brad      202:  <li><strong>PCI IDE Controllers</strong> (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&sektion=4">pciide</a>)
1.12      jason     203:   <ul>
                    204:    <li>Acer Labs M5229
                    205:    <li>Command Technologies PCI0646
                    206:    <li>National Semiconductor PC87415
                    207:   </ul>
                    208:   Other PCI IDE adapters may work, but are untested.
                    209:  <li><strong>Ethernet Adapters</strong>
                    210:   <ul>
1.20      jason     211:    <li>onboard SBUS AMD Lance Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=sparc64">le</a>)
                    212:    <li>SBUS AMD Lance cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&sektion=4&arch=sparc64">le</a>)
                    213:    <li>SBUS 10/100Mbit qec+be Sun FastEthernet 1.0 cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?arch=sparc64&query=qec&sektion=4">qec</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=be&sektion=4&arch=sparc64">be</a>)
                    214:    <li>SBUS Quad 10Mbit qec+qe Sun Quad Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qec&sektion=4&arch=sparc64">qec</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qe&sektion=4&arch=sparc64">qe</a>)
                    215:    <li>onboard SBUS and PCI HME Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    216:    <li>SBUS 10/100Mbit hme Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    217:    <li>SBUS 10/100Mbit SunSwift Ethernet+SCSI cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    218:    <li>SBUS Quad 10/100Mbit hme and qfe Quad Fast Ethernet cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    219:    <li>PCI Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    220:    <li>PCI Quad Fast Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hme&sektion=4&arch=sparc64">hme</a>)
                    221:    <li>PCI GEM Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4&arch=sparc64">gem</a>) [Not fully supported]
1.26      miod      222:    <li>PCI Davicom DM9102 Ethernet (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4">dc</a>) <font color=#e00000>*</font>
1.12      jason     223:   </ul>
1.26      miod      224:  <li><strong>Sound Devices</strong>
1.12      jason     225:   <ul>
1.20      jason     226:    <li>onboard SBUS CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audiocs&sektion=4&arch=sparc64">audiocs</a>)
                    227:    <li>onboard EBUS/PCI CS4231 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioce&sektion=4&arch=sparc64">audioce</a>)
1.34      jason     228:    <li>Trident 4DWAVE-DX/NX, Sis 7018, ALi M5451 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=autri&sektion=4">autri</a>)
1.43      deraadt   229:    <li>Ensoniq AudioPCI (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eap&sektion=4">eap</a>)
1.12      jason     230:   </ul>
1.26      miod      231:  <li><strong>Serial Devices</strong>
1.15      jason     232:   <ul>
1.20      jason     233:    <li>onboard SBUS Zilog 8530 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zs&sektion=4&arch=sparc64">zs</a>)
1.45      jason     234:    <li>onboard EBUS Infineon (Siemens) 82532 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sab&sektion=4&arch=sparc64">sab</a>) <font color=#e00000>*</font>
1.33      jason     235:    <li>onboard 16550 compatibles (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4">com</a>) <font color=#e00000>*</font>
1.32      jason     236:    <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&sektion=4&arch=sparc64">magma</a>) <font color=#e00000>*</font>
1.29      jason     237:    <li> SBus spif serial port cards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spif&sektion=4&arch=sparc64">spif</a>) <font color=#e00000>*</font>
1.41      jason     238:    <li> Aurora SBus sio2/pio1 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asio&sektion=4&arch=sparc64">asio</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apio&sektion=4&arch=sparc64">apio</a>) <font color=#e00000>*</font>
1.15      jason     239:   </ul>
1.34      jason     240:  <li><strong>Cryptography Accelerators</strong>
                    241:   <ul>
                    242:    <li>Hifn 7751/7811/7951 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4">hifn</a>)
                    243:    <li>Bluesteelnet 5501/5601, Broadcom uBsec 5805/5820/5821 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubsec&sektion=4">ubsec</a>)
                    244:   </ul>
1.15      jason     245:  <li><strong>Miscellaneous Devices</strong>
                    246:   <ul>
1.39      jason     247:    <li>EBUS beeper (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=beeper&sektion=4&arch=sparc64">beeper</a>)
1.35      jason     248:    <li>performance counters/system controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uperf&sektion=4&arch=sparc64">uperf</a>)
1.15      jason     249:   </ul>
1.12      jason     250: </ul>
1.26      miod      251: <font color=#e00000>*</font> support added after 3.0.
1.12      jason     252:
                    253: <h4>Unsupported devices:</h4>
                    254:  <li>SBUS and PCI cards other than those listed above.
                    255: </ul>
                    256:
1.4       art       257: <hr>
1.1       mickey    258: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    259: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
                    260: <br>
1.48    ! jason     261: <small>$OpenBSD: sparc64.html,v 1.47 2002/04/04 03:58:22 jason Exp $</small>
1.1       mickey    262:
                    263: </body>
                    264: </html>