Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 380bf5d3 authored by Dave Olson's avatar Dave Olson Committed by Roland Dreier
Browse files

IB/ipath: Support the IBA6110 revision 4



Recognize IBA 6110 Revision 4: same feature set, etc. as earlier revisions.

Signed-off-by: default avatarDave Olson <dave.olson@qlogic.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent aecd3b5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -680,9 +680,9 @@ static int ipath_ht_boardname(struct ipath_devdata *dd, char *name,
		snprintf(name, namelen, "%s", n);

	if (dd->ipath_majrev != 3 || (dd->ipath_minrev < 2 ||
		dd->ipath_minrev > 3)) {
		dd->ipath_minrev > 4)) {
		/*
		 * This version of the driver only supports Rev 3.2 and 3.3
		 * This version of the driver only supports Rev 3.2 - 3.4
		 */
		ipath_dev_err(dd,
			      "Unsupported InfiniPath hardware revision %u.%u!\n",