diff options
author | Dotan Barak <dotanb@dev.mellanox.co.il> | 2011-07-14 10:36:42 -0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2011-07-22 01:55:02 -0400 |
commit | e1892fa80def35f7d0e9963e582edba01dd8e453 (patch) | |
tree | acb1fd9471cccf0765224484bd73caab96776569 /drivers | |
parent | c37791349cc79d025df6e9a4f896a7b0a97cdbd3 (diff) |
mlx4_core: Bump the driver version to 1.0
Many features were added to this driver, so the driver version should change too.
Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/mlx4/mlx4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 5e405bbc8d1b..a2fcd8402d37 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h | |||
@@ -48,8 +48,8 @@ | |||
48 | #include <linux/mlx4/doorbell.h> | 48 | #include <linux/mlx4/doorbell.h> |
49 | 49 | ||
50 | #define DRV_NAME "mlx4_core" | 50 | #define DRV_NAME "mlx4_core" |
51 | #define DRV_VERSION "0.01" | 51 | #define DRV_VERSION "1.0" |
52 | #define DRV_RELDATE "May 1, 2007" | 52 | #define DRV_RELDATE "July 14, 2011" |
53 | 53 | ||
54 | enum { | 54 | enum { |
55 | MLX4_HCR_BASE = 0x80680, | 55 | MLX4_HCR_BASE = 0x80680, |