From: Jesse Brandeburg Date: Fri, 15 Dec 2006 09:42:34 +0000 (+0100) Subject: [PATCH] e1000: No-delay link detection at interface up X-Git-Tag: v2.6.20-rc3~56^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f3d3996f06ee339c6f173e573826eccd3914ab;p=pandora-kernel.git [PATCH] e1000: No-delay link detection at interface up Currently after an interface up, the link state is detected 2 seconds later when the first watchdog timer runs. This patch changes that by triggering the hardware to generate a link-change interrupt from the up() function instead. This has the result that the link state gets detected immediately and without races. This has the potential to speed up booting since a normal distribution boot process waits for a link before DHCP is attempted. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Arjan van de Ven Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed