From owner-cvs-src@FreeBSD.ORG Mon Aug 18 13:22:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57BB637B401; Mon, 18 Aug 2003 13:22:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E92E043FBF; Mon, 18 Aug 2003 13:22:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7IKMN0U027677; Mon, 18 Aug 2003 13:22:23 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7IKMNJT027676; Mon, 18 Aug 2003 13:22:23 -0700 (PDT) Message-Id: <200308182022.h7IKMNJT027676@repoman.freebsd.org> From: John Baldwin Date: Mon, 18 Aug 2003 13:22:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 20:22:24 -0000 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)