diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-05-23 19:29:58 +0200 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-05-23 19:29:58 +0200 |
commit | 940829e2f9d89d3caddc852bca9018cf503ea719 (patch) | |
tree | aae6a6f8c3bcc80a54fae135634958e2f4b6c6cb /drivers/net/ixgb/ixgb_ids.h | |
parent | ixgb: add NETIF_F_LLTX analogous to e1000 (diff) | |
download | linux-940829e2f9d89d3caddc852bca9018cf503ea719.tar.xz 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_ids.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_ids.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_ids.h b/drivers/net/ixgb/ixgb_ids.h index aee207eaa287..e119c05a6f2d 100644 --- a/drivers/net/ixgb/ixgb_ids.h +++ b/drivers/net/ixgb/ixgb_ids.h @@ -43,6 +43,8 @@ #define IXGB_SUBDEVICE_ID_A11F 0xA11F #define IXGB_SUBDEVICE_ID_A01F 0xA01F -#endif /* #ifndef _IXGB_IDS_H_ */ +#define IXGB_DEVICE_ID_82597EX_CX4 0x109E +#define IXGB_SUBDEVICE_ID_A00C 0xA00C +#endif /* #ifndef _IXGB_IDS_H_ */ /* End of File */ |