From owner-cvs-all@FreeBSD.ORG Fri Jan 28 00:11:40 2005 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 D24F316A4CE; Fri, 28 Jan 2005 00:11:40 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BD243D45; Fri, 28 Jan 2005 00:11:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [IPv6:::1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0S09bNx096284; Thu, 27 Jan 2005 17:09:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 27 Jan 2005 17:09:37 -0700 (MST) Message-Id: <20050127.170937.71185187.imp@bsdimp.com> To: grog@FreeBSD.org From: Warner Losh In-Reply-To: <20050127235321.GA76133@wantadilla.lemis.com> References: <200501270149.j0R1nNXW091964@repoman.freebsd.org> <20050127235321.GA76133@wantadilla.lemis.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ray if_ray.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: Fri, 28 Jan 2005 00:11:41 -0000 From: "Greg 'groggy' Lehey" Subject: Re: cvs commit: src/sys/dev/ray if_ray.c Date: Fri, 28 Jan 2005 10:23:21 +1030 > On Thursday, 27 January 2005 at 1:49:23 +0000, Warner Losh wrote: > > imp 2005-01-27 01:49:23 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ray if_ray.c > > Log: > > 64-bit clean fixes: Use %zx in preference to %x to print size_t items. > > Cast a byte to uint8_t before printing. > > Are you in a position to test this driver? I thought it had crawled > into a corner and died. I have cards (but no base station), and it > didn't work last time I tried; do you need testing? I'm not in a position to test this driver. I just made it compile without warnings on our 64bit platforms. Warner