* [PATCH] let bnx2i iSCSI driver depend on PCI
@ 2009-06-15 20:35 Heiko Carstens
2009-06-15 20:35 ` Michael Chan
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Carstens @ 2009-06-15 20:35 UTC (permalink / raw)
To: James Bottomley; +Cc: Michael Chan, linux-scsi
From: Heiko Carstens <heiko.carstens@de.ibm.com>
allyesconfig on s390 fails like this because of lack of PCI:
drivers/scsi/bnx2i/bnx2i_iscsi.c:760:
error: implicit declaration of function 'pci_dev_get'
Cc: Michael Chan <mchan@broadcom.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
drivers/scsi/bnx2i/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/drivers/scsi/bnx2i/Kconfig
===================================================================
--- linux-2.6.orig/drivers/scsi/bnx2i/Kconfig
+++ linux-2.6/drivers/scsi/bnx2i/Kconfig
@@ -2,6 +2,7 @@ config SCSI_BNX2_ISCSI
tristate "Broadcom NetXtreme II iSCSI support"
select SCSI_ISCSI_ATTRS
select CNIC
+ depends on PCI
---help---
This driver supports iSCSI offload for the Broadcom NetXtreme II
devices.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] let bnx2i iSCSI driver depend on PCI
2009-06-15 20:35 [PATCH] let bnx2i iSCSI driver depend on PCI Heiko Carstens
@ 2009-06-15 20:35 ` Michael Chan
0 siblings, 0 replies; 2+ messages in thread
From: Michael Chan @ 2009-06-15 20:35 UTC (permalink / raw)
To: Heiko Carstens; +Cc: James Bottomley, linux-scsi@vger.kernel.org
On Mon, 2009-06-15 at 13:35 -0700, Heiko Carstens wrote:
> From: Heiko Carstens <heiko.carstens@de.ibm.com>
>
> allyesconfig on s390 fails like this because of lack of PCI:
>
> drivers/scsi/bnx2i/bnx2i_iscsi.c:760:
> error: implicit declaration of function 'pci_dev_get'
>
A similar patch is already in James' tree:
http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-misc-2.6.git;a=commit;h=babdb788f7ec1a782a52240a5f6dae568f32565f
Thanks.
> Cc: Michael Chan <mchan@broadcom.com>
> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
> ---
> drivers/scsi/bnx2i/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> Index: linux-2.6/drivers/scsi/bnx2i/Kconfig
> ===================================================================
> --- linux-2.6.orig/drivers/scsi/bnx2i/Kconfig
> +++ linux-2.6/drivers/scsi/bnx2i/Kconfig
> @@ -2,6 +2,7 @@ config SCSI_BNX2_ISCSI
> tristate "Broadcom NetXtreme II iSCSI support"
> select SCSI_ISCSI_ATTRS
> select CNIC
> + depends on PCI
> ---help---
> This driver supports iSCSI offload for the Broadcom NetXtreme II
> devices.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-15 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 20:35 [PATCH] let bnx2i iSCSI driver depend on PCI Heiko Carstens
2009-06-15 20:35 ` Michael Chan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox