* [PATCH 1/9] ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
@ 2007-11-02 21:59 Bartlomiej Zolnierkiewicz
2007-11-04 12:57 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-11-02 21:59 UTC (permalink / raw)
To: linux-ide
Fix __ide_do_rw_disk() to use ->OUTBSYNC instead of ->OUTB
(needed for pmac and scc_pata host drivers).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ide-disk.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: b/drivers/ide/ide-disk.c
===================================================================
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -273,8 +273,7 @@ static ide_startstop_t __ide_do_rw_disk(
command = lba48 ? WIN_WRITE_EXT : WIN_WRITE;
}
- /* FIXME: ->OUTBSYNC ? */
- hwif->OUTB(command, IDE_COMMAND_REG);
+ hwif->OUTBSYNC(drive, command, IDE_COMMAND_REG);
return pre_task_out_intr(drive, rq);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/9] ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
2007-11-02 21:59 [PATCH 1/9] ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC Bartlomiej Zolnierkiewicz
@ 2007-11-04 12:57 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2007-11-04 12:57 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
Bartlomiej Zolnierkiewicz wrote:
> Fix __ide_do_rw_disk() to use ->OUTBSYNC instead of ->OUTB
> (needed for pmac and scc_pata host drivers).
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
MBR, Sergei
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-04 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-02 21:59 [PATCH 1/9] ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC Bartlomiej Zolnierkiewicz
2007-11-04 12:57 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).