aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_hw.h
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2006-05-23 10:29:58 -0700
committerAuke Kok <juke-jan.h.kok@intel.com>2006-05-23 10:29:58 -0700
commit940829e2f9d89d3caddc852bca9018cf503ea719 (patch)
treeaae6a6f8c3bcc80a54fae135634958e2f4b6c6cb /drivers/net/ixgb/ixgb_hw.h
parentf017f14b3f18b38f2388e7d6e83a7f6997ee9dd6 (diff)
downloadlinux-940829e2f9d89d3caddc852bca9018cf503ea719.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.h b/drivers/net/ixgb/ixgb_hw.h
index 382c6300ccc23..19513c6c2f15e 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;