RTL8139: Difference between revisions

No change in size ,  13 years ago
m
fixed typo
[unchecked revision][unchecked revision]
No edit summary
m (fixed typo)
Line 94:
Another bit, the WRAP bit, controls the handling of receive buffer wrap around.
 
If WRAP is 0, the Rx buffer is treated as a traidtionaltraditional ring buffer: if a packet is being written near the end of the buffer and the RTL8139 knows you've already handled data before this (thanks to CAPR), the packet will continue at the beginning of the buffer.
 
If WRAP is 1, the remainder of the packet will be written contiguously (overflowing the actual receive buffer) so that it can be handled more efficiently. This means the buffer must be an additional 1500 bytes (to hold the largest potentially overflowing packet).
Anonymous user