Module Name: src
Committed By: uebayasi
Date: Tue Nov 3 16:30:58 UTC 2009
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c
Log Message:
Add XLS416.
To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1.2.1.2.15 -r1.205.4.1.2.1.2.16 \
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.15 src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.16
--- src/sys/arch/mips/mips/mips_machdep.c:1.205.4.1.2.1.2.15 Tue Sep 22 07:06:14 2009
+++ src/sys/arch/mips/mips/mips_machdep.c Tue Nov 3 16:30:58 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.15 2009/09/22 07:06:14 cliff Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.16 2009/11/03 16:30:58 uebayasi 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.15 2009/09/22 07:06:14 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.205.4.1.2.1.2.16 2009/11/03 16:30:58 uebayasi Exp $");
#include "opt_cputype.h"
#include "opt_compat_netbsd32.h"
@@ -451,6 +451,10 @@
MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
"XLS616" },
+ { MIPS_PRID_CID_RMI, MIPS_XLS416, -1, -1, -1, 0,
+ MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
+ "XLS416" },
+
{ MIPS_PRID_CID_RMI, MIPS_XLS408, -1, -1, -1, 0,
MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
"XLS408" },