From the latest Intel SDM:
- Add Xeon Phi 7215, 7285 and 7295 - Add Coffee Lake
This commit is contained in:
parent
3ce1315224
commit
d2213cce79
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: i386.c,v 1.83 2018/03/09 08:49:32 msaitoh Exp $ */
|
||||
/* $NetBSD: i386.c,v 1.84 2018/03/30 09:24:40 msaitoh Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: i386.c,v 1.83 2018/03/09 08:49:32 msaitoh Exp $");
|
||||
__RCSID("$NetBSD: i386.c,v 1.84 2018/03/30 09:24:40 msaitoh Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -381,9 +381,9 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
|
|||
[0x5f] = "Atom (Goldmont, Denverton)",
|
||||
[0x66] = "Future Core (Cannon Lake)",
|
||||
[0x7a] = "Atom (Goldmont Plus)",
|
||||
[0x85] = "Future Xeon Phi (Knights Mill)",
|
||||
[0x8e] = "7th gen Core (Kaby Lake)",
|
||||
[0x9e] = "7th gen Core (Kaby Lake)",
|
||||
[0x85] = "Xeon Phi 7215, 7285, 7295 (Knights Mill)",
|
||||
[0x8e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
|
||||
[0x9e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
|
||||
},
|
||||
"Pentium Pro, II or III", /* Default */
|
||||
NULL,
|
||||
|
|
Loading…
Reference in New Issue