[PATCH 16/16] gdth: !use_sg cleanup and use of scsi accessors

2007-10-02 Thread Boaz Harrosh
gdth_execute() will issue an internal, none scsi-standard commands onto __gdth_queuecommand(). Since it is not recommended to set struct scsi_cmnd IO members in llds, gdth now uses internal IO members for IO. In the case of gdth_execute() these members will be set properly. In case the c

Re: [PATCH 16/16] gdth: !use_sg cleanup and use of scsi accessors

2007-10-01 Thread Boaz Harrosh
On Sun, Sep 30 2007 at 22:17 +0200, Boaz Harrosh <[EMAIL PROTECTED]> wrote: > gdth_execute() will issue an internal, none scsi-standard commands > onto __gdth_queuecommand(). Since it is not recommended to set > struct scsi_cmnd IO members in llds, gdth now uses internal IO > members for IO

[PATCH 16/16] gdth: !use_sg cleanup and use of scsi accessors

2007-09-30 Thread Boaz Harrosh
gdth_execute() will issue an internal, none scsi-standard commands onto __gdth_queuecommand(). Since it is not recommended to set struct scsi_cmnd IO members in llds, gdth now uses internal IO members for IO. In the case of gdth_execute() these members will be set properly. In case the c