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
|
||||
when 0x37fc219f # Skylake
|
||||
:skylake
|
||||
when 0x0f817246 # Kaby Lake
|
||||
:kabylake
|
||||
else
|
||||
:dunno
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user