Author: cozzie Date: 2007-11-07 19:55:06 +0100 (Wed, 07 Nov 2007) New Revision: 2948
Modified: trunk/LinuxBIOSv2/src/cpu/via/model_centaur/model_centaur_init.c Log: This patch adds the pci ids of c7 cpus to the existing model_centaur. c3 and c7 init are identical, according to the datasheets, so there's no need for another folder. As the comment says, some of these model IDs may never be produced, but they are reserved by Via for the c7.
Signed-off-by: Corey Osgood corey.osgood@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: trunk/LinuxBIOSv2/src/cpu/via/model_centaur/model_centaur_init.c =================================================================== --- trunk/LinuxBIOSv2/src/cpu/via/model_centaur/model_centaur_init.c 2007-11-07 00:19:42 UTC (rev 2947) +++ trunk/LinuxBIOSv2/src/cpu/via/model_centaur/model_centaur_init.c 2007-11-07 18:55:06 UTC (rev 2948) @@ -48,6 +48,16 @@ { X86_VENDOR_CENTAUR, 0x0698 }, // VIA C3 Nehemiah { X86_VENDOR_CENTAUR, 0x0699 }, // VIA C3 Nehemiah { X86_VENDOR_CENTAUR, 0x069A }, // VIA C3 Nehemiah + /* Some of these may not actually exist */ + { X86_VENDOR_CENTAUR, 0x06A0 }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06A8 }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06A9 }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AA }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AB }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AC }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AD }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AE }, // VIA C7 Esther + { X86_VENDOR_CENTAUR, 0x06AF }, // VIA C7 Esther { 0, 0 }, };