* [ANNOUNCE] Adaptec SAS/SATA device driver [01/27]
@ 2005-02-17 17:34 Luben Tuikov
0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2005-02-17 17:34 UTC (permalink / raw)
To: SCSI Mailing List
Adding a menu option in Kconfig and a compilation directive in Makefile
in SCSI.
diff -Nru a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
--- a/drivers/scsi/Kconfig 2005-02-16 16:08:12 -05:00
+++ b/drivers/scsi/Kconfig 2005-02-16 16:08:12 -05:00
@@ -368,6 +368,8 @@
source "drivers/scsi/aic7xxx/Kconfig.aic79xx"
+source "drivers/scsi/adp94xx/Kconfig"
+
# All the I2O code and drivers do not seem to be 64bit safe.
config SCSI_DPT_I2O
tristate "Adaptec I2O RAID support "
diff -Nru a/drivers/scsi/Makefile b/drivers/scsi/Makefile
--- a/drivers/scsi/Makefile 2005-02-16 16:08:12 -05:00
+++ b/drivers/scsi/Makefile 2005-02-16 16:08:12 -05:00
@@ -62,6 +62,7 @@
obj-$(CONFIG_SCSI_AHA1740) += aha1740.o
obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx/
obj-$(CONFIG_SCSI_AIC79XX) += aic7xxx/
+obj-$(CONFIG_SCSI_ADP94XX) += adp94xx/
obj-$(CONFIG_SCSI_AACRAID) += aacraid/
obj-$(CONFIG_SCSI_AIC7XXX_OLD) += aic7xxx_old.o
obj-$(CONFIG_SCSI_IPS) += ips.o
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-17 17:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 17:34 [ANNOUNCE] Adaptec SAS/SATA device driver [01/27] 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.