Re: [Qemu-devel] [PATCH] Gumstix verdex support

2007-11-18 Thread Thorsten Zitterell
Hi. andrzej zaborowski wrote: 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_

Re: [Qemu-devel] [PATCH] Gumstix verdex support

2007-11-17 Thread andrzej zaborowski
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

[Qemu-devel] [PATCH] Gumstix verdex support

2007-11-17 Thread Thorsten Zitterell
Patch to add gumstix verdex board support. Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.365 diff -u -r1.365 vl.c --- vl.c 17 Nov 2007 17:14:38 - 1.365 +++ vl.c 17 Nov 2007 18:54:56 - @@ -7451,6 +