public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems with AMD 768 IDE support
@ 2002-07-22 19:00 Ernst Lehmann
  2002-07-22 19:13 ` Richard B. Johnson
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ernst Lehmann @ 2002-07-22 19:00 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have here a Dual-Athlon Box, with a AMD760MPX Chipset and AMD768 IDE.

In the base 2.4.18 kernel there seems to be no support for the
IDE-Chipset

So I tried 2.4.19-rc3-ac1 and I got more APIC errors, than I can count
:))

So my question.

Does anybody know where to find a patch for the IDE-Support to the plain
2.4.18 kernel,

or which version of the 2.4.19-rc<x>-ac<x> is stable enough at the
moment to run such a box.

TIA for any help...


-- 

Bye

	Ernst
---------
Ernst Lehmann             Email: lehmann@acheron.franken.de



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

* Re: Problems with AMD 768 IDE support
  2002-07-22 19:00 Problems with AMD 768 IDE support Ernst Lehmann
@ 2002-07-22 19:13 ` Richard B. Johnson
  2002-07-22 21:19   ` Alan Cox
  2002-07-22 21:05 ` Alan Cox
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Richard B. Johnson @ 2002-07-22 19:13 UTC (permalink / raw)
  To: Ernst Lehmann; +Cc: linux-kernel

On 22 Jul 2002, Ernst Lehmann wrote:

> Hi,
> 
> I have here a Dual-Athlon Box, with a AMD760MPX Chipset and AMD768 IDE.
> 
> In the base 2.4.18 kernel there seems to be no support for the
> IDE-Chipset

It is supposed to be 'standard'. If you enable:

CONFIG_IDE=y
CONFIG_BLK_DEV_MODES=y
CONFIG_BLK_DEV_HD=y
... it should work. The amd74xx was seperate, it was a "Viper" chip-set.
I believe that the newer AMD Chip-Sets are generic.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
The US military has given us many words, FUBAR, SNAFU, now ENRON.
Yes, top management were graduates of West Point and Annapolis.


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

* Re: Problems with AMD 768 IDE support
  2002-07-22 19:00 Problems with AMD 768 IDE support Ernst Lehmann
  2002-07-22 19:13 ` Richard B. Johnson
@ 2002-07-22 21:05 ` Alan Cox
  2002-07-22 22:11 ` Kelsey Hudson
  2002-07-28 17:41 ` Jussi Laako
  3 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2002-07-22 21:05 UTC (permalink / raw)
  To: Ernst Lehmann; +Cc: linux-kernel

On Mon, 2002-07-22 at 20:00, Ernst Lehmann wrote:
> Does anybody know where to find a patch for the IDE-Support to the plain
> 2.4.18 kernel,

Pending for 2.4.20

For -ac we are chasing some bugs in the Summit support. 
2.4.19-rc1-3 should you fine. The summit fix stuff is waiting until
either I or more likely the IBM guys looking at it figure out what
broke. Its important enough I've left it in broken for some boards until
found.


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

* Re: Problems with AMD 768 IDE support
  2002-07-22 19:13 ` Richard B. Johnson
@ 2002-07-22 21:19   ` Alan Cox
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Cox @ 2002-07-22 21:19 UTC (permalink / raw)
  To: root; +Cc: Ernst Lehmann, linux-kernel

On Mon, 2002-07-22 at 20:13, Richard B. Johnson wrote:
> On 22 Jul 2002, Ernst Lehmann wrote:
> > Hi,
> > I have here a Dual-Athlon Box, with a AMD760MPX Chipset and AMD768 IDE.
> > 
> > In the base 2.4.18 kernel there seems to be no support for the
> > IDE-Chipset
> 
> It is supposed to be 'standard'. If you enable:
> 
> CONFIG_IDE=y
> CONFIG_BLK_DEV_MODES=y
> CONFIG_BLK_DEV_HD=y
> ... it should work. The amd74xx was seperate, it was a "Viper" chip-set.
> I believe that the newer AMD Chip-Sets are generic.

They are not generic, although they are fairly similar. You need the -ac
tree right now for the 760MP/MPX IDE, although the port wont be hard


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

* Re: Problems with AMD 768 IDE support
  2002-07-22 19:00 Problems with AMD 768 IDE support Ernst Lehmann
  2002-07-22 19:13 ` Richard B. Johnson
  2002-07-22 21:05 ` Alan Cox
@ 2002-07-22 22:11 ` Kelsey Hudson
  2002-07-28 17:41 ` Jussi Laako
  3 siblings, 0 replies; 6+ messages in thread
From: Kelsey Hudson @ 2002-07-22 22:11 UTC (permalink / raw)
  To: Ernst Lehmann; +Cc: linux-kernel

On 22 Jul 2002, Ernst Lehmann wrote:

> Hi,
> 
> I have here a Dual-Athlon Box, with a AMD760MPX Chipset and AMD768 IDE.
> 
> In the base 2.4.18 kernel there seems to be no support for the
> IDE-Chipset
> 
> So I tried 2.4.19-rc3-ac1 and I got more APIC errors, than I can count
> :))
> 
> So my question.
> 
> Does anybody know where to find a patch for the IDE-Support to the plain
> 2.4.18 kernel,
> 
> or which version of the 2.4.19-rc<x>-ac<x> is stable enough at the
> moment to run such a box.
> 
> TIA for any help...

I've got two of these machines running with 2.4.19-rc2 at the moment; no 
APIC errors you speak of. Before, they were running 2.4.19-pre9-ac2, also 
with no APIC errors. Perhaps you have a hardware problem?




 Kelsey Hudson                                       khudson@compendium.us
 Software Engineer/UNIX Systems Administrator
 Compendium Technologies, Inc                               (619) 725-0771
---------------------------------------------------------------------------


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

* Re: Problems with AMD 768 IDE support
  2002-07-22 19:00 Problems with AMD 768 IDE support Ernst Lehmann
                   ` (2 preceding siblings ...)
  2002-07-22 22:11 ` Kelsey Hudson
@ 2002-07-28 17:41 ` Jussi Laako
  3 siblings, 0 replies; 6+ messages in thread
From: Jussi Laako @ 2002-07-28 17:41 UTC (permalink / raw)
  To: Ernst Lehmann; +Cc: linux-kernel

Ernst Lehmann wrote:
> 
> I have here a Dual-Athlon Box, with a AMD760MPX Chipset and AMD768 IDE.
> In the base 2.4.18 kernel there seems to be no support for the
> IDE-Chipset

I have Tyan Tiger MPX (AMD768) working just fine with my patch set. However,
it currently has only single CPU. Patch is for 2.4.19-pre7.

http://uworld.dyndns.org/projects/linux/


	- Jussi Laako

-- 
PGP key fingerprint: 161D 6FED 6A92 39E2 EB5B  39DD A4DE 63EB C216 1E4B
Available at PGP keyservers


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

end of thread, other threads:[~2002-07-28 17:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-22 19:00 Problems with AMD 768 IDE support Ernst Lehmann
2002-07-22 19:13 ` Richard B. Johnson
2002-07-22 21:19   ` Alan Cox
2002-07-22 21:05 ` Alan Cox
2002-07-22 22:11 ` Kelsey Hudson
2002-07-28 17:41 ` Jussi Laako

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