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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to