1. 25 4月, 2006 7 次提交
  2. 22 4月, 2006 1 次提交
  3. 21 4月, 2006 1 次提交
  4. 20 4月, 2006 12 次提交
  5. 15 4月, 2006 2 次提交
  6. 13 4月, 2006 13 次提交
  7. 12 4月, 2006 1 次提交
  8. 10 4月, 2006 3 次提交
    • M
      [TG3]: Speed up SRAM access (2nd version) · bbadf503
      Michael Chan 提交于
      Speed up SRAM read and write functions if possible by using MMIO
      instead of config. cycles. With this change, the post reset signature
      done at the end of D3 power change must now be moved before the D3
      power change.
      
      IBM reported a problem on powerpc blades during ethtool self test that
      was caused by the memory test taking excessively long. Config.  cycles
      are very slow on powerpc and the memory test can take more than 10
      seconds to complete using config. cycles.
      
      David Miller informed me that an earlier version of the patch caused
      problems on sparc64 systems with built-in tg3 chips. This version
      fixes the problem by excluding all SUN built-in tg3 chips from doing
      MMIO SRAM access.
      
      TG3_FLAG_EEPROM_WRITE_PROT is also set unconditionally when
      TG3_FLG2_SUN_570X is set. This should be sane as all SUN chips are
      built-in and do not require Vaux switching.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bbadf503
    • M
      [TG3]: Kill some less useful flags · d2d746f8
      Michael Chan 提交于
      Kill the TG3_FLAG_NO_{TX|RX}_PSEUDO_CSUM flags because they are not
      very useful. This will free up some bits for new flags.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d2d746f8
    • S
      [IRDA]: Support for Sigmatel STIR421x chip · 137dc023
      Samuel Ortiz 提交于
      This patch enables support for the Sigmatel's STIR421x IrDA chip.
      Once patched with Sigmatel's firmware, this chip "almost" follows the
      USB-IrDA spec. Thus this patch is against irda-usb.[ch].
      
      The code has been tested by Nick Fedchik on an STIR4210 chipset based
      dongle.
      Signed-off-by: NSamuel Ortiz <samuel.ortiz@nokia.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      137dc023