All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: unlisted-recipients:; (no To-header on input)@localhost.localdomain
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>,
	linux-kernel@vger.kernel.org
Subject: Re: FUD or FACTS ?? but a new FLAME!
Date: Mon, 03 Jun 2002 07:36:35 +0200	[thread overview]
Message-ID: <3CFB0063.3070309@evision-ventures.com> (raw)
In-Reply-To: <Pine.LNX.4.10.10206021451310.5846-100000@master.linux-ide.org>

Andre Hedrick wrote:
> On Sun, 2 Jun 2002, Bartlomiej Zolnierkiewicz wrote:
> 
> 
>>I apology for flames Andre, after some thinking I came to
>>conclusion that if speaking hardware you are generally right.
>>
>>I hope we can together resolve transport layer issues in 2.5.
> 
> 
> Bartlomiej,
> 
> Thanks, and we worked well in the past togather, and there has never been
> a communication problem with you.
> 
> Lets hope so, and please change the maintainer file to your name.
> As you were in mind in the past to replace me when I burned out.

O co chodzi? Po prostu powinno się przenieść dwa typy host chipów
intela do kategori - "może działa jak chcesz to spróbuj":

Ulf Axelsson to wszystko dawno już rozwiązał:

Hi Martin!

(Note: This mail (and myself) is intentionally _NOT_ intended to go anywhere
near linux-kernel and the regular flame fests. I'm as anonymous as one can
be ;-)

I have been reading the stuff about the difference between ATA/100 and
ATA/133 talking about clock cycles, buffer sizes, transmission directions
and what not and were quite unable to understand what the point was until I
looked at the public Intel ICH4 spec (the one available to us mortals
without connections :-)

ftp://download.intel.com/design/chipsets/manuals/29860002.pdf

Intel do state that the ICH4/82801DB supports only ATA/100 not ATA/133.
Looking through some reviews on the net on the 845E/G they do say the same
thing.

In the light of that perhaps the code in drivers/ide/piix.c stating that the
ICH4 does ATA/133 is a bit optimistic and should be moved to the "try it if
you want to " CONFIG_BLK_DEV_PIIX_TRY133 option.

Of course Vojtek might have better info that says otherwise.

<<<CUTOUT>>>
static struct piix_ide_chip {
         unsigned short id;
         unsigned char flags;
} piix_ide_chips[] = {
         { PCI_DEVICE_ID_INTEL_82801DB_9,        PIIX_UDMA_133 |
PIIX_PINGPONG },
                                                 ^^^^^^^^^^^^^

                     /* Intel 82801DB ICH4 */
         { PCI_DEVICE_ID_INTEL_82801CA_11,       PIIX_UDMA_100 |
PIIX_PINGPONG },
                     /* Intel 82801CA ICH3/ICH3-S */
         { PCI_DEVICE_ID_INTEL_82801CA_10,       PIIX_UDMA_100 |
PIIX_PINGPONG },
                     /* Intel 82801CAM ICH3-M */
         { PCI_DEVICE_ID_INTEL_82801E_9,         PIIX_UDMA_100 |
PIIX_PINGPONG },
<<<CUTOUT>>>

Things would be easier if "you know who" could just say that according to
public specs the ICH4 does not support ATA/133 instead of all that technical
talk......

Regards,
Ulf

PS. It would be kind if you could tell me where the source to the new
ide-info version you talked about can be found?




  reply	other threads:[~2002-06-03  6:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-02  1:58 INTEL 845G Chipset IDE Quandry Bartlomiej Zolnierkiewicz
2002-06-02  5:30 ` FUD or FACTS ?? but a new FLAME! Andre Hedrick
2002-06-02 12:11   ` Bartlomiej Zolnierkiewicz
2002-06-02 14:29     ` Alan Cox
2002-06-02 14:25       ` Bartlomiej Zolnierkiewicz
2002-06-02 16:00         ` Alan Cox
2002-06-02 21:14     ` Andre Hedrick
2002-06-02 21:50       ` Bartlomiej Zolnierkiewicz
2002-06-02 21:55         ` Andre Hedrick
2002-06-03  5:36           ` Martin Dalecki [this message]
2002-06-03  9:19             ` Vojtech Pavlik
2002-06-03 13:01             ` Bartlomiej Zolnierkiewicz
2002-06-03 12:10               ` Martin Dalecki
2002-06-02  6:01 ` INTEL 845G Chipset IDE Quandry Martin Dalecki
2002-06-03  8:59   ` Andre Hedrick
  -- strict thread matches above, loose matches on Subject: below --
2002-06-02 22:25 FUD or FACTS ?? but a new FLAME! Bartlomiej Zolnierkiewicz

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=3CFB0063.3070309@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=B.Zolnierkiewicz@elka.pw.edu.pl \
    --cc=linux-kernel@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 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.