Enable the ACPI quirks kernel environment variable setting, and add a
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Sat, 13 Jan 2007 21:58:11 +0000 (21:58 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Sat, 13 Jan 2007 21:58:11 +0000 (21:58 +0000)
commit54ca5b4597d0875be57e9e4044c16ea827807a92
tree62c2e8547d5530b65748ad9dd28548fc2607e6ef
parenta01a05042258dd331010ee416dc7f1ad2b0690f9
Enable the ACPI quirks kernel environment variable setting, and add a
quirks candidate: the VMware ACPI-fast24 timer. The latter quirk setting is
guarded by a kernel config file option, options ACPI_QUIRK_VMWARE. It's
commented out in the GENERIC config file by default.

TODO:
- port FreeBSD's more extensive ACPI quirks table support, which
  allows for more specifics to discern between ACPI
  implementations.
sys/conf/options
sys/config/GENERIC
sys/dev/acpica5/acpi.c