Commit 5697ff6b88fc6236bb80ebb93efe7d3524c33fd8
1 parent
b94ec3ec
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
Showing
1 changed file
with
1 additions
and
3 deletions
hw/gumstix.c
| @@ -76,11 +76,9 @@ static void connex_init(int ram_size, int vga_ram_size, | @@ -76,11 +76,9 @@ static void connex_init(int ram_size, int vga_ram_size, | ||
| 76 | 76 | ||
| 77 | cpu->env->regs[15] = 0x00000000; | 77 | cpu->env->regs[15] = 0x00000000; |
| 78 | 78 | ||
| 79 | - /* Interrupt lines of the NICs are connected to GPIO lines 36 and 27 */ | 79 | + /* Interrupt line of NIC is connected to GPIO line 36 */ |
| 80 | smc91c111_init(&nd_table[0], 0x04000300, | 80 | smc91c111_init(&nd_table[0], 0x04000300, |
| 81 | pxa2xx_gpio_in_get(cpu->gpio)[36]); | 81 | pxa2xx_gpio_in_get(cpu->gpio)[36]); |
| 82 | - smc91c111_init(&nd_table[1], 0x08000300, | ||
| 83 | - pxa2xx_gpio_in_get(cpu->gpio)[36]); | ||
| 84 | } | 82 | } |
| 85 | 83 | ||
| 86 | static void verdex_init(int ram_size, int vga_ram_size, | 84 | static void verdex_init(int ram_size, int vga_ram_size, |