diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpuid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index 2d734a6..e9f2b96 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -83,11 +83,11 @@ CPUIDS = { "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], "Cascade Lake": ['0x50655', '0x50656', '0x50657'], - "Coffee Lake": ['0x806ea', '0x906e'], + "Coffee Lake": ['0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], "Ice Lake": ['0x706e'], "Ivy Bridge": ['0x306a', '0x306e'], - "Kaby Lake": ['0x806e9', '0x906e9', '0x906ed'], + "Kaby Lake": ['0x806e9', '0x906e9'], "Knights Landing": ['0x5067'], "Knights Mill": ['0x8065'], "Nehalem": ['0x106a', '0x106e5', '0x206e'], |