diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2009-06-02 07:29:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-03 05:46:34 -0400 |
commit | a4f58f5455ba0efda36fb33c37074922d1527a10 (patch) | |
tree | 98aa6d14824b7c1b7907e703abedd80219e0abda /drivers/net/e1000e/82571.c | |
parent | 2adc55c959940fc680074392eddbd5585a76f3d9 (diff) |
e1000e: add support for 82577/82578 GbE LOM parts
This patch provides support for the next generation Intel desktop
and mobile gigabit ethernet LOM adapters. These adapters are the
follow-on parts to the LOMs tied to the prior ICH chipsets and are
comprised of a MAC in the PCH chipset and an external PHY (82577 for
mobile and 82578 for desktop versions). New features consist of PHY
wakeup to save power by completely turning off the MAC while in Sx
state, and 4K jumbo frames.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e/82571.c')
-rw-r--r-- | drivers/net/e1000e/82571.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 8203964373ce..c4b3f4fe91ae 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
@@ -1587,6 +1587,7 @@ static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw) | |||
1587 | static struct e1000_mac_operations e82571_mac_ops = { | 1587 | static struct e1000_mac_operations e82571_mac_ops = { |
1588 | /* .check_mng_mode: mac type dependent */ | 1588 | /* .check_mng_mode: mac type dependent */ |
1589 | /* .check_for_link: media type dependent */ | 1589 | /* .check_for_link: media type dependent */ |
1590 | .id_led_init = e1000e_id_led_init, | ||
1590 | .cleanup_led = e1000e_cleanup_led_generic, | 1591 | .cleanup_led = e1000e_cleanup_led_generic, |
1591 | .clear_hw_cntrs = e1000_clear_hw_cntrs_82571, | 1592 | .clear_hw_cntrs = e1000_clear_hw_cntrs_82571, |
1592 | .get_bus_info = e1000e_get_bus_info_pcie, | 1593 | .get_bus_info = e1000e_get_bus_info_pcie, |
@@ -1598,6 +1599,7 @@ static struct e1000_mac_operations e82571_mac_ops = { | |||
1598 | .init_hw = e1000_init_hw_82571, | 1599 | .init_hw = e1000_init_hw_82571, |
1599 | .setup_link = e1000_setup_link_82571, | 1600 | .setup_link = e1000_setup_link_82571, |
1600 | /* .setup_physical_interface: media type dependent */ | 1601 | /* .setup_physical_interface: media type dependent */ |
1602 | .setup_led = e1000e_setup_led_generic, | ||
1601 | }; | 1603 | }; |
1602 | 1604 | ||
1603 | static struct e1000_phy_operations e82_phy_ops_igp = { | 1605 | static struct e1000_phy_operations e82_phy_ops_igp = { |