summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-08-23 21:00:40 +0000
committerjhb <jhb@FreeBSD.org>2008-08-23 21:00:40 +0000
commit4befa41cb7d8a268e16d02df53123e9a2e3abd56 (patch)
tree25cd55f31d8acdd83822ecef1f3c0dfa233a2c49 /sys/i386/conf
parent8ebfdfe248e93b41d01041a5ec069bf5761f8741 (diff)
downloadFreeBSD-src-4befa41cb7d8a268e16d02df53123e9a2e3abd56.zip
FreeBSD-src-4befa41cb7d8a268e16d02df53123e9a2e3abd56.tar.gz
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
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1775336..a7458f4 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -357,6 +357,8 @@ options VESA
# Turn on extra debugging checks and output for VESA support.
options VESA_DEBUG
+device dpms # DPMS suspend & resume via VESA BIOS
+
#
# The Numeric Processing eXtension driver. This is non-optional.
device npx
OpenPOWER on IntegriCloud