Date: Sat, 23 Aug 2008 21:00:40 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 Makefile dpms.4 src/sys/conf files.i386 src/sys/i386/conf NOTES src/sys/i386/isa dpms.c src/sys/modules Makefile src/sys/modules/dpms Makefile Message-ID: <200808232104.m7NL4PSH066579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-08-23 21:00:40 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile sys/conf files.i386 sys/i386/conf NOTES sys/modules Makefile Added files: share/man/man4/man4.i386 dpms.4 sys/i386/isa dpms.c sys/modules/dpms Makefile Log: SVN rev 182081 on 2008-08-23 21:00:40Z by jhb 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 Revision Changes Path 1.192 +1 -0 src/share/man/man4/man4.i386/Makefile 1.1 +58 -0 src/share/man/man4/man4.i386/dpms.4 (new) 1.605 +1 -0 src/sys/conf/files.i386 1.1262 +2 -0 src/sys/i386/conf/NOTES 1.1 +230 -0 src/sys/i386/isa/dpms.c (new) 1.585 +2 -0 src/sys/modules/Makefile 1.1 +9 -0 src/sys/modules/dpms/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808232104.m7NL4PSH066579>