From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH 4/11] ide-pmac: remove control register messing from pmac_ide_dma_check()
Date: Mon, 23 Jul 2007 07:58:33 +1000 [thread overview]
Message-ID: <1185141513.5439.65.camel@localhost.localdomain> (raw)
In-Reply-To: <200707222023.29972.bzolnier@gmail.com>
On Sun, 2007-07-22 at 20:23 +0200, Bartlomiej Zolnierkiewicz wrote:
> pmac_ide_do_setfeature() contains matching nIEN setting/clearing so this
> Device Control register messing in pmac_ide_dma_check() is totally unnecessary.
>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
NAK for now. There was a reason for that, I need to remember, but I
think I have a weirdo case with the media-bay removable CD drive on
wallstreet that locks up the bus if you don't do something along the
sequence in there.
I have one of those machines in the office, so I should be able to give
it a go today to check, in the meantime, keep that patch on hold.
Ben.
> drivers/ide/ppc/pmac.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: b/drivers/ide/ppc/pmac.c
> ===================================================================
> --- a/drivers/ide/ppc/pmac.c
> +++ b/drivers/ide/ppc/pmac.c
> @@ -1784,7 +1784,7 @@ pmac_ide_dma_check(ide_drive_t *drive)
> drive->using_dma = pmac_ide_udma_enable(drive, mode);
> else if (mode >= XFER_MW_DMA_0)
> drive->using_dma = pmac_ide_mdma_enable(drive, mode);
> - hwif->OUTB(0, IDE_CONTROL_REG);
> +
> /* Apply settings to controller */
> pmac_ide_do_update_timings(drive);
> }
prev parent reply other threads:[~2007-07-22 21:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-22 18:23 [PATCH 4/11] ide-pmac: remove control register messing from pmac_ide_dma_check() Bartlomiej Zolnierkiewicz
2007-07-22 21:58 ` Benjamin Herrenschmidt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1185141513.5439.65.camel@localhost.localdomain \
--to=benh@kernel.crashing.org \
--cc=bzolnier@gmail.com \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox