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

Annotation of www/zaurus.html, Revision 1.56

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">
1.29      deraadt    24: <img src="images/zaurus-c3000-small.jpg" width="400" height="300" align="right"></a>
1.1       miod       25: OpenBSD/zaurus is an effort to make OpenBSD run on several PDAs of the
1.38      deraadt    26: Sharp Zaurus family.
                     27: Initially targeted is the C3000 and C3100 models which contain a 4GB CF
                     28: hard drive internally.
1.1       miod       29:
                     30: <p>
                     31: A mailing list for ARM-based ports is available at
                     32: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     33: To join the OpenBSD/arm mailing list, send a message body of
                     34: <b>"subscribe arm"</b> to
                     35: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     36: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     37: subscribing.
                     38:
                     39: <p>
1.38      deraadt    40: The current port maintainers are Dale Rahn
                     41: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>) and Uwe Stuehler
                     42: (<a href="mailto:uwe@openbsd.org">uwe@openbsd.org</a>).
1.1       miod       43: Others are definitely welcome to contribute!
                     44:
                     45: <a href="#toc"></a>
                     46: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     47:
                     48: <ul>
                     49:   <li><a href="#history">History of the port</a>
                     50:   <li><a href="#status">Current status</a>
                     51:   <li><a href="#projects">Project list</a>
                     52:   <li><a href="#hardware">Supported hardware</a>
1.22      uwe        53:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
1.1       miod       54: <!--
                     55:   <li><a href="#problems">Known problems</a>
                     56: -->
                     57: </ul>
                     58:
                     59: <hr>
                     60: <a name="history"></a>
                     61: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     62:
                     63: <p>
                     64: Shortly after Sharp unveiled its first Zaurus machines, some OpenBSD developers
                     65: started dreaming of running OpenBSD on it, to have the smallest possible
                     66: ssh-capable machine!
                     67:
                     68: <p>
                     69: After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
1.26      deraadt    70: from a good ARM development platform, work on the Zaurus hardware started in 2004.
1.29      deraadt    71: Since the Zaurus is a fully capable machine, we no longer cross compile. All
1.30      david      72: builds of Zaurus (and even the shared "arm" packages) are done on the Zaurus directly.
1.1       miod       73:
                     74: <hr>
                     75: <a name="status"></a>
                     76: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     77:
                     78: <p>
1.56    ! uwe        79: The port is relatively new and development is progressing steadily,
        !            80: but basic hardware support is mostly complete and quite stable.
1.26      deraadt    81: The Zaurus boots multiuser, X11 runs, and device support is being
1.13      drahn      82: constantly improved.
1.8       pvalchev   83: Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
1.26      deraadt    84: as host USB, and the keyboard and touch screen are supported by X11.
1.56    ! uwe        85: Audio playback is working, and the machine is of course able to suspend
1.26      deraadt    86: much like a regular laptop.
1.56    ! uwe        87: Even the processor performance mode can be adjusted with
        !            88: <a
        !            89: href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=8;arch=zaurus">apmd</a>,
        !            90: just like on other platforms.
1.1       miod       91:
                     92: <hr>
                     93: <a name="projects"></a>
                     94: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     95: </strong></font></h3>
                     96:
                     97: <ul>
1.31      deraadt    98:   <li>Repair pcmcia issues that are causing "white-out" problems with some devices.
1.56    ! uwe        99:   <li>Fix the odd suspend crashing bugs and RTC skew.
1.16      deraadt   100:   <li>SD/SDIO support.
1.37      jolan     101:   <li>C860/C1000 support.
1.54      fgsch     102:   <li>Zaurus as a USB device.
1.56    ! uwe       103:   <li>Support the I2C GPIO controller (C3100 only).
        !           104:   <li>Internal flash memory support.
1.1       miod      105: </ul>
                    106:
                    107: <hr>
                    108: <a name="hardware"></a>
                    109: <h3><font color="#0000e0"><strong>Supported hardware:
                    110: </strong></font></h3>
                    111:
                    112: <p>
1.31      deraadt   113: At the moment, the following Zaurus models and devices are supported:
1.1       miod      114:
1.25      uwe       115: <ul>
1.38      deraadt   116: <li><strong>Zaurus SL-C3000 / SL-C3100</strong>
1.1       miod      117: <ul>
1.35      uwe       118: <li>Standard and infrared serial ports
1.1       miod      119: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    120: <li>LCD display panel
                    121: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.25      uwe       122: <li>Touch screen
                    123: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&amp;arch=zaurus&amp;sektion=4">zts</a>)
1.26      deraadt   124: <li>Native keyboard
1.5       deraadt   125: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      126: <li>PCMCIA slot
                    127: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    128: <li>On-board microdrive
                    129: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    130: <li>USB controller
                    131: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.26      deraadt   132: <li>Power management and suspend
1.14      uwe       133: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)
1.25      uwe       134: <li>Sound chip
1.50      miod      135: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zaudio&amp;sektion=4&amp;arch=zaurus">zaudio</a>)
1.52      uwe       136: <li>Remote control
                    137: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zrc&amp;sektion=4&amp;arch=zaurus">zrc</a>)
1.1       miod      138: </ul>
                    139: </ul>
                    140:
                    141: <p>
1.48      deraadt   142: <strong>USB Devices</strong><p>
1.54      fgsch     143: Note: the Zaurus USB port supplies very little current when using the USB host
                    144: cable, hence some devices will require use of a powered HUB.  Using the Zaurus
                    145: as a USB device is currently not supported.
1.1       miod      146: <ul>
                    147: <li>ADMtek AN986-based USB adapters (<a
                    148: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    149: including:
                    150:     <ul>
1.10      jsg       151:     <li>3Com 3c460b
1.1       miod      152:     <li>Abocom UFE1000
                    153:     <li>Abocom DSB650TX
                    154:     <li>Accton USB320-EC
1.10      jsg       155:     <li>Accton SpeedStream Ethernet
1.1       miod      156:     <li>Admtek Pegasus
                    157:     <li>Admtek Pegasus II
1.10      jsg       158:     <li>AEI USB Fast Ethernet
                    159:     <li>Allied Telesyn AT-USB100
                    160:     <li>ATEN UC-110T
                    161:     <li>Belkin USB to LAN
1.1       miod      162:     <li>Billionton Systems USB100
1.10      jsg       163:     <li>Billionton Systems USB100EL
                    164:     <li>Billionton Systems USB100LP
                    165:     <li>Billionton Systems USBE100
1.1       miod      166:     <li>Corega FEther USB-TX
1.10      jsg       167:     <li>Corega FEther USB-TXS
1.1       miod      168:     <li>D-Link DSB-650
                    169:     <li>D-Link DSB-650TX
                    170:     <li>D-Link DSB-650TX-PNA
1.10      jsg       171:     <li>ELCON Systemtechnik Goldpfeil P-LAN
                    172:     <li>Elecom LD-USB/TX
                    173:     <li>Elecom LD-USBL/TX
1.1       miod      174:     <li>Elsa Microlink USB2Ethernet
1.10      jsg       175:     <li>GIGABYTE GN-BR402W
                    176:     <li>Hawking UF100
                    177:     <li>HP HN210E
1.1       miod      178:     <li>I/O DATA USB ETTX
                    179:     <li>Kingston KNU101TX
1.10      jsg       180:     <li>Laneed LD-USBL/TX
1.55      jolan     181:     <li>Linksys USB100TX
                    182:     <li>Linksys USB100H1
                    183:     <li>Linksys USB10T
                    184:     <li>Linksys USB10TA
                    185:     <li>Linksys USB10TX
1.1       miod      186:     <li>Melco Inc. LUA-TX
1.10      jsg       187:     <li>Melco Inc. LUA2-TX
                    188:     <li>Microsoft MN110
                    189:     <li>Mobility EasiDock Ethernet
                    190:     <li>Netgear FA101
                    191:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      192:     <li>Siemens SpeedStream USB
                    193:     <li>Smartbridges smartNIC 2
1.39      jsg       194:     <li>SMC 2202USB/ETH
                    195:     <li>SMC 2206USB/ETH
1.1       miod      196:     <li>SOHOware NUB100
1.10      jsg       197:     <li>SOHOware NUB110
1.1       miod      198:     </ul>
                    199: <li>ASIX Electronics AX88172 USB adapters (<a
                    200: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    201: including:
                    202:     <ul>
1.10      jsg       203:     <li>ATEN UC210T
1.41      jsg       204:     <li>BAFO BF-320
1.10      jsg       205:     <li>Billionton Systems USB2AR
1.41      jsg       206:     <li>Buffalo(MELCO) LUA-U2-KTX
1.6       jsg       207:     <li>Corega FEther USB2-TX
1.10      jsg       208:     <li>D-Link DUB-E100
1.50      miod      209:     <li>Good Way GWUSB2E
1.10      jsg       210:     <li>Hawking UF200
                    211:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.15      jsg       212:     <li>JVC MP-PRX1
1.55      jolan     213:     <li>Linksys USB200M
1.1       miod      214:     <li>Netgear FA120
1.6       jsg       215:     <li>Sitecom LN-029
1.41      jsg       216:     <li>SMC 2209USB/ETH
1.6       jsg       217:     <li>SnapPort USB 2.0 LAN Adapter
1.10      jsg       218:     <li>ST Lab USB 2.0 Fast Ethernet
                    219:     <li>Surecom EP-1427X-2
1.6       jsg       220:     <li>System TALKS SGC-X2UL
1.10      jsg       221:     <li>TRENDnet TU2-ET100
1.41      jsg       222:     <li>Z-TEK ZK-R01-2
1.1       miod      223:     </ul>
1.12      jsg       224: <li>Atmel AT76C50x based USB 802.11b adapters
                    225: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=zaurus&amp;sektion=4">atu</a>), including:
                    226:     <ul>
1.18      jsg       227:     <li>3Com 3CRSHEW696
                    228:     <li>AboCom BWU613
                    229:     <li>Accton 2664W
1.12      jsg       230:     <li>Acer Peripherals AWL300
                    231:     <li>Acer Peripherals AWL400
1.18      jsg       232:     <li>Actiontec 802UAT1
                    233:     <li>Addtron AWU120
1.12      jsg       234:     <li>Aincomm AWU2000B
1.18      jsg       235:     <li>Askey Computer Voyager 1010
                    236:     <li>Askey Computer WLL013 (Intersil Radio)
                    237:     <li>Askey Computer WLL013 (RFMD Radio)
                    238:     <li>Atmel AT76C503 (Intersil Radio)
                    239:     <li>Atmel AT76C503 (RFMD Radio)
                    240:     <li>Atmel AT76C505 (RFMD Radio)
                    241:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    242:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    243:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    244:     <li>Belkin F5D6050
1.12      jsg       245:     <li>Bluetake BW002
1.18      jsg       246:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    247:     <li>Conceptronic C11U
                    248:     <li>Conceptronic WL210
                    249:     <li>Corega WLAN USB Stick 11
                    250:     <li>Dick Smith Electronics CHUSB 611G
                    251:     <li>Dick Smith Electronics WL200U
                    252:     <li>Dick Smith Electronics WL240U
                    253:     <li>Dick Smith Electronics XH1153
                    254:     <li>D-Link DWL-120 rev E
1.12      jsg       255:     <li>Geowave GW-US11S
1.18      jsg       256:     <li>Gigabyte GN-WLBM101
                    257:     <li>Gigaset WLAN
                    258:     <li>Hewlett-Packard HN210W
                    259:     <li>Intel AP310 AnyPoint II
                    260:     <li>I/O DATA USB WN-B11
                    261:     <li>Lexar 2662W-AR
                    262:     <li>Linksys WUSB11 802.11b
                    263:     <li>Linksys WUSB11 802.11b v2.8
                    264:     <li>MSI WLAN
                    265:     <li>Netgear MA101
1.12      jsg       266:     <li>Netgear MA101 rev B
                    267:     <li>Ovislink AirLive WL-1120USB
                    268:     <li>OvisLink AirLive WL-1130USB
1.18      jsg       269:     <li>Planex Communications GW-US11S
                    270:     <li>Samsung SWL2100W
                    271:     <li>Siemens WLL013
                    272:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    273:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    274:     <li>Tekram U-300C
                    275:     <li>W-Buddie WN210
                    276:     <li>Z-Com M4Y-750
1.12      jsg       277:     </ul>
1.1       miod      278: <li>USB Host-to-Host Communication Devices (<a
                    279: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    280: <li>CATC USB-EL1210A-based USB adapters (<a
                    281: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    282: including:
                    283:     <ul>
1.10      jsg       284:     <li>Belkin F5U111
1.1       miod      285:     <li>CATC Netmate and Netmate II
1.10      jsg       286:     <li>SmartBridges SmartLink
1.1       miod      287:     </ul>
                    288: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    289: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    290: including:
                    291:     <ul>
1.10      jsg       292:     <li>3Com 3c19250
1.1       miod      293:     <li>3Com 3c460 HomeConnect
1.10      jsg       294:     <li>AboCom Systems URE450 Ethernet
1.1       miod      295:     <li>ADS Technologies USB-10BT
                    296:     <li>Aox USB101
1.10      jsg       297:     <li>Asante USB to Ethernet
                    298:     <li>ATen DSB-650C
1.1       miod      299:     <li>ATen UC10T
                    300:     <li>Corega USB-T
1.10      jsg       301:     <li>D-Link DSB-650C
                    302:     <li>Entrega NET-USB-E45
                    303:     <li>I/O Data USB-ET/T
                    304:     <li>Jaton USB XpressNet
1.1       miod      305:     <li>Kawasaki USB101
1.10      jsg       306:     <li>Kingston Ethernet
1.55      jolan     307:     <li>Linksys USB10T
1.10      jsg       308:     <li>Mobility Ethernet
1.1       miod      309:     <li>Netgear EA101
                    310:     <li>Peracom USB
1.10      jsg       311:     <li>Portgear Ethernet
                    312:     <li>Portsmith Express Ethernet
                    313:     <li>Psion Dacom Gold Port Ethernet
                    314:     <li>Shark Pocket Adapter
                    315:     <li>Silicom U2E
                    316:     <li>SMC 2102USB
                    317:     <li>SMC 2104USB
1.1       miod      318:     </ul>
                    319: <li>Davicom DM9601 USB Ethernet adapters (<a
                    320: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    321: including:
                    322:     <ul>
                    323:     <li>Corega FEther USB-TXC
                    324:     </ul>
                    325: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    326: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    327: controllers (<a
                    328: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    329: <li>USB-USB cables (<a
                    330: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
1.17      jsg       331: <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=zaurus&amp;sektion=4">ural</a>), including:
                    332:     <ul>
                    333:     <li>AMIT WL532U
                    334:     <li>ASUS WL-167g
1.50      miod      335:     <li>Belkin F5D7050
                    336:     <li>Buffalo WLI-U2-KG54
                    337:     <li>Buffalo WLI-U2-KG54-AI
                    338:     <li>Buffalo WLI-U2-KG54-YB
1.17      jsg       339:     <li>CNet CWD-854
                    340:     <li>Compex WLU54G
1.50      miod      341:     <li>Conceptronic C54RU
1.17      jsg       342:     <li>D-Link DWL-G122 (b1)
1.40      jsg       343:     <li>Dynalink WLG25USB
1.17      jsg       344:     <li>E-Tech WGUS02
1.40      jsg       345:     <li>Eminent 3035
1.50      miod      346:     <li>Gigabyte GN-WBKG
                    347:     <li>Hercules HWGUSB2-54
1.40      jsg       348:     <li>KCORP LifeStyle KLS-685
1.17      jsg       349:     <li>Linksys WUSB54G v4
                    350:     <li>Linksys WUSB54GP v4
1.50      miod      351:     <li>MSI MS-6861
                    352:     <li>MSI MS-6865
                    353:     <li>MSI MS-6869
1.40      jsg       354:     <li>SerComm UB801R
                    355:     <li>SparkLAN WL-685R
1.50      miod      356:     <li>Sphairon UB801R
                    357:     <li>Surecom EP-9001-g
1.40      jsg       358:     <li>Tonze UW-6200C
                    359:     <li>Zaapa ZNWUSB-54
1.50      miod      360:     <li>Zinwell ZWX-G261
1.40      jsg       361:     <li>Zonet ZEW2500
1.17      jsg       362:     </ul>
1.1       miod      363: <li>Realtek RTL8150L based USB adapters (<a
                    364: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    365: including:
                    366:     <ul>
1.10      jsg       367:     <li>Abocom RTL8151
1.1       miod      368:     <li>GreenHouse GH-USB100B
1.10      jsg       369:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      370:     <li>Linksys USB100M
1.10      jsg       371:     <li>Longshine LCS-8138TX
                    372:     <li>Melco Inc. LUA-KTX
                    373:     <li>Micronet SP128AR
                    374:     <li>SMC 2208USB/ETH
1.47      grunk     375:     <li>TRENDnet TU-ET100C
1.10      jsg       376:     <li>Zt USB10/100
1.1       miod      377:     </ul>
1.17      jsg       378: <li>Intersil PRISM 2.5/3 based USB 802.11b adapters
1.1       miod      379: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    380:     <ul>
                    381:     <li>Acer Warplink USB-400
                    382:     <li>Actiontec HWU01170
1.11      jsg       383:     <li>AirVast WM168b
                    384:     <li>Ambit WLAN
1.1       miod      385:     <li>Apacer Wireless Steno MB112
1.11      jsg       386:     <li>ASUS WL-140
                    387:     <li>Compaq W100
1.1       miod      388:     <li>Corega WLUSB-11
1.11      jsg       389:     <li>Corega WLUSB-11 Key
                    390:     <li>D-Link DWL-120 (rev F)
                    391:     <li>D-Link DWL-122
1.1       miod      392:     <li>I-O DATA WN-B11/USB
                    393:     <li>Intel PRO/Wireless 2011B
                    394:     <li>Intersil Prism 2X
                    395:     <li>JVC MP-XP7250
                    396:     <li>Linksys WUSB11 v3.0
                    397:     <li>Linksys WUSB12
1.11      jsg       398:     <li>Melco WLI-USB-KB11
1.1       miod      399:     <li>Melco WLI-USB-KS11G
1.11      jsg       400:     <li>Melco WLI-USB-S11
1.1       miod      401:     <li>Microsoft MN510
1.11      jsg       402:     <li>Netgear MA111 (version 1 only)
                    403:     <li>Pheenet WL-503IA
                    404:     <li>Planex GW-US11H
1.1       miod      405:     <li>Siemens SpeedStream SS1022
1.11      jsg       406:     <li>Sitecom WL-022
1.1       miod      407:     <li>Syntax USB-400
1.11      jsg       408:     <li>US Robotics 1120
                    409:     <li>Z-Com XI-725/726
                    410:     <li>Z-Com XI-735
                    411:     <li>ZyXEL ZyAIR B-200
1.1       miod      412:     </ul>
                    413: </ul>
                    414:
1.7       uwe       415: <p>
1.38      deraadt   416: <strong>PCMCIA/CF Devices</strong><br>
                    417: Note that it is possible to use a PCMCIA card using a PCMCIA->CF adapter.
1.7       uwe       418: <ul>
1.9       mcbride   419: <li>CF Mass Storage devices
                    420:     <ul>
                    421:     <li>Most Compact Flash cards and CF Microdrives.
                    422: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    423:     </ul>
1.7       uwe       424: <li>NE2000 compatible CF Ethernet adapters
                    425: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    426:     <ul>
                    427:     <li>Billionton Systems CFLT2-10N
1.20      uwe       428:     <li>Buffalo LPC-CF-CLT
1.53      uwe       429:     <li>Hawking CF686TX
1.27      xsa       430:     <li>Tamarack TC3299CE
1.53      uwe       431:     <li>TRENDnet TE-CF100
1.7       uwe       432:     </ul>
1.12      jsg       433: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters
1.7       uwe       434: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    435:     <ul>
1.46      uwe       436:     <li>AmbiCom WL1100C-CF
1.21      dhartmei  437:     <li>ASUS WL-110
1.42      uwe       438:     <li>Belkin F5D6060
1.7       uwe       439:     <li>Buffalo AirStation
                    440:     <li>D-Link DCF-660W
                    441:     <li>ELSA XI800
1.9       mcbride   442:     <li>Linksys WCF12
1.12      jsg       443:     <li>Netgear MA701
1.51      uwe       444:     <li>Pretec Compact WLAN OC-WLBXX-A
1.49      grunk     445:     <li>Senao NL-2511CF
1.7       uwe       446:     </ul>
1.38      deraadt   447: <li>Serial ports
                    448: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>).
                    449:     <ul>
                    450:     <li>Most modems, digital cellular modems, and serial cards should work.
1.45      uwe       451:     <li>AudioVOX GSM/GPRS modems
                    452:     <li>Siemens Connect2AIR GSM/GPRS modems
                    453:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.38      deraadt   454:     </ul>
1.7       uwe       455: </ul>
                    456:
1.1       miod      457: <hr>
                    458: <a name="install"></a>
                    459: <h3><font color="#0000e0">
                    460: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    461: </font></h3>
                    462:
1.20      uwe       463: <p>
1.1       miod      464: The latest supported OpenBSD/zaurus release is
1.50      miod      465: <a href="38.html">OpenBSD 3.8</a>.
1.1       miod      466: Here are the
1.50      miod      467: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.8/zaurus/INSTALL.zaurus">
                    468: OpenBSD/zaurus 3.8 installation instructions
1.1       miod      469: </a>.
                    470:
                    471: <p>
                    472: Snapshots are made available from time to time, in
                    473: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    474: as well as in a few
                    475: <a href="ftp.html">mirrors</a>.
                    476: Here are the
                    477: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    478: OpenBSD/zaurus snapshot installation instructions
                    479: </a> as well.
                    480:
                    481: <hr>
                    482: <a href="plat.html">
                    483: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    484: </a>
                    485: <br>
                    486: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    487: <br>
1.56    ! uwe       488: <small>$OpenBSD: zaurus.html,v 1.56 2006/03/08 02:02:20 uwe Exp $</small>
1.1       miod      489:
                    490: </body>
                    491: </html>