hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/intel/e1000e/hw.h
....@@ -86,6 +86,26 @@
8686 #define E1000_DEV_ID_PCH_ICP_I219_V8 0x15E0
8787 #define E1000_DEV_ID_PCH_ICP_I219_LM9 0x15E1
8888 #define E1000_DEV_ID_PCH_ICP_I219_V9 0x15E2
89
+#define E1000_DEV_ID_PCH_CMP_I219_LM10 0x0D4E
90
+#define E1000_DEV_ID_PCH_CMP_I219_V10 0x0D4F
91
+#define E1000_DEV_ID_PCH_CMP_I219_LM11 0x0D4C
92
+#define E1000_DEV_ID_PCH_CMP_I219_V11 0x0D4D
93
+#define E1000_DEV_ID_PCH_CMP_I219_LM12 0x0D53
94
+#define E1000_DEV_ID_PCH_CMP_I219_V12 0x0D55
95
+#define E1000_DEV_ID_PCH_TGP_I219_LM13 0x15FB
96
+#define E1000_DEV_ID_PCH_TGP_I219_V13 0x15FC
97
+#define E1000_DEV_ID_PCH_TGP_I219_LM14 0x15F9
98
+#define E1000_DEV_ID_PCH_TGP_I219_V14 0x15FA
99
+#define E1000_DEV_ID_PCH_TGP_I219_LM15 0x15F4
100
+#define E1000_DEV_ID_PCH_TGP_I219_V15 0x15F5
101
+#define E1000_DEV_ID_PCH_ADP_I219_LM16 0x1A1E
102
+#define E1000_DEV_ID_PCH_ADP_I219_V16 0x1A1F
103
+#define E1000_DEV_ID_PCH_ADP_I219_LM17 0x1A1C
104
+#define E1000_DEV_ID_PCH_ADP_I219_V17 0x1A1D
105
+#define E1000_DEV_ID_PCH_MTP_I219_LM18 0x550A
106
+#define E1000_DEV_ID_PCH_MTP_I219_V18 0x550B
107
+#define E1000_DEV_ID_PCH_MTP_I219_LM19 0x550C
108
+#define E1000_DEV_ID_PCH_MTP_I219_V19 0x550D
89109
90110 #define E1000_REVISION_4 4
91111
....@@ -109,6 +129,9 @@
109129 e1000_pch_lpt,
110130 e1000_pch_spt,
111131 e1000_pch_cnp,
132
+ e1000_pch_tgp,
133
+ e1000_pch_adp,
134
+ e1000_pch_mtp,
112135 };
113136
114137 enum e1000_media_type {