From owner-cvs-src@FreeBSD.ORG Wed Dec 19 21:08:34 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6514F16A418; Wed, 19 Dec 2007 21:08:34 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48CD313C44B; Wed, 19 Dec 2007 21:08:34 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBJL8YVp035839; Wed, 19 Dec 2007 21:08:34 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBJL8Yq6035838; Wed, 19 Dec 2007 21:08:34 GMT (envelope-from rpaulo) Message-Id: <200712192108.lBJL8Yq6035838@repoman.freebsd.org> From: Rui Paulo Date: Wed, 19 Dec 2007 21:08:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 21:08:34 -0000 rpaulo 2007-12-19 21:08:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) sys/amd64/amd64 machdep.c Log: MFC revision 1.679: Disallow the legacy USB circuit to generate an SMI# via an ICH register (MacBooks only). This allows MacBooks to boot in SMP mode without any trick and solves the timer problems with HZ=1000. Approved by: re (kensmith), njl (mentor) Revision Changes Path 1.638.2.13.2.1 +25 -0 src/sys/amd64/amd64/machdep.c