|
@@ -4,7 +4,7 @@
|
|
|
* For use with LSI Logic PCI chip/adapters
|
|
|
* running LSI Logic Fusion MPT (Message Passing Technology) firmware.
|
|
|
*
|
|
|
- * Copyright (c) 1999-2005 LSI Logic Corporation
|
|
|
+ * Copyright (c) 1999-2007 LSI Logic Corporation
|
|
|
* (mailto:mpt_linux_developer@lsil.com)
|
|
|
*
|
|
|
*/
|
|
@@ -66,7 +66,7 @@
|
|
|
#include <scsi/scsi_host.h>
|
|
|
#include <scsi/scsi_tcq.h>
|
|
|
|
|
|
-#define COPYRIGHT "Copyright (c) 1999-2005 LSI Logic Corporation"
|
|
|
+#define COPYRIGHT "Copyright (c) 1999-2007 LSI Logic Corporation"
|
|
|
#define MODULEAUTHOR "LSI Logic Corporation"
|
|
|
#include "mptbase.h"
|
|
|
#include "mptctl.h"
|
|
@@ -79,6 +79,7 @@
|
|
|
MODULE_AUTHOR(MODULEAUTHOR);
|
|
|
MODULE_DESCRIPTION(my_NAME);
|
|
|
MODULE_LICENSE("GPL");
|
|
|
+MODULE_VERSION(my_VERSION);
|
|
|
|
|
|
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
|
|
|
|