XXXX introduce drv_sectohz
@@ -986,11 +986,11 @@ * to switch if the network is down or hung. */ if ((cvcoutput_q == NULL) || (via_bbsram)) delay(drv_usectohz(100000)); else - delay(drv_usectohz(1000000)); + delay(drv_sectohz(1)); cvc_bbsram_ops(BBSRAM_CONTROL_REG); count = BBSRAM_INPUT_COUNT; } while (count == 0); lp = BBSRAM_INPUT_BUF - count;