From 845a2eba1647b7a88546bda1ad2a587e5312fd77 Mon Sep 17 00:00:00 2001 From: Corey Osgood Date: Thu, 18 Dec 2008 02:18:45 +0000 Subject: Add another CPUID to the Via C7's table, the one on my Jetway J7F2. Signed-off-by: Corey Osgood Acked-by: Corey Osgood git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/via/model_c7/model_c7_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/via') 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}, }; -- cgit v1.2.3