On Sun, 09 Sep 2007 17:09:15 +0300
Boaz Harrosh <[EMAIL PROTECTED]> wrote:
> On Sun, Sep 09 2007 at 16:47 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> > On Sun, 09 Sep 2007 11:25:57 +0300
> > Boaz Harrosh <[EMAIL PROTECTED]> wrote:
> >
> >> On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonor
On Sun, Sep 09 2007 at 16:47 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> On Sun, 09 Sep 2007 11:25:57 +0300
> Boaz Harrosh <[EMAIL PROTECTED]> wrote:
>
>> On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
>>> This patchset, which I submitted before, adds a new d
On Sun, 09 Sep 2007 11:25:57 +0300
Boaz Harrosh <[EMAIL PROTECTED]> wrote:
> On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> > This patchset, which I submitted before, adds a new data structure,
> > scsi_data_buffer, including everything for data transfer:
> >
> >
On Fri, Sep 07 2007 at 0:50 +0300, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> This patchset, which I submitted before, adds a new data structure,
> scsi_data_buffer, including everything for data transfer:
>
> struct scsi_data_buffer { unsigned length; int resid; short sg_count;
> short __sg_c
On Fri, 7 Sep 2007 06:50:08 +0900
FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> This patchset, which I submitted before, adds a new data structure,
> scsi_data_buffer, including everything for data transfer:
This patch is against Jens' sglist branch with the following patches:
http://marc.info/?l
This patchset, which I submitted before, adds a new data structure,
scsi_data_buffer, including everything for data transfer:
struct scsi_data_buffer {
unsigned length;
int resid;
short sg_count;
short __sg_count;
struct scatterlist *sglist;
};
One scsi_dat
6 matches
Mail list logo