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

Annotation of www/zaurus.html, Revision 1.10

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/zaurus</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/zaurus page">
                     10: <meta name="keywords" content="openbsd,zaurus,PDA,ARM,XScale">
                     11: <meta name="distribution" content="global">
                     12: <meta name="copyright" content="This document copyright 2005 by OpenBSD.">
                     13: </head>
                     14:
                     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:
                     18: <h2><font color="#e00000">OpenBSD/zaurus</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: <a href="images/zaurus-c3000.jpg">
                     24: <img src="images/zaurus-c3000-small.jpg" width="324" height="243" align="right"></a>
1.1       miod       25: OpenBSD/zaurus is an effort to make OpenBSD run on several PDAs of the
                     26: Sharp Zaurus family.
                     27:
                     28: <p>
                     29: A mailing list for ARM-based ports is available at
                     30: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     31: To join the OpenBSD/arm mailing list, send a message body of
                     32: <b>"subscribe arm"</b> to
                     33: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     34: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     35: subscribing.
                     36:
                     37: <p>
                     38: The current port maintainer is Dale Rahn
                     39: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
                     40: Others are definitely welcome to contribute!
                     41:
                     42: <a href="#toc"></a>
                     43: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     44:
                     45: <ul>
                     46:   <li><a href="#history">History of the port</a>
                     47:   <li><a href="#status">Current status</a>
                     48:   <li><a href="#projects">Project list</a>
                     49:   <li><a href="#hardware">Supported hardware</a>
                     50: <!--
                     51:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
                     52:   <li><a href="#problems">Known problems</a>
                     53: -->
                     54: </ul>
                     55:
                     56: <hr>
                     57: <a name="history"></a>
                     58: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     59:
                     60: <p>
                     61: Shortly after Sharp unveiled its first Zaurus machines, some OpenBSD developers
                     62: started dreaming of running OpenBSD on it, to have the smallest possible
                     63: ssh-capable machine!
                     64:
                     65: <p>
                     66: After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
                     67: from a good ARM development platform, work on the Zaurus hardware, initially
                     68: targetting the C-860 and C-3000 models, started in 2004.
                     69:
                     70: <hr>
                     71: <a name="status"></a>
                     72: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     73:
                     74: <p>
                     75: As the port is still in its early stages, development is pretty hectic at the
1.7       uwe        76: moment. Both the C-860 and the C-3000 machines boot multiuser, X11 runs
                     77: on the C-3000, and device support is being constantly improved.
1.8       pvalchev   78: Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
                     79: as host USB on the C-3000, and the keyboard and touchscreen are supported by X11.
1.1       miod       80:
                     81: <hr>
                     82: <a name="projects"></a>
                     83: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     84: </strong></font></h3>
                     85:
                     86: <ul>
                     87:   <li>Better C-860 support.
1.7       uwe        88:   <li>Better console display support.
                     89:   <li>Better touch screen support for X11.
                     90:   <li>Better power management support.
1.1       miod       91: </ul>
                     92:
                     93: <hr>
                     94: <a name="hardware"></a>
                     95: <h3><font color="#0000e0"><strong>Supported hardware:
                     96: </strong></font></h3>
                     97:
                     98: <p>
                     99: At the moment, the following Zaurus models are supported:
                    100:
                    101: <ul>
                    102: <li><strong>Zaurus SL-C760 and SL-C860</strong>
                    103: <ul>
                    104: <li>Serial port (console)
                    105: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    106: <li>PCMCIA slot
                    107: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    108: </ul>
                    109:
                    110: <li><strong>Zaurus SL-C3000</strong>
                    111: <ul>
                    112: <li>Serial port (suitable as console)
                    113: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    114: <li>LCD display panel
                    115: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.5       deraadt   116: <li>Native C3000 keyboard
                    117: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      118: <li>PCMCIA slot
                    119: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    120: <li>On-board microdrive
                    121: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    122: <li>USB controller
                    123: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
                    124: </ul>
                    125: </ul>
                    126:
                    127: <p>
                    128: <strong>USB Devices</strong> (on the C3000)
                    129: <ul>
                    130: <li>ADMtek AN986-based USB adapters (<a
                    131: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    132: including:
                    133:     <ul>
1.10    ! jsg       134:     <li>3Com 3c460b
1.1       miod      135:     <li>Abocom UFE1000
                    136:     <li>Abocom DSB650TX
                    137:     <li>Accton USB320-EC
1.10    ! jsg       138:     <li>Accton SpeedStream Ethernet
1.1       miod      139:     <li>Admtek Pegasus
                    140:     <li>Admtek Pegasus II
1.10    ! jsg       141:     <li>AEI USB Fast Ethernet
        !           142:     <li>Allied Telesyn AT-USB100
        !           143:     <li>ATEN UC-110T
        !           144:     <li>Belkin USB to LAN
1.1       miod      145:     <li>Billionton Systems USB100
1.10    ! jsg       146:     <li>Billionton Systems USB100EL
        !           147:     <li>Billionton Systems USB100LP
        !           148:     <li>Billionton Systems USBE100
1.1       miod      149:     <li>Corega FEther USB-TX
1.10    ! jsg       150:     <li>Corega FEther USB-TXS
1.1       miod      151:     <li>D-Link DSB-650
                    152:     <li>D-Link DSB-650TX
                    153:     <li>D-Link DSB-650TX-PNA
1.10    ! jsg       154:     <li>ELCON Systemtechnik Goldpfeil P-LAN
        !           155:     <li>Elecom LD-USB/TX
        !           156:     <li>Elecom LD-USBL/TX
1.1       miod      157:     <li>Elsa Microlink USB2Ethernet
1.10    ! jsg       158:     <li>GIGABYTE GN-BR402W
        !           159:     <li>Hawking UF100
        !           160:     <li>HP HN210E
1.1       miod      161:     <li>I/O DATA USB ETTX
                    162:     <li>Kingston KNU101TX
1.10    ! jsg       163:     <li>Laneed LD-USBL/TX
1.1       miod      164:     <li>LinkSys USB100TX
                    165:     <li>LinkSys USB100H1
1.10    ! jsg       166:     <li>LinkSys USB10T
1.1       miod      167:     <li>LinkSys USB10TA
1.10    ! jsg       168:     <li>LinkSys USB10TX
1.1       miod      169:     <li>Melco Inc. LUA-TX
1.10    ! jsg       170:     <li>Melco Inc. LUA2-TX
        !           171:     <li>Microsoft MN110
        !           172:     <li>Mobility EasiDock Ethernet
        !           173:     <li>Netgear FA101
        !           174:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      175:     <li>Siemens SpeedStream USB
                    176:     <li>Smartbridges smartNIC 2
                    177:     <li>SMC 2202USB
                    178:     <li>SMC EZ Connect USB
                    179:     <li>SOHOware NUB100
1.10    ! jsg       180:     <li>SOHOware NUB110
1.1       miod      181:     </ul>
                    182: <li>ASIX Electronics AX88172 USB adapters (<a
                    183: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    184: including:
                    185:     <ul>
1.10    ! jsg       186:     <li>ATEN UC210T
        !           187:     <li>Billionton Systems USB2AR
1.6       jsg       188:     <li>Buffalo (MELCO) LUA-U2-KTX
                    189:     <li>Corega FEther USB2-TX
1.10    ! jsg       190:     <li>D-Link DUB-E100
        !           191:     <li>Hawking UF200
        !           192:     <li>Intellinet USB 2.0 to Ethernet (rev A)
        !           193:     <li>LinkSys USB200M
1.1       miod      194:     <li>Netgear FA120
1.6       jsg       195:     <li>Sitecom LN-029
                    196:     <li>SnapPort USB 2.0 LAN Adapter
1.10    ! jsg       197:     <li>ST Lab USB 2.0 Fast Ethernet
        !           198:     <li>Surecom EP-1427X-2
1.6       jsg       199:     <li>System TALKS SGC-X2UL
1.10    ! jsg       200:     <li>TRENDnet TU2-ET100
1.1       miod      201:     </ul>
                    202: <li>USB Host-to-Host Communication Devices (<a
                    203: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    204: <li>CATC USB-EL1210A-based USB adapters (<a
                    205: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    206: including:
                    207:     <ul>
1.10    ! jsg       208:     <li>Belkin F5U111
1.1       miod      209:     <li>CATC Netmate and Netmate II
1.10    ! jsg       210:     <li>SmartBridges SmartLink
1.1       miod      211:     </ul>
                    212: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    213: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    214: including:
                    215:     <ul>
1.10    ! jsg       216:     <li>3Com 3c19250
1.1       miod      217:     <li>3Com 3c460 HomeConnect
1.10    ! jsg       218:     <li>AboCom Systems URE450 Ethernet
1.1       miod      219:     <li>ADS Technologies USB-10BT
                    220:     <li>Aox USB101
1.10    ! jsg       221:     <li>Asante USB to Ethernet
        !           222:     <li>ATen DSB-650C
1.1       miod      223:     <li>ATen UC10T
                    224:     <li>Corega USB-T
1.10    ! jsg       225:     <li>D-Link DSB-650C
        !           226:     <li>Entrega NET-USB-E45
        !           227:     <li>I/O Data USB-ET/T
        !           228:     <li>Jaton USB XpressNet
1.1       miod      229:     <li>Kawasaki USB101
1.10    ! jsg       230:     <li>Kingston Ethernet
1.1       miod      231:     <li>LinkSys USB10T
1.10    ! jsg       232:     <li>Mobility Ethernet
1.1       miod      233:     <li>Netgear EA101
                    234:     <li>Peracom USB
1.10    ! jsg       235:     <li>Portgear Ethernet
        !           236:     <li>Portsmith Express Ethernet
        !           237:     <li>Psion Dacom Gold Port Ethernet
        !           238:     <li>Shark Pocket Adapter
        !           239:     <li>Silicom U2E
        !           240:     <li>SMC 2102USB
        !           241:     <li>SMC 2104USB
1.1       miod      242:     </ul>
                    243: <li>Davicom DM9601 USB Ethernet adapters (<a
                    244: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    245: including:
                    246:     <ul>
                    247:     <li>Corega FEther USB-TXC
                    248:     </ul>
                    249: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    250: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    251: controllers (<a
                    252: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    253: <li>USB-USB cables (<a
                    254: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
                    255: <li>Realtek RTL8150L based USB adapters (<a
                    256: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    257: including:
                    258:     <ul>
1.10    ! jsg       259:     <li>Abocom RTL8151
1.1       miod      260:     <li>GreenHouse GH-USB100B
1.10    ! jsg       261:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      262:     <li>Linksys USB100M
1.10    ! jsg       263:     <li>Longshine LCS-8138TX
        !           264:     <li>Melco Inc. LUA-KTX
        !           265:     <li>Micronet SP128AR
        !           266:     <li>SMC 2208USB/ETH
        !           267:     <li>TrendNet TU-ET100C
        !           268:     <li>Zt USB10/100
1.1       miod      269:     </ul>
1.7       uwe       270: <li>Wireless USB adapters
1.1       miod      271: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    272:     <ul>
                    273:     <li>Acer Warplink USB-400
                    274:     <li>Actiontec HWU01170
                    275:     <li>Apacer Wireless Steno MB112
                    276:     <li>Corega WLUSB-11
                    277:     <li>I-O DATA WN-B11/USB
                    278:     <li>Intel PRO/Wireless 2011B
                    279:     <li>Intersil Prism 2X
                    280:     <li>JVC MP-XP7250
                    281:     <li>Linksys WUSB11 v3.0
                    282:     <li>Linksys WUSB12
                    283:     <li>Melco WLI-USB-KS11G
                    284:     <li>Microsoft MN510
                    285:     <li>Netgear MA111
                    286:     <li>Siemens SpeedStream SS1022
                    287:     <li>Syntax USB-400
                    288:     </ul>
                    289: </ul>
                    290:
1.7       uwe       291: <p>
                    292: <strong>PCMCIA/CF Devices</strong> (on the C3000)
                    293: <ul>
1.9       mcbride   294: <li>CF Mass Storage devices
                    295:     <ul>
                    296:     <li>Most Compact Flash cards and CF Microdrives.
                    297: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    298:     </ul>
1.7       uwe       299: <li>NE2000 compatible CF Ethernet adapters
                    300: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    301:     <ul>
                    302:     <li>Billionton Systems CFLT2-10N
1.8       pvalchev  303:     <li>Buffalo LanCard
1.7       uwe       304:     </ul>
                    305: <li>Wireless CF adapters
                    306: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    307:     <ul>
                    308:     <li>Buffalo AirStation
                    309:     <li>D-Link DCF-660W
                    310:     <li>ELSA XI800
1.9       mcbride   311:     <li>Linksys WCF12
1.7       uwe       312:     </ul>
                    313: </ul>
                    314:
1.1       miod      315: <hr>
                    316: <a name="install"></a>
                    317: <h3><font color="#0000e0">
                    318: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    319: </font></h3>
                    320:
                    321: <p>
1.3       miod      322: There is no official OpenBSD/zaurus release yet.
1.1       miod      323: <!--
                    324: The latest supported OpenBSD/zaurus release is
                    325: <a href="37.html">OpenBSD 3.7</a>.
                    326: Here are the
                    327: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/zaurus/INSTALL.zaurus">
                    328: OpenBSD/zaurus 3.7 installation instructions
                    329: </a>.
                    330: -->
                    331:
                    332: <p>
                    333: Snapshots are made available from time to time, in
                    334: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    335: as well as in a few
                    336: <a href="ftp.html">mirrors</a>.
                    337: Here are the
                    338: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    339: OpenBSD/zaurus snapshot installation instructions
                    340: </a> as well.
                    341:
                    342: <hr>
                    343: <a href="plat.html">
                    344: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    345: </a>
                    346: <br>
                    347: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    348: <br>
1.10    ! jsg       349: <small>$OpenBSD: zaurus.html,v 1.9 2005/02/15 17:12:02 mcbride Exp $</small>
1.1       miod      350:
                    351: </body>
                    352: </html>