From patchwork Tue Feb 9 11:39:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ajit Khaparde X-Patchwork-Id: 44906 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with SMTP id A9326B6EEB for ; Tue, 9 Feb 2010 22:44:42 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753871Ab0BILjN (ORCPT ); Tue, 9 Feb 2010 06:39:13 -0500 Received: from mail-iw0-f182.google.com ([209.85.223.182]:51824 "EHLO mail-iw0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752001Ab0BILjM (ORCPT ); Tue, 9 Feb 2010 06:39:12 -0500 Received: by iwn12 with SMTP id 12so8480922iwn.26 for ; Tue, 09 Feb 2010 03:39:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:reply-to:mime-version:content-type:content-disposition :x-url:organization:user-agent:x-os; bh=6a6c85dTlPkiiByiuw9FjKNlpnHQibZdlC4mmFrcA4A=; b=j6L7JZigq0LpSyebL9kgHjMmQK/h67RDeooje1J05kaE/LOVUd7SxmDD0zQAnxsQJQ Jj5sF63aIM1aPKdc2tjqLverEUu+6SRjyhkZxIKnRQnkpg7Irc05PE5om+po+bcPmr85 lzpDQyqQVZEhbdQ4DW8PYrYAF6EUqcb0Tc1TM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:x-url:organization:user-agent:x-os; b=Ff8UJxcGJwTpOSgLXi89nHmWL5A5c2Th4Qoik66qOdxua5Tf26GN+3FIZXFbZh2Mxd +LlhX4Op+Y9buTI7hhlwoMfHR6+N9IK5Hknlhtyoic2bCmXcqd55fKgmuMC14HKjF2Eg z2qOniG6Ze746rOXk7MPtgD4h1HGPHHiQ4oGE= Received: by 10.231.147.149 with SMTP id l21mr571222ibv.0.1265715551756; Tue, 09 Feb 2010 03:39:11 -0800 (PST) Received: from serverengines.com ([124.30.166.146]) by mx.google.com with ESMTPS id 22sm5358379iwn.0.2010.02.09.03.39.08 (version=SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 03:39:11 -0800 (PST) Date: Tue, 9 Feb 2010 17:09:05 +0530 From: Ajit Khaparde To: davem@davemloft.net, netdev@vger.kernel.org Subject: [PATCH 7/7] be2net: remove ASIC generation number from Kconfig Message-ID: <20100209113855.GA10593@serverengines.com> Reply-To: Ajit Khaparde MIME-Version: 1.0 Content-Disposition: inline X-URL: http://www.serverengines.com Organization: ServerEngines Corp User-Agent: "Ajit's Mutt" X-OS: Linux x86_64 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Since the driver is supporting multiple generations of the ASIC don't mention any ASIC generation number. Signed-off-by: Ajit Khaparde --- drivers/net/benet/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/benet/Kconfig b/drivers/net/benet/Kconfig index fdb6e81..1a41a49 100644 --- a/drivers/net/benet/Kconfig +++ b/drivers/net/benet/Kconfig @@ -1,6 +1,6 @@ config BE2NET - tristate "ServerEngines' 10Gbps NIC - BladeEngine 2" + tristate "ServerEngines' 10Gbps NIC - BladeEngine" depends on PCI && INET help This driver implements the NIC functionality for ServerEngines' - 10Gbps network adapter - BladeEngine 2. + 10Gbps network adapter - BladeEngine.