1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Add an alternate ID for the arm920t (the real solution is to have

per-cpu class masks, but oh well).
This commit is contained in:
Olivier Houchard 2005-11-21 19:06:25 +00:00
parent cb156cc603
commit f9126cfb8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152653
2 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,8 @@ const struct cpuidtab cpuids[] = {
{ CPU_ID_ARM920T, CPU_CLASS_ARM9TDMI, "ARM920T",
generic_steppings },
{ CPU_ID_ARM920T_ALT, CPU_CLASS_ARM9TDMI, "ARM920T",
generic_steppings },
{ CPU_ID_ARM922T, CPU_CLASS_ARM9TDMI, "ARM922T",
generic_steppings },
{ CPU_ID_ARM940T, CPU_CLASS_ARM9TDMI, "ARM940T",

View File

@ -129,6 +129,7 @@
/* Post-ARM7 CPUs */
#define CPU_ID_ARM810 0x41018100
#define CPU_ID_ARM920T 0x41129200
#define CPU_ID_ARM920T_ALT 0x41009200
#define CPU_ID_ARM922T 0x41029220
#define CPU_ID_ARM940T 0x41029400 /* XXX no MMU */
#define CPU_ID_ARM946ES 0x41049460 /* XXX no MMU */