* [PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig
@ 2005-09-09 22:39 Luben Tuikov
0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2005-09-09 22:39 UTC (permalink / raw)
To: Linux Kernel Mailing List, SCSI Mailing List, Andrew Morton
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@adaptec.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-09 22:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 22:39 [PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig Luben Tuikov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.