* [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
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