From owner-cvs-all@FreeBSD.ORG Mon Feb 23 05:46:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C35A16A4CE; Mon, 23 Feb 2004 05:46:58 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D838B43D2D; Mon, 23 Feb 2004 05:46:56 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i1NDkth24448; Mon, 23 Feb 2004 14:46:55 +0100 (MET) Date: Mon, 23 Feb 2004 14:46:55 +0100 (CET) From: Harti Brandt To: Maxime Henrion In-Reply-To: <200402221627.i1MGRSjM018065@repoman.freebsd.org> Message-ID: <20040223144611.X95310@beagle.fokus.fraunhofer.de> References: <200402221627.i1MGRSjM018065@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hfa fore_command.c fore_output.c fore_stats.c fore_transmit.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 13:46:58 -0000 Thanks that you took care of this. harti On Sun, 22 Feb 2004, Maxime Henrion wrote: MH>mux 2004/02/22 08:27:28 PST MH> MH> FreeBSD src repository MH> MH> Modified files: MH> sys/dev/hfa fore_command.c fore_output.c fore_stats.c MH> fore_transmit.c MH> Log: MH> Unbreak after the change to use vm_paddr_t. Since vm_paddr_t is MH> an integer type and the a cast to (void *) was added in the MH> definition of NULL for the kernel, we need to use 0 here instead. MH> MH> Partly submitted by: cperciva MH> MH> Revision Changes Path MH> 1.18 +2 -2 src/sys/dev/hfa/fore_command.c MH> 1.18 +1 -1 src/sys/dev/hfa/fore_output.c MH> 1.13 +1 -1 src/sys/dev/hfa/fore_stats.c MH> 1.13 +4 -4 src/sys/dev/hfa/fore_transmit.c MH> -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org