Transmit Underflow ProblemsTransmit underflow occurs when the lnc hardware tries to send a message before the entire message has been DMAed to the card SRAM (the idea being to pipeline the data transfer). If the card tries to send data that hasn't been DMAed yet, then a transmit underflow condition occurs. As far as I can tell, this is just plain wrong and the card should not be doing this. (AMD's web site blames the motherboard saying that it is not providing sufficient DMA bandwidth to the card. I guess this means that AMD relies on timing to prevent this error, and the timing is motherboard dependent.)
The following patch to
|
|