From 65a563dcb0044df2b778ff6ce1647044a78440d1 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 14 Jan 2011 21:33:34 +0000 Subject: [PATCH] Emulex page updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3224 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- www/target_emulex.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/www/target_emulex.html b/www/target_emulex.html index a90aab5ce..72ea2b774 100644 --- a/www/target_emulex.html +++ b/www/target_emulex.html @@ -71,7 +71,20 @@

You can find version which can compile on RHEL5 platforms here. Thanks to Chris Worley who supplied it.

-

This driver compatible only with SCST 1.x. Update for SCST 2.x is welcome!

+

This driver compatible only with SCST 1.x. To update it for 2.x you should perform the following steps:

+ +
    +
  1. Replace on line #1503 "scst_unregister(tgtport->scst_tgt)" on + "scst_unregister_target(tgtport->scst_tgt)"
  2. + +
  3. Replace on line #1570 "tgtport->scst_tgt = scst_register(&scst_data, wwpn)" + on "tgtport->scst_tgt = scst_register_target(&scst_data, wwpn)"
  4. + +
  5. Replace on line #1784 "wwpn, login_handle, tm_session_reg_callback)" on + "wwpn, NULL, login_handle, tm_session_reg_callback)"
  6. +
+ +

Patch to put this driver in the SCST SVN trunk is welcome!