From owner-cvs-src@FreeBSD.ORG Fri Nov 14 12:21:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E9216A4CF for ; Fri, 14 Nov 2003 12:21:02 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D19843FD7 for ; Fri, 14 Nov 2003 12:21:00 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 48365 invoked by uid 1000); 14 Nov 2003 20:21:01 -0000 Date: Fri, 14 Nov 2003 12:21:01 -0800 (PST) From: Nate Lawson To: Sam Leffler In-Reply-To: <20031114190111.EDAC816A4E2@hub.freebsd.org> Message-ID: <20031114121752.V48322@root.org> References: <20031114190111.EDAC816A4E2@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_anreg.h src/sys/dev/bfe if_bfe.c src/sys/dev/my if_my.c src/sys/dev/owi if_owi.c if_wivar.h src/sys/dev/re if_re.c src/sys/dev/wl if_wl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 20:21:03 -0000 On Fri, 14 Nov 2003, Sam Leffler wrote: > Modified files: > sys/dev/an if_an.c if_anreg.h > sys/dev/bfe if_bfe.c > sys/dev/my if_my.c > sys/dev/owi if_owi.c if_wivar.h > sys/dev/re if_re.c > sys/dev/wl if_wl.c > sys/pci if_dc.c if_dcreg.h if_pcn.c if_pcnreg.h > if_rl.c if_rlreg.h if_sf.c if_sfreg.h > if_sis.c if_sisreg.h if_sk.c if_skreg.h > if_ste.c if_stereg.h if_ti.c if_tireg.h > if_tl.c if_tlreg.h if_vr.c if_vrreg.h > if_wb.c if_wbreg.h if_xl.c if_xlreg.h > Log: > Drop the driver lock around calls to if_input to avoid a LOR when > the packets are immediately returned for sending (e.g. when bridging > or packet forwarding). There are more efficient ways to do this > but for now use the least intrusive approach. > > Reviewed by: imp, rwatson FYI, I believe fxp(4) already has this fix. -Nate