From owner-cvs-all@FreeBSD.ORG Mon Nov 8 16:16:04 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 A09C116A4CE; Mon, 8 Nov 2004 16:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F73343D31; Mon, 8 Nov 2004 16:16:04 +0000 (GMT) (envelope-from mlaier@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 iA8GG4JF027803; Mon, 8 Nov 2004 16:16:04 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA8GG4qh027802; Mon, 8 Nov 2004 16:16:04 GMT (envelope-from mlaier) Message-Id: <200411081616.iA8GG4qh027802@repoman.freebsd.org> From: Max Laier Date: Mon, 8 Nov 2004 16:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_xl.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: Mon, 08 Nov 2004 16:16:04 -0000 mlaier 2004-11-08 16:16:04 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even more sensitive, but less excercised location (the watchdog). While here use the *_start_locked function directly to avoid drop, grab, drop lock. I have to be very careful with future ALTQ patches! Found & reviewed by: rwatson MFC after: 3 days Revision Changes Path 1.182 +7 -3 src/sys/pci/if_xl.c