svn commit: r198666 - projects/mips/sys/mips/include
Warner Losh
imp at FreeBSD.org
Fri Oct 30 00:37:51 UTC 2009
Author: imp
Date: Fri Oct 30 00:37:50 2009
New Revision: 198666
URL: http://svn.freebsd.org/changeset/base/198666
Log:
Add some newer MIPS CO cores.
Modified:
projects/mips/sys/mips/include/cpuregs.h
Modified: projects/mips/sys/mips/include/cpuregs.h
==============================================================================
--- projects/mips/sys/mips/include/cpuregs.h Fri Oct 30 00:37:04 2009 (r198665)
+++ projects/mips/sys/mips/include/cpuregs.h Fri Oct 30 00:37:50 2009 (r198666)
@@ -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
More information about the svn-src-projects
mailing list