Re: [RESEND] [PATCH v2] [4/5] pasemi_mac: phy support

2007-04-28 Thread Olof Johansson
On Sat, Apr 28, 2007 at 11:23:42AM -0400, Jeff Garzik wrote: > msg_enable should be initialized in a standard fashion, from your debug > module parameter. grep for 'msg_enable' in other drivers. Ah, good point. Done, and broken out as a separate patch. Thanks, -Olof - To unsubscribe from thi

Re: [RESEND] [PATCH v2] [4/5] pasemi_mac: phy support

2007-04-28 Thread Jeff Garzik
Olof Johansson wrote: PHY support for pasemi_mac. Also add msg_enable flags for future disablement of the link messages. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> Index: powerpc/drivers/net/pasemi_mac.c === --- powerpc.ori

[RESEND] [PATCH v2] [4/5] pasemi_mac: phy support

2007-04-27 Thread Olof Johansson
PHY support for pasemi_mac. Also add msg_enable flags for future disablement of the link messages. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> Index: powerpc/drivers/net/pasemi_mac.c === --- powerpc.orig/drivers/net/pasemi_mac