From: Jamie Lenehan <lenehan@twibble.org>
To: linux-scsi@vger.kernel.org
Cc: dc395x@twibble.org
Subject: [PATCH] dc395x [5/5] - version update
Date: Tue, 9 Mar 2004 15:26:13 +1100 [thread overview]
Message-ID: <20040309042613.GE12274@twibble.org> (raw)
In-Reply-To: <20040309042525.GD12274@twibble.org>
Move version information from .h to .c so that it's more likely to
get updated as changes are made (the .h file is rarely modified).
Update the version from 2.04 to 2.05
diff -du -r a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c
--- a/drivers/scsi/dc395x.c 2004-03-08 12:46:04.236439227 +1100
+++ b/drivers/scsi/dc395x.c 2004-03-08 13:21:15.133020152 +1100
@@ -62,6 +62,10 @@
#include <linux/pci.h>
#include <linux/list.h>
+#define DC395X_NAME "dc395x"
+#define DC395X_BANNER "Tekram DC395(U/UW/F), DC315(U) - ASIC TRM-S1040"
+#define DC395X_VERSION "v2.05, 2004/03/08"
+
/*---------------------------------------------------------------------------
Features
---------------------------------------------------------------------------*/
diff -du -r a/drivers/scsi/dc395x.h b/drivers/scsi/dc395x.h
--- a/drivers/scsi/dc395x.h 2004-03-08 12:46:06.007166152 +1100
+++ b/drivers/scsi/dc395x.h 2004-03-08 13:21:15.134019998 +1100
@@ -7,21 +7,11 @@
/* (SCSI chip set used Tekram ASIC TRM-S1040) */
/* */
/************************************************************************/
-
#ifndef DC395x_H
#define DC395x_H
/************************************************************************/
/* */
-/* Name, Banner and Version */
-/* */
-/************************************************************************/
-#define DC395X_NAME "dc395x"
-#define DC395X_BANNER "Tekram DC395(U/UW/F), DC315(U) - ASIC TRM-S1040"
-#define DC395X_VERSION "v2.04, 2003/05/19"
-
-/************************************************************************/
-/* */
/* Initial values */
/* */
/************************************************************************/
--
Jamie Lenehan <lenehan@twibble.org>
prev parent reply other threads:[~2004-03-09 4:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-09 4:23 [PATCH] dc395x [1/5] - formatting cleanups Jamie Lenehan
2004-03-09 4:24 ` [PATCH] dc395x [2/5] - sg list handling cleanups Jamie Lenehan
2004-03-09 4:24 ` [PATCH] dc395x [3/5] - remove old debugging stuff Jamie Lenehan
2004-03-09 4:25 ` [PATCH] dc395x [4/5] - debugging cleanup Jamie Lenehan
2004-03-09 4:26 ` Jamie Lenehan [this message]
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=20040309042613.GE12274@twibble.org \
--to=lenehan@twibble.org \
--cc=dc395x@twibble.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox