mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
When faced with a "GenuineIntel", we know what they call it now. Replace
snide comment with a different one.
This commit is contained in:
parent
5750ee293d
commit
c37fc96b15
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue