From: balrog Date: Mon, 14 Jan 2008 02:39:21 +0000 (+0000) Subject: Revert accidentally added second NIC in Gumstix-connect - this should probably be... X-Git-Tag: release_0_10_0~2778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5697ff6b88fc6236bb80ebb93efe7d3524c33fd8;p=thirdparty%2Fqemu.git Revert accidentally added second NIC in Gumstix-connect - this should probably be a separate board. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3908 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/gumstix.c b/hw/gumstix.c index 81bb9578d0b..2cf52f9c075 100644 --- a/hw/gumstix.c +++ b/hw/gumstix.c @@ -76,11 +76,9 @@ static void connex_init(int ram_size, int vga_ram_size, cpu->env->regs[15] = 0x00000000; - /* Interrupt lines of the NICs are connected to GPIO lines 36 and 27 */ + /* Interrupt line of NIC is connected to GPIO line 36 */ smc91c111_init(&nd_table[0], 0x04000300, pxa2xx_gpio_in_get(cpu->gpio)[36]); - smc91c111_init(&nd_table[1], 0x08000300, - pxa2xx_gpio_in_get(cpu->gpio)[36]); } static void verdex_init(int ram_size, int vga_ram_size,