* no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
@ 2002-08-09 9:05 Gregoire Favre
2002-08-09 10:38 ` Alan Cox
0 siblings, 1 reply; 7+ messages in thread
From: Gregoire Favre @ 2002-08-09 9:05 UTC (permalink / raw)
To: linux-kernel
Hello,
having see that the pre1 include a big AC merge, I have tried it. For me
it's unusable:
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
ICH4: IDE controller on PCI bus 00 dev f9
PCI: Device 00:1f.1 not available because of resource collisions
ICH4: (ide_setup_pci_device:) Could not enable device.
hda: IC35L120AVVA07-0, ATA DISK drive
Any hope to include that in pre2?
Thank you very much,
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 10:38 ` Alan Cox
@ 2002-08-09 9:39 ` Gregoire Favre
2002-08-09 9:43 ` Tomas Szepe
0 siblings, 1 reply; 7+ messages in thread
From: Gregoire Favre @ 2002-08-09 9:39 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel
On Fri, Aug 09, 2002 at 11:38:50AM +0100, Alan Cox wrote:
> Maybe pre3/pre4. pre2 will have some other stuff that is also important
> and affects the IDE merge. The IDE stuff has a couple of bits I want to
> pin down as well.
>
> For most cases if I push Marcelo the pci interface changes that ought to
> fix things.
Great, and in the meantime, the 2.4.19-*-ac* works just great
(2.4.20-pre1-ac1 didn't compil, and I don't see the bug report on the ml
I think I have sent: I should have done a bad manipulation to that
email...).
Thank you very much and have a great day,
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 9:39 ` Gregoire Favre
@ 2002-08-09 9:43 ` Tomas Szepe
2002-08-09 9:51 ` Gregoire Favre
0 siblings, 1 reply; 7+ messages in thread
From: Tomas Szepe @ 2002-08-09 9:43 UTC (permalink / raw)
To: Gregoire Favre; +Cc: Alan Cox, linux-kernel
> (2.4.20-pre1-ac1 didn't compil,
What's the error you're getting?
T.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 9:43 ` Tomas Szepe
@ 2002-08-09 9:51 ` Gregoire Favre
2002-08-09 9:52 ` Tomas Szepe
0 siblings, 1 reply; 7+ messages in thread
From: Gregoire Favre @ 2002-08-09 9:51 UTC (permalink / raw)
To: Tomas Szepe; +Cc: Alan Cox, linux-kernel
On Fri, Aug 09, 2002 at 11:43:02AM +0200, Tomas Szepe wrote:
> > (2.4.20-pre1-ac1 didn't compil,
>
> What's the error you're getting?
As far as I remember (home computer...) it was apm.c which don't compil
on UP (I got a P4). I can do it again tonight ;-)
Thank you,
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 9:51 ` Gregoire Favre
@ 2002-08-09 9:52 ` Tomas Szepe
2002-08-09 11:14 ` Gregoire Favre
0 siblings, 1 reply; 7+ messages in thread
From: Tomas Szepe @ 2002-08-09 9:52 UTC (permalink / raw)
To: Gregoire Favre; +Cc: Alan Cox, linux-kernel
> > > (2.4.20-pre1-ac1 didn't compil,
> > What's the error you're getting?
> As far as I remember (home computer...) it was apm.c which don't compil
> on UP (I got a P4). I can do it again tonight ;-)
Right. That one has been reported before.
Find the fix in the lkml archives.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 9:05 no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did) Gregoire Favre
@ 2002-08-09 10:38 ` Alan Cox
2002-08-09 9:39 ` Gregoire Favre
0 siblings, 1 reply; 7+ messages in thread
From: Alan Cox @ 2002-08-09 10:38 UTC (permalink / raw)
To: Gregoire Favre; +Cc: linux-kernel
On Fri, 2002-08-09 at 10:05, Gregoire Favre wrote:
> Any hope to include that in pre2?
Maybe pre3/pre4. pre2 will have some other stuff that is also important
and affects the IDE merge. The IDE stuff has a couple of bits I want to
pin down as well.
For most cases if I push Marcelo the pci interface changes that ought to
fix things.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did)
2002-08-09 9:52 ` Tomas Szepe
@ 2002-08-09 11:14 ` Gregoire Favre
0 siblings, 0 replies; 7+ messages in thread
From: Gregoire Favre @ 2002-08-09 11:14 UTC (permalink / raw)
To: Tomas Szepe; +Cc: Alan Cox, linux-kernel
On Fri, Aug 09, 2002 at 11:52:29AM +0200, Tomas Szepe wrote:
> > > > (2.4.20-pre1-ac1 didn't compil,
> > > What's the error you're getting?
> > As far as I remember (home computer...) it was apm.c which don't compil
> > on UP (I got a P4). I can do it again tonight ;-)
>
> Right. That one has been reported before.
> Find the fix in the lkml archives.
Argh, I am really sory, I found it!!!
Thank you very much ;-)
Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-08-09 11:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-09 9:05 no DMA on 2.4.20-pre1 on ICH4 (2.4.19-rc*-ac* did) Gregoire Favre
2002-08-09 10:38 ` Alan Cox
2002-08-09 9:39 ` Gregoire Favre
2002-08-09 9:43 ` Tomas Szepe
2002-08-09 9:51 ` Gregoire Favre
2002-08-09 9:52 ` Tomas Szepe
2002-08-09 11:14 ` Gregoire Favre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®