linux/drivers/net/e1000
Jesse Brandeburg 79f3d3996f [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 <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-12-26 15:51:30 -05:00
..
Makefile e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00
e1000.h e1000: add dynamic itr modes 2006-12-02 00:12:00 -05:00
e1000_ethtool.c e1000: 3 new driver stats for managability testing 2006-12-26 15:51:30 -05:00
e1000_hw.c e1000: 3 new driver stats for managability testing 2006-12-26 15:51:30 -05:00
e1000_hw.h e1000: 3 new driver stats for managability testing 2006-12-26 15:51:30 -05:00
e1000_main.c [PATCH] e1000: No-delay link detection at interface up 2006-12-26 15:51:30 -05:00
e1000_osdep.h e1000: rename ICH8 flash macros 2006-12-02 00:12:00 -05:00
e1000_param.c [PATCH] e1000: The user-supplied itr setting needs the lower 2 bits masked off 2006-12-26 15:51:28 -05:00