[PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig

From: Luben Tuikov
Date: Fri Sep 09 2005 - 17:40:28 EST


Andrew,

The following is a patchset of the SAS code as posted
today but it has the suggestions by Nish and Alexey,
and it is against -mm2 tree.

Signed-off-by: Luben Tuikov <luben_tuikov@xxxxxxxxxxx>

diff -X linux-2.6.13-mm2/Documentation/dontdiff -Nau linux-2.6.13-mm2-orig/drivers/scsi/Kconfig linux-2.6.13-mm2/drivers/scsi/Kconfig
--- linux-2.6.13-mm2-orig/drivers/scsi/Kconfig 2005-09-09 17:49:57.000000000 -0400
+++ linux-2.6.13-mm2/drivers/scsi/Kconfig 2005-09-09 17:45:35.000000000 -0400
@@ -260,6 +260,16 @@

endmenu

+
+menu "SCSI Transport Layers"
+
+depends on SCSI
+
+source "drivers/scsi/sas-class/Kconfig"
+
+endmenu
+
+
menu "SCSI low-level drivers"
depends on SCSI!=n

@@ -330,6 +340,8 @@
To compile this driver as a module, choose M here: the
module will be called wd7000.

+source "drivers/scsi/aic94xx/Kconfig"
+
config SCSI_ACARD
tristate "ACARD SCSI support"
depends on PCI && SCSI
diff -X linux-2.6.13-mm2/Documentation/dontdiff -Nau linux-2.6.13-mm2-orig/drivers/scsi/Makefile linux-2.6.13-mm2/drivers/scsi/Makefile
--- linux-2.6.13-mm2-orig/drivers/scsi/Makefile 2005-09-09 17:49:57.000000000 -0400
+++ linux-2.6.13-mm2/drivers/scsi/Makefile 2005-09-09 17:45:35.000000000 -0400
@@ -31,6 +31,7 @@
obj-$(CONFIG_SCSI_SPI_ATTRS) += scsi_transport_spi.o
obj-$(CONFIG_SCSI_FC_ATTRS) += scsi_transport_fc.o
obj-$(CONFIG_SCSI_ISCSI_ATTRS) += scsi_transport_iscsi.o
+obj-$(CONFIG_SAS_CLASS) += sas-class/

obj-$(CONFIG_ISCSI_TCP) += iscsi_tcp.o
obj-$(CONFIG_SCSI_AMIGA7XX) += amiga7xx.o 53c7xx.o
@@ -64,6 +65,7 @@
obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx/
obj-$(CONFIG_SCSI_AIC79XX) += aic7xxx/
obj-$(CONFIG_SCSI_AACRAID) += aacraid/
+obj-$(CONFIG_SCSI_AIC94XX) += aic94xx/
obj-$(CONFIG_SCSI_AIC7XXX_OLD) += aic7xxx_old.o
obj-$(CONFIG_SCSI_ARCMSR) += arcmsr/
obj-$(CONFIG_SCSI_IPS) += ips.o
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/