mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add some newer MIPS CO cores.
This commit is contained in:
parent
485619feed
commit
87d11f28e2
1 changed files with 4 additions and 0 deletions
|
|
@ -850,6 +850,10 @@
|
|||
#define MIPS_4KEc_R2 0x90 /* MIPS 4KEc_R2 ISA 32 Rel 2 */
|
||||
#define MIPS_4KEmp_R2 0x91 /* MIPS 4KEm/4KEp_R2 ISA 32 Rel 2 */
|
||||
#define MIPS_4KSd 0x92 /* MIPS 4KSd ISA 32 Rel 2 */
|
||||
#define MIPS_24K 0x93 /* MIPS 24Kc/24Kf ISA 32 Rel 2 */
|
||||
#define MIPS_34K 0x95 /* MIPS 34K ISA 32 R2 MT */
|
||||
#define MIPS_24KE 0x96 /* MIPS 24KEc ISA 32 Rel 2 */
|
||||
#define MIPS_74K 0x97 /* MIPS 74Kc/74Kf ISA 32 Rel 2 */
|
||||
|
||||
/*
|
||||
* AMD (company ID 3) use the processor ID field to donote the CPU core
|
||||
|
|
|
|||
Loading…
Reference in a new issue