svn commit: r195654 - in head: . sys/dev/cxgb/ulp/tom sys/netinet sys/sys

Lawrence Stewart lstewart at freebsd.org
Mon Jul 13 21:43:35 UTC 2009


Navdeep Parhar wrote:
[snip]
> 
> Hello Lawrence,
> 
> 'to' should be renamed to 'toeo' in syncache_expand_establish_req() before the
> changes you made to cxgb_cpl_io.c will even compile.
> 
> -	struct toeopt to;
> +	struct toeopt toeo;

Oh dear, mea culpa.

> 
> Unfortunately, cxgb's TOM is commented out of the build system (ever since
> ARPv2) and so buildkernel won't catch stuff like this.  I have a tree that
> builds TOM with the latest head but it won't be ready+tested in time for 8.0.

That would explain why I missed this :(

Will get it fixed right away.

Cheers,
Lawrence


More information about the svn-src-head mailing list