intel_extreme: Update PCH mask to match new bits

* Missed in 87628f17eb
This commit is contained in:
Alexander von Gluck IV 2018-06-12 14:20:04 -05:00
parent c558f9c8fe
commit 7d95ab67ad
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
#define INTEL_MODEL_SKYM (INTEL_GROUP_SKY | INTEL_TYPE_MOBILE)
#define INTEL_MODEL_SKYS (INTEL_GROUP_SKY | INTEL_TYPE_SERVER)
#define INTEL_PCH_DEVICE_ID_MASK 0xff00
#define INTEL_PCH_DEVICE_ID_MASK 0xff80
#define INTEL_PCH_IBX_DEVICE_ID 0x3b00
#define INTEL_PCH_CPT_DEVICE_ID 0x1c00
#define INTEL_PCH_PPT_DEVICE_ID 0x1e00