Re: Module for simulating network default

2008-01-06 Thread Paul Rolland
Hello, On Sun, 06 Jan 2008 23:42:07 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Paul Rolland <[EMAIL PROTECTED]> > Date: Mon, 7 Jan 2008 08:37:04 +0100 > > > I remember reading some time ago about a network driver to "simulate" > &g

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-28 Thread Paul Rolland
Hello Jesse, > spddplx += (mii_reg & 0x100) > -? FULL_DUPLEX : > -HALF_DUPLEX; > +? DUPLEX_FULL : > +

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
inline... Signed-off-by: Paul Rolland <[EMAIL PROTECTED]> Cheers, Paul e1000.patch-2.6.15.4 Description: Binary data

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
Hello, > are you planning a 2.6 patch as well ? > I'm preparing it, and I'll be carefull with Tab/space ;) Paul - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-26 Thread Paul Rolland
> it's mangled, tabs have been turned into whitespaces. I fixed > it so please > use the appended one. Sorry about that, thanks for the fix. Paul - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

[2.4.32 - 2.6.15.4] e1000 - Fix mii interface

2006-02-25 Thread Paul Rolland
nd HALF_DUPLEX whose values are not 0, to make sure we have had a successfull init (DUPLEX_HALF value is 0, and the DUPLEX_xxx are defined in ethtool.h, thus are probably not meant to be used in the mii interface). Signed-off-by: Paul Rolland <[EMAIL PROTECTED]> diff -urN linux-2.4