svn commit: r203852 - head/sys/arm/include

Kevin Lo kevlo at FreeBSD.org
Sun Feb 14 05:02:08 UTC 2010


Author: kevlo
Date: Sun Feb 14 05:02:08 2010
New Revision: 203852
URL: http://svn.freebsd.org/changeset/base/203852

Log:
  Correct cpu id for FA526.
  While I'm here, add cpu id for FA626TE.

Modified:
  head/sys/arm/include/armreg.h

Modified: head/sys/arm/include/armreg.h
==============================================================================
--- head/sys/arm/include/armreg.h	Sun Feb 14 00:43:42 2010	(r203851)
+++ head/sys/arm/include/armreg.h	Sun Feb 14 05:02:08 2010	(r203852)
@@ -151,7 +151,8 @@
 #define CPU_ID_MV88FR131	0x56251310 /* Marvell Feroceon 88FR131 Core */
 #define CPU_ID_MV88FR571_VD	0x56155710 /* Marvell Feroceon 88FR571-VD Core (ID from datasheet) */
 #define	CPU_ID_MV88FR571_41	0x41159260 /* Marvell Feroceon 88FR571-VD Core (actual ID from CPU reg) */
-#define	CPU_ID_FA526		0x66015260
+#define	CPU_ID_FA526		0x66015261
+#define	CPU_ID_FA626TE		0x66056261
 #define CPU_ID_SA1110		0x6901b110
 #define CPU_ID_IXP1200		0x6901c120
 #define CPU_ID_80200		0x69052000


More information about the svn-src-head mailing list