1. 23 12月, 2008 1 次提交
  2. 21 11月, 2008 1 次提交
  3. 20 11月, 2008 1 次提交
  4. 04 11月, 2008 1 次提交
  5. 27 10月, 2008 1 次提交
  6. 22 10月, 2008 2 次提交
  7. 13 10月, 2008 1 次提交
  8. 11 10月, 2008 14 次提交
  9. 10 10月, 2008 1 次提交
  10. 09 10月, 2008 3 次提交
  11. 25 9月, 2008 2 次提交
  12. 27 8月, 2008 1 次提交
  13. 17 8月, 2008 6 次提交
  14. 21 7月, 2008 2 次提交
    • M
      r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06 · 77332894
      Marcus Sundberg 提交于
      The magic write to register 0x82 will often cause PCI config space on
      my 8168 (PCI ID 10ec:8168, revision 2. mounted in an LG P300 laptop)
      to be filled with ones during driver load, and thus breaking NIC
      operation until reboot. If it does not happen on first driver load it
      can easily be reproduced by unloading and loading the driver a few
      times.
      
      The magic write was added long ago by this commit:
      
      Author: François Romieu <romieu@fr.zoreil.com>
      Date:   Sat Jan 10 06:00:46 2004 -0500
      
           [netdrvr r8169] Merge of changes done by Realtek to rtl8169_init_one():
           - phy capability settings allows lower or equal capability as suggested
             in Realtek's changes;
           - I/O voodoo;
           - no need to s/mdio_write/RTL8169_WRITE_GMII_REG/;
           - s/rtl8169_hw_PHY_config/rtl8169_hw_phy_config/;
           - rtl8169_hw_phy_config(): ad-hoc struct "phy_magic" to limit duplication
             of code (yep, the u16 -> int conversions should work as expected);
           - variable renames and whitepace changes ignored.
      
      As the 8168 wasn't supported by that version this patch simply removes
      the bogus write from mac versions <= RTL_GIGA_MAC_VER_06.
      
      [The change above makes sense for the 8101/8102 too -- Ueimor]
      Signed-off-by: NMarcus Sundberg <marcus@ingate.com>
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      77332894
    • F
      r8169: multicast register update · f887cce8
      Francois Romieu 提交于
      The layout of the 8101 series is identical to that of the 8168 one,
      thus allowing to pack everything not 8169 related above MAC_VER_06.
      New 810x and 8168 chipsets should automagically behave correctly.
      
      It matches code in Realtek's 1.008.00 8101 and 8.007.00 8168 drivers.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      f887cce8
  15. 29 6月, 2008 2 次提交
  16. 18 4月, 2008 1 次提交