From owner-cvs-all@FreeBSD.ORG Wed Aug 18 05:48:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEAB116A4CE; Wed, 18 Aug 2004 05:48:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F7443D49; Wed, 18 Aug 2004 05:48:24 +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 i7I5mOEH029636; Wed, 18 Aug 2004 05:48:24 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7I5mOTL029635; Wed, 18 Aug 2004 05:48:24 GMT (envelope-from njl) Message-Id: <200408180548.i7I5mOTL029635@repoman.freebsd.org> From: Nate Lawson Date: Wed, 18 Aug 2004 05:48:24 +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.c acpiio.h acpivar.h src/usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Aug 2004 05:48:24 -0000 njl 2004-08-18 05:48:24 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpiio.h acpivar.h usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c Log: Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all callers. These ioctls attempted to enable and disable the ACPI interpreter at runtime. In practice, it is not possible to boot with ACPI and then disable it on many systems and trying to do so can cause crashes, interrupt storms, etc. Binary compatibility with userland is retained. MFC after: 2 days Revision Changes Path 1.187 +6 -57 src/sys/dev/acpica/acpi.c 1.11 +0 -2 src/sys/dev/acpica/acpiio.h 1.80 +0 -2 src/sys/dev/acpica/acpivar.h 1.14 +2 -6 src/usr.sbin/acpi/acpiconf/acpiconf.8 1.16 +2 -25 src/usr.sbin/acpi/acpiconf/acpiconf.c