From owner-cvs-src@FreeBSD.ORG Wed Dec 17 02:01:47 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 47F2E16A4CE; Wed, 17 Dec 2003 02:01:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F98643D55; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBHA1k0B096785; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBHA1kCv096784; Wed, 17 Dec 2003 02:01:46 -0800 (PST) (envelope-from harti) Message-Id: <200312171001.hBHA1kCv096784@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 17 Dec 2003 02:01:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/en midway.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: Wed, 17 Dec 2003 10:01:47 -0000 harti 2003/12/17 02:01:46 PST FreeBSD src repository Modified files: sys/dev/en midway.c Log: Move the locking of the softc up to before the allocation of the transmission map. This allocation accesses the softc so should be under the lock (it uses NOWAIT). Revision Changes Path 1.60 +6 -4 src/sys/dev/en/midway.c