|
@@ -1,13 +1,15 @@
|
|
|
-/* cnic.c: Broadcom CNIC core network driver.
|
|
|
+/* cnic.c: QLogic CNIC core network driver.
|
|
|
*
|
|
|
* Copyright (c) 2006-2014 Broadcom Corporation
|
|
|
+ * Copyright (c) 2014 QLogic Corporation
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
* the Free Software Foundation.
|
|
|
*
|
|
|
* Original skeleton written by: John(Zongxi) Chen (zongxi@broadcom.com)
|
|
|
- * Modified and maintained by: Michael Chan <mchan@broadcom.com>
|
|
|
+ * Previously modified and maintained by: Michael Chan <mchan@broadcom.com>
|
|
|
+ * Maintained By: Dept-HSGLinuxNICDev@qlogic.com
|
|
|
*/
|
|
|
|
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
@@ -56,11 +58,11 @@
|
|
|
#define CNIC_MODULE_NAME "cnic"
|
|
|
|
|
|
static char version[] =
|
|
|
- "Broadcom NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
|
|
|
+ "QLogic NetXtreme II CNIC Driver " CNIC_MODULE_NAME " v" CNIC_MODULE_VERSION " (" CNIC_MODULE_RELDATE ")\n";
|
|
|
|
|
|
MODULE_AUTHOR("Michael Chan <mchan@broadcom.com> and John(Zongxi) "
|
|
|
"Chen (zongxi@broadcom.com");
|
|
|
-MODULE_DESCRIPTION("Broadcom NetXtreme II CNIC Driver");
|
|
|
+MODULE_DESCRIPTION("QLogic NetXtreme II CNIC Driver");
|
|
|
MODULE_LICENSE("GPL");
|
|
|
MODULE_VERSION(CNIC_MODULE_VERSION);
|
|
|
|