Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Add MIPS 1074K



details:   https://anonhg.NetBSD.org/src/rev/3aca139898c0
branches:  trunk
changeset: 338821:3aca139898c0
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 10 05:03:41 2015 +0000

description:
Add MIPS 1074K

diffstat:

 sys/arch/mips/include/cpuregs.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 136851be6d05 -r 3aca139898c0 sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h   Wed Jun 10 03:29:37 2015 +0000
+++ b/sys/arch/mips/include/cpuregs.h   Wed Jun 10 05:03:41 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuregs.h,v 1.92 2015/06/07 08:03:10 matt Exp $        */
+/*     $NetBSD: cpuregs.h,v 1.93 2015/06/10 05:03:41 matt Exp $        */
 
 /*
  * Copyright (c) 2009 Miodrag Vallat.
@@ -939,6 +939,7 @@
 #define        MIPS_24KE       0x96    /* MIPS 24KEc                   ISA 32  Rel 2 */
 #define        MIPS_74K        0x97    /* MIPS 74Kc/74Kf               ISA 32  Rel 2 */
 #define        MIPS_1004K      0x99    /* MIPS 1004Kc/1004Kf           ISA 32  Rel 2 */
+#define        MIPS_1074K      0x9a    /* MIPS 1074Kc/1074Kf           ISA 32  Rel 2 */
 
 /*
  * CPU processor revision IDs for company ID == 2 (Broadcom)



Home | Main Index | Thread Index | Old Index