From owner-cvs-src-old@FreeBSD.ORG Sun Jan 31 14:36:08 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D0421065676 for ; Sun, 31 Jan 2010 14:36:08 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 612A88FC0C for ; Sun, 31 Jan 2010 14:36:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VEa8mM067743 for ; Sun, 31 Jan 2010 14:36:08 GMT (envelope-from rnoland@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VEa8Va067742 for cvs-src-old@freebsd.org; Sun, 31 Jan 2010 14:36:08 GMT (envelope-from rnoland@repoman.freebsd.org) Message-Id: <201001311436.o0VEa8Va067742@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rnoland@repoman.freebsd.org using -f From: Robert Noland Date: Sun, 31 Jan 2010 14:35:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 i686_mem.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 14:36:08 -0000 rnoland 2010-01-31 14:35:49 UTC FreeBSD src repository Modified files: sys/i386/i386 i686_mem.c Log: SVN rev 203289 on 2010-01-31 14:35:49Z by rnoland Enable MTRR on all VIA CPUs that claim support. This may not be entirely correct either, but the existing check is bogus. I have both a C3 and a C7 that fail this check, but work fine. MFC after: 2 weeks Revision Changes Path 1.32 +1 -4 src/sys/i386/i386/i686_mem.c