Hi Pete,
Peter Popov wrote:
Hi Vladimir,
Is this really for the JBS board or for a different
board?
Thank you for the response.
I used a quite different board (STB810), but it's based on the same board
dependent code as JBS (i.e arch/mips/philips/pnx8550/jbs). I haven't
worked with
JBS board and I'm not sure if slot=10 is needed for that, but it's
really necessary for STB810.
I also has another question - Could you please advice: shall I create a
different
arch/mips/philips/pnx8550/stb810
and add MACH_PHILIPS_STB810 ID and defconfig
or I can use exiting JBS one?
TIA,
Vladimir
Pete
--- "Vladimir A. Barinov" <vbarinov@xxxxxxxxxxxxx>
wrote:
Hi Ralf, Pete,
This patch enables NATSEMI eth driver to be used on
pci bus.
Does it make sense to push this patch?
Vladimir
---
linux-2.6.15.orig/arch/mips/philips/pnx8550/jbs/irqmap.c
2005-12-02 16:37:59.000000000 +0300
+++
linux-2.6.15/arch/mips/philips/pnx8550/jbs/irqmap.c
2005-12-02 17:33:05.000000000 +0300
@@ -31,6 +31,7 @@
char irq_tab_jbs[][5] __initdata = {
[8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff,
0xff},
[9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff,
0xff},
+ [10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff,
0xff},
[17] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff,
0xff},
};