Module Name:    src
Committed By:   cliff
Date:           Tue Sep 22 07:06:15 UTC 2009

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c

Log Message:
add entries in cputab[] for RMI XLS408 and XLS408LITE


To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1.2.1.2.14 -r1.205.4.1.2.1.2.15 \
    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.205.4.1.2.1.2.14 src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.15
--- src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.14	Wed Sep 16 04:23:19 2009
+++ src/sys/arch/mips/mips/mips_machdep.c	Tue Sep 22 07:06:14 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.14 2009/09/16 04:23:19 matt Exp $	*/
+/*	$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.15 2009/09/22 07:06:14 cliff Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.14 2009/09/16 04:23:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.15 2009/09/22 07:06:14 cliff Exp $");
 
 #include "opt_cputype.h"
 #include "opt_compat_netbsd32.h"
@@ -451,6 +451,14 @@
 	  MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
 						"XLS616"		},
 
+	{ MIPS_PRID_CID_RMI, MIPS_XLS408, -1,	-1, -1, 0,
+	  MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
+						"XLS408"		},
+
+	{ MIPS_PRID_CID_RMI, MIPS_XLS408LITE, -1, -1, -1, 0,
+	  MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
+						"XLS408LITE"		},
+
 	{ 0, 0, 0,				0, 0, 0,
 	  0,					NULL			}
 };

Reply via email to