Boaz Harrosh wrote:
I have attempted (below) to convert ide-scsi to the new data
accessors and cleanup the !use_sg code paths. Inspecting
the code I can see places that still assume scsi_cmnd->request_buffer
is a linear char pointer. Though I admit this assumption is hidden
behind a flag "test_bit(PC_TRANSFORM, &pc->flags)". Is this an indication
that this drivers no longer works? What is needed in order to kill this
driver? If no killing is done than please accepted below patch.
Signed-off-by: Boaz Harrosh <[EMAIL PROTECTED]>
---
drivers/scsi/ide-scsi.c | 48 ++++++++++++++++++++++++++++------------------
1 files changed, 29 insertions(+), 19 deletions(-)
This is a very popular driver for some configurations. I know many
people that used this for their ATAPI driver, rather than
ide-{cdrom,floppy,...}
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html