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/conf/files.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/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index d46ce90..b634006 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -168,6 +168,7 @@ geom/geom_mbr.c standard geom/geom_mbr_enc.c standard i386/acpica/OsdEnvironment.c optional acpi i386/acpica/acpi_machdep.c optional acpi +i386/acpica/acpi_toshiba.c optional acpi_toshiba acpi i386/acpica/acpi_wakeup.c optional acpi acpi_wakecode.h optional acpi \ dependency "$S/i386/acpica/acpi_wakecode.S" \ |