summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-03-06 00:51:30 +0000
committerpeter <peter@FreeBSD.org>2004-03-06 00:51:30 +0000
commit166d1b785d9d6de2ff3af1c42e56775618fddf06 (patch)
tree6c29fc9d0fe9b39d47094e6008c6eec69b70490d /sys
parent8ac8c686e16a76e06dbe87eb539681314efc14ea (diff)
downloadFreeBSD-src-166d1b785d9d6de2ff3af1c42e56775618fddf06.zip
FreeBSD-src-166d1b785d9d6de2ff3af1c42e56775618fddf06.tar.gz
When faced with a "GenuineIntel", we know what they call it now. Replace
snide comment with a different one.
Diffstat (limited to 'sys')
-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