From 6529c2a7172f166f53ec3d6204dd375cd6441579 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Wed, 13 Oct 2010 17:00:42 +0000 Subject: Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x. abuild-tested. Boot tested on P2B-LS. Signed-off-by: Keith Hui Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5950 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_6xx/model_6xx_init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/intel/model_6xx') diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c index 5b8dd3519b..96d8e639c5 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_init.c @@ -93,9 +93,6 @@ static struct cpu_device_id cpu_table[] = { { X86_VENDOR_INTEL, 0x0665 }, /* Celeron, B0 */ { X86_VENDOR_INTEL, 0x066a }, /* PII, mdxA0/dmmA0 + others */ - { X86_VENDOR_INTEL, 0x0672 }, /* PIII, kB0 */ - { X86_VENDOR_INTEL, 0x0673 }, /* PIII, kC0 */ - { X86_VENDOR_INTEL, 0x0680 }, { X86_VENDOR_INTEL, 0x0681 }, /* PIII, cA2/cA2c/A2/BA2/PA2/MA2 */ { X86_VENDOR_INTEL, 0x0683 }, /* PIII/Celeron, cB0/cB0c/B0/BB0/PB0/MB0*/ -- cgit v1.2.3