From owner-cvs-all@FreeBSD.ORG Sat Oct 23 18:58:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C5916A4CE; Sat, 23 Oct 2004 18:58:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F5B43D39; Sat, 23 Oct 2004 18:58:54 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9NIws8T017047; Sat, 23 Oct 2004 18:58:54 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9NIwsJo017046; Sat, 23 Oct 2004 18:58:54 GMT (envelope-from le) Message-Id: <200410231858.i9NIwsJo017046@repoman.freebsd.org> From: Lukas Ertl Date: Sat, 23 Oct 2004 18:58:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 18:58:54 -0000 le 2004-10-23 18:58:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/dev/if_ndis if_ndis.c Log: MFC rev. 1.71: Drop the NDIS lock before returning from ndis_start(). PR: i386/72795 Submitted by: Frank Mayhar Approved by: re@ (scottl) Revision Changes Path 1.69.2.1.2.1 +3 -1 src/sys/dev/if_ndis/if_ndis.c