Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Jack Vogel
OH, and I just asked the team here, and found out we explicitly do NOT support any 32 bit environment for this driver. Jack On Fri, Aug 29, 2014 at 10:49 AM, Jack Vogel wrote: > I certainly agree that it would be a bit ridiculous to do 40G in a 32bit > environment :) > > Jack > > > > On Fri,

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Jack Vogel
I certainly agree that it would be a bit ridiculous to do 40G in a 32bit environment :) Jack On Fri, Aug 29, 2014 at 10:14 AM, Konstantin Belousov wrote: > On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: > > Author: bz > > Date: Fri Aug 29 12:40:01 2014 > > New Revision: 27080

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2014, at 17:14 , Konstantin Belousov wrote: > On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: >> Author: bz >> Date: Fri Aug 29 12:40:01 2014 >> New Revision: 270806 >> URL: http://svnweb.freebsd.org/changeset/base/270806 >> >> Log: >> Properly handle prefetch only fo

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Konstantin Belousov
On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: > Author: bz > Date: Fri Aug 29 12:40:01 2014 > New Revision: 270806 > URL: http://svnweb.freebsd.org/changeset/base/270806 > > Log: > Properly handle prefetch only for amd64 and i386 as we do elsewhere. > > In general theraven

svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch only for amd64 and i386 as we do elsewhere. In general theraven is right that we should factr this out and provide a general and per-arch imple