Module Name: src
Committed By: christos
Date: Sun May 23 19:00:28 UTC 2010
Modified Files:
src/sys/arch/x86/x86: intel_busclock.c
Log Message:
Add entry for:
Intel(R) Core(TM)2 Duo CPU P9500 @ 2.53GHz
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/x86/intel_busclock.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/x86/x86/intel_busclock.c
diff -u src/sys/arch/x86/x86/intel_busclock.c:1.9 src/sys/arch/x86/x86/intel_busclock.c:1.10
--- src/sys/arch/x86/x86/intel_busclock.c:1.9 Thu Dec 3 09:47:15 2009
+++ src/sys/arch/x86/x86/intel_busclock.c Sun May 23 15:00:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: intel_busclock.c,v 1.9 2009/12/03 14:47:15 sborrill Exp $ */
+/* $NetBSD: intel_busclock.c,v 1.10 2010/05/23 19:00:28 christos Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.9 2009/12/03 14:47:15 sborrill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intel_busclock.c,v 1.10 2010/05/23 19:00:28 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -187,6 +187,9 @@
case 2:
bus_clock = 10000;
break;
+ case 3:
+ bus_clock = 10666;
+ break;
default:
aprint_debug("%s: unknown i686 EBL_CR_POWERON "
"value %d ", device_xname(ci->ci_dev), bus);