From owner-cvs-src@FreeBSD.ORG Sun Jun 18 21:37:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5FFD516A47B; Sun, 18 Jun 2006 21:37:31 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9274D43D6E; Sun, 18 Jun 2006 21:37:25 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k5ILb5TX030486; Sun, 18 Jun 2006 17:37:05 -0400 X-ORBL: [71.139.104.128] Received: from [10.0.5.50] (ppp-71-139-104-128.dsl.snfc21.pacbell.net [71.139.104.128]) by pimout6-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k5ILbNwC205892; Sun, 18 Jun 2006 17:37:23 -0400 Message-ID: <4495C726.5070309@root.org> Date: Sun, 18 Jun 2006 14:35:34 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Matt Jacob References: <20060616140441.5F8AC16A5AF@hub.freebsd.org> In-Reply-To: <20060616140441.5F8AC16A5AF@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Jun 2006 21:37:31 -0000 Matt Jacob wrote: > mjacob 2006-06-16 14:04:21 UTC > > FreeBSD src repository > > Modified files: > sys/i386/acpica acpi_wakeup.c > Log: > Unbreak tinderbox- fix device_printf arg to accomodate different sizes > of vm_paddr_t in different contexts (e.g., PAE vs. non PAE). > > Revision Changes Path > 1.44 +2 -2 src/sys/i386/acpica/acpi_wakeup.c Thanks. I checked the amd64 build for problems but didn't think of PAE on i386. -- Nate