Hi,

On 17/11/2007, Thorsten Zitterell <[EMAIL PROTECTED]> wrote:
> Patch to add gumstix verdex board support.

The code has:

+    /* Interrupt line of NIC is connected to GPIO line 49 */
+    smc91c111_init(&nd_table[0], 0x04000300,
+                    pxa2xx_gpio_in_get(cpu->gpio)[99]);

Should it be 49 or 99?

Regarding the usage example, I think not many people will look into
the code for this kind of information, it would be of more use in the
mailing list archives and optionally the docs.

Do these boards have an LCD? If not, you can pass NULL as the "ds"
parameter to pxa2xx_init() I think (not tested). I see that -nographic
is used in both examples.

Regards,
Andrew


Reply via email to