K6 detection update

Patrick St. Jean (psj@cgmlarson.com)
Fri, 19 Sep 1997 10:23:46 -0500 (CDT)


Here's another try to get the updates to my K[56] detection code in. This
is diff'd against the 091897 CVS stuff. This "sorta" got in the 2.1.56
pre-patch, but the K6 numbers got messed up somehow, so I went back and
checked the AMD pdf for BIOS designers. This stuff is the correct
numbers.

--- cut here ---
--- setup.c.orig Fri Sep 19 10:16:49 1997
+++ setup.c Fri Sep 19 10:18:10 1997
@@ -253,7 +253,9 @@
{
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 |
+----------------------------------------------------------------------------+