diff options
author | Dave Olson <dave.olson@qlogic.com> | 2007-06-18 17:24:35 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-07-09 23:12:25 -0400 |
commit | 380bf5d38f3cc2799ed2fae554f7af1c4b0ed35b (patch) | |
tree | fa6627d2a0f93b86cd44c967f5408dd78126729f /drivers/infiniband/hw/ipath/ipath_iba6110.c | |
parent | aecd3b5ab19624ca9644b9df9c61615282d8923f (diff) |
IB/ipath: Support the IBA6110 revision 4
Recognize IBA 6110 Revision 4: same feature set, etc. as earlier revisions.
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_iba6110.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba6110.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba6110.c b/drivers/infiniband/hw/ipath/ipath_iba6110.c index 85f408de7bf7..04799852ec7e 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba6110.c +++ b/drivers/infiniband/hw/ipath/ipath_iba6110.c | |||
@@ -680,9 +680,9 @@ static int ipath_ht_boardname(struct ipath_devdata *dd, char *name, | |||
680 | snprintf(name, namelen, "%s", n); | 680 | snprintf(name, namelen, "%s", n); |
681 | 681 | ||
682 | if (dd->ipath_majrev != 3 || (dd->ipath_minrev < 2 || | 682 | if (dd->ipath_majrev != 3 || (dd->ipath_minrev < 2 || |
683 | dd->ipath_minrev > 3)) { | 683 | dd->ipath_minrev > 4)) { |
684 | /* | 684 | /* |
685 | * This version of the driver only supports Rev 3.2 and 3.3 | 685 | * This version of the driver only supports Rev 3.2 - 3.4 |
686 | */ | 686 | */ |
687 | ipath_dev_err(dd, | 687 | ipath_dev_err(dd, |
688 | "Unsupported InfiniPath hardware revision %u.%u!\n", | 688 | "Unsupported InfiniPath hardware revision %u.%u!\n", |