1 Apr 2007 13:04
Re: dm9000 on i.mxl
Pavel Pisa <ppisa4lists <at> pikron.com>
2007-04-01 11:04:36 GMT
2007-04-01 11:04:36 GMT
On Thursday 29 March 2007 11:42, Andrew Ip wrote:
> Hi,
>
> In fact I have used your config in 2.6.16.14. Just wonder, in what
> circumstances will trigger packet length error.
>
> Here is my setup.
>
> static struct resource imx_dm9000_resources[] = {
> [0] = {
> .start = IMX_CS5_VIRT,
> .end = IMX_CS5_VIRT + 4,
> .flags = IORESOURCE_MEM,
> },
> [1] = {
> .start = IRQ_GPIOA(19),
> .end = IRQ_GPIOA(19),
> .flags = IORESOURCE_IRQ,
> },
> };
>
> static struct dm9000_plat_data imx_dm9000x_platdata = {
> .flags = DM9000_PLATF_16BITONLY
> };
>
> static struct platform_device imx_dm9000_device = {
> .name = "dm9000",
> .id = 0,
> .num_resources = ARRAY_SIZE(imx_dm9000_resources),
> .resource = imx_dm9000_resources,
(Continue reading)
), but I doubt this may be different.
>
> I'd be very interested in what they have to say..
It is one week later but here is the answer I got. The wording is
RSS Feed