Date: Mon, 18 Aug 2003 13:22:23 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200308182022.h7IKMNJT027676@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308182022.h7IKMNJT027676>
