* [PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()
@ 2007-07-22 18:32 Bartlomiej Zolnierkiewicz
2007-07-22 22:02 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-07-22 18:32 UTC (permalink / raw)
To: linux-ide; +Cc: Benjamin Herrenschmidt
Don't check for good device status before executing the command in
pmac_ide_do_setfeature() (ide_config_drive_speed() doesn't do this).
It is a job of upper layers to guarantee that the device is ready to
accept new command before we get here.
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
drivers/ide/ppc/pmac.c | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
Index: b/drivers/ide/ppc/pmac.c
===================================================================
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -547,16 +547,6 @@ pmac_ide_do_setfeature(ide_drive_t *driv
SELECT_DRIVE(drive);
SELECT_MASK(drive, 0);
udelay(1);
- /* Get rid of pending error state */
- (void) hwif->INB(IDE_STATUS_REG);
- /* Timeout bumped for some powerbooks */
- if (wait_for_ready(drive, 2000)) {
- /* Timeout bumped for some powerbooks */
- printk(KERN_ERR "%s: pmac_ide_do_setfeature disk not ready "
- "before SET_FEATURE!\n", drive->name);
- goto out;
- }
- udelay(10);
hwif->OUTB(drive->ctl | 2, IDE_CONTROL_REG);
hwif->OUTB(command, IDE_NSECTOR_REG);
hwif->OUTB(SETFEATURES_XFER, IDE_FEATURE_REG);
@@ -568,7 +558,7 @@ pmac_ide_do_setfeature(ide_drive_t *driv
if (result)
printk(KERN_ERR "%s: pmac_ide_do_setfeature disk not ready "
"after SET_FEATURE !\n", drive->name);
-out:
+
SELECT_MASK(drive, 0);
if (result == 0) {
drive->id->dma_ultra &= ~0xFF00;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()
2007-07-22 18:32 [PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature() Bartlomiej Zolnierkiewicz
@ 2007-07-22 22:02 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2007-07-22 22:02 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
On Sun, 2007-07-22 at 20:32 +0200, Bartlomiej Zolnierkiewicz wrote:
> Don't check for good device status before executing the command in
> pmac_ide_do_setfeature() (ide_config_drive_speed() doesn't do this).
>
> It is a job of upper layers to guarantee that the device is ready to
> accept new command before we get here.
I had issues in those areas ... I'd like to keep a warning at least or
something in there for now.
Ben.
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> ---
> drivers/ide/ppc/pmac.c | 12 +-----------
> 1 file changed, 1 insertion(+), 11 deletions(-)
>
> Index: b/drivers/ide/ppc/pmac.c
> ===================================================================
> --- a/drivers/ide/ppc/pmac.c
> +++ b/drivers/ide/ppc/pmac.c
> @@ -547,16 +547,6 @@ pmac_ide_do_setfeature(ide_drive_t *driv
> SELECT_DRIVE(drive);
> SELECT_MASK(drive, 0);
> udelay(1);
> - /* Get rid of pending error state */
> - (void) hwif->INB(IDE_STATUS_REG);
> - /* Timeout bumped for some powerbooks */
> - if (wait_for_ready(drive, 2000)) {
> - /* Timeout bumped for some powerbooks */
> - printk(KERN_ERR "%s: pmac_ide_do_setfeature disk not ready "
> - "before SET_FEATURE!\n", drive->name);
> - goto out;
> - }
> - udelay(10);
> hwif->OUTB(drive->ctl | 2, IDE_CONTROL_REG);
> hwif->OUTB(command, IDE_NSECTOR_REG);
> hwif->OUTB(SETFEATURES_XFER, IDE_FEATURE_REG);
> @@ -568,7 +558,7 @@ pmac_ide_do_setfeature(ide_drive_t *driv
> if (result)
> printk(KERN_ERR "%s: pmac_ide_do_setfeature disk not ready "
> "after SET_FEATURE !\n", drive->name);
> -out:
> +
> SELECT_MASK(drive, 0);
> if (result == 0) {
> drive->id->dma_ultra &= ~0xFF00;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-22 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-22 18:32 [PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature() Bartlomiej Zolnierkiewicz
2007-07-22 22:02 ` Benjamin Herrenschmidt
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).