public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Dalecki <dalecki@evision-ventures.com>
To: Luigi Genoni <kernel@Expansa.sns.it>
Cc: linux-kernel@vger.kernel.org
Subject: Re: oops at boot with 2.5.7 and i810
Date: Tue, 19 Mar 2002 18:09:29 +0100	[thread overview]
Message-ID: <3C9770C9.5000201@evision-ventures.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0203191716170.24700-100000@Expansa.sns.it>

Luigi Genoni wrote:
> HI,
> 
> also with 2.5.7, as with 2.5.6, I have problems at boot.
> I get the usual oops while initialising IDE.
> 
> my ide controller is:
> 
> 00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02) (prog-if 80
> [Master])
>         Subsystem: Intel Corporation 82801AA IDE
>         Flags: bus master, medium devsel, latency 0
>         I/O ports at 2460 [size=16]
> 
> unfortunatelly, I do not have even the time to write down oops message,
> but eip is c0135068, but then I do not find a similar entry in system.map
> 
> any hint

This device is behaving quite like the 440MX chipset
I have myself I can't therefore the oops expect beeing caused
by a trivial programming error in the actual ide driver.
I don't see much pointer acces in piix.c code as well.

However you could eventually just try apply the following
pseudo diff to piix.c and then try again:

- 
{ PCI_DEVICE_ID_INTEL_82801AA_1,	PIIX_UDMA_66  | PIIX_PINGPONG },
+ 
{ PCI_DEVICE_ID_INTEL_82801AA_1,	PIIX_UDMA_66 },

Replaceing PIIX_UDMA_33 with PIIX_UDMA_33 could be worth a try as well.





  parent reply	other threads:[~2002-03-19 17:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-19 16:40 oops at boot with 2.5.7 and i810 Luigi Genoni
2002-03-19 16:44 ` Martin Dalecki
2002-03-19 18:30   ` Luigi Genoni
2002-03-19 18:51     ` Martin Dalecki
2002-03-19 21:48       ` Luigi Genoni
2002-03-20 15:51         ` Martin Dalecki
2002-03-20 16:42           ` Luigi Genoni
2002-03-20 16:57             ` Martin Dalecki
2002-03-21  1:00               ` oops at boot with 2.5.7 and i810 (reiserFS related?) Luigi Genoni
2002-03-19 17:09 ` Martin Dalecki [this message]
2002-03-19 18:20   ` oops at boot with 2.5.7 and i810 Mike Fedyk
2002-03-19 18:30   ` Luigi Genoni

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=3C9770C9.5000201@evision-ventures.com \
    --to=dalecki@evision-ventures.com \
    --cc=kernel@Expansa.sns.it \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox