summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index f3d4684..ee97741 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -123,8 +123,8 @@ printcpuinfo(void)
}
if (strcmp(cpu_vendor, "GenuineIntel") == 0) {
- /* How the hell did you get here?? */
- strcat(cpu_model, "Yamhill?");
+ /* Better late than never I suppose.. */
+ strcat(cpu_model, "IA-32e");
} else if (strcmp(cpu_vendor, "AuthenticAMD") == 0) {
/*
* Values taken from AMD Processor Recognition
OpenPOWER on IntegriCloud