Module Name:    src
Committed By:   cliff
Date:           Thu May  6 19:49:10 UTC 2010

Modified Files:
        src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c

Log Message:
add psb version 0x4b67d03200000056 to the list of known versions


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/sys/arch/evbmips/rmixl/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/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.28 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.29
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.28	Mon Apr 12 22:02:52 2010
+++ src/sys/arch/evbmips/rmixl/machdep.c	Thu May  6 19:49:10 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.1.2.28 2010/04/12 22:02:52 cliff Exp $	*/
+/*	$NetBSD: machdep.c,v 1.1.2.29 2010/05/06 19:49:10 cliff Exp $	*/
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.28 2010/04/12 22:02:52 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.29 2010/05/06 19:49:10 cliff Exp $");
 
 #define __INTR_PRIVATE
 
@@ -211,6 +211,7 @@
 static rmiclfw_psb_id_t rmiclfw_psb_id[] = {
 	{	0x4958d4fb00000056ULL, PSB_TYPE_RMI  },
 	{	0x4aacdb6a00000056ULL, PSB_TYPE_RMI  },
+	{	0x4b67d03200000056ULL, PSB_TYPE_RMI  },
 	{	0x49a5a8fa00000056ULL, PSB_TYPE_DELL },
 	{	0x4b8ead3100000056ULL, PSB_TYPE_DELL },
 };

Reply via email to