summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 0f94608..9322c9a 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.17 1997/04/26 11:45:07 peter Exp $
+ * $Id: identcpu.c,v 1.18 1997/05/05 14:11:09 kato Exp $
*/
#include "opt_cpu.h"
@@ -261,7 +261,7 @@ printcpuinfo(void)
break;
case 0x40:
/* XXX */
- strcat(cpu_model, "Gx86");
+ strcat(cpu_model, "MediaGX");
break;
case 0x50:
strcat(cpu_model, "M2");
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 0f94608..9322c9a 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
- * $Id: identcpu.c,v 1.17 1997/04/26 11:45:07 peter Exp $
+ * $Id: identcpu.c,v 1.18 1997/05/05 14:11:09 kato Exp $
*/
#include "opt_cpu.h"
@@ -261,7 +261,7 @@ printcpuinfo(void)
break;
case 0x40:
/* XXX */
- strcat(cpu_model, "Gx86");
+ strcat(cpu_model, "MediaGX");
break;
case 0x50:
strcat(cpu_model, "M2");
OpenPOWER on IntegriCloud