All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Osamu Tomita <tomita@cinet.co.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.13 IDE PIO mode Fix
Date: Sun, 05 May 2002 02:06:23 +0200	[thread overview]
Message-ID: <3CD4777F.80203@evision-ventures.com> (raw)
In-Reply-To: <3CD31883.E41E0DFA@cinet.co.jp>

Uz.ytkownik Osamu Tomita napisa?:
> I found this bug in 2.5.10 first. And caused ext2 FS corruption.
> We are porting Linux to PC-9801 architecture (made by NEC Japan).
> It has PIO ONLY IDE I/F. So please check PIO mode too.

Hey I can't do everything. And I know that people like you will
check it anyway :-)... But seriously - Thank you very much for
the plague and indeed 16 bit transfers are something I see makes sense for
embedded platforms.


> # Our porting status - 2.2.x/2.4.x done and updating. 2.5.x partial.
> 
> diff -urN linux-2.5.10/drivers/ide/ide-taskfile.c linux/drivers/ide/ide-taskfile.c
> --- linux-2.5.10/drivers/ide/ide-taskfile.c    Wed Apr 24 16:15:19 2002
> +++ linux/drivers/ide/ide-taskfile.c  Fri Apr 26 15:44:42 2002
> @@ -202,7 +202,7 @@
>                         ata_write_slow(drive, buffer, wcount);
>                 else
>  #endif
> -                       ata_write_16(drive, buffer, wcount<<1);
> +                       ata_write_16(drive, buffer, wcount);
>         }
>  }


  reply	other threads:[~2002-05-05  1:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-03 23:08 [PATCH] 2.5.13 IDE PIO mode Fix Osamu Tomita
2002-05-05  0:06 ` Martin Dalecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-04 10:15 Andries.Brouwer
2002-05-05  0:10 ` Martin Dalecki

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=3CD4777F.80203@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tomita@cinet.co.jp \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.