K 10 svn:author V 7 yongari K 8 svn:date V 27 2009-06-21T06:46:32.944269Z K 7 svn:log V 348 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