linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] Adaptec SAS/SATA device driver [02/27]
@ 2005-02-17 17:35 Luben Tuikov
  0 siblings, 0 replies; only message in thread
From: Luben Tuikov @ 2005-02-17 17:35 UTC (permalink / raw)
  To: SCSI Mailing List

The drivers' Kconfig and Makefile.

diff -Nru a/drivers/scsi/adp94xx/Kconfig b/drivers/scsi/adp94xx/Kconfig
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/drivers/scsi/adp94xx/Kconfig	2005-02-16 16:08:12 -05:00
@@ -0,1 +1,12 @@
+#
+# adp94xx 2.5.x kernel configuration file.
+#
+# $Id: //depot/razor/linux/src/Kconfig#3 $
+#
+config SCSI_ADP94XX
+	tristate "Adaptec AIC94xx SAS/SATA support"
+	depends on PCI && SCSI
+	help
+	This driver supports all of Adaptec's 3Gb/s PCI-X
+	based SAS/SATA controllers.
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/drivers/scsi/adp94xx/Makefile	2005-02-16 16:08:12 -05:00
@@ -0,0 +1,22 @@
+#
+# Makefile for the Linux adp94xx SAS driver.
+#
+# $Id: //depot/razor/linux/src/Makefile.2_6#8 $
+#
+
+obj-$(CONFIG_SCSI_ADP94XX)	+= adp94xx.o
+
+# OSM and HWI Specific Files
+adp94xx-y			+= adp94xx_osm.o	\
+				   adp94xx_hwi.o	\
+				   adp94xx_seq.o	\
+				   adp94xx_discover.o
+
+# IOCTL Specific File
+adp94xx-y			+= adp94xx_ioctl.o
+
+# SATA Specific File
+adp94xx-y			+= adp94xx_sata.o
+
+EXTRA_CFLAGS += -Idrivers/scsi -UASD_DEBUG 
+




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-17 17:35 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:35 [ANNOUNCE] Adaptec SAS/SATA device driver [02/27] Luben Tuikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).