From owner-cvs-src@FreeBSD.ORG Fri Sep 17 19:46:40 2004 Return-Path: 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 D2D6316A4CE; Fri, 17 Sep 2004 19:46:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8643D41; Fri, 17 Sep 2004 19:46:40 +0000 (GMT) (envelope-from glebius@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 i8HJkexu094775; Fri, 17 Sep 2004 19:46:40 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8HJkeIt094774; Fri, 17 Sep 2004 19:46:40 GMT (envelope-from glebius) Message-Id: <200409171946.i8HJkeIt094774@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Sep 2004 19:46:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 17 Sep 2004 19:46:41 -0000 glebius 2004-09-17 19:46:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_xl.c Log: MFC 1.180: Do not call xl_init_locked() unconditionally when we are bringed UP. Call it only if we weren't UP before. In some cases xl_init causes long media re-negotiation, and ppp(8) fails to open PPPoE connection because it sets IFF_UP every time before opening PPPoE connection. Approved by: re (scottl) Revision Changes Path 1.179.2.1 +3 -2 src/sys/pci/if_xl.c