From owner-cvs-src-old@FreeBSD.ORG Fri May 7 16:43:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9604510657CB for ; Fri, 7 May 2010 16:43:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 855378FC08 for ; Fri, 7 May 2010 16:43:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o47Gh9bT028404 for ; Fri, 7 May 2010 16:43:09 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o47Gh92c028403 for cvs-src-old@freebsd.org; Fri, 7 May 2010 16:43:09 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201005071643.o47Gh92c028403@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 7 May 2010 16:43:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 16:43:09 -0000 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