Subject: PR/33080 CVS commit: src/sys/arch/i386/i386
To: None <dogcow@netbsd.org, gnats-admin@netbsd.org,>
From: Tom Spindler <dogcow@netbsd.org>
List: netbsd-bugs
Date: 03/15/2006 23:00:05
The following reply was made to PR port-i386/33080; it has been noted by GNATS.

From: Tom Spindler <dogcow@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/33080 CVS commit: src/sys/arch/i386/i386
Date: Wed, 15 Mar 2006 22:56:38 +0000 (UTC)

 Module Name:	src
 Committed By:	dogcow
 Date:		Wed Mar 15 22:56:38 UTC 2006
 
 Modified Files:
 	src/sys/arch/i386/i386: est.c
 
 Log Message:
 For every season, churn, churn, churn.
 
 To fix lingering problems with the LV/ULV Pentium Ms that run with a 400 MHz
 FSB (738, et al), change ENTRY() yet again to directly include the FSB
 multiplier - CPUID isn't enough to determine what it should be.
 While I'm at it, add more values for the 750, and fix values for the 730
 and 770 to jibe with what the 'prescribed' values (via ACPI) are.
 
 Fixes PR/33080 and PR/33081.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.23 -r1.24 src/sys/arch/i386/i386/est.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.