error in pre-patch-2.1.56

Patrick St. Jean (psj@cgmlarson.com)
Sun, 14 Sep 1997 14:20:48 -0500 (CDT)


Hi all,
I just wanted to correct some errors in the pre-patch. The changes to
setup.c for the AMD K6 processors are not correct. At some point between
me sending them and them getting in the patch the numbers have been
changed. I've also cleaned it up a little more to conform a little
better to AMD's BIOS designer guide's suggestions. I'm enclosing the
corrected patch (this is snipped out of the 2.1.56 pre-patch)

--- cut here ---
diff -u --recursive --new-file v2.1.55/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
--- v2.1.55/linux/arch/i386/kernel/setup.c Sun Jul 27 12:11:00 1997
+++ linux/arch/i386/kernel/setup.c Sat Sep 13 11:07:26 1997
@@ -257,7 +257,8 @@
{
static const char *model[] = {
"SSA5 (PR-75, PR-90, PR-100)", "5k86 (PR-120, PR-133)",
- "5k86 (PR-166)", "5k86 (PR-200)", "", "", "K6"
+ "5k86 (PR-166)", "5k86 (PR-200)", "", "",
+ "K6 (166..266)","K6 (166..300)", "K6 (model 8),
+ "K6 (model 9)"
};
if (nr < sizeof(model)/sizeof(char *))
return model[nr];
--- cut here ---

Pat

-- 
+----------------------------------------------------------------------------+
| Patrick St. Jean              '97 XLH 883                psj@cgmlarson.com |
| Programmer & Systems Administrator                    +1 713-977-4177 x106 |
| Larson Software Technology                        http://www.cgmlarson.com |
+----------------------------------------------------------------------------+