HardenedBSD/sys/conf
Mitsuru IWASAKI 2bfb7205bf 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
2000-09-14 22:34:57 +00:00
..
defines
files
files.alpha
files.i386 Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
files.pc98
kern.mk
kmod.mk
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.powerpc
majors
Makefile.alpha Install the kernel KLM as "kernel" by default. 2000-09-14 15:17:19 +00:00
Makefile.i386 Install the kernel KLM as "kernel" by default. 2000-09-14 15:17:19 +00:00
Makefile.pc98 Install the kernel KLM as "kernel" by default. 2000-09-14 15:17:19 +00:00
Makefile.powerpc Install the kernel KLM as "kernel" by default. 2000-09-14 15:17:19 +00:00
newvers.sh
NOTES
options Take out the RANDOMDEV option. The entropy device is a (pseudo-)device 2000-09-14 20:07:32 +00:00
options.alpha
options.i386
options.pc98
param.c
systags.sh