: David Somayajulu
Cc: David C Somayajulu ; src-committ...@freebsd.org;
svn-src-all@freebsd.org; svn-src-h...@freebsd.org
Subject: Re: svn commit: r297898 - head/sys/dev/bxe
Great! Thanks!
On Wed, Apr 13, 2016 at 11:48 AM, David Somayajulu
wrote:
> Hi Sepherosa,
> I just saw it and am ta
-all@freebsd.org;
svn-src-h...@freebsd.org
Subject: Re: svn commit: r297898 - head/sys/dev/bxe
Hi David,
BLOGI(sc, "cdu_context i %d paddr %#jx vaddr %p size 0x%zx\n", i,
sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr,
sc->cont
s
> David S.
>
> -Original Message-
> From: Sepherosa Ziehau [mailto:sepher...@gmail.com]
> Sent: Tuesday, April 12, 2016 8:49 PM
> To: David Somayajulu
> Cc: David C Somayajulu ; src-committ...@freebsd.org;
> svn-src-all@freebsd.org; svn-src-h...@freebsd.org
> Subje
riginal Message-
> From: Sepherosa Ziehau [mailto:sepher...@gmail.com]
> Sent: Tuesday, April 12, 2016 8:49 PM
> To: David Somayajulu
> Cc: David C Somayajulu ; src-committ...@freebsd.org;
> svn-src-all@freebsd.org; svn-src-h...@freebsd.org
> Subject: Re: svn commit: r297898 - he
her...@gmail.com]
> Sent: Tuesday, April 12, 2016 8:43 PM
> To: David C Somayajulu
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org;
> svn-src-h...@freebsd.org
> Subject: Re: svn commit: r297898 - head/sys/dev/bxe
>
> Hi David,
>
> BLOGI(sc, &qu
Hi David,
BLOGI(sc, "cdu_context i %d paddr %#jx vaddr %p size 0x%zx\n", i,
sc->context[i].vcxt_dma.paddr, sc->context[i].vcxt_dma.vaddr,
sc->context[i].size);
This breaks i386 building. I think you need to do (uintmax_t)paddr for %jx:
/usr/freebsd-svn/sys/dev/bx