Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread John Baldwin
On Tuesday, December 10, 2013 2:26:50 pm Gleb Smirnoff wrote: > On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: > A> Author: adrian > A> Date: Tue Dec 10 00:07:04 2013 > A> New Revision: 259150 > A> URL: http://svnweb.freebsd.org/changeset/base/259150 > A> > A> Log: > A> Print out

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread Alexander Motin
On 10.12.2013 21:26, Gleb Smirnoff wrote: On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Tue Dec 10 00:07:04 2013 A> New Revision: 259150 A> URL: http://svnweb.freebsd.org/changeset/base/259150 A> A> Log: A> Print out the full PCIe link negotiation duri

Re: svn commit: r259150 - head/sys/dev/cxgbe

2013-12-10 Thread Gleb Smirnoff
On Tue, Dec 10, 2013 at 12:07:04AM +, Adrian Chadd wrote: A> Author: adrian A> Date: Tue Dec 10 00:07:04 2013 A> New Revision: 259150 A> URL: http://svnweb.freebsd.org/changeset/base/259150 A> A> Log: A> Print out the full PCIe link negotiation during dmesg. A> A> I found this useful wh

svn commit: r259150 - head/sys/dev/cxgbe

2013-12-09 Thread Adrian Chadd
Author: adrian Date: Tue Dec 10 00:07:04 2013 New Revision: 259150 URL: http://svnweb.freebsd.org/changeset/base/259150 Log: Print out the full PCIe link negotiation during dmesg. I found this useful when checking whether a NIC is in a PCIE 3.0 8x slot or not. Reviewed by: np Spon