From owner-cvs-all@FreeBSD.ORG Fri Dec 31 00:15:36 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 9CA3A16A4CE; Fri, 31 Dec 2004 00:15:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77DB543D2D; Fri, 31 Dec 2004 00:15:36 +0000 (GMT) (envelope-from tackerman@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 iBV0FadX052699; Fri, 31 Dec 2004 00:15:36 GMT (envelope-from tackerman@repoman.freebsd.org) Received: (from tackerman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV0Fad9052698; Fri, 31 Dec 2004 00:15:36 GMT (envelope-from tackerman) Message-Id: <200412310015.iBV0Fad9052698@repoman.freebsd.org> From: Tony Ackerman Date: Fri, 31 Dec 2004 00:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/em if_em.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: Fri, 31 Dec 2004 00:15:36 -0000 tackerman 2004-12-31 00:15:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/em if_em.c Log: Corrected a workaround that should only be applied to one adapter. Workaround was causing device hangs when incorrectly applied to other adapters. PR: kern/66634 Revision Changes Path 1.2.2.22 +14 -2 src/sys/dev/em/if_em.c