From owner-cvs-src@FreeBSD.ORG Fri Jun 15 18:02:35 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B30C16A46B; Fri, 15 Jun 2007 18:02:35 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E9FBB13C448; Fri, 15 Jun 2007 18:02:34 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5FI2Ynf090466; Fri, 15 Jun 2007 18:02:34 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5FI2YG8090465; Fri, 15 Jun 2007 18:02:34 GMT (envelope-from njl) Message-Id: <200706151802.l5FI2YG8090465@repoman.freebsd.org> From: Nate Lawson Date: Fri, 15 Jun 2007 18:02:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_ec.c acpi_hpet.c acpivar.h 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: Fri, 15 Jun 2007 18:02:35 -0000 njl 2007-06-15 18:02:34 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_ec.c acpi_hpet.c acpivar.h Log: Convert magic to a uintptr_t. This should get rid of some warnings on gcc4. Revision Changes Path 1.239 +2 -2 src/sys/dev/acpica/acpi.c 1.75 +2 -2 src/sys/dev/acpica/acpi_ec.c 1.9 +2 -2 src/sys/dev/acpica/acpi_hpet.c 1.106 +2 -2 src/sys/dev/acpica/acpivar.h