BUG CORRECTION: at1700.c

sawa (sawa@yamamoto.gr.jp)
Thu, 14 Mar 2002 14:21:02 +0900


[1.] at1700.c bug correction.
[2.] Multicast does not work.
[3.] ethernet, at1700, fmv18x, fujitsu, NIC, driver, network, module
[4.] 2.4.18
[X.]
PATCH:
% diff -u at1700.c.org at1700.c
--- at1700.c.org Thu Oct 11 15:24:09 2001
+++ at1700.c Thu Mar 14 00:44:15 2002
@@ -856,6 +856,7 @@
i++, mclist = mclist->next)
set_bit(ether_crc_le(ETH_ALEN, mclist->dmi_addr) >> 26,
mc_filter);
+ outb(0x02, ioaddr + RX_MODE); /* Use normal mode. */
}

save_flags(flags);

RESULT:
I observed that multicast works using this patch.

ACKNOWLEDGMENT:
This code was written by Tamiya-san.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/