From owner-cvs-all@FreeBSD.ORG Thu Oct 23 11:28:48 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 E736016A4B3; Thu, 23 Oct 2003 11:28:48 -0700 (PDT) Received: from fafoe.narf.at (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3836843FB1; Thu, 23 Oct 2003 11:28:43 -0700 (PDT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.2.102]) by fafoe.narf.at (Postfix) with ESMTP id C712D40ED; Thu, 23 Oct 2003 20:28:39 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 47ABF88; Thu, 23 Oct 2003 20:28:39 +0200 (CEST) Date: Thu, 23 Oct 2003 20:28:38 +0200 From: Stefan Farfeleder To: Dag-Erling Smorgrav Message-ID: <20031023182837.GA609@wombat.fafoe.narf.at> References: <200310231342.h9NDg3EG049272@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310231342.h9NDg3EG049272@repoman.freebsd.org> User-Agent: Mutt/1.5.4i 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 18:28:49 -0000 On Thu, Oct 23, 2003 at 06:42:03AM -0700, 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. ^^^^^^^^^^^^^^^^^^^^ That's not true. Its type is long long on 32 bit architectures even without the LL suffix. Stefan