mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 01:52:08 +03:00
Fix e1000 receive tail pointer (RDT) handling
e1000 should now work in VMware.
This commit is contained in:
@@ -271,7 +271,7 @@ struct e1000_adapter {
|
||||
uint32_t tx_tail;
|
||||
uint32_t tx_fill_ctr;
|
||||
|
||||
uint32_t rx_tail;
|
||||
uint32_t rx_curr;
|
||||
|
||||
uint32_t ioaddr;
|
||||
uint32_t irqno;
|
||||
|
||||
Reference in New Issue
Block a user