diff options
author | joshua.a.hay@intel.com <joshua.a.hay@intel.com> | 2012-09-21 00:08:21 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-12-03 12:59:15 -0800 |
commit | 344b5bf8a586e53d129ea01c2c886c5814ec324b (patch) | |
tree | a616873a9d18b6357a43952765d114f7af16b097 /drivers/net/ixgbe/ixgbe_common.c | |
parent | 346f8559c5f91ce2d2e701c401008f7ff646d1c0 (diff) | |
download | kernel_samsung_smdk4412-344b5bf8a586e53d129ea01c2c886c5814ec324b.tar.gz kernel_samsung_smdk4412-344b5bf8a586e53d129ea01c2c886c5814ec324b.tar.bz2 kernel_samsung_smdk4412-344b5bf8a586e53d129ea01c2c886c5814ec324b.zip |
ixgbe: add support for X540-AT1
commit df376f0de167754da9b3ece4afdb5bb8bf3fbf3e upstream.
This patch adds device support for Ethernet Controller X540-AT1.
Signed-off-by: Josh Hay <joshua.a.hay@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Abdallah Chatila <Abdallah.Chatila@ericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_common.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c index b894b42a741..864403da9cd 100644 --- a/drivers/net/ixgbe/ixgbe_common.c +++ b/drivers/net/ixgbe/ixgbe_common.c @@ -3181,6 +3181,7 @@ static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) switch (hw->device_id) { case IXGBE_DEV_ID_X540T: + case IXGBE_DEV_ID_X540T1: return 0; case IXGBE_DEV_ID_82599_T3_LOM: return 0; |