Merge pull request #3125 from DomT4/kaby_lake
mac/hardware/cpu: recognise Kaby Lake
This commit is contained in:
		
						commit
						c6d5f8cc99
					
				@ -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