Re: [PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-21 Thread Divy Le Ray
Andrew Morton wrote: On Sun, 18 Mar 2007 13:10:06 -0700 [EMAIL PROTECTED] wrote: config CHELSIO_T3 tristate "Chelsio Communications T3 10Gb Ethernet support" depends on PCI + select FW_LOADER Something has gone wrong with the indenting there. The added

Re: [PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-21 Thread Andrew Morton
On Sun, 18 Mar 2007 13:10:06 -0700 [EMAIL PROTECTED] wrote: > config CHELSIO_T3 > tristate "Chelsio Communications T3 10Gb Ethernet support" > depends on PCI > + select FW_LOADER Something has gone wrong with the indenting there. - To unsubscribe from this list: send the

Re: [PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-21 Thread Andrew Morton
On Sun, 18 Mar 2007 13:10:06 -0700 [EMAIL PROTECTED] wrote: config CHELSIO_T3 tristate Chelsio Communications T3 10Gb Ethernet support depends on PCI + select FW_LOADER Something has gone wrong with the indenting there. - To unsubscribe from this list: send the line

Re: [PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-21 Thread Divy Le Ray
Andrew Morton wrote: On Sun, 18 Mar 2007 13:10:06 -0700 [EMAIL PROTECTED] wrote: config CHELSIO_T3 tristate Chelsio Communications T3 10Gb Ethernet support depends on PCI + select FW_LOADER Something has gone wrong with the indenting there. The added

[PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-18 Thread divy
From: Divy Le Ray <[EMAIL PROTECTED]> The driver attempts to upgrade the FW if the card has the wrong version. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- --- drivers/net/Kconfig|1 + drivers/net/cxgb3/cxgb3_main.c | 25 +

[PATCH 2.6.21 2/4] cxgb3 - Auto-load FW if mismatch detected

2007-03-18 Thread divy
From: Divy Le Ray [EMAIL PROTECTED] The driver attempts to upgrade the FW if the card has the wrong version. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] --- --- drivers/net/Kconfig|1 + drivers/net/cxgb3/cxgb3_main.c | 25 + drivers/net/cxgb3/t3_hw.c