diff options
author | John Baldwin <jhb@FreeBSD.org> | 2008-08-23 21:00:40 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2008-08-23 21:00:40 +0000 |
commit | aa7c1c059f271ed89972971fae505aa4f23208bd (patch) | |
tree | 25cd55f31d8acdd83822ecef1f3c0dfa233a2c49 /sys/conf/files.i386 | |
parent | a2a2d954417780ad45f8fe65cea9991ba8cc2a8b (diff) |
Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
turn off the external display during suspend and restore it to its
original state on resume.
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=182081
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 4e854f4fa66d..0b9e3630fd66 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -329,6 +329,7 @@ i386/isa/atpic.c optional atpic #i386/isa/atpic_vector.s standard i386/isa/clock.c optional native i386/xen/clock.c optional xen +i386/isa/dpms.c optional dpms i386/isa/elcr.c standard i386/isa/elink.c optional ep | ie i386/isa/isa.c optional isa |