public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode
@ 2005-06-03 13:50 THESNIERES Sylvain
  2005-06-06 15:45 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: THESNIERES Sylvain @ 2005-06-03 13:50 UTC (permalink / raw)
  To: linux-kernel

Hello. I used the kernel 2.6.10-gentoo-rc9 with my notebook (Pentium 4-M, no
trademark), it worked fine and I updated to 2.6.11.10 with fbsplash patch, and
now DMA causes the system to crash at boot time. I can't dump any message,
because my screen get flooded with the folowing one:

Free on bad allocation ressource <0000042>-<0000042>

It justs occurs after detection of the hard drive, and only if I activate
idebus=66 or ata0=66 parameters on command line. I have enabled Ali15x3 support
on the kernel and DMA support. The problem disappears if I disable the 66 mode,
but It worked before on the 2.6.10 kernel, so I don't think it is the same
problem as the one related to the last patch I saw for this driver:

[quote]
    [PATCH] ide-disk: Fix LBA8 DMA

    This is from Gentoo's 2.6.11 patchset. A problem was introduced in 2.6.10
    where some users could not enable DMA on their disks (particularly ALi15x3
    users). This was a small mistake with the no_lba48_dma flag.
[/quote]

Thank you for answering.

S.T.

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

* Re: [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode
  2005-06-03 13:50 [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode THESNIERES Sylvain
@ 2005-06-06 15:45 ` Bartlomiej Zolnierkiewicz
  2005-06-06 15:55   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-06-06 15:45 UTC (permalink / raw)
  To: THESNIERES Sylvain; +Cc: linux-kernel

On 6/3/05, THESNIERES Sylvain <tmsec@free.fr> wrote:
> Hello. I used the kernel 2.6.10-gentoo-rc9 with my notebook (Pentium 4-M, no
> trademark), it worked fine and I updated to 2.6.11.10 with fbsplash patch, and
> now DMA causes the system to crash at boot time. I can't dump any message,

Could you elaborate on "DMA causes the system to crash"?

Does 2.6.10-rc5 work for you?

> because my screen get flooded with the folowing one:
> 
> Free on bad allocation ressource <0000042>-<0000042>
> 
> It justs occurs after detection of the hard drive, and only if I activate
> idebus=66 or ata0=66 parameters on command line. I have enabled Ali15x3 support

You shouldn't be using "idebus=66" parameter unless your PCI bus is 66MHz.
There is no "ata0=66" parameter, maybe you've meant "ide0=66" ?

> on the kernel and DMA support. The problem disappears if I disable the 66 mode,
> but It worked before on the 2.6.10 kernel, so I don't think it is the same

dmesg output for 2.6.10 please

> problem as the one related to the last patch I saw for this driver:
> 
> [quote]
>     [PATCH] ide-disk: Fix LBA8 DMA
> 
>     This is from Gentoo's 2.6.11 patchset. A problem was introduced in 2.6.10
>     where some users could not enable DMA on their disks (particularly ALi15x3
>     users). This was a small mistake with the no_lba48_dma flag.
> [/quote]

Yep, this shouldn't be related.

Thanks,
Bartlomiej

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

* Re: [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode
  2005-06-06 15:45 ` Bartlomiej Zolnierkiewicz
@ 2005-06-06 15:55   ` Bartlomiej Zolnierkiewicz
  2005-07-05  9:20     ` [SOLVED] " Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-06-06 15:55 UTC (permalink / raw)
  To: THESNIERES Sylvain; +Cc: linux-kernel

On 6/6/05, Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> On 6/3/05, THESNIERES Sylvain <tmsec@free.fr> wrote:
> > Hello. I used the kernel 2.6.10-gentoo-rc9 with my notebook (Pentium 4-M, no
> > trademark), it worked fine and I updated to 2.6.11.10 with fbsplash patch, and
> > now DMA causes the system to crash at boot time. I can't dump any message,
> 
> Could you elaborate on "DMA causes the system to crash"?
> 
> Does 2.6.10-rc5 work for you?

Ehm, 2.6.12-rc5 :-)

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

* [SOLVED] Re: [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode
  2005-06-06 15:55   ` Bartlomiej Zolnierkiewicz
@ 2005-07-05  9:20     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-07-05  9:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: THESNIERES Sylvain

Not a bug.

"ide0=66" kernel parameter forces settings for ide0:
IO base at port 66, default control port and IRQ.

Just don't use "ide0=66".

On 6/6/05, Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> On 6/6/05, Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote:
> > On 6/3/05, THESNIERES Sylvain <tmsec@free.fr> wrote:
> > > Hello. I used the kernel 2.6.10-gentoo-rc9 with my notebook (Pentium 4-M, no
> > > trademark), it worked fine and I updated to 2.6.11.10 with fbsplash patch, and
> > > now DMA causes the system to crash at boot time. I can't dump any message,
> >
> > Could you elaborate on "DMA causes the system to crash"?
> >
> > Does 2.6.10-rc5 work for you?
> 
> Ehm, 2.6.12-rc5 :-)
>

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

end of thread, other threads:[~2005-07-05  9:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-03 13:50 [2.6.11.10][Ali15x3] Crash at startup after disks detection in DMA66 mode THESNIERES Sylvain
2005-06-06 15:45 ` Bartlomiej Zolnierkiewicz
2005-06-06 15:55   ` Bartlomiej Zolnierkiewicz
2005-07-05  9:20     ` [SOLVED] " Bartlomiej Zolnierkiewicz

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