diff options
author | njl <njl@FreeBSD.org> | 2004-01-11 19:18:38 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-01-11 19:18:38 +0000 |
commit | cc1dfb72096cf671197e6e2146f8767a964b8db2 (patch) | |
tree | 8bc5dd86c5c527dda897f33e672ceadb6d9ad324 /sys/i386 | |
parent | 0a2398f73d083fb687d29cbbda7f8c6580efc26b (diff) | |
download | FreeBSD-src-cc1dfb72096cf671197e6e2146f8767a964b8db2.zip FreeBSD-src-cc1dfb72096cf671197e6e2146f8767a964b8db2.tar.gz |
Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
forced fan control, and CPU throttling).
Submitted by: Hiroyuki Aizu <aizu@navi.org>
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 25f7686..9741b54 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -443,6 +443,10 @@ options ACPI_MAX_THREADS=1 #!options ACPI_NO_SEMAPHORES #!options ACPICA_PEDANTIC +# ACPI Toshiba Extras (LCD backlight/brightness, video output, etc.) +# +device acpi_toshiba + # DRM options: # mgadrm: AGP Matrox G200, G400, G450, G550 # r128drm: ATI Rage 128 |