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

Diff for /www/zaurus.html between version 1.76 and 1.77

version 1.76, 2007/03/15 10:47:33 version 1.77, 2007/03/19 00:47:37
Line 69 
Line 69 
 After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit  After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
 from a good ARM development platform, work on the Zaurus hardware started in 2004.  from a good ARM development platform, work on the Zaurus hardware started in 2004.
 Since the Zaurus is a fully capable machine, we no longer cross compile. All  Since the Zaurus is a fully capable machine, we no longer cross compile. All
 builds of Zaurus (and even the shared "arm" packages) are done on the Zaurus directly.  builds of Zaurus are done on the Zaurus directly. (The shared "arm" packages are
   nowadays built on the <a href="armish.html">armish</a> platform, because it is faster.)
   
 <hr>  <hr>
 <a name="status"></a>  <a name="status"></a>
Line 80 
Line 81 
 The Zaurus boots multiuser, X11 runs, and device support is being  The Zaurus boots multiuser, X11 runs, and device support is being
 constantly improved.  constantly improved.
 Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well  Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
 as host USB, and the keyboard and touch screen are supported by X11.  as host USB, SD/MMC memory cards and the keyboard and touch screen are supported by X11.
 Audio playback is working, and the machine is of course able to suspend  Audio playback is working, and the machine is of course able to suspend
 much like a regular laptop.  much like a regular laptop.
 Even the processor performance mode can be adjusted with  Even the processor performance mode can be adjusted with
Line 96 
Line 97 
 <ul>  <ul>
   <li>Repair pcmcia issues that are causing "white-out" problems with some devices.    <li>Repair pcmcia issues that are causing "white-out" problems with some devices.
   <li>Fix the odd suspend crashing bugs and RTC skew.    <li>Fix the odd suspend crashing bugs and RTC skew.
   <li>SD/SDIO support.  
   <li>C860/C1000 support.    <li>C860/C1000 support.
   <li>Support the I2C GPIO controller (C3100 and C3200) using the    <li>Support the I2C GPIO controller (C3100 and C3200) using the
       machine-independent i2c code.        machine-independent i2c code.
Line 130 
Line 130 
 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
 or slave  or slave
 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdcef&amp;sektion=4">cdcef</a>)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdcef&amp;sektion=4">cdcef</a>)
   <li>MMC/SD/SDIO controller
   (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxammc&amp;sektion=4&amp;arch=zaurus">pxammc</a>)
 <li>Power management and suspend  <li>Power management and suspend
 (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)  (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)
 <li>Audio  <li>Audio

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77