James Bottomley wrote:
On Fri, 2009-04-17 at 18:33 -0700, Abhijeet Joglekar wrote:
Patch MAINTAINERS file, add fnic module to scsi Makefile and Kconfig
Signed-off-by: Abhijeet Joglekar <abjoglek@xxxxxxxxx>
Signed-off-by: Joe Eykholt <jeykholt@xxxxxxxxx>
Signed-off-by: Mike Christie <michaelc@xxxxxxxxxxx>
---
MAINTAINERS | 8 ++++++++
drivers/scsi/Kconfig | 11 +++++++++++
drivers/scsi/Makefile | 1 +
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index ebaf77e..405f574 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1167,6 +1167,14 @@ P: Nils Faerber (port to kernel 2.4)
M: Nils Faerber <nils@xxxxxxxxxxxxxxxxx>
S: Maintained
+CISCO FCOE HBA DRIVER
+P: Abhijeet Joglekar
+M: abjoglek@xxxxxxxxx
+P: Joe Eykholt
+M: jeykholt@xxxxxxxxx
+L: linux-scsi@xxxxxxxxxxxxxxx
+S: Supported
+
CODA FILE SYSTEM
P: Jan Harkes
M: jaharkes@xxxxxxxxxx
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 876cd20..d45f3ad 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -628,6 +628,17 @@ config FCOE
---help---
Fibre Channel over Ethernet module
+config FCOE_FNIC
+ tristate "Cisco FNIC Driver"
+ depends on PCI && X86
Why is this marked X86 only? Surely as a PCIe card it should work on
any architecture?
It isn't a standard PCIe card. Currently that device is only used
in the Cisco UCS systems in a proprietary form-factor.
Mainly we don't want to test-build on all the other architectures
since it won't be usable on them.
Regards,
Joe
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html