cvs commit: src/sys/conf files files.i386 src/sys/i386/apm apm.c
apm.h src/sys/i386/isa intr_machdep.c intr_machdep.h pmtimer.c
src/sys/kern subr_power.c src/sys/sys power.h
John Baldwin
jhb at FreeBSD.org
Mon Aug 18 13:22:24 PDT 2003
jhb 2003/08/18 13:22:23 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/conf files files.i386
sys/i386/apm apm.c apm.h
sys/i386/isa intr_machdep.c intr_machdep.h
Added files: (Branch: RELENG_4)
sys/i386/isa pmtimer.c
sys/kern subr_power.c
sys/sys power.h
Log:
MFC: Synch apm(4) code with current.
- Merge the power management subsystem for handling multiple power
management drivers as well as power management events.
- Merge the pmtimer(4) driver to preserve the i386 clock chips across
suspend and resume.
- Enhance the suspend and resume support for the AT PIC interrupt
controller to match that of -current.
- Update the apm(4) driver to work with the above changes.
Discussed with: re
Revision Changes Path
1.340.2.141 +1 -0 src/sys/conf/files
1.307.2.39 +1 -0 src/sys/conf/files.i386
1.114.2.6 +129 -89 src/sys/i386/apm/apm.c
1.1.4.1 +1 -0 src/sys/i386/apm/apm.h
1.29.2.6 +19 -0 src/sys/i386/isa/intr_machdep.c
1.19.2.3 +1 -0 src/sys/i386/isa/intr_machdep.h
1.4.2.1 +157 -0 src/sys/i386/isa/pmtimer.c (new)
1.4.2.1 +108 -0 src/sys/kern/subr_power.c (new)
1.3.6.1 +65 -0 src/sys/sys/power.h (new)
More information about the cvs-src
mailing list