[ofa-general] [PATCH 8/8] IB/ipath - drop support for the original QHT7040 board

Arthur Jones arthur.jones at qlogic.com
Tue Jan 8 13:18:35 PST 2008


From: Dave Olson <dave.olson at qlogic.com>

The original QHT7040 had significant performance issues
so there was an additional check for a newer serial number.
Support for the small quantities of that board shipped has
been dropped, so this patch removes the special checks to
simplify the code.

Signed-off-by: Dave Olson <dave.olson at qlogic.com>
---

 drivers/infiniband/hw/ipath/ipath_iba6110.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_iba6110.c b/drivers/infiniband/hw/ipath/ipath_iba6110.c
index 3bfaf04..6976d96 100644
--- a/drivers/infiniband/hw/ipath/ipath_iba6110.c
+++ b/drivers/infiniband/hw/ipath/ipath_iba6110.c
@@ -1595,8 +1595,7 @@ static int ipath_ht_early_init(struct ipath_devdata *dd)
 	}
 
 	ipath_get_eeprom_info(dd);
-	if (dd->ipath_boardrev == 5 && dd->ipath_serial[0] == '1' &&
-		dd->ipath_serial[1] == '2' && dd->ipath_serial[2] == '8') {
+	if (dd->ipath_boardrev == 5) {
 		/*
 		 * Later production QHT7040 has same changes as QHT7140, so
 		 * can use GPIO interrupts.  They have serial #'s starting




More information about the general mailing list