Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 15:34:57 -0700 (PDT)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 src/sys/i386/apm apm.c apm.h src/sys/i386/isa pmtimer.c
Message-ID:  <200009142234.PAA27449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2000/09/14 15:34:57 PDT

  Modified files:
    sys/conf             files.i386 
    sys/i386/apm         apm.c apm.h 
  Added files:
    sys/i386/isa         pmtimer.c 
  Log:
  Add Timer device driver for power management events.
  The code for suspend/resume is derived from APM device driver.
  
  Some people suggested the original code is somewhat buggy, but I'd
  like to just move it from apm.c without any major changes for the
  initial version.  This code should be refined later.
  
  To use pmtimer to adjust time at resume time, add
  	device	pmtimer
  in your kernel config file, and add
  	hint.pmtimer.0.at="isa"
  in your device.hints
  
  Reviewed by:	-current, bde
  
  Revision  Changes    Path
  1.329     +2 -1      src/sys/conf/files.i386
  1.118     +7 -81     src/sys/i386/apm/apm.c
  1.2       +2 -1      src/sys/i386/apm/apm.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009142234.PAA27449>