Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 08:28:30 -0700
From:      Scott Long <scott_long@btc.adaptec.com>
To:        Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
Cc:        Dag-Erling Smorgrav <des@freebsd.org>, current@freebsd.org
Subject:   Re: alpha tinderbox failure
Message-ID:  <20021107152828.GA88277@hollin.btc.adaptec.com>
In-Reply-To: <20021107152207.GC362@frog.fafoe>
References:  <200211071140.gA7BeRcG063936@beast.freebsd.org> <20021107152207.GC362@frog.fafoe>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021107152828.GA88277>