Add another CPUID to the Via C7's table, the one on my Jetway J7F2.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
bb069e1f69
commit
845a2eba16
|
@ -217,6 +217,7 @@ static struct device_operations cpu_dev_ops = {
|
|||
|
||||
static struct cpu_device_id cpu_table[] = {
|
||||
{X86_VENDOR_CENTAUR, 0x06A0}, // VIA C7 Esther
|
||||
{X86_VENDOR_CENTAUR, 0x06A9}, // VIA C7 Esther
|
||||
{X86_VENDOR_CENTAUR, 0x06D0}, // VIA C7-M
|
||||
{0, 0},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue