From owner-freebsd-current Thu Nov 7 7:32:11 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40EFF37B401; Thu, 7 Nov 2002 07:32:10 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id C982C43E7B; Thu, 7 Nov 2002 07:32:07 -0800 (PST) (envelope-from scottl@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id gA7FVwj28971; Thu, 7 Nov 2002 07:31:58 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id HAA07627; Thu, 7 Nov 2002 07:31:52 -0800 (PST) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id IAA20573; Thu, 7 Nov 2002 08:31:48 -0700 (MST) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.6/8.12.5) with ESMTP id gA7FSUfw088295; Thu, 7 Nov 2002 08:28:30 -0700 (MST) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.6/8.12.5/Submit) id gA7FSU5o088294; Thu, 7 Nov 2002 08:28:30 -0700 (MST) Date: Thu, 7 Nov 2002 08:28:30 -0700 From: Scott Long To: Stefan Farfeleder Cc: Dag-Erling Smorgrav , current@freebsd.org Subject: Re: alpha tinderbox failure Message-ID: <20021107152828.GA88277@hollin.btc.adaptec.com> References: <200211071140.gA7BeRcG063936@beast.freebsd.org> <20021107152207.GC362@frog.fafoe> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021107152207.GC362@frog.fafoe> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 07, 2002 at 04:22:07PM +0100, Stefan Farfeleder wrote: > On Thu, Nov 07, 2002 at 03:40:27AM -0800, Dag-Erling Smorgrav wrote: > > > /h/des/src/sys/dev/aic7xxx/aic79xx.c: In function `ahd_alloc': > > /h/des/src/sys/dev/aic7xxx/aic79xx.c:4208: warning: unsigned int format, different type arg (arg 3) > > /h/des/src/sys/dev/aic7xxx/aic79xx.c:4208: warning: unsigned int format, different type arg (arg 4) > > /h/des/src/sys/dev/aic7xxx/aic79xx.c: In function `ahd_init_scbdata': > > /h/des/src/sys/dev/aic7xxx/aic79xx.c:4601: warning: unsigned int format, different type arg (arg 3) > > Since I've seen this particular error at least 10 times and it is > getting boring, here's an untested patch. Note that it requires the > currently latest version 1.90 of subr_prf.c. A '-' that should probably > be a '=' is fixed too. > As I've told others, this file is shared with the Linux version of the driver, so any changes must be compatible with Linux printk(). We'll have a proper fix in the next code drop of this driver. Also, why does the '=' need to be changed to '-' ? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message