svn commit: r262999 - head/sys/dev/bxe

2014-03-10 Thread Eric Davis
Author: edavis Date: Tue Mar 11 06:07:12 2014 New Revision: 262999 URL: http://svnweb.freebsd.org/changeset/base/262999 Log: Fixed MSI interrupt allocation and handling. Fixed a DMA mapping leak that occurs when defragmenting packet chains. Approved by: davidch (mentor) MFC after:1

svn commit: r258187 - head/sys/dev/bxe

2013-11-15 Thread Eric Davis
Author: edavis Date: Fri Nov 15 20:26:14 2013 New Revision: 258187 URL: http://svnweb.freebsd.org/changeset/base/258187 Log: Fixed a tx watchdog chip reset that could occur on mostly idle links. Fixed various link related issues and 10GBaseT is now linking properly. Modified the types for th

Re: svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe

2013-11-20 Thread Eric Davis
Hi Hiren, Yes I am planning on it. - eric On Wed, Nov 20, 2013 at 12:27 PM, hiren panchasara wrote: > + Eric > > On Fri, Sep 20, 2013 at 1:18 PM, David Christensen > wrote: > > Author: davidch > > Date: Fri Sep 20 20:18:49 2013 > > New Revision: 255736 > > URL: http://svnweb.freebsd.org/chang

svn commit: r260113 - head/sys/dev/bxe

2013-12-30 Thread Eric Davis
Author: edavis Date: Mon Dec 30 23:02:26 2013 New Revision: 260113 URL: http://svnweb.freebsd.org/changeset/base/260113 Log: For TSO, when the first mbuf contains both the packet header and data, the header is split out into its own BD for processing by the firmware. When this split occurred

svn commit: r260415 - head/sys/dev/bxe

2014-01-07 Thread Eric Davis
Author: edavis Date: Tue Jan 7 22:26:20 2014 New Revision: 260415 URL: http://svnweb.freebsd.org/changeset/base/260415 Log: defragment mbuf chains longer than hw segment limit before dropping Approved by: davidch Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/ecore_hsi.h Modified

Re: svn commit: r260415 - head/sys/dev/bxe

2014-01-08 Thread Eric Davis
On Thu, Jan 09, 2014 at 04:26:39AM +0400, Gleb Smirnoff wrote: > Eric, > > On Tue, Jan 07, 2014 at 10:26:20PM +0000, Eric Davis wrote: > E> Author: edavis > E> Date: Tue Jan 7 22:26:20 2014 > E> New Revision: 260415 > E> URL: http://svnweb.freebsd.org/changese

svn commit: r256280 - head/share/misc

2013-10-10 Thread Eric Davis
;Jean-Sebastien Pedron\n dwmalone [label="David Malone\ndwmal...@freebsd.org\n2000/07/11"] eadler [label="Eitan Adler\nead...@freebsd.org\n2012/01/18"] ed [label="Ed Schouten\n...@freebsd.org\n2008/05/22"] +edavis [label="Eric Davis\neda...@freebsd.org\n2013/10

svn commit: r256299 - head/sys/dev/bxe

2013-10-10 Thread Eric Davis
Author: edavis Date: Thu Oct 10 21:10:51 2013 New Revision: 256299 URL: http://svnweb.freebsd.org/changeset/base/256299 Log: Fixed the media type shown via ifconfig. Fixed a panic that occurs when bringing up an interface on 57710/57711 running very old bootcode versions. Fixed how bool is