summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-03-01 08:12:56 +0000
committernjl <njl@FreeBSD.org>2004-03-01 08:12:56 +0000
commitf37339848807fa8ed91d77ccaf98c11dc2778d3d (patch)
tree887b735c72d3472e13285c4913e867f1caf448d7 /sys/i386/conf
parentc1c7eeec3cbaa08526760d442face9f1be30f627 (diff)
downloadFreeBSD-src-f37339848807fa8ed91d77ccaf98c11dc2778d3d.zip
FreeBSD-src-f37339848807fa8ed91d77ccaf98c11dc2778d3d.tar.gz
Add the ACPI standard video extensions driver. I've done some style cleanup
but a bit more reamins to be done. For now, it is usable. Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 86f137b..89045cf 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -445,7 +445,7 @@ options TDFX_LINUX # Enable Linuxulator support
# Note that building ACPI into the kernel is deprecated; the module is
# normally loaded automatically by the loader.
#
-device acpi
+device acpi
options ACPI_DEBUG
options ACPI_MAX_THREADS=1
#!options ACPI_NO_SEMAPHORES
@@ -453,7 +453,11 @@ options ACPI_MAX_THREADS=1
# ACPI Toshiba Extras (LCD backlight/brightness, video output, etc.)
#
-device acpi_toshiba
+device acpi_toshiba
+
+# ACPI Video Extensions (LCD backlight/brightness, video output, etc.)
+#
+device acpi_video
# DRM options:
# mgadrm: AGP Matrox G200, G400, G450, G550
OpenPOWER on IntegriCloud