From owner-cvs-all Mon Jan 7 7: 9:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17AD737B41A; Mon, 7 Jan 2002 07:08:54 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g07F8sm74648; Mon, 7 Jan 2002 07:08:54 -0800 (PST) (envelope-from jlemon) Message-Id: <200201071508.g07F8sm74648@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 7 Jan 2002 07:08:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: HEAD 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 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. Back out r1.125, as a reset is needed to unload any existing microcode, (which clears the multicast addresses), as it is superceded by this change. Revision Changes Path 1.126 +57 -25 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message