cvs commit: src/sys/pci if_xl.c

[ Available lists | Index of cvs-all | Month of Sep 2004 | Week of 17 Sep 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Gleb Smirnoff <glebius@FreeBSD.org>
Date
17 Sep 2004 19:46:40
Subject
cvs commit: src/sys/pci if_xl.c
Message-ID
200409171946.i8HJkeIt094774@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.137 seconds