diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-02-07 16:52:35 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:29 -0400 |
commit | 55a6feb671885d3a1758dad20b53224a038349bc (patch) | |
tree | f6660dec8df70e75f8cc63a0bfce5aa50ce079a8 /include | |
parent | a95970f323a273230b36d23da1426f8acc5e25c0 (diff) |
Add a few more PrId vendor IDs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/cpu.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index dec060b49556..c60281799801 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -22,12 +22,17 @@ | |||
22 | spec. | 22 | spec. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #define PRID_COMP_LEGACY 0x000000 | 25 | #define PRID_COMP_LEGACY 0x000000 |
26 | #define PRID_COMP_MIPS 0x010000 | 26 | #define PRID_COMP_MIPS 0x010000 |
27 | #define PRID_COMP_BROADCOM 0x020000 | 27 | #define PRID_COMP_BROADCOM 0x020000 |
28 | #define PRID_COMP_ALCHEMY 0x030000 | 28 | #define PRID_COMP_ALCHEMY 0x030000 |
29 | #define PRID_COMP_SIBYTE 0x040000 | 29 | #define PRID_COMP_SIBYTE 0x040000 |
30 | #define PRID_COMP_SANDCRAFT 0x050000 | 30 | #define PRID_COMP_SANDCRAFT 0x050000 |
31 | #define PRID_COMP_PHILIPS 0x060000 | ||
32 | #define PRID_COMP_TOSHIBA 0x070000 | ||
33 | #define PRID_COMP_LSI 0x080000 | ||
34 | #define PRID_COMP_LEXRA 0x0b0000 | ||
35 | |||
31 | 36 | ||
32 | /* | 37 | /* |
33 | * Assigned values for the product ID register. In order to detect a | 38 | * Assigned values for the product ID register. In order to detect a |