From owner-cvs-all@FreeBSD.ORG Thu Oct 23 12:39:25 2003 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 E7C9C16A4B3 for ; Thu, 23 Oct 2003 12:39:25 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id F2DA743FBF for ; Thu, 23 Oct 2003 12:39:23 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 68126 invoked by uid 1002); 23 Oct 2003 19:39:22 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 23 Oct 2003 19:39:22 -0000 Date: Thu, 23 Oct 2003 13:41:17 -0600 (MDT) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Dag-Erling Smorgrav In-Reply-To: <200310231342.h9NDg3EG049272@repoman.freebsd.org> Message-ID: <20031023134033.T70179@pooker.samsco.home> References: <200310231342.h9NDg3EG049272@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/aic7xxx ahc_pci.c ahd_pci.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: Thu, 23 Oct 2003 19:39:26 -0000 On Thu, 23 Oct 2003, Dag-Erling Smorgrav wrote: > des 2003/10/23 06:42:03 PDT > > FreeBSD src repository > > Modified files: > sys/dev/aic7xxx ahc_pci.c ahd_pci.c > Log: > 0x7FFFFFFFFF is >32 bits and needs an explicit LL. > > Revision Changes Path > 1.57 +1 -1 src/sys/dev/aic7xxx/ahc_pci.c > 1.12 +1 -1 src/sys/dev/aic7xxx/ahd_pci.c > > Did you come across a case where this was causing a compiler warning? If not, did you email the maintainers? Scott