mac/hardware/cpu: recognise Kaby Lake
The 2017 MacBook Pro line shipped with Kaby Lake CPUs.
This commit is contained in:
parent
e777010756
commit
9899a5d0a8
@ -50,6 +50,8 @@ module Hardware
|
|||||||
:broadwell
|
:broadwell
|
||||||
when 0x37fc219f # Skylake
|
when 0x37fc219f # Skylake
|
||||||
:skylake
|
:skylake
|
||||||
|
when 0x0f817246 # Kaby Lake
|
||||||
|
:kabylake
|
||||||
else
|
else
|
||||||
:dunno
|
:dunno
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user