All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.x Scsi_Cmnd to Scsi_Request driver fixup...
@ 2002-07-24 21:51 Stephen Cameron
  2002-07-25  4:26 ` Douglas Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Cameron @ 2002-07-24 21:51 UTC (permalink / raw)
  To: linux-scsi


I was patching up the cpqfc driver to compile again in the 2.5.27
kernel, which was easy enough, or so I thought, until I noticed
this in scsi.c:

>  *              This function is deprecated, and drivers should be
>  *              rewritten to use Scsi_Request instead of Scsi_Cmnd.
>  */
> 
> Scsi_Cmnd *scsi_allocate_device(Scsi_Device * device, int wait, 
>                                 int interruptable)

So, I'm wondering if anyone has written anything up to help 
low-level scsi driver maintainers know what is needed to 
accomplish this rewrite?  Probably I can figure it out myself, 
(eventually) but I'm always left with a nagging feeling maybe
I missed something crucial.  A summary of the types of things
that need to change would be most helpful, if such a thing exists.

I stumbled onto this: http://gear.torque.net/scsi/scsi_stat25.html
but it doesn't seem to mention Scsi_Request, the rationale
for the change and what is expected of the low-level driver
maintainers.

Any pointers appreciated, Thanks,

-- steve


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-25  4:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-24 21:51 2.5.x Scsi_Cmnd to Scsi_Request driver fixup Stephen Cameron
2002-07-25  4:26 ` Douglas Gilbert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.