From owner-cvs-src@FreeBSD.ORG Fri Aug 26 15:31:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 CAC3A16A41F; Fri, 26 Aug 2005 15:31:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DAA143D4C; Fri, 26 Aug 2005 15:31:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7QFV9kb056886; Fri, 26 Aug 2005 15:31:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7QFV9WK056885; Fri, 26 Aug 2005 15:31:09 GMT (envelope-from jhb) Message-Id: <200508261531.j7QFV9WK056885@repoman.freebsd.org> From: John Baldwin Date: Fri, 26 Aug 2005 15:31:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Aug 2005 15:31:10 -0000 jhb 2005-08-26 15:31:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_xl.c Log: MFC: Conditionally lock Giant in xl's taskqueue handler function. Approved by: re (scottl) Revision Changes Path 1.190.2.4 +2 -0 src/sys/pci/if_xl.c