Pyun YongHyeon 420d0abff8 Clear VGE_TXDESC_Q bit for transmitted frames. The VGE_TXDESC_Q bit
seems to work like a tag that indicates 'not list end' of queued
frames. Without having a VGE_TXDESC_Q bit indicates 'list end'. So
the last frame of multiple queued frames has no VGE_TXDESC_Q bit.
The hardware has peculiar behavior for VGE_TXDESC_Q bit handling.
If the VGE_TXDESC_Q bit of descriptor was set the controller would
fetch next descriptor. However if next descriptor's OWN bit was
cleared but VGE_TXDESC_Q was set, it could confuse controller.
Clearing VGE_TXDESC_Q bit for transmitted frames ensure correct
behavior.
2009-12-14 19:08:11 +00:00
..
2009-12-08 21:42:04 +00:00
2009-12-04 21:53:20 +00:00
2009-12-06 00:10:13 +00:00
2009-11-16 21:47:12 +00:00
2009-12-03 18:16:14 +00:00
2009-12-08 00:54:08 +00:00
2009-11-29 20:47:43 +00:00
2009-12-02 21:22:10 +00:00
2009-12-06 17:26:43 +00:00