Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] de2104x: Resurrect Cobalt support for 2.6.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

drivers/net/tulip/de2104x.c | 5 +++++
1 files changed, 5 insertions(+)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by

Ralf Baechle and committed by
Jeff Garzik
bc053d45 7f553e3d

+5
+5
drivers/net/tulip/de2104x.c
··· 1787 1787 /* DEC now has a specification but early board makers 1788 1788 just put the address in the first EEPROM locations. */ 1789 1789 /* This does memcmp(eedata, eedata+16, 8) */ 1790 + 1791 + #ifndef CONFIG_MIPS_COBALT 1792 + 1790 1793 for (i = 0; i < 8; i ++) 1791 1794 if (ee_data[i] != ee_data[16+i]) 1792 1795 sa_offset = 20; 1796 + 1797 + #endif 1793 1798 1794 1799 /* store MAC address */ 1795 1800 for (i = 0; i < 6; i ++)