[Maverick] [PATCH 0/2] Enable support for 82579 LOM's

leann.ogasawara at canonical.com leann.ogasawara at canonical.com
Thu Sep 2 02:09:25 UTC 2010


Even though we can provide a full backport of the e1000e driver from
2.6.36 to enable 82579 LOM's via linux-backports-modules, I believe it
would also be reasonable to add a minimal set of 82579 enablement
patches to the main distro kernel.  Those seeking the complete driver
backport can use LBM.  Thoughts?

I've built and tested the following two patches and confirmed they do
enable an 82579 LOM.  I additionally tested on an older platform which
leverages the e1000e driver and confirm I see no regressions.

Thanks,
Leann

Bruce Allan (2):
  e1000e: initial support for 82579 LOMs
  e1000e: correct MAC-PHY interconnect register offset for 82579

 drivers/net/e1000e/defines.h |    2 +
 drivers/net/e1000e/e1000.h   |    4 +
 drivers/net/e1000e/ethtool.c |   15 ++-
 drivers/net/e1000e/hw.h      |   12 ++-
 drivers/net/e1000e/ich8lan.c |  326 +++++++++++++++++++++++++++++++++++++++---
 drivers/net/e1000e/netdev.c  |   70 ++++++----
 drivers/net/e1000e/phy.c     |    3 +
 7 files changed, 385 insertions(+), 47 deletions(-)





More information about the kernel-team mailing list