diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2020-02-18 13:06:28 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2020-02-18 13:06:28 -0500 |
commit | f9e8d1c32f27db1407c6c3f65a80785922b18af8 (patch) | |
tree | c9b63c8a6aeef55ef47fef666d16210c28744e03 | |
parent | 7ff6c9002dbcab3e8ac017abb6ba8b486c1d5962 (diff) |
Add ID for AMD Lisbon (Opteron 4100), change naming for 6100 to proper name Magny-Cours lp: #1863789
-rwxr-xr-x | bin/cpuid.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index fcb6e0c6..7b871ef4 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -78,7 +78,8 @@ is_64bit = ctypes.sizeof(ctypes.c_voidp) == 8 CPUIDS = { "Amber Lake": ['0x806e9'], "AMD EPYC": ['0x800f12'], - "AMD Opteron 6100": ['0x100f91'], + "AMD Lisbon": ['0x100f81'], + "AMD Magny-Cours": ['0x100f91'], "AMD ROME": ['0x830f10'], "Broadwell": ['0x4067', '0x306d4', '0x5066', '0x406f'], "Canon Lake": ['0x6066'], |