aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-08-23 21:00:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-08-23 21:00:40 +0000
commitaa7c1c059f271ed89972971fae505aa4f23208bd (patch)
tree25cd55f31d8acdd83822ecef1f3c0dfa233a2c49 /sys/modules/Makefile
parenta2a2d954417780ad45f8fe65cea9991ba8cc2a8b (diff)
downloadsrc-aa7c1c059f271ed89972971fae505aa4f23208bd.tar.gz
src-aa7c1c059f271ed89972971fae505aa4f23208bd.zip
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/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1862a417fb7d..753ef12a7773 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -72,6 +72,7 @@ SUBDIR= ${_3dfx} \
dcons \
dcons_crom \
de \
+ ${_dpms} \
${_dpt} \
${_drm} \
${_dtrace} \
@@ -377,6 +378,7 @@ _cs= cs
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_cyclic= cyclic
.endif
+_dpms= dpms
_drm= drm
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_dtrace= dtrace