]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r207748:
authoryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 12 May 2010 17:07:19 +0000 (17:07 +0000)
committeryongari <yongari@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 12 May 2010 17:07:19 +0000 (17:07 +0000)
commit818a42fe6c145cc726302c834090274ae7ef9ca4
treee3429e8b5ca93187a4c41a94ac5d8166a447aad9
parentba9b79679ed266730d8639d1beb5f7b3b2b39340
MFC r207748:
  It seems controller has two types of promiscuous control, one for
  unicast and the other for multicast. To receive multicast frames
  that host didn't join in promiscuous mode, driver have to set
  promiscuous mode for multicast frames as well.
  The Open Source Software Developer Manual for i8255x was not clear
  how to handle promiscuous mode.

  PR: kern/145905

git-svn-id: svn://svn.freebsd.org/base/stable/8@207972 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fxp/if_fxp.c