public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Celistica with AMD chip-set
@ 2004-08-30 14:02 Richard B. Johnson
  2004-08-30 13:15 ` Alan Cox
  0 siblings, 1 reply; 10+ messages in thread
From: Richard B. Johnson @ 2004-08-30 14:02 UTC (permalink / raw)
  To: Linux kernel


Hello all,

The Celistica server with the AMD chip-set has very poor
PCI performance with Linux (and probably W$ too).

The problem was traced to incorrect bridge configuration
in the HyperTransport(tm) chips that connect up pairs
of slots.

I don't know how to make a generic chip-set bug-fix, and
probably a new BIOS will come out with the correct values
in the registers. But right now, the following initialization
code will fix the box.



//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
//  Some kind of problem, here. If the HyperTransport(tm) bridge
//  is found, one of the register values needs to be changed to
//  fix the bus performance. Need to turn back on prefetch.
//

    while((pdev = pci_find_device(0x1022, 0x7450, pdev)) != NULL)
        pci_write_config_dword(pdev,  0x4c, 0x2ec1);



Cheers,
Dick Johnson
Penguin : Linux version 2.4.26 on an i686 machine (5570.56 BogoMips).
          "DMA used to run at 180 Mb/s. With the new hardware it's only
           30 Mb/s. Must be a software problem......." -actual complaint.
            Note 96.31% of all statistics are fiction.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-08-30 18:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2yV1c-29L-7@gated-at.bofh.it>
     [not found] ` <2yVb1-2ft-57@gated-at.bofh.it>
2004-08-30 15:28   ` Celistica with AMD chip-set Andi Kleen
2004-08-30 17:20     ` Richard B. Johnson
2004-08-30 17:45       ` Andi Kleen
2004-08-30 14:02 Richard B. Johnson
2004-08-30 13:15 ` Alan Cox
2004-08-30 15:04   ` Arthur Perry
2004-08-30 15:34     ` Arthur Perry
2004-08-30 17:26       ` Richard B. Johnson
2004-08-30 17:17     ` Richard B. Johnson
2004-08-30 18:13       ` Arthur Perry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox