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!