* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
* SOFTWARE.\r
*\r
- * $Id:$\r
+ * $Id$\r
*/\r
\r
\r
* add device to TAVOR\r
*/ \r
\r
- if (l_pMdDevContext->m_eDevType == MD_DEV_IX_TAVOR && g_pDrvContext->m_fSupportTavor)\r
+ if ((l_pMdDevContext->m_eDevType == MD_DEV_IX_TAVOR || \r
+ l_pMdDevContext->m_eDevType == MD_DEV_IX_ARBEL_TM)\r
+ && g_pDrvContext->m_fSupportTavor)\r
{ /* add HCA to Tavor functional DLLs */\r
\r
unsigned char l_RevId = 0;\r
// stop the card by sending some commands to it or suspend all new requests and wait for the end of in-progress ones\r
//\r
\r
- if (l_pMdDevContext->m_eDevType == MD_DEV_IX_TAVOR && g_pDrvContext->m_fSupportTavor)\r
+ if ((l_pMdDevContext->m_eDevType == MD_DEV_IX_TAVOR ||\r
+ l_pMdDevContext->m_eDevType == MD_DEV_IX_ARBEL_TM)&& g_pDrvContext->m_fSupportTavor)\r
{ /* remove HCA from Tavor functional DLLs */\r
\r
HH_ret_t l_HhRet;\r