From 5a522d4a42a8fe9da6fef8bab5b47df42a8f722d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 1 Aug 2008 12:11:00 +0000 Subject: match against all steppings of a CPU model, because these are _model_ drivers. (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3455 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_69x/model_69x_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpu/intel/model_69x') diff --git a/src/cpu/intel/model_69x/model_69x_init.c b/src/cpu/intel/model_69x/model_69x_init.c index 4c2e826526..f2605ebd79 100644 --- a/src/cpu/intel/model_69x/model_69x_init.c +++ b/src/cpu/intel/model_69x/model_69x_init.c @@ -38,7 +38,8 @@ static struct device_operations cpu_dev_ops = { .init = model_69x_init, }; static struct cpu_device_id cpu_table[] = { - { X86_VENDOR_INTEL, 0x0695 }, /* Pentium M */ + { X86_VENDOR_INTEL, 0x0690 }, /* Pentium M */ + { X86_VENDOR_INTEL, 0x0695 }, { 0, 0 }, }; -- cgit v1.2.3