On Nov 14, 2007 7:46 PM, Garrett D'Amore - sun microsystems
<gd78059 at sac.sfbay.sun.com> wrote:

>
>   The b2s_target_t structure is a handle to an emulated SCSI disk.  It
>   has the following accessible members:
>
>       uint16_t    target_number;
>       void        *target_private;
>       const char  *target_vendor;
>       const char  *target_product;
>       const char  *target_revision;
>       const char  *target_serial;
>       uint32_t    target_flags;
>       boolean_t   (*target_request)(void *, struct b2s_request *);
>

Garrett,

Provided that this module aims to be generic, how easy will it
be to add support for protocol revisions beyond SCSI-2 ?

I think that single target_request() callback may not be robust
enough in case such functionality addition will be required.

-- 
Regards,
        Cyril

Reply via email to