From: Mike Christie <michaelc@cs.wisc.edu>
To: Jayamohan Kalickal <jayamohank@serverengines.com>
Cc: linux-scsi@vger.kernel.org, James.Bottomley@suse.de
Subject: Re: [PATCH 17/19] be2iscsi: patch from Randy Dunlap
Date: Thu, 22 Jul 2010 17:32:35 -0500 [thread overview]
Message-ID: <4C48C703.70907@cs.wisc.edu> (raw)
In-Reply-To: <20100721225949.GA9808@serverengines.com>
On 07/21/2010 05:59 PM, Jayamohan Kallickal wrote:
> This patch add NET because be2iscsi is using sysfs_format_mac function
> Found and patch originally submitted by Randy Dunlap
>
> Signed-off-by: Randy Dunlap<randy.dunlap@oracle.com>
> Signed-off-by: Jayamohan Kallickal<jayamohank@serverengines.com>
> ---
> drivers/scsi/be2iscsi/Kconfig | 2 +-
> drivers/scsi/be2iscsi/be_main.h | 1 +
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/scsi/be2iscsi/Kconfig b/drivers/scsi/be2iscsi/Kconfig
> index 2952fcd..9d57142 100644
> --- a/drivers/scsi/be2iscsi/Kconfig
> +++ b/drivers/scsi/be2iscsi/Kconfig
> @@ -1,7 +1,7 @@
> config BE2ISCSI
> tristate "ServerEngines' 10Gbps iSCSI - BladeEngine 2"
> depends on PCI&& SCSI
> - select SCSI_ISCSI_ATTRS
> + select SCSI_ISCSI_ATTRS&& NET
>
Bah. Ok the code in the patches looks ok, but with this patch I get:
scripts/kconfig/mconf arch/x86/Kconfig
drivers/scsi/be2iscsi/Kconfig:4: invalid option
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
when I try to do
make menuconfig
or
make oldconfig
next prev parent reply other threads:[~2010-07-22 22:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-21 22:59 [PATCH 17/19] be2iscsi: patch from Randy Dunlap Jayamohan Kallickal
2010-07-22 22:32 ` Mike Christie [this message]
2010-07-27 18:21 ` James Bottomley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C48C703.70907@cs.wisc.edu \
--to=michaelc@cs.wisc.edu \
--cc=James.Bottomley@suse.de \
--cc=jayamohank@serverengines.com \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.