Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 16:43:00 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <201005071643.o47Gh92c028403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-05-07 16:43:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  SVN rev 207748 on 2010-05-07 16:43:00Z by yongari
  
  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
  MFC after:      5 days
  
  Revision  Changes    Path
  1.300     +1 -1      src/sys/dev/fxp/if_fxp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005071643.o47Gh92c028403>