summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-09-14 22:34:57 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-09-14 22:34:57 +0000
commitee51abd0609e8401331f51adaca5051b068a391a (patch)
tree970617cd21051f70fef55eff718078f20e915530 /sys/conf
parent45b94b8ee4029e7816e2e81eb551ba3dd2b491c8 (diff)
downloadFreeBSD-src-ee51abd0609e8401331f51adaca5051b068a391a.zip
FreeBSD-src-ee51abd0609e8401331f51adaca5051b068a391a.tar.gz
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
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 570ba30..472030a 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -266,6 +266,7 @@ i386/isa/pcvt/pcvt_kbd.c optional vt
i386/isa/pcvt/pcvt_out.c optional vt
i386/isa/pcvt/pcvt_sup.c optional vt
i386/isa/pcvt/pcvt_vtf.c optional vt
+i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/rc.c count rc
#i386/isa/rp.c optional rp
OpenPOWER on IntegriCloud