From owner-cvs-all@FreeBSD.ORG Wed Dec 12 20:24:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA94C16A417; Wed, 12 Dec 2007 20:24:06 +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 9CB8A13C4CC; Wed, 12 Dec 2007 20:24:06 +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 lBCKO6js046321; Wed, 12 Dec 2007 20:24:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from rpaulo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBCKO6Fx046320; Wed, 12 Dec 2007 20:24:06 GMT (envelope-from rpaulo) Message-Id: <200712122024.lBCKO6Fx046320@repoman.freebsd.org> From: Rui Paulo Date: Wed, 12 Dec 2007 20:24:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 20:24:06 -0000 rpaulo 2007-12-12 20:24:06 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c sys/amd64/amd64 machdep.c Log: 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. MFC after: 1 week Reviewed by: njl (mentor), jhb Approved by: njl (mentor), jhb Revision Changes Path 1.679 +25 -0 src/sys/amd64/amd64/machdep.c 1.662 +25 -0 src/sys/i386/i386/machdep.c