svn commit: r213251 - head/sys/arm/at91

[ Available lists | Index of svn-src-head | Month of Sep 2010 | Week of 28 Sep 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bernd Walter <ticso@FreeBSD.org>
Date
28 Sep 2010 21:13:55
Subject
svn commit: r213251 - head/sys/arm/at91
Message-ID
201009282113.o8SLDssq085745@svn.freebsd.org


[ Hide this part ]
Author: ticso
Date: Tue Sep 28 21:13:54 2010
New Revision: 213251
URL: http://svn.freebsd.org/changeset/base/213251

Log:
fix outdated comment

Modified:
head/sys/arm/at91/if_ate.c

Modified: head/sys/arm/at91/if_ate.c
==============================================================================
--- head/sys/arm/at91/if_ate.c Tue Sep 28 20:57:14 2010 (r213250)
+++ head/sys/arm/at91/if_ate.c Tue Sep 28 21:13:54 2010 (r213251)
@@ -391,10 +391,7 @@ ate_mac_hash(const uint8_t *buf)
}

/*
- * Compute the multicast filter for this device using the standard
- * algorithm. I wonder why this isn't in ether somewhere as a lot
- * of different MAC chips use this method (or the reverse the bits)
- * method.
+ * Compute the multicast filter for this device.
*/
static int
ate_setmcast(struct ate_softc *sc)

Elapsed time: 0.078 seconds