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:	Wed, 27 Aug 2008 05:18:03 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	Bryan Wu <cooloney@...nel.org>
CC:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	Mike Frysinger <vapier.adi@...il.com>
Subject: Re: [PATCH 1/1] netdev: Blackfin EMAC Driver: the BF526 also supports
 the MAC, so updates things accordingly

Bryan Wu wrote:
> From: Mike Frysinger <vapier.adi@...il.com>
> 
> Signed-off-by: Mike Frysinger <vapier.adi@...il.com>
> Signed-off-by: Bryan Wu <cooloney@...nel.org>
> ---
>  drivers/net/Kconfig |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index a5c141c..4a11296 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -822,14 +822,14 @@ config ULTRA32
>  	  will be called smc-ultra32.
>  
>  config BFIN_MAC
> -	tristate "Blackfin 527/536/537 on-chip mac support"
> -	depends on NET_ETHERNET && (BF527 || BF537 || BF536)
> +	tristate "Blackfin on-chip MAC support"
> +	depends on NET_ETHERNET && (BF526 || BF527 || BF536 || BF537)
>  	select CRC32
>  	select MII
>  	select PHYLIB
>  	select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
>  	help
> -	  This is the driver for blackfin on-chip mac device. Say Y if you want it
> +	  This is the driver for Blackfin on-chip mac device. Say Y if you want it
>  	  compiled into the kernel. This driver is also available as a module
>  	  ( = code which can be inserted in and removed from the running kernel
>  	  whenever you want). The module will be called bfin_mac.

applied

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ