Module Name:    src
Committed By:   simonb
Date:           Sat May 23 11:33:56 UTC 2020

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

Log Message:
The Cavium CN70xx PRID covers both the CN70xx and CN71xx CPU families.


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 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.280 src/sys/arch/mips/mips/mips_machdep.c:1.281
--- src/sys/arch/mips/mips/mips_machdep.c:1.280	Sat May 23 10:48:43 2020
+++ src/sys/arch/mips/mips/mips_machdep.c	Sat May 23 11:33:56 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.280 2020/05/23 10:48:43 simonb Exp $	*/
+/*	$NetBSD: mips_machdep.c,v 1.281 2020/05/23 11:33:56 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.280 2020/05/23 10:48:43 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.281 2020/05/23 11:33:56 simonb Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -670,7 +670,7 @@ static const struct pridtab cputab[] = {
 	  MIPS_CP0FL_EBASE | MIPS_CP0FL_CONFIG | MIPS_CP0FL_HWRENA |
 	  MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3,
 	  0,
-	  "CN70xx"		},
+	  "CN70xx/CN71xx"	},
 
 	/* Microsoft Research' extensible MIPS */
 	{ MIPS_PRID_CID_MICROSOFT, MIPS_eMIPS, 1, -1, CPU_ARCH_MIPS1, 64,

Reply via email to