1. 02 12月, 2009 3 次提交
  2. 22 11月, 2009 10 次提交
  3. 05 10月, 2009 1 次提交
  4. 09 6月, 2009 1 次提交
  5. 03 6月, 2009 2 次提交
  6. 20 3月, 2009 1 次提交
  7. 18 2月, 2009 1 次提交
  8. 11 2月, 2009 2 次提交
  9. 27 1月, 2009 1 次提交
  10. 22 11月, 2008 4 次提交
  11. 17 11月, 2008 1 次提交
  12. 03 9月, 2008 1 次提交
  13. 25 4月, 2008 1 次提交
  14. 17 4月, 2008 3 次提交
  15. 29 3月, 2008 3 次提交
  16. 24 2月, 2008 2 次提交
  17. 29 1月, 2008 3 次提交
    • A
      e1000/e1000e: Move PCI-Express device IDs over to e1000e · 040babf9
      Auke Kok 提交于
      e1000e will from now on support the PCI-Express adapters that
      previously were supported by e1000. This support means better
      performance and easier debugging from now on for both the old
      PCI-X/PCI hardware and PCI-Express adapters.
      
      This patch also moves 3 recently merged device IDs over to e1000e
      that are identical to quad-port versions of already existing
      dual port versions. With this last bit every former e1000 pci-e
      device should work now with e1000e.
      
      Here is a brief list of which gigabit driver to use with which
      adapter:
      
        e1000:
      	82540 -> 82547
      
        e1000e:
      	82571 -> 82573
      	ich8, ich9       (82562 or 82566)
      	es2lan           (80003eslan)
      
        igb: (not yet merged, only available from e1000.sf.net)
      	82575
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      040babf9
    • A
      e1000e: Disable L1 ASPM power savings for 82573 mobile variants · 1eae4eb2
      Auke Kok 提交于
      L1 ASPM link (pci-e link power savings) has significant benefits
      (~1W savings when link is active) but unfortunately does not work
      correctly on any of the chipsets that have 82573 on mobile platforms
      which causes various nuisances:
       - eeprom reads return garbage information leading to bad eeprom
         checksums
       - long ping times (up to 2 seconds)
       - complete system hangs (freeze/lockup)
      
      A lot of T60 owners have been plagued by this, but other mobile
      solutions also suffer from these symptoms.
      
      Disabling L1 ASPM before we activate the PCI-E link fixes all of
      these issues at the cost of some power consumption.
      
      Remove a workaround RDTR adjustment that is no longer needed with
      this new one.
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      1eae4eb2
    • B
      e1000e: alternate MAC address support · 93ca1610
      Bill Hayes 提交于
      Port alternate MAC address support from the sourceforge
      e1000 driver to the upstream e1000e driver.
      Signed-off-by: NBill Hayes <bill.hayes@hp.com>
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      93ca1610