Received: by mail.netbsd.org (Postfix, from userid 0) id 68A0B63B1C5; Thu, 3 Dec 2009 14:47:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8BC9363B115 for ; Thu, 3 Dec 2009 14:47:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5B672175DD; Thu, 3 Dec 2009 14:47:15 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 3 Dec 2009 14:47:15 +0000 From: Stephen Borrill Subject: CVS commit: src/sys/arch/x86/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091203144715.5B672175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: sborrill Date: Thu Dec 3 14:47:15 UTC 2009 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Interim workaround for modern Xeons that don't have the simplistic view of bus speed and therefore do not support MSR_FSB_FREQ (e.g. X3400). In the long-term, ACPI should be used for this (c.f. FreeBSD). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 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.