public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Sumant Patro <sumantp@lsil.com>
To: James.Bottomley@SteelEye.com, akpm@osdl.org, linux-scsi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, neela.kolli@lsi.com,
	bo.yang@lsi.com, sumant.patro@lsi.com
Subject: [PATCH 5/5] scsi: megaraid_sas - update version and author info
Date: Tue, 06 Feb 2007 14:24:59 -0800	[thread overview]
Message-ID: <1170800699.10482.46.camel@dumbo> (raw)

[-- Attachment #1: Type: text/plain, Size: 1623 bytes --]

Update version and author information.

Signed-off-by: Sumant Patro <sumant.patro@lsi.com>
---

 drivers/scsi/megaraid/megaraid_sas.c |    8 +++++---
 drivers/scsi/megaraid/megaraid_sas.h |    6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff -uprN 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.c 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.c
--- 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.c	2007-02-06 13:12:42.000000000 -0800
+++ 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.c	2007-02-06 13:20:10.000000000 -0800
@@ -10,11 +10,13 @@
  *	   2 of the License, or (at your option) any later version.
  *
  * FILE		: megaraid_sas.c
- * Version	: v00.00.03.05
+ * Version	: v00.00.03.09-rc1
  *
  * Authors:
- * 	Sreenivas Bagalkote	<Sreenivas.Bagalkote@lsi.com>
- * 	Sumant Patro		<Sumant.Patro@lsi.com>
+ *	(email-id : megaraidlinux@lsi.com)
+ * 	Sreenivas Bagalkote
+ * 	Sumant Patro
+ *	Bo Yang
  *
  * List of supported controllers
  *
diff -uprN 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.h 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.h
--- 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.h	2007-02-06 10:14:17.000000000 -0800
+++ 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.h	2007-02-06 13:03:55.000000000 -0800
@@ -18,9 +18,9 @@
 /*
  * MegaRAID SAS Driver meta data
  */
-#define MEGASAS_VERSION				"00.00.03.05"
-#define MEGASAS_RELDATE				"Oct 02, 2006"
-#define MEGASAS_EXT_VERSION			"Mon Oct 02 11:21:32 PDT 2006"
+#define MEGASAS_VERSION				"00.00.03.09-rc1"
+#define MEGASAS_RELDATE				"Feb 06, 2007"
+#define MEGASAS_EXT_VERSION			"Tue Feb 06 12:35:46 PST 2007"
 
 /*
  * Device IDs


[-- Attachment #2: p5-update-vers.patch --]
[-- Type: text/x-patch, Size: 1369 bytes --]

diff -uprN 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.c 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.c
--- 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.c	2007-02-06 13:12:42.000000000 -0800
+++ 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.c	2007-02-06 13:20:10.000000000 -0800
@@ -10,11 +10,13 @@
  *	   2 of the License, or (at your option) any later version.
  *
  * FILE		: megaraid_sas.c
- * Version	: v00.00.03.05
+ * Version	: v00.00.03.09-rc1
  *
  * Authors:
- * 	Sreenivas Bagalkote	<Sreenivas.Bagalkote@lsi.com>
- * 	Sumant Patro		<Sumant.Patro@lsi.com>
+ *	(email-id : megaraidlinux@lsi.com)
+ * 	Sreenivas Bagalkote
+ * 	Sumant Patro
+ *	Bo Yang
  *
  * List of supported controllers
  *
diff -uprN 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.h 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.h
--- 2.6.new-p4/drivers/scsi/megaraid/megaraid_sas.h	2007-02-06 10:14:17.000000000 -0800
+++ 2.6.new-p5/drivers/scsi/megaraid/megaraid_sas.h	2007-02-06 13:03:55.000000000 -0800
@@ -18,9 +18,9 @@
 /*
  * MegaRAID SAS Driver meta data
  */
-#define MEGASAS_VERSION				"00.00.03.05"
-#define MEGASAS_RELDATE				"Oct 02, 2006"
-#define MEGASAS_EXT_VERSION			"Mon Oct 02 11:21:32 PDT 2006"
+#define MEGASAS_VERSION				"00.00.03.09-rc1"
+#define MEGASAS_RELDATE				"Feb 06, 2007"
+#define MEGASAS_EXT_VERSION			"Tue Feb 06 12:35:46 PST 2007"
 
 /*
  * Device IDs

                 reply	other threads:[~2007-02-07  3: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=1170800699.10482.46.camel@dumbo \
    --to=sumantp@lsil.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=akpm@osdl.org \
    --cc=bo.yang@lsi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=neela.kolli@lsi.com \
    --cc=sumant.patro@lsi.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox