summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em_hw.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-05-18 21:51:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-05-18 21:51:11 +0000
commit2e943e3e1fd3e074c743818e07c658d1a41a0020 (patch)
tree5e462d0849858228b35aa8898560c84e27e1a0d4 /sys/dev/pci/if_em_hw.h
parentfcc3d491711a95e41a72fc71ea65b1cf54a2f7d3 (diff)
Add as yet untested support for the 82576 quad copper ET2
based on information in the linux driver. ok claudio@
Diffstat (limited to 'sys/dev/pci/if_em_hw.h')
-rw-r--r--sys/dev/pci/if_em_hw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_em_hw.h b/sys/dev/pci/if_em_hw.h
index 20bd3ab0816..d7a662c8e97 100644
--- a/sys/dev/pci/if_em_hw.h
+++ b/sys/dev/pci/if_em_hw.h
@@ -31,7 +31,7 @@
*******************************************************************************/
-/* $OpenBSD: if_em_hw.h,v 1.36 2010/03/02 22:09:57 dms Exp $ */
+/* $OpenBSD: if_em_hw.h,v 1.37 2010/05/18 21:51:10 jsg Exp $ */
/* $FreeBSD: if_em_hw.h,v 1.15 2005/05/26 23:32:02 tackerman Exp $ */
/* if_em_hw.h
@@ -528,6 +528,7 @@ int32_t em_check_phy_reset_block(struct em_hw *hw);
#define E1000_DEV_ID_82576_SERDES 0x10E7
#define E1000_DEV_ID_82576_QUAD_COPPER 0x10E8
#define E1000_DEV_ID_82576_NS 0x150A
+#define E1000_DEV_ID_82576_QUAD_CU_ET2 0x1526
#define E1000_DEV_ID_82574L 0x10D3
#define E1000_DEV_ID_EP80579_LAN_1 0x5040 /* EP80579 LAN */
#define E1000_DEV_ID_EP80579_LAN_2 0x5044 /* EP80579 LAN */