lkml.org 
[lkml]   [1997]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjecterror in pre-patch-2.1.56
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 |
+----------------------------------------------------------------------------+

\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.021 / U:1.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site