RE: [PATCH] microtek: convert to use the data buffer accessors

2007-08-12 Thread James Bottomley
On Mon, 2007-08-13 at 00:12 +0900, FUJITA Tomonori wrote: > Oops, I didn't realized that. Isn't the patch in scsi-misc, > scsi-pending, or scsi-fixes? No ... I forgot ... after Greg told me to take it through my tree ... I'll add it. James - To unsubscribe from this list: send the line "unsubsc

RE: [PATCH] microtek: convert to use the data buffer accessors

2007-08-12 Thread FUJITA Tomonori
On Sun, 12 Aug 2007 11:01:20 -0400 "Harrosh, Boaz" <[EMAIL PROTECTED]> wrote: > FUJITA Tomonori wrote ... > > Subject: [PATCH] microtek: convert to use the data buffer accessors > > > > - remove the unnecessary map_single path. > > > > - convert

RE: [PATCH] microtek: convert to use the data buffer accessors

2007-08-12 Thread Harrosh, Boaz
FUJITA Tomonori wrote ... > Subject: [PATCH] microtek: convert to use the data buffer accessors > > - remove the unnecessary map_single path. > > - convert to use the new accessors for the sg lists and the > parameters. > > TODO: sg chaining support > > Signed-o

[PATCH] microtek: convert to use the data buffer accessors

2007-08-12 Thread FUJITA Tomonori
The patch is only compile tested. --- >From d5ad824bce0e5e3894a102fee74f1f7c36d639b7 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[EMAIL PROTECTED]> Date: Sun, 12 Aug 2007 15:33:23 +0900 Subject: [PATCH] microtek: convert to use the data buffer accessors - remove the unnecessary m