Date: Tue, 28 Sep 2010 21:13:54 +0000 (UTC) From: Bernd Walter <ticso@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213251 - head/sys/arm/at91 Message-ID: <201009282113.o8SLDssq085745@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009282113.o8SLDssq085745>