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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to