summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavej <davej>2002-04-27 10:48:51 +0000
committerdavej <davej>2002-04-27 10:48:51 +0000
commited5088b74b26428694824757aca82311c8b87808 (patch)
tree8bcc47e666ce23adb80c44733633790a89e92ae8
parent2859646f443dbb0ee0c56f940cc22b740bc2c59a (diff)
Remove silly debug string, start v1.9.
-rw-r--r--AMD/identify.c6
-rw-r--r--README2
-rw-r--r--x86info.c4
3 files changed, 4 insertions, 8 deletions
diff --git a/AMD/identify.c b/AMD/identify.c
index ff5f93a..e80835c 100644
--- a/AMD/identify.c
+++ b/AMD/identify.c
@@ -1,5 +1,5 @@
/*
- * $Id: identify.c,v 1.16 2002/04/27 10:43:45 davej Exp $
+ * $Id: identify.c,v 1.17 2002/04/27 10:48:51 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -142,10 +142,6 @@ void Identify_AMD (unsigned int maxi, struct cpudata *cpu)
break;
case 6:
- printf ("VOON: %d %d %d\n",
- 6,
- cpu->model,
- cpu->stepping);
switch (cpu->model) {
case 0: sprintf (cpu->name, "%s", "K7 ES"); break;
case 1: nameptr += sprintf (cpu->name, "%s", "Athlon (0.25um)");
diff --git a/README b/README
index 06c3a33..abe187e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-x86info v1.9 http://www.sourceforge.net/projects/x86info
+x86info v1.10 http://www.sourceforge.net/projects/x86info
Dave Jones <davej@suse.de>
Somewhere in the mists of time, there was a program by Phil Karn (KA9Q)
diff --git a/x86info.c b/x86info.c
index 7b67fc0..c791a4b 100644
--- a/x86info.c
+++ b/x86info.c
@@ -1,5 +1,5 @@
/*
- * $Id: x86info.c,v 1.52 2002/04/26 13:27:21 davej Exp $
+ * $Id: x86info.c,v 1.53 2002/04/27 10:48:51 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -122,7 +122,7 @@ int main (int argc, char **argv)
parse_command_line(argc, argv);
if (!silent) {
- printf ("x86info v1.9. Dave Jones 2001, 2002\n");
+ printf ("x86info v1.10. Dave Jones 2001, 2002\n");
printf ("Feedback to <davej@suse.de>.\n\n");
}