Date: Sun, 7 Jun 2009 05:22:22 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <200906070522.n575MdNd040636@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-06-07 05:22:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/msk if_msk.c Log: SVN rev 193614 on 2009-06-07 05:22:22Z by yongari MFC r190314: Togging ALLMULTI does not require controller reset so have Rx filtering handle this. Introduce a new function msk_rxfilter that handles Rx filter configuration and multicast setup as well as promiscuous mode. This simplifies code a lot. Promiscuous mode always have preference to any other Rx filtering so don't disable the mode when ALLMULTI is set. Revision Changes Path 1.18.2.19 +16 -42 src/sys/dev/msk/if_msk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906070522.n575MdNd040636>