Date: Fri, 8 Oct 2010 17:58:07 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <201010081758.o98HwHB7097204@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-10-08 17:58:07 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213587 on 2010-10-08 17:58:07Z by yongari Do not blindly UP the interface when interface's MTU is changed. If driver is not running there is no need to up the interface. While I'm here hold driver lock before modifying MTU as it is referenced in RX handler. Revision Changes Path 1.318 +6 -2 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010081758.o98HwHB7097204>