Re: PIII recognition in setup.c?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 3 Jun 1999 01:04:13 +0100 (BST)


> Memory: 128080k/131008k available (952k kernel code, 412k reserved,
> 1524k data, 40k init)
> CPU: Intel 00/07 stepping 02
> Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
>
Try


diff -u --new-file --recursive --exclude ../exclude linux.4p3/arch/i386/kernel/setup.c linux.ac/arch/i386/kernel/setup.c
--- linux.4p3/arch/i386/kernel/setup.c Mon May 31 22:03:25 1999
+++ linux.ac/arch/i386/kernel/setup.c Tue Jun 1 12:43:10 1999
@@ -688,8 +688,8 @@
NULL, NULL, NULL, NULL }},
{ X86_VENDOR_INTEL, 6,
{ "Pentium Pro A-step", "Pentium Pro", NULL, "Pentium II (Klamath)",
- NULL, "Pentium II (Deschutes)", "Celeron (Mendocino)", NULL,
- NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }},
+ NULL, "Pentium II (Deschutes)", "Celeron (Mendocino)", "Pentium III (Katmai)",
+ "Pentium III (Coppermine)", NULL, NULL, NULL, NULL, NULL, NULL }},
{ X86_VENDOR_AMD, 4,
{ NULL, NULL, NULL, "486 DX/2", NULL, NULL, NULL, "486 DX/2-WB",
"486 DX/4", "486 DX/4-WB", NULL, NULL, NULL, NULL, "Am5x86-WT",

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/