From owner-cvs-all Tue Oct 29 11: 3:31 2002 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 88A1737B404; Tue, 29 Oct 2002 11:03:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA6043E75; Tue, 29 Oct 2002 11:03:30 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9TJ2JmV043457; Tue, 29 Oct 2002 11:02:19 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9TJ2JrF043456; Tue, 29 Oct 2002 11:02:19 -0800 (PST) Message-Id: <200210291902.g9TJ2JrF043456@repoman.freebsd.org> From: Warner Losh Date: Tue, 29 Oct 2002 11:02:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.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 imp 2002/10/29 11:02:19 PST Modified files: sys/pci if_rl.c Log: Don't take out the rl_mtx lock in the attach routine. The only way we'd need it is if we're interrupted. So, register the interrupt last in the attach routine. Revision Changes Path 1.78 +15 -19 src/sys/pci/if_rl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message