aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_dev.h
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2005-06-27 14:36:46 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-27 15:11:47 -0700
commitcae54bdf6f8b643e0e7a36ed531951f19e14fe56 (patch)
tree2cbf096c24ec4d3df3eef9072b32e7f1d8275540 /drivers/infiniband/hw/mthca/mthca_dev.h
parent[PATCH] IB/mthca: Align FW command mailboxes to 4K (diff)
downloadlinux-dev-cae54bdf6f8b643e0e7a36ed531951f19e14fe56.tar.xz
linux-dev-cae54bdf6f8b643e0e7a36ed531951f19e14fe56.zip
[PATCH] IB/mthca: Bump version
It's about time for a version bump. Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h
index 50b2aab114aa..4127f09dc5ec 100644
--- a/drivers/infiniband/hw/mthca/mthca_dev.h
+++ b/drivers/infiniband/hw/mthca/mthca_dev.h
@@ -47,8 +47,8 @@
#define DRV_NAME "ib_mthca"
#define PFX DRV_NAME ": "
-#define DRV_VERSION "0.06-pre"
-#define DRV_RELDATE "November 8, 2004"
+#define DRV_VERSION "0.06"
+#define DRV_RELDATE "June 23, 2005"
enum {
MTHCA_FLAG_DDR_HIDDEN = 1 << 1,