From: Luben Tuikov <luben_tuikov@adaptec.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
SCSI Mailing List <linux-scsi@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: [PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig
Date: Fri, 09 Sep 2005 18:39:51 -0400 [thread overview]
Message-ID: <43220F37.7010003@adaptec.com> (raw)
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
reply other threads:[~2005-09-09 22:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43220F37.7010003@adaptec.com \
--to=luben_tuikov@adaptec.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.