]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r275816:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 26 Mar 2015 04:58:47 +0000 (04:58 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 26 Mar 2015 04:58:47 +0000 (04:58 +0000)
commit82283e55131aa093b49459d332d75a433e3f342b
tree7c9ff7c99cec53837dcbe5474d7fc198b6d4e509
parentd170c2e5793b608a689d6298ba17fc61b4c6430c
MFC r275816:
  Fix a bug introdiced in r217548.  According to NS DP83815 data
  sheet, RX filter should be disabled before programming.
  Previously it was clearing wrong bits so RX filter was not
  disabled in RX filter configuration.

MFC r277048:
  Enable receive filter in sis_rxfilter().
  While I'm here add a check for driver running state for multicast
  filter handling.

git-svn-id: svn://svn.freebsd.org/base/stable/9@280658 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sis/if_sis.c