Re: [PATCH] cmd64x: don't clear the other channels interrupt

2007-11-16 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Make sure to not clear the other IDE channel's interrupt when clearing an IDE interrupt via the MRDMODE register. Thanks to Bart for finding a coding mistake. Could you resend with Signed-off-by: and Tested-by: tags? [ A reference to the problematic

Re: [PATCH] cmd64x: don't clear the other channels interrupt

2007-11-15 Thread Martin Rogge
On Tuesday 13 November 2007 21:58:36 Bartlomiej Zolnierkiewicz wrote: On Sunday 11 November 2007, Bartlomiej Zolnierkiewicz wrote: On Friday 09 November 2007, Sergei Shtylyov wrote: Make sure to not clear the other IDE channel's interrupt when clearing an IDE interrupt via the MRDMODE

Re: [PATCH] cmd64x: don't clear the other channels interrupt

2007-11-11 Thread Bartlomiej Zolnierkiewicz
On Friday 09 November 2007, Sergei Shtylyov wrote: Make sure to not clear the other IDE channel's interrupt when clearing an IDE interrupt via the MRDMODE register. Thanks to Bart for finding a coding mistake. Could you resend with Signed-off-by: and Tested-by: tags? [ A reference to the

[PATCH] cmd64x: don't clear the other channels interrupt

2007-11-09 Thread Sergei Shtylyov
Make sure to not clear the other IDE channel's interrupt when clearing an IDE interrupt via the MRDMODE register. Thanks to Bart for finding a coding mistake. --- The patch is against the Linus tree. drivers/ide/pci/cmd64x.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)