Date: Thu, 9 Sep 2004 12:16:29 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Message-ID: <200409091216.i89CGTXQ010181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2004-09-09 12:16:29 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: 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. PR: kern/69133 Patch by: mdodd Approved by: wpaul, julian (mentor) MFC after: 1 week Revision Changes Path 1.180 +3 -2 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409091216.i89CGTXQ010181>