diff options
author | davej <davej> | 2002-07-12 13:01:23 +0000 |
---|---|---|
committer | davej <davej> | 2002-07-12 13:01:23 +0000 |
commit | 6e5ad7533c1a88c0af689b15807778469fc0bf38 (patch) | |
tree | 93bdfac27f89ec0512fb0f33293b04edc6542b77 /Intel | |
parent | e1491c3ff06609549b5df5471df4a187710dcac6 (diff) |
identify C1 stepping of P4 Xeon
Diffstat (limited to 'Intel')
-rw-r--r-- | Intel/identify.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Intel/identify.c b/Intel/identify.c index 7a751b4..b0b0bb6 100644 --- a/Intel/identify.c +++ b/Intel/identify.c @@ -1,5 +1,5 @@ /* - * $Id: identify.c,v 1.28 2002/07/12 00:36:19 davej Exp $ + * $Id: identify.c,v 1.29 2002/07/12 13:01:24 davej Exp $ * This file is part of x86info. * (C) 2001 Dave Jones. * @@ -428,6 +428,9 @@ void Identify_Intel (struct cpudata *cpu) case 4: nameptr+=sprintf (nameptr, "%s", " [B0]"); break; + case 7: + nameptr+=sprintf (nameptr, "%s", " [C1]"); + break; } break; case 0xF40: |