On Tue, Jan 27, 2009 at 11:13:01AM +0100, Frank Neuber wrote:
> Thank you all,
> now the head kernel comes up.
> Why is that fix not in the git? Maby I use the wrong git repository for
> MIPS kernel. At the moment I use the linus git:
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
I sent a patch for this 2 weeks ago; Ralf is probably busy with other stuff
atm.
> Am Dienstag, den 27.01.2009, 10:11 +0100 schrieb Manuel Lauss:
> > > I just start with head and found a compile error:
> > > arch/mips/alchemy/common/time.c:93: error: incompatible types in
> > > initialization
> > > I comment this line ".cpumask = CPU_MASK_ALL,"
> >
> > you need to change it to "CPU_MASK_ALL_PTR". Commenting it is not a very
> > good idea ;-)
> Yea sure, but it was a try ... ;-)
>
> The PCI and PCMCIA problems are going on in the same way:
> I tested the CardBus. As you can see the two CardBus bridges maps the
> whole PCI memory into. If I plug in something it is not accessable
> because the
> yenta_cardbus 0000:00:0d.0: No cardbus resource!
> error ...
> I think somting is wrong with PCI resource management here.
> I can't believe that nobody is using the PCI or Cardbus on the AU1550
> with the current kernel.
I'm no PCI expert, but I'm pretty sure resource assignment is done by
generic, not mips-specific, code. Please try the linux-pci and/or
linux-kernel lists.
Beste Gruesse,
Manuel Lauss
|