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
Hello Jesse,
> spddplx += (mii_reg & 0x100)
> -? FULL_DUPLEX :
> -HALF_DUPLEX;
> +? DUPLEX_FULL :
> +
inline...
Signed-off-by: Paul Rolland <[EMAIL PROTECTED]>
Cheers,
Paul
e1000.patch-2.6.15.4
Description: Binary data
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
> 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
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