From owner-cvs-src@FreeBSD.ORG Sun Feb 6 21:10:19 2005 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 EE24416A4D5; Sun, 6 Feb 2005 21:10:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E5E43D58; Sun, 6 Feb 2005 21:10:19 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j16LAJrG049272; Sun, 6 Feb 2005 21:10:19 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j16LAJlc049271; Sun, 6 Feb 2005 21:10:19 GMT (envelope-from njl) Message-Id: <200502062110.j16LAJlc049271@repoman.freebsd.org> From: Nate Lawson Date: Sun, 6 Feb 2005 21:10:19 +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: Sun, 06 Feb 2005 21:10:20 -0000 njl 2005-02-06 21:10:19 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Remove acpi throttling support from the acpi_cpu(4) driver now that this is supported by acpi_throttle(4). Revision Changes Path 1.52 +9 -236 src/sys/dev/acpica/acpi_cpu.c