mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +00:00
Recognize FC-PGA2 Pentium III (Tualatin).
This commit is contained in:
parent
6a2ceb2365
commit
5d2f190a3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78798
@ -211,6 +211,7 @@ printcpuinfo(void)
|
||||
case 0x70:
|
||||
case 0x80:
|
||||
case 0xa0:
|
||||
case 0xb0:
|
||||
strcat(cpu_model,
|
||||
"Pentium III/Pentium III Xeon/Celeron");
|
||||
cpu = CPU_PIII;
|
||||
|
@ -211,6 +211,7 @@ printcpuinfo(void)
|
||||
case 0x70:
|
||||
case 0x80:
|
||||
case 0xa0:
|
||||
case 0xb0:
|
||||
strcat(cpu_model,
|
||||
"Pentium III/Pentium III Xeon/Celeron");
|
||||
cpu = CPU_PIII;
|
||||
|
Loading…
Reference in New Issue
Block a user