lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ