diff options
author | Dave Olson <dave.olson@qlogic.com> | 2008-01-07 00:12:38 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:40 -0500 |
commit | 1f813ca830f51ed404195750bdba86c41a8050ba (patch) | |
tree | 6228b558696f5372ff89ec4b6969f128802c055b /drivers/infiniband | |
parent | 7da0498e7f0eb022107811b9d41697298329f6b4 (diff) |
IB/ipath: Drop support for the original QHT7040 board
The original QHT7040 had significant performance issues so there was an
additional check in the driver 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@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | 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 3bfaf04a2148..6976d96f6ce1 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) | |||
1595 | } | 1595 | } |
1596 | 1596 | ||
1597 | ipath_get_eeprom_info(dd); | 1597 | ipath_get_eeprom_info(dd); |
1598 | if (dd->ipath_boardrev == 5 && dd->ipath_serial[0] == '1' && | 1598 | if (dd->ipath_boardrev == 5) { |
1599 | dd->ipath_serial[1] == '2' && dd->ipath_serial[2] == '8') { | ||
1600 | /* | 1599 | /* |
1601 | * Later production QHT7040 has same changes as QHT7140, so | 1600 | * Later production QHT7040 has same changes as QHT7140, so |
1602 | * can use GPIO interrupts. They have serial #'s starting | 1601 | * can use GPIO interrupts. They have serial #'s starting |