linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new module  for LSI Logic's SAS based MegaRAID controllers
@ 2005-03-07 21:09 Bagalkote, Sreenivas
  2005-03-07 21:54 ` Arjan van de Ven
  0 siblings, 1 reply; 2+ messages in thread
From: Bagalkote, Sreenivas @ 2005-03-07 21:09 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org',
	'linux-scsi@vger.kernel.org'
  Cc: 'James Bottomley', 'Matt_Domsch@Dell.com',
	Andrew Morton, 'Christoph Hellwig'

Hello All,

We are announcing a driver for LSI Logic's new SAS based MegaRAID 
controllers. I am submitting the inlined patch in three parts. Please
review the patches.


Thank you,
Sreenivas Bagalkote
LSI Logic Corporation

Patch 1 of 3:

Signed-off-by: Sreenivas Bagalkote <sreenivas.bagalkote@lsil.com>

diff -Naur linux-2.6.11-orig/Documentation/scsi/ChangeLog.megaraid_sas
linux-2.6.11/Documentation/scsi/ChangeLog.megaraid_sas
--- linux-2.6.11-orig/Documentation/scsi/ChangeLog.megaraid_sas	1969-12-31
19:00:00.000000000 -0500
+++ linux-2.6.11/Documentation/scsi/ChangeLog.megaraid_sas	2005-03-05
21:18:08.745716776 -0500
@@ -0,0 +1,9 @@
+Release Date	: Fri Mar  4 21:06:57 EST 2005
+Released by	: Sreenivas Bagalkote (sreenivas.bagalkote@lsil.com)
+Current Version	: 00.00.01.00
+Older Version	: NA
+
+1.	Initial announcement to community - Module for LSI Logic's SAS based
+	RAID controllers.
+
+
diff -Naur linux-2.6.11-orig/drivers/scsi/Kconfig
linux-2.6.11/drivers/scsi/Kconfig
--- linux-2.6.11-orig/drivers/scsi/Kconfig	2005-03-02
02:38:25.000000000 -0500
+++ linux-2.6.11/drivers/scsi/Kconfig	2005-03-05 21:18:56.538451176 -0500
@@ -404,6 +404,7 @@
 	  module will be called in2000.
 
 source "drivers/scsi/megaraid/Kconfig.megaraid"
+source "drivers/scsi/megaraid/Kconfig.megaraid_sas"
 
 config SCSI_SATA
 	bool "Serial ATA (SATA) support"
diff -Naur linux-2.6.11-orig/drivers/scsi/Makefile
linux-2.6.11/drivers/scsi/Makefile
--- linux-2.6.11-orig/drivers/scsi/Makefile	2005-03-02
02:38:19.000000000 -0500
+++ linux-2.6.11/drivers/scsi/Makefile	2005-03-05 21:19:14.806673984 -0500
@@ -97,6 +97,7 @@
 obj-$(CONFIG_SCSI_DC390T)	+= tmscsim.o
 obj-$(CONFIG_MEGARAID_LEGACY)	+= megaraid.o
 obj-$(CONFIG_MEGARAID_NEWGEN)	+= megaraid/
+obj-$(CONFIG_MEGARAID_SAS)	+= megaraid/
 obj-$(CONFIG_SCSI_ACARD)	+= atp870u.o
 obj-$(CONFIG_SCSI_SUNESP)	+= esp.o
 obj-$(CONFIG_SCSI_GDTH)		+= gdth.o
diff -Naur linux-2.6.11-orig/drivers/scsi/megaraid/Kconfig.megaraid_sas
linux-2.6.11/drivers/scsi/megaraid/Kconfig.megaraid_sas
--- linux-2.6.11-orig/drivers/scsi/megaraid/Kconfig.megaraid_sas
1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.11/drivers/scsi/megaraid/Kconfig.megaraid_sas	2005-03-05
21:27:37.628233488 -0500
@@ -0,0 +1,9 @@
+config MEGARAID_SAS
+	tristate "LSI Logic MegaRAID SAS RAID module (New Driver)"
+	depends on PCI && SCSI
+	help
+	Module for LSI Logic's SAS based RAID controllers.
+	To compile this driver as a module, choose 'm' here.
+	Module will be called megaraid_sas
+
+
diff -Naur linux-2.6.11-orig/drivers/scsi/megaraid/Makefile
linux-2.6.11/drivers/scsi/megaraid/Makefile
--- linux-2.6.11-orig/drivers/scsi/megaraid/Makefile	2005-03-02
02:38:26.000000000 -0500
+++ linux-2.6.11/drivers/scsi/megaraid/Makefile	2005-03-05
21:27:40.000000000 -0500
@@ -1,2 +1,3 @@
 obj-$(CONFIG_MEGARAID_MM)	+= megaraid_mm.o
 obj-$(CONFIG_MEGARAID_MAILBOX)	+= megaraid_mbox.o
+obj-$(CONFIG_MEGARAID_SAS)	+= megaraid_sas.o





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new module  for LSI Logic's SAS based MegaRAID controllers
  2005-03-07 21:09 [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new module for LSI Logic's SAS based MegaRAID controllers Bagalkote, Sreenivas
@ 2005-03-07 21:54 ` Arjan van de Ven
  0 siblings, 0 replies; 2+ messages in thread
From: Arjan van de Ven @ 2005-03-07 21:54 UTC (permalink / raw)
  To: Bagalkote, Sreenivas
  Cc: 'linux-kernel@vger.kernel.org',
	'linux-scsi@vger.kernel.org', 'James Bottomley',
	'Matt_Domsch@Dell.com',
	Andrew Morton, 'Christoph Hellwig'

On Mon, 2005-03-07 at 16:09 -0500, Bagalkote, Sreenivas wrote:
> Hello All,
> 
> We are announcing a driver for LSI Logic's new SAS based MegaRAID 
> controllers. I am submitting the inlined patch in three parts. Please
> review the patches.
> 

>  source "drivers/scsi/megaraid/Kconfig.megaraid"
> +source "drivers/scsi/megaraid/Kconfig.megaraid_sas"
>  

why a fully separate file and not add your ONE config option to
Kconfig.megaraid instead ??



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-07 22:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-07 21:09 [ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new module for LSI Logic's SAS based MegaRAID controllers Bagalkote, Sreenivas
2005-03-07 21:54 ` Arjan van de Ven

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).