]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When driver is not running, do not send DUMP command to controller
authorPyun YongHyeon <yongari@FreeBSD.org>
Mon, 10 Jan 2011 23:47:11 +0000 (23:47 +0000)
committerPyun YongHyeon <yongari@FreeBSD.org>
Mon, 10 Jan 2011 23:47:11 +0000 (23:47 +0000)
commit16a4824bf91439cd9b4fc0e6fb5e2589825e06e1
treed35ec53e18d63904254c99582623a2b75997060c
parentd6d7d923adc33fc1f2609d6aa40a33a36c66d2c8
When driver is not running, do not send DUMP command to controller
and just show old (cached) values. Controller will not respond to
the command unless MAC is enabled so DUMP request for down
interface caused request timeout.
sys/dev/re/if_re.c