diff options
author | D Scott Phillips <scottph@FreeBSD.org> | 2022-03-25 16:05:22 +0000 |
---|---|---|
committer | D Scott Phillips <scottph@FreeBSD.org> | 2022-03-25 16:49:33 +0000 |
commit | 220c48e2d987360b935f4863ee0436c40a60b46f (patch) | |
tree | 08c6602d0b1724c15fcd98977ffeb7c83a6ad531 /sys/arm64/include/cpu.h | |
parent | 7be7bd67758520ea2f9784a81ad244e99a7632f0 (diff) |
Diffstat (limited to 'sys/arm64/include/cpu.h')
-rw-r--r-- | sys/arm64/include/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm64/include/cpu.h b/sys/arm64/include/cpu.h index 7659874e9bb4..cde390b7cd5f 100644 --- a/sys/arm64/include/cpu.h +++ b/sys/arm64/include/cpu.h @@ -71,6 +71,7 @@ #define CPU_IMPL_BROADCOM 0x42 #define CPU_IMPL_CAVIUM 0x43 #define CPU_IMPL_DEC 0x44 +#define CPU_IMPL_FUJITSU 0x46 #define CPU_IMPL_INFINEON 0x49 #define CPU_IMPL_FREESCALE 0x4D #define CPU_IMPL_NVIDIA 0x4E @@ -79,6 +80,7 @@ #define CPU_IMPL_MARVELL 0x56 #define CPU_IMPL_APPLE 0x61 #define CPU_IMPL_INTEL 0x69 +#define CPU_IMPL_AMPERE 0xC0 /* ARM Part numbers */ #define CPU_PART_FOUNDATION 0xD00 |