Module Name:    src
Committed By:   simonb
Date:           Fri Jul 31 03:07:36 UTC 2020

Modified Files:
        src/sys/arch/mips/mips: mips_machdep.c

Log Message:
CN70XX also has Config6 (CvmMemCtl2) and Config7 (CvmVMConfig) registers.


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mips_machdep.c
diff -u src/sys/arch/mips/mips/mips_machdep.c:1.296 src/sys/arch/mips/mips/mips_machdep.c:1.297
--- src/sys/arch/mips/mips/mips_machdep.c:1.296	Fri Jul 31 02:58:03 2020
+++ src/sys/arch/mips/mips/mips_machdep.c	Fri Jul 31 03:07:36 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 simonb Exp $	*/
+/*	$NetBSD: mips_machdep.c,v 1.297 2020/07/31 03:07:36 simonb Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.297 2020/07/31 03:07:36 simonb Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -675,7 +675,7 @@ static const struct pridtab cputab[] = {
 	  MIPS_CP0FL_USE |
 	  MIPS_CP0FL_EBASE | MIPS_CP0FL_CONFIG |
 	  MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3 |
-	  MIPS_CP0FL_CONFIG4,
+	  MIPS_CP0FL_CONFIG4 | MIPS_CP0FL_CONFIG6 | MIPS_CP0FL_CONFIG7,
 	  0,
 	  "CN70xx/CN71xx"	},
 

Reply via email to