From owner-cvs-src@FreeBSD.ORG Mon Oct 11 21:15:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A8816A4CE; Mon, 11 Oct 2004 21:15:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BEA43D3F; Mon, 11 Oct 2004 21:15:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9BLFAxm093151; Mon, 11 Oct 2004 21:15:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9BLFAcn093150; Mon, 11 Oct 2004 21:15:10 GMT (envelope-from njl) Message-Id: <200410112115.i9BLFAcn093150@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Oct 2004 21:15:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 11 Oct 2004 21:15:11 -0000 njl 2004-10-11 21:15:10 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Update C3 support when BM control is not present. * Fix a bug where caches were flushed on non-C3 transitions. * Be sure a working flush cache instruction is present before using it. * Disable C3 completely if it isn't present. Revision Changes Path 1.45 +28 -16 src/sys/dev/acpica/acpi_cpu.c