.. | .. |
---|
86 | 86 | #define E1000_DEV_ID_PCH_ICP_I219_V8 0x15E0 |
---|
87 | 87 | #define E1000_DEV_ID_PCH_ICP_I219_LM9 0x15E1 |
---|
88 | 88 | #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 |
---|
89 | 109 | |
---|
90 | 110 | #define E1000_REVISION_4 4 |
---|
91 | 111 | |
---|
.. | .. |
---|
109 | 129 | e1000_pch_lpt, |
---|
110 | 130 | e1000_pch_spt, |
---|
111 | 131 | e1000_pch_cnp, |
---|
| 132 | + e1000_pch_tgp, |
---|
| 133 | + e1000_pch_adp, |
---|
| 134 | + e1000_pch_mtp, |
---|
112 | 135 | }; |
---|
113 | 136 | |
---|
114 | 137 | enum e1000_media_type { |
---|