From owner-freebsd-acpi@FreeBSD.ORG Sun Aug 15 23:41:34 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC10E16A4CE; Sun, 15 Aug 2004 23:41:34 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B2CA43D2D; Sun, 15 Aug 2004 23:41:30 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.51] (adsl-64-171-186-94.dsl.snfc21.pacbell.net [64.171.186.94]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7FNfM8U030148; Sun, 15 Aug 2004 16:41:23 -0700 Message-ID: <411FF4A2.20404@root.org> Date: Sun, 15 Aug 2004 16:41:22 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: acpi@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: [src] cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c] X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 23:41:35 -0000 As discussed below, I plan to remove acpi_Enable and acpi_Disable and the associated ioctls before 5.3. The reasoning is that they cause problems for some people, are not very useful, and are not guaranteed by the std. Comments welcome. -------- Original Message -------- Subject: [src] cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c Date: Sun, 15 Aug 2004 23:39:40 +0000 (GMT) From: Nate Lawson To: njl@FreeBSD.ORG njl 2004-08-15 23:39:37 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpiconf acpiconf.c Log: Comment out the ability to enable/disable ACPI at runtime. This appears to not work reliably and crash some systems. It is not supported at all on others. Pending discussion, the underlying ioctls will be removed. Revision Changes Path 1.15 +4 -0 src/usr.sbin/acpi/acpiconf/acpiconf.c