From: Luben Tuikov <luben_tuikov@adaptec.com>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [ANNOUNCE] Adaptec SAS/SATA device driver [02/27]
Date: Thu, 17 Feb 2005 12:35:12 -0500 [thread overview]
Message-ID: <4214D5D0.8020006@adaptec.com> (raw)
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
+
reply other threads:[~2005-02-17 17:35 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=4214D5D0.8020006@adaptec.com \
--to=luben_tuikov@adaptec.com \
--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.