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