intel_extreme: adjust PCH definitions for ADP and ICP
Change-Id: I2c2682e7e99e61a48b00155b4e60a457a8862117 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5215 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
6715abde89
commit
67077e0ca0
@@ -114,13 +114,15 @@
|
|||||||
#define INTEL_PCH_CMP2_DEVICE_ID 0x0680
|
#define INTEL_PCH_CMP2_DEVICE_ID 0x0680
|
||||||
#define INTEL_PCH_CMP_V_DEVICE_ID 0xa380
|
#define INTEL_PCH_CMP_V_DEVICE_ID 0xa380
|
||||||
#define INTEL_PCH_ICP_DEVICE_ID 0x3480
|
#define INTEL_PCH_ICP_DEVICE_ID 0x3480
|
||||||
|
#define INTEL_PCH_ICP2_DEVICE_ID 0x3880
|
||||||
#define INTEL_PCH_MCC_DEVICE_ID 0x4b00
|
#define INTEL_PCH_MCC_DEVICE_ID 0x4b00
|
||||||
#define INTEL_PCH_TGP_DEVICE_ID 0xa080
|
#define INTEL_PCH_TGP_DEVICE_ID 0xa080
|
||||||
#define INTEL_PCH_TGP2_DEVICE_ID 0x4380
|
#define INTEL_PCH_TGP2_DEVICE_ID 0x4380
|
||||||
#define INTEL_PCH_JSP_DEVICE_ID 0x4d80
|
#define INTEL_PCH_JSP_DEVICE_ID 0x4d80
|
||||||
#define INTEL_PCH_JSP2_DEVICE_ID 0x3880
|
|
||||||
#define INTEL_PCH_ADP_DEVICE_ID 0x7a80
|
#define INTEL_PCH_ADP_DEVICE_ID 0x7a80
|
||||||
#define INTEL_PCH_ADP2_DEVICE_ID 0x5180
|
#define INTEL_PCH_ADP2_DEVICE_ID 0x5180
|
||||||
|
#define INTEL_PCH_ADP3_DEVICE_ID 0x7a00
|
||||||
|
#define INTEL_PCH_ADP4_DEVICE_ID 0x5480
|
||||||
#define INTEL_PCH_P2X_DEVICE_ID 0x7100
|
#define INTEL_PCH_P2X_DEVICE_ID 0x7100
|
||||||
#define INTEL_PCH_P3X_DEVICE_ID 0x7000
|
#define INTEL_PCH_P3X_DEVICE_ID 0x7000
|
||||||
|
|
||||||
|
|||||||
@@ -287,6 +287,7 @@ detect_intel_pch()
|
|||||||
ERROR("%s: Found Comet Lake V PCH\n", __func__);
|
ERROR("%s: Found Comet Lake V PCH\n", __func__);
|
||||||
return INTEL_PCH_SPT;
|
return INTEL_PCH_SPT;
|
||||||
case INTEL_PCH_ICP_DEVICE_ID:
|
case INTEL_PCH_ICP_DEVICE_ID:
|
||||||
|
case INTEL_PCH_ICP2_DEVICE_ID:
|
||||||
ERROR("%s: Found Ice Lake PCH\n", __func__);
|
ERROR("%s: Found Ice Lake PCH\n", __func__);
|
||||||
return INTEL_PCH_ICP;
|
return INTEL_PCH_ICP;
|
||||||
case INTEL_PCH_MCC_DEVICE_ID:
|
case INTEL_PCH_MCC_DEVICE_ID:
|
||||||
@@ -297,11 +298,12 @@ detect_intel_pch()
|
|||||||
ERROR("%s: Found Tiger Lake PCH\n", __func__);
|
ERROR("%s: Found Tiger Lake PCH\n", __func__);
|
||||||
return INTEL_PCH_TGP;
|
return INTEL_PCH_TGP;
|
||||||
case INTEL_PCH_JSP_DEVICE_ID:
|
case INTEL_PCH_JSP_DEVICE_ID:
|
||||||
case INTEL_PCH_JSP2_DEVICE_ID:
|
|
||||||
ERROR("%s: Found Jasper Lake PCH\n", __func__);
|
ERROR("%s: Found Jasper Lake PCH\n", __func__);
|
||||||
return INTEL_PCH_JSP;
|
return INTEL_PCH_JSP;
|
||||||
case INTEL_PCH_ADP_DEVICE_ID:
|
case INTEL_PCH_ADP_DEVICE_ID:
|
||||||
case INTEL_PCH_ADP2_DEVICE_ID:
|
case INTEL_PCH_ADP2_DEVICE_ID:
|
||||||
|
case INTEL_PCH_ADP3_DEVICE_ID:
|
||||||
|
case INTEL_PCH_ADP4_DEVICE_ID:
|
||||||
ERROR("%s: Found Alder Lake PCH\n", __func__);
|
ERROR("%s: Found Alder Lake PCH\n", __func__);
|
||||||
return INTEL_PCH_ADP;
|
return INTEL_PCH_ADP;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user