freebsd-dev/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 - Newbus'ify and bus_space'ify. 2000-09-14 12:02:07 +00:00
files.alpha Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
files.i386 Add Timer device driver for power management events. 2000-09-14 22:34:57 +00:00
files.pc98 - Newbus'ify and bus_space'ify. 2000-09-14 12:02:07 +00:00
kern.mk Reserve register t7 on alpha to point at per-cpu global variables. 2000-04-28 08:44:42 +00:00
kmod.mk The kernel is now known as `kernel.ko' and it and its matching modules 2000-09-05 22:37:46 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Add Quicknet LineJACK and PhoneJACK cards 2000-09-14 08:51:27 +00:00
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 Welcome to 5.0-current! 2000-03-13 09:13:01 +00:00
NOTES A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA 2000-09-13 03:20:35 +00:00
options Take out the RANDOMDEV option. The entropy device is a (pseudo-)device 2000-09-14 20:07:32 +00:00
options.alpha Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
options.i386 Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to support 2000-06-13 09:10:37 +00:00
options.pc98 Merged from sys/conf/options.i386 rev 1.137. 2000-06-13 13:08:30 +00:00
param.c Move the MSG* and SEM* options to opt_sysvipc.h 2000-05-01 13:33:56 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00