Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread James Bottomley
On Tue, 2007-10-02 at 13:11 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > So I know, beyond a shadow of a doubt, that there are no non-x86 users > > of this. > > If you don't get the DMA direction right on x86, swiotlb will corrupt > your data. Er, this is a fully 64 bit device: it shou

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread Jeff Garzik
James Bottomley wrote: So I know, beyond a shadow of a doubt, that there are no non-x86 users of this. If you don't get the DMA direction right on x86, swiotlb will corrupt your data. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a mes

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread James Bottomley
On Tue, 2007-10-02 at 10:48 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > On Tue, 2007-10-02 at 10:35 -0400, Jeff Garzik wrote: > >> James Bottomley wrote: > >>> On Tue, 2007-10-02 at 08:29 -0400, Jeff Garzik wrote: > James, what is the upstream status of my two aic94xx bug fixes? > >

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread Jeff Garzik
James Bottomley wrote: On Tue, 2007-10-02 at 10:35 -0400, Jeff Garzik wrote: James Bottomley wrote: On Tue, 2007-10-02 at 08:29 -0400, Jeff Garzik wrote: James, what is the upstream status of my two aic94xx bug fixes? Have they been sent to Linus yet? Since you seem M.I.A., I'll send them up

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread James Bottomley
On Tue, 2007-10-02 at 10:35 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > On Tue, 2007-10-02 at 08:29 -0400, Jeff Garzik wrote: > >> James, what is the upstream status of my two aic94xx bug fixes? > >> > >> Have they been sent to Linus yet? > >> > >> Since you seem M.I.A., I'll send them u

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread Jeff Garzik
James Bottomley wrote: On Tue, 2007-10-02 at 08:29 -0400, Jeff Garzik wrote: James, what is the upstream status of my two aic94xx bug fixes? Have they been sent to Linus yet? Since you seem M.I.A., I'll send them upstream if I do not hear from you today. They're hardly -rc8 critical bug fix

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread James Bottomley
On Tue, 2007-10-02 at 08:29 -0400, Jeff Garzik wrote: > James, what is the upstream status of my two aic94xx bug fixes? > > Have they been sent to Linus yet? > > Since you seem M.I.A., I'll send them upstream if I do not hear from you > today. They're hardly -rc8 critical bug fixes, since no-on

Re: [PATCH] aic94xx: fix SSP IU status print-out

2007-10-02 Thread Jeff Garzik
James, what is the upstream status of my two aic94xx bug fixes? Have they been sent to Linus yet? Since you seem M.I.A., I'll send them upstream if I do not hear from you today. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to

[PATCH] aic94xx: fix SSP IU status print-out

2007-09-30 Thread Jeff Garzik
The SSP response DPRINTK in asd_get_response_tasklet() was printing a hardcoded status result, rather than the status from the SSP response IU. Arguably, this should not be a DPRINTK either, since the admin might want to know about this. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> --- driver