1. 11 4月, 2007 3 次提交
  2. 10 3月, 2007 1 次提交
  3. 03 3月, 2007 1 次提交
  4. 18 2月, 2007 5 次提交
  5. 08 2月, 2007 7 次提交
  6. 06 2月, 2007 4 次提交
  7. 30 1月, 2007 1 次提交
  8. 24 1月, 2007 1 次提交
  9. 27 12月, 2006 3 次提交
  10. 07 12月, 2006 5 次提交
  11. 03 12月, 2006 1 次提交
  12. 02 12月, 2006 5 次提交
  13. 01 11月, 2006 2 次提交
  14. 22 10月, 2006 1 次提交
    • S
      [PATCH] sky2: 88E803X transmit lockup · 470ea7eb
      Stephen Hemminger 提交于
      The reason sky2 driver was locking up on transmit on the Yukon-FE chipset
      is that it was misconfiguring the internal RAM buffer so the transmitter
      and receiver were sharing the same space.
      
      The code assumed there was 16K of RAM on Yukon-FE (taken from vendor driver
      sk98lin which is even more f*cked up on this). Then it assigned based on that.
      The giveaway was that the registers would only hold 9bits so both RX/TX
      had 0..1ff for space. It is a wonder it worked at all!
      
      This patch addresses this, and fixes an easily reproducible hang on Transmit.
      Only the Yukon-FE chip is Marvell 88E803X (10/100 only) are affected.
      Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      470ea7eb