Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2009 00:37:50 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r198666 - projects/mips/sys/mips/include
Message-ID:  <200910300037.n9U0bo43018295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910300037.n9U0bo43018295>