public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Anil Veerabhadrappa <anilgv@broadcom.com>
Cc: James.Bottomley@suse.de, linux-scsi@vger.kernel.org,
	open-iscsi@googlegroups.com, mchan@broadcom.com,
	poswald@novell.com
Subject: Re: [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver
Date: Wed, 09 Dec 2009 20:45:02 -0600	[thread overview]
Message-ID: <4B2060AE.7090005@cs.wisc.edu> (raw)
In-Reply-To: <1260214773.31468.92.camel@anilgv-desktop>

Anil Veerabhadrappa wrote:
>     * Add code to enumerate 5771E device
> 
> Signed-off-by: Anil Veerabhadrappa <anilgv@broadcom.com>
> ---
>  drivers/scsi/bnx2i/bnx2i_init.c |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/scsi/bnx2i/bnx2i_init.c b/drivers/scsi/bnx2i/bnx2i_init.c
> index 0c4210d..3c46458 100644
> --- a/drivers/scsi/bnx2i/bnx2i_init.c
> +++ b/drivers/scsi/bnx2i/bnx2i_init.c
> @@ -83,8 +83,12 @@ void bnx2i_identify_device(struct bnx2i_hba *hba)
>  		set_bit(BNX2I_NX2_DEV_5709, &hba->cnic_dev_type);
>  		hba->mail_queue_access = BNX2I_MQ_BIN_MODE;
>  	} else if (hba->pci_did == PCI_DEVICE_ID_NX2_57710 ||
> -		   hba->pci_did == PCI_DEVICE_ID_NX2_57711)
> +		   hba->pci_did == PCI_DEVICE_ID_NX2_57711 ||
> +		   hba->pci_did == PCI_DEVICE_ID_NX2_57711E)
>  		set_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type);
> +	else
> +		printk(KERN_ALERT "bnx2i: unknown device, 0x%x\n", 
> +				  hba->pci_did);
>  }
>  
>  

Ok.

Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>

  reply	other threads:[~2009-12-10  2:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-07 19:39 [PATCH 1/5] BNX2I - Add 5771E device support to bnx2i driver Anil Veerabhadrappa
2009-12-10  2:45 ` Mike Christie [this message]
2009-12-10 15:43   ` James Bottomley
2009-12-10 18:24     ` Anil Veerabhadrappa

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=4B2060AE.7090005@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=James.Bottomley@suse.de \
    --cc=anilgv@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mchan@broadcom.com \
    --cc=open-iscsi@googlegroups.com \
    --cc=poswald@novell.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox