summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorDimitry Andric <dim@cvs.openbsd.org>2006-05-28 22:06:34 +0000
committerDimitry Andric <dim@cvs.openbsd.org>2006-05-28 22:06:34 +0000
commit7d4bab594e4f26163c21a61f675c729dbbb130ec (patch)
tree29318dbb3f4c65c7bf4a7af0cccb67a71655bea4 /sys/arch/i386
parent61c4f3402a13edff265986b0220084f0d0163140 (diff)
Remove obvious EST table dupe: Pentium M 733 and Pentium M 773 (VID #H),
and zap trailing spaces. No functional change.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/est.c20
1 files changed, 5 insertions, 15 deletions
diff --git a/sys/arch/i386/i386/est.c b/sys/arch/i386/i386/est.c
index 7ddbe5b5c84..81c9cca73c6 100644
--- a/sys/arch/i386/i386/est.c
+++ b/sys/arch/i386/i386/est.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: est.c,v 1.17 2006/05/24 11:44:35 dim Exp $ */
+/* $OpenBSD: est.c,v 1.18 2006/05/28 22:06:33 dim Exp $ */
/*
* Copyright (c) 2003 Michael Eriksson.
* All rights reserved.
@@ -177,15 +177,6 @@ static const struct fq_info pm90_n723[] = {
{ 600, 812 }
};
-/* Intel Pentium M processor 733 1.1 GHz */
-static const struct fq_info pm90_n733[] = {
- { 1100, 940 },
- { 1000, 924 },
- { 900, 892 },
- { 800, 876 },
- { 600, 812 }
-};
-
/* Intel Pentium M processor 733 1.1 GHz, VID #G */
static const struct fq_info pm90_n733g[] = {
{ 1100, 956 },
@@ -493,11 +484,11 @@ static const struct fq_info pm90_n725d[] = {
/* Intel Pentium M processor 730 1.6 GHz, 533 MHz FSB */
static const struct fq_info pm90_n730[] = {
{ 1600, 1308 },
- { 1333, 1260 },
+ { 1333, 1260 },
{ 1200, 1212 },
{ 1067, 1180 },
{ 800, 988 }
-};
+};
/* Intel Pentium M processor 735 1.7 GHz, VID #A */
static const struct fq_info pm90_n735a[] = {
@@ -880,7 +871,6 @@ static const struct fqlist est_cpus[] = {
ENTRY(INTEL, BUS100, pm130_1700),
ENTRY(INTEL, BUS100, pm90_n723),
- ENTRY(INTEL, BUS100, pm90_n733),
ENTRY(INTEL, BUS100, pm90_n733g),
ENTRY(INTEL, BUS100, pm90_n733h),
ENTRY(INTEL, BUS100, pm90_n733i),
@@ -902,7 +892,7 @@ static const struct fqlist est_cpus[] = {
ENTRY(INTEL, BUS100, pm90_n738),
ENTRY(INTEL, BUS100, pm90_n758),
ENTRY(INTEL, BUS100, pm90_n778),
-
+
ENTRY(INTEL, BUS133, pm90_n710),
ENTRY(INTEL, BUS100, pm90_n715a),
ENTRY(INTEL, BUS100, pm90_n715b),
@@ -933,7 +923,7 @@ static const struct fqlist est_cpus[] = {
ENTRY(INTEL, BUS100, pm90_n765c),
ENTRY(INTEL, BUS100, pm90_n765e),
ENTRY(INTEL, BUS133, pm90_n770),
-
+
ENTRY(VIA, BUS100, C7M_770_ULV),
ENTRY(VIA, BUS100, C7M_779_ULV),
ENTRY(VIA, BUS100, C7M_772_ULV),