mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 10:23:00 +03:00
[3c90x] Don't round up transmit packet length
The 3c90x B and C revisions support rounding up the packet length to a specific boundary. Disable this feature to avoid overlength packets. This fixes the loopback test. Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
b324a9c243
commit
e5f6471525
@@ -202,6 +202,7 @@ enum GlobalResetParams {
|
||||
enum FrameStartHeader {
|
||||
fshTxIndicate = 0x8000,
|
||||
fshDnComplete = 0x10000,
|
||||
fshRndupDefeat = 0x10000000,
|
||||
};
|
||||
|
||||
enum UpDownDesc {
|
||||
|
||||
Reference in New Issue
Block a user