Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2009 05:46:28 +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:  <200903230546.n2N5kcQg035560@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-03-23 05:46:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c 
  Log:
  SVN rev 190314 on 2009-03-23 05:46:28Z by yongari
  
  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.39      +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?200903230546.n2N5kcQg035560>