|
@@ -46,7 +46,7 @@
|
|
* The size has to be longer than this string, so we can append
|
|
* The size has to be longer than this string, so we can append
|
|
* board/chip information to it in the init code.
|
|
* board/chip information to it in the init code.
|
|
*/
|
|
*/
|
|
-const char ib_qib_version[] = QIB_IDSTR "\n";
|
|
|
|
|
|
+const char ib_qib_version[] = QIB_DRIVER_VERSION "\n";
|
|
|
|
|
|
DEFINE_SPINLOCK(qib_devs_lock);
|
|
DEFINE_SPINLOCK(qib_devs_lock);
|
|
LIST_HEAD(qib_dev_list);
|
|
LIST_HEAD(qib_dev_list);
|
|
@@ -65,6 +65,7 @@ MODULE_PARM_DESC(compat_ddr_negotiate,
|
|
MODULE_LICENSE("Dual BSD/GPL");
|
|
MODULE_LICENSE("Dual BSD/GPL");
|
|
MODULE_AUTHOR("QLogic <support@qlogic.com>");
|
|
MODULE_AUTHOR("QLogic <support@qlogic.com>");
|
|
MODULE_DESCRIPTION("QLogic IB driver");
|
|
MODULE_DESCRIPTION("QLogic IB driver");
|
|
|
|
+MODULE_VERSION(QIB_DRIVER_VERSION);
|
|
|
|
|
|
/*
|
|
/*
|
|
* QIB_PIO_MAXIBHDR is the max IB header size allowed for in our
|
|
* QIB_PIO_MAXIBHDR is the max IB header size allowed for in our
|