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

Bernd Walter ticso at FreeBSD.org
Tue Sep 28 21:13:55 UTC 2010


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)


More information about the svn-src-all mailing list