cvs commit: src/sys/dev/acpica acpi.c acpiio.h acpivar.h
src/usr.sbin/acpi/acpiconf acpiconf.8 acpiconf.c
Nate Lawson
njl at FreeBSD.org
Tue Aug 17 22:48:24 PDT 2004
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
More information about the cvs-src
mailing list