From owner-cvs-all Mon Jan 7 12:41:55 2002 Delivered-To: cvs-all@freebsd.org Received: from prism.flugsvamp.com (66-188-92-95.mad.wi.charter.com [66.188.92.95]) by hub.freebsd.org (Postfix) with ESMTP id AC6C337B400; Mon, 7 Jan 2002 12:41:46 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.6/8.11.6) id g07KdY594392; Mon, 7 Jan 2002 14:39:34 -0600 (CST) (envelope-from jlemon) Date: Mon, 7 Jan 2002 14:39:34 -0600 From: Jonathan Lemon To: Mikhail Teterin Cc: jlemon@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <20020107143934.E59128@prism.flugsvamp.com> References: <200201071508.g07F8sm74648@freefall.freebsd.org> <200201071945.g07JjLl54001@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200201071945.g07JjLl54001@aldan.algebra.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 07, 2002 at 02:45:18PM -0500, Mikhail Teterin wrote: > On 7 Jan, Jonathan Lemon wrote: > > jlemon 2002/01/07 07:08:54 PST > > > > Modified files: > > sys/dev/fxp if_fxp.c > > Log: > > Explicitly reload the multicast filters when the hardware is > > reinitialized instead of relying on the previous filters to be > > present. > > Will there be a race window between the hardware reinitialization and > the filter reloading? No - the multicast reload is now done as part of fxp_init(), so when the device comes up, the filters will already have been reprogrammed. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message