public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* BUG CORRECTION: at1700.c
@ 2002-03-14  5:21 sawa
  2002-03-14  5:38 ` sawa
  2002-03-14  5:59 ` Ah Pook
  0 siblings, 2 replies; 5+ messages in thread
From: sawa @ 2002-03-14  5:21 UTC (permalink / raw)
  To: linux-kernel

[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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-03-14  6:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-14  5:21 BUG CORRECTION: at1700.c sawa
2002-03-14  5:38 ` sawa
2002-03-14  5:59 ` Ah Pook
2002-03-14  6:04   ` Ryan Cumming
2002-03-14  6:07   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox