From R.Marek@sh.cvut.cz Fri Aug 5 08:43:19 2005 Date: 5 Aug 2005 15:40:11 -0000 Message-ID: <20050805154011.23290.qmail@desitka.sh.cvut.cz> From: To: greg@kroah.com Subject: hwmon: VID table update This patch updates the VID entries, so any future Intel CPU will be detected as unknown rather than 9.0 Signed-off-by: Rudolf Marek Signed-off-by: Greg Kroah-Hartman --- drivers/hwmon/hwmon-vid.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/hwmon/hwmon-vid.c 2005-08-08 15:02:25.000000000 -0700 +++ gregkh-2.6/drivers/hwmon/hwmon-vid.c 2005-08-08 15:02:26.000000000 -0700 @@ -122,8 +122,11 @@ {X86_VENDOR_INTEL, 0x6, 0xB, 85}, /* Tualatin */ {X86_VENDOR_INTEL, 0x6, ANY, 82}, /* any P6 */ {X86_VENDOR_INTEL, 0x7, ANY, 0}, /* Itanium */ + {X86_VENDOR_INTEL, 0xF, 0x0, 90}, /* P4 */ + {X86_VENDOR_INTEL, 0xF, 0x1, 90}, /* P4 Willamette */ + {X86_VENDOR_INTEL, 0xF, 0x2, 90}, /* P4 Northwood */ {X86_VENDOR_INTEL, 0xF, 0x3, 100}, /* P4 Prescott */ - {X86_VENDOR_INTEL, 0xF, ANY, 90}, /* P4 before Prescott */ + {X86_VENDOR_INTEL, 0xF, 0x4, 100}, /* P4 Prescott */ {X86_VENDOR_INTEL, 0x10,ANY, 0}, /* Itanium 2 */ {X86_VENDOR_UNKNOWN, ANY, ANY, 0} /* stop here */ };