TICKS_PER_MS
load_timer2(10*TICKS_PER_MS); /* Give it 10 ms */
load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
load_timer2(10*TICKS_PER_MS);
load_timer2(10*TICKS_PER_MS); /* timeout 10 ms for transmit */
waiton_timer2((usecs * TICKS_PER_MS)/1000);
load_timer2(10*TICKS_PER_MS);
load_timer2(10*TICKS_PER_MS);
#define TX_TIMEOUT (10*TICKS_PER_MS)