From: Michael Chan Date: Wed, 26 Oct 2005 22:48:35 +0000 (-0700) Subject: [PATCH] tg3: fix ASF heartbeat X-Git-Tag: v2.6.15-rc1~731^2~3^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fbef78a420acdea20570d31f3bdcbfa0cac0d2;p=pandora-kernel.git [PATCH] tg3: fix ASF heartbeat Change the ASF heart beat to 5 seconds for faster detection of system crash. The driver sends the heartbeat every 2 seconds and the ASF firmware will timeout and reset the device if no heartbeat is received after 5 seconds. The old scheme of 2 minutes is ineffective. tg3_write_mem_fast() is added to speed up the IO to send the heartbeat. When no workaround is needed, it will use direct MMIO to memory space to write to memory. Signed-off-by: Michael Chan Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed