Re: svn commit: r210428 - head/sys/dev/e1000

2010-07-24 Thread George Neville-Neil
On Jul 23, 2010, at 15:27 , pluknet wrote: > On 23 July 2010 21:53, George V. Neville-Neil wrote: >> Author: gnn >> Date: Fri Jul 23 17:53:39 2010 >> New Revision: 210428 >> URL: http://svn.freebsd.org/changeset/base/210428 >> >> Log: >> Fix a bug in the statistics code for tracking the head a

Re: svn commit: r210428 - head/sys/dev/e1000

2010-07-23 Thread pluknet
On 23 July 2010 21:53, George V. Neville-Neil wrote: > Author: gnn > Date: Fri Jul 23 17:53:39 2010 > New Revision: 210428 > URL: http://svn.freebsd.org/changeset/base/210428 > > Log: >  Fix a bug in the statistics code for tracking the head and >  tail pointers of the tx and rx queues.   We neede

svn commit: r210428 - head/sys/dev/e1000

2010-07-23 Thread George V. Neville-Neil
Author: gnn Date: Fri Jul 23 17:53:39 2010 New Revision: 210428 URL: http://svn.freebsd.org/changeset/base/210428 Log: Fix a bug in the statistics code for tracking the head and tail pointers of the tx and rx queues. We needed a SYSCTL_PROC to correctly get the values at run time. Sub