From owner-cvs-src-old@FreeBSD.ORG Tue Oct 20 18:58:43 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825741065748 for ; Tue, 20 Oct 2009 18:58:43 +0000 (UTC) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5737A8FC0C for ; Tue, 20 Oct 2009 18:58:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9KIwhnh093473 for ; Tue, 20 Oct 2009 18:58:43 GMT (envelope-from gallatin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9KIwhta093472 for cvs-src-old@freebsd.org; Tue, 20 Oct 2009 18:58:43 GMT (envelope-from gallatin@repoman.freebsd.org) Message-Id: <200910201858.n9KIwhta093472@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gallatin@repoman.freebsd.org using -f From: Andrew Gallatin Date: Tue, 20 Oct 2009 18:58:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mxge if_mxge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 18:58:43 -0000 gallatin 2009-10-20 18:58:28 UTC FreeBSD src repository Modified files: sys/dev/mxge if_mxge.c Log: SVN rev 198303 on 2009-10-20 18:58:28Z by gallatin Make mxge do a better job recovering from NIC h/w faults by checking PCI config space when the NIC is not transmitting. Previously, a h/w fault would not have been detected if the NIC was down, or handling an RX only workload. Revision Changes Path 1.69 +37 -13 src/sys/dev/mxge/if_mxge.c