K 10 svn:author V 7 yongari K 8 svn:date V 27 2009-11-04T18:18:09.192192Z K 7 svn:log V 373 MFC r194572: Always check fxp(4) is running, see if it can accept frames from upper stack in fxp_start_body(). fxp(4) drops driver lock in Rx path so check the fxp(4) is still running after reacquiring driver lock in Rx path. Also don't invoke fxp_intr_body if fxp(4) is not running. With this change there is no need to set suspend bit in device attach phase. END