summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pmtimer.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Timer device driver for power management events.iwasaki2000-09-141-0/+139
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
OpenPOWER on IntegriCloud