Re: [PATCH 4/6] tg3: Add reset_phy parameter to chip reset functions

2006-05-01 Thread Michael Chan
On Sat, 2006-04-29 at 18:59 -0700, David S. Miller wrote: > From: "Michael Chan" <[EMAIL PROTECTED]> > Date: Fri, 28 Apr 2006 16:36:08 -0700 > > > Add a reset_phy parameter to tg3_reset_hw() and tg3_init_hw(). With > > the full chip reset during MAC address change, the automatic PHY reset > > duri

Re: [PATCH 4/6] tg3: Add reset_phy parameter to chip reset functions

2006-04-29 Thread David S. Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Fri, 28 Apr 2006 16:36:08 -0700 > Add a reset_phy parameter to tg3_reset_hw() and tg3_init_hw(). With > the full chip reset during MAC address change, the automatic PHY reset > during chip reset will cause a link down and bonding will not work > prope

[PATCH 4/6] tg3: Add reset_phy parameter to chip reset functions

2006-04-28 Thread Michael Chan
Add a reset_phy parameter to tg3_reset_hw() and tg3_init_hw(). With the full chip reset during MAC address change, the automatic PHY reset during chip reset will cause a link down and bonding will not work properly as a result. With this reset_phy parameter, we can do a chip reset without link down