Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Add entry for:



details:   https://anonhg.NetBSD.org/src/rev/1ec64b8465d1
branches:  trunk
changeset: 755134:1ec64b8465d1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 23 19:00:28 2010 +0000

description:
Add entry for:
Intel(R) Core(TM)2 Duo CPU     P9500  @ 2.53GHz

diffstat:

 sys/arch/x86/x86/intel_busclock.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r af46b0aa46e5 -r 1ec64b8465d1 sys/arch/x86/x86/intel_busclock.c
--- a/sys/arch/x86/x86/intel_busclock.c Sun May 23 18:56:58 2010 +0000
+++ b/sys/arch/x86/x86/intel_busclock.c Sun May 23 19:00:28 2010 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index