diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-05-23 10:29:58 -0700 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-05-23 10:29:58 -0700 |
commit | 940829e2f9d89d3caddc852bca9018cf503ea719 (patch) | |
tree | aae6a6f8c3bcc80a54fae135634958e2f4b6c6cb /drivers/net/ixgb/ixgb_hw.h | |
parent | f017f14b3f18b38f2388e7d6e83a7f6997ee9dd6 (diff) | |
download | talos-obmc-linux-940829e2f9d89d3caddc852bca9018cf503ea719.tar.gz talos-obmc-linux-940829e2f9d89d3caddc852bca9018cf503ea719.zip |
ixgb: add copper 10gig driver id
Add support for Copper 10GbE device ID 109E
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb_hw.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.h b/drivers/net/ixgb/ixgb_hw.h index 382c6300ccc2..19513c6c2f15 100644 --- a/drivers/net/ixgb/ixgb_hw.h +++ b/drivers/net/ixgb/ixgb_hw.h @@ -57,6 +57,7 @@ typedef enum { typedef enum { ixgb_media_type_unknown = 0, ixgb_media_type_fiber = 1, + ixgb_media_type_copper = 2, ixgb_num_media_types } ixgb_media_type; |