[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <482085E5.6030900@pobox.com>
Date: Tue, 06 May 2008 12:23:01 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Steffen Klassert <klassert@...hematik.tu-chemnitz.de>
CC: netdev@...r.kernel.org, Gunnar Larisch <Gunnar.Larisch@....de>
Subject: Re: [PATCH 1/2] 3c980-TX needs EXTRA_PREAMBLE
Steffen Klassert wrote:
> From: Gunnar Larisch <Gunnar.Larisch@....de>
>
> The ethernet card 3c980-TX needs a mdio_sync() to initialize the ethernet
> properly. This is forced by adding an EXTRA_PREAMBLE to its drv_flags.
>
> Without this, the driver did not reconnect after a link loss.
>
> Signed-off-by: Gunnar Larisch <Gunnar.Larisch@....de>
> Acked-by: Steffen Klassert <klassert@...hematik.tu-chemnitz.de>
> ---
> drivers/net/3c59x.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/3c59x.c b/drivers/net/3c59x.c
> index 6f8e7d4..e93c378 100644
> --- a/drivers/net/3c59x.c
> +++ b/drivers/net/3c59x.c
> @@ -319,7 +319,7 @@ static struct vortex_chip_info {
> {"3c920B-EMB-WNM (ATI Radeon 9100 IGP)",
> PCI_USES_MASTER, IS_TORNADO|HAS_MII|HAS_HWCKSM, 128, },
> {"3c980 Cyclone",
> - PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM, 128, },
> + PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM|EXTRA_PREAMBLE, 128, },
>
> {"3c980C Python-T",
applied 1-2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists