mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Correctly identify the cpu in certain ultra 1s.
Noticed by: Jamey Wood <Jamey.Wood@Sun.COM> Submitted by: tmm
This commit is contained in:
parent
2f3a74c449
commit
48cff2ea0b
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ cpu_identify(unsigned int freq)
|
|||
break;
|
||||
case 0x13:
|
||||
case 0x17:
|
||||
case 0x22:
|
||||
manus = "Sun Microsystems";
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue