From owner-cvs-src-old@FreeBSD.ORG Mon Nov 24 21:26:37 2008 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 920AF1065673 for ; Mon, 24 Nov 2008 21:26:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 843BA8FC0C for ; Mon, 24 Nov 2008 21:26:37 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAOLQbMa078828 for ; Mon, 24 Nov 2008 21:26:37 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAOLQbiY078827 for cvs-src-old@freebsd.org; Mon, 24 Nov 2008 21:26:37 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200811242126.mAOLQbiY078827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 24 Nov 2008 21:26:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6_4 Subject: cvs commit: src/sys/pci if_dc.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: Mon, 24 Nov 2008 21:26:37 -0000 marius 2008-11-24 21:26:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_4) sys/pci if_dc.c Log: SVN rev 185264 on 2008-11-24 21:26:26Z by marius MF stable/6: r185263 Revert r182461 except for the introduction of the DC_HAS_BROKEN_RXSTATE() macro for the upcoming release as doing MII-operations on DM9102A while the link is up has turned out to occasionally cause panics. This again prevents the link state form ever being checked once it's up, which is considered less worse than the panics though. Approved by: re (kensmith) Revision Changes Path 1.160.2.16.2.2 +2 -6 src/sys/pci/if_dc.c