Date: Wed, 18 Aug 2004 05:48:24 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpiio.h acpivar.h src/usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c Message-ID: <200408180548.i7I5mOTL029635@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408180548.i7I5mOTL029635>