Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/mii brgphy.c brgphyreg.h miidevs

2007-03-21 Thread Jung-uk Kim
On Wednesday 21 March 2007 06:53 pm, Jung-uk Kim wrote: > jkim2007-03-21 22:53:22 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/bge if_bge.c if_bgereg.h > sys/dev/mii brgphy.c brgphyreg.h miidevs > Log: > MFC: Sync b

RE: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-14 Thread John Polstra
On 15-Dec-2006 David Christensen wrote: > MSI capabilities registers are present on virtually all "bge" > controllers but many of the "older" controllers don't correctly support > MSI due to a chip errata that prevents MSI interrupts from actually > being disabled during an ISR. Check the Linux co

RE: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-14 Thread David Christensen
John, MSI capabilities registers are present on virtually all "bge" controllers but many of the "older" controllers don't correctly support MSI due to a chip errata that prevents MSI interrupts from actually being disabled during an ISR. Check the Linux code for the test used in tg3_open() which

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-13 Thread Scott Long
Scott Long wrote: Bruce Evans wrote: On Wed, 13 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: [..] I'll try to run some tests with the third write disabled, but I don't have much time left to devote to this particular project. If others would be willing to test with

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-13 Thread Scott Long
Bruce Evans wrote: On Wed, 13 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: [..] I'll try to run some tests with the third write disabled, but I don't have much time left to devote to this particular project. If others would be willing to test with the third write re

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-13 Thread Bruce Evans
On Wed, 13 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: [..] I'll try to run some tests with the third write disabled, but I don't have much time left to devote to this particular project. If others would be willing to test with the third write removed, I'd appreciat

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-13 Thread Bjoern A. Zeeb
On Tue, 12 Dec 2006, Scott Long wrote: Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Fix support for certain 575x/578x chips. This consists of the following: ... this change makes my machine hang completely (even not able to break into kernel debugger) by the time the i

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Scott Long
Bruce Evans wrote: On Tue, 12 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: scottl 2006-12-12 05:11:12 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Fix support for certain 575x/578x chips. This consists of th

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Bruce Evans
On Wed, 13 Dec 2006, Oleg Bulyzhin wrote: On Tue, Dec 12, 2006 at 06:09:17PM -0500, Jung-uk Kim wrote: On Tuesday 12 December 2006 05:05 pm, Oleg Bulyzhin wrote: I would say you have simplified it too much. With your change you will get wrong numbers after ifconfig down/up (since it implies

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Oleg Bulyzhin
On Tue, Dec 12, 2006 at 08:07:46PM -0500, Jung-uk Kim wrote: > On Tuesday 12 December 2006 07:44 pm, Oleg Bulyzhin wrote: > > On Tue, Dec 12, 2006 at 07:31:24PM -0500, Jung-uk Kim wrote: > > > On Tuesday 12 December 2006 06:44 pm, Oleg Bulyzhin wrote: > > > > On Tue, Dec 12, 2006 at 06:09:17PM -050

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Scott Long
On Wed, 13 Dec 2006, Bruce Evans wrote: On Tue, 12 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: scottl 2006-12-12 05:11:12 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Fix support for certain 575x/578x chi

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Jung-uk Kim
On Tuesday 12 December 2006 07:44 pm, Oleg Bulyzhin wrote: > On Tue, Dec 12, 2006 at 07:31:24PM -0500, Jung-uk Kim wrote: > > On Tuesday 12 December 2006 06:44 pm, Oleg Bulyzhin wrote: > > > On Tue, Dec 12, 2006 at 06:09:17PM -0500, Jung-uk Kim wrote: > > > > On Tuesday 12 December 2006 05:05 pm, O

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Oleg Bulyzhin
On Tue, Dec 12, 2006 at 07:31:24PM -0500, Jung-uk Kim wrote: > On Tuesday 12 December 2006 06:44 pm, Oleg Bulyzhin wrote: > > On Tue, Dec 12, 2006 at 06:09:17PM -0500, Jung-uk Kim wrote: > > > On Tuesday 12 December 2006 05:05 pm, Oleg Bulyzhin wrote: > > > > On Fri, Dec 01, 2006 at 01:08:52AM +000

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Bruce Evans
On Tue, 12 Dec 2006, Bjoern A. Zeeb wrote: On Tue, 12 Dec 2006, Scott Long wrote: scottl 2006-12-12 05:11:12 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Fix support for certain 575x/578x chips. This consists of the following: ... th

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Jung-uk Kim
On Tuesday 12 December 2006 06:44 pm, Oleg Bulyzhin wrote: > On Tue, Dec 12, 2006 at 06:09:17PM -0500, Jung-uk Kim wrote: > > On Tuesday 12 December 2006 05:05 pm, Oleg Bulyzhin wrote: > > > On Fri, Dec 01, 2006 at 01:08:52AM +, Jung-uk Kim wrote: > > > > jkim2006-12-01 01:08:52 UTC > >

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Oleg Bulyzhin
On Tue, Dec 12, 2006 at 06:09:17PM -0500, Jung-uk Kim wrote: > On Tuesday 12 December 2006 05:05 pm, Oleg Bulyzhin wrote: > > On Fri, Dec 01, 2006 at 01:08:52AM +, Jung-uk Kim wrote: > > > jkim2006-12-01 01:08:52 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > >

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Bjoern A. Zeeb
On Tue, 12 Dec 2006, Scott Long wrote: scottl 2006-12-12 05:11:12 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Fix support for certain 575x/578x chips. This consists of the following: - Use the appropriate register writing method when

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Jung-uk Kim
On Tuesday 12 December 2006 05:05 pm, Oleg Bulyzhin wrote: > On Fri, Dec 01, 2006 at 01:08:52AM +, Jung-uk Kim wrote: > > jkim2006-12-01 01:08:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bge if_bge.c if_bgereg.h > > Log: > > Simplify st

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-12 Thread Oleg Bulyzhin
On Fri, Dec 01, 2006 at 01:08:52AM +, Jung-uk Kim wrote: > jkim2006-12-01 01:08:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c if_bgereg.h > Log: > Simplify statistics updates, remove redundant register reads, and add > discarded R

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-12-11 Thread Scott Long
For those watching from the sidelines, this work was targeted specifically at the 5754/5787 chip that is found in some newer Dell machines. Prior to this change, merely having the bge driver in the kernel would cause an NMI panic on boot. FreeBSD 6.1 does not suffer from this because these chip

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-10-13 Thread Erwin Lansing
On Fri, Oct 13, 2006 at 08:05:56AM +, Gleb Smirnoff wrote: > glebius 2006-10-13 08:05:56 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/bge if_bge.c if_bgereg.h > Log: > MFC: > Remove 3Com 985 deviceid that is really ti(4).

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-11 Thread Gleb Smirnoff
On Sat, Sep 09, 2006 at 03:36:57AM +, Doug Ambrisko wrote: D> ambrisko2006-09-09 03:36:57 UTC D> D> FreeBSD src repository D> D> Modified files: D> sys/dev/bge if_bge.c if_bgereg.h D> Log: D> Add support to bge(4) to not break IPMI support when the driver attaches D>

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-02 Thread Maxim Konovalov
On Sat, 2 Sep 2006, 00:42-0700, John-Mark Gurney wrote: > David Christensen wrote this message on Fri, Sep 01, 2006 at 22:30 +: > > davidch 2006-09-01 22:30:56 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/bge if_bge.c if_bgereg.h > > Log: > >

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-02 Thread John-Mark Gurney
David Christensen wrote this message on Fri, Sep 01, 2006 at 22:30 +: > davidch 2006-09-01 22:30:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c if_bgereg.h > Log: > /tmp/cvsleYf6y are you going to do a force commit w/ the real message?

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-01 Thread LI Xin
David Christensen wrote: > davidch 2006-09-01 22:45:12 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c if_bgereg.h > Log: > Resolve "firmware handshake" error on 5752. Thanks! Cheers, -- Xin LI <[EMAIL PROTECTED]> http://www.delphij.net/

Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-01-20 Thread Ruslan Ermilov
On Thu, Jan 19, 2006 at 01:36:26PM +, Gleb Smirnoff wrote: > glebius 2006-01-19 13:36:26 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/bge if_bge.c if_bgereg.h > Log: > Sync driver with HEAD merging all revisions from 1.96 to