summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-06-23 13:17:25 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-06-23 13:17:25 +0000
commit792757454a234e320aa476c9b9f29611b9eb770e (patch)
tree1859c73618d343cfb5dfa40db40b0adee88bcf1e /sys/i386/conf/NOTES
parent37fcd1fbeae8085c52c4535896bcb5f8642b2a00 (diff)
downloadFreeBSD-src-792757454a234e320aa476c9b9f29611b9eb770e.zip
FreeBSD-src-792757454a234e320aa476c9b9f29611b9eb770e.tar.gz
* Driver for ACPI WMI (Windows Management Instrumentation)
* Driver for ACPI HP extra functionations, which required ACPI WMI driver. Submitted by: Michael <freebsdusb at bindone.de> Approved by: re MFC after: 2 weeks
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a455ba9..f442e24 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -471,6 +471,9 @@ device tdfx_linux # Enable Linuxulator support
device acpi
options ACPI_DEBUG
+# ACPI WMI Mapping driver
+device acpi_wmi
+
# ACPI Asus Desktop Extras. (voltage, temp, fan)
device acpi_aiboost
@@ -480,6 +483,9 @@ device acpi_asus
# ACPI Fujitsu Extras (Buttons)
device acpi_fujitsu
+# ACPI extras driver for HP laptops
+device acpi_hp
+
# ACPI extras driver for IBM laptops
device acpi_ibm
OpenPOWER on IntegriCloud