summaryrefslogtreecommitdiff
path: root/src/cpu/via
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2008-12-18 02:18:45 +0000
committerCorey Osgood <corey.osgood@gmail.com>2008-12-18 02:18:45 +0000
commit845a2eba1647b7a88546bda1ad2a587e5312fd77 (patch)
tree771741ee54fe37bae854ef996619714ffec5d964 /src/cpu/via
parentbb069e1f691b6c7eeedfa330df15dc8d51d3e2f9 (diff)
downloadcoreboot-845a2eba1647b7a88546bda1ad2a587e5312fd77.tar.xz
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
Diffstat (limited to 'src/cpu/via')
-rw-r--r--src/cpu/via/model_c7/model_c7_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/via/model_c7/model_c7_init.c b/src/cpu/via/model_c7/model_c7_init.c
index dcd15110e8..c32c9b5220 100644
--- a/src/cpu/via/model_c7/model_c7_init.c
+++ b/src/cpu/via/model_c7/model_c7_init.c
@@ -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},
};