taglinefilesource code
RST454net/tcp/we.cwhile( ( inb_p( ISR ) & RST ) == 0 ); /* wait for reset to be completed */
RST455net/tcp/we.coutb_p( RST, ISR ); /* acknowledge RST interrupt */
RST612net/tcp/we.cif( inb_p( ISR ) & RST ) /* Reset has been performed */
RST613net/tcp/we.coutb_p( RST, ISR ); /* acknowledge interrupt */