summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/machdep.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 71c92a55c46..86f38a861cb 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.471 2010/05/08 16:54:07 oga Exp $ */
+/* $OpenBSD: machdep.c,v 1.472 2010/06/04 15:03:34 jsg Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -2086,6 +2086,10 @@ p3_get_bus_clock(struct cpu_info *ci)
goto print_msr;
}
break;
+ case 0x1a: /* Core i7 */
+ case 0x1e: /* Core i5 */
+ case 0x25: /* Core i3 */
+ break;
default:
printf("%s: unknown i686 model 0x%x, can't get bus clock",
ci->ci_dev.dv_xname, ci->ci_model);