K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-07-07T21:49:14.000000Z K 7 svn:log V 430 Fix a potential race condition that can occur in xl_start(). If the NIC clears out the transmit queue and zeroes the downlist pointer register, but xl_txeof() isn't called before xl_start() tries to queue more packets, xl_start() will think that the DMA is still in progress and not update the downlist register again, thus causing packets to sit in the transmit queue forever. Patch provided by: Russell T Hunt END