Re: oops at boot with 2.5.7 and i810

Mike Fedyk (mfedyk@matchmail.com)
Tue, 19 Mar 2002 10:20:03 -0800


On Tue, Mar 19, 2002 at 06:09:29PM +0100, Martin Dalecki wrote:
> 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.
>

replace what with what?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/