Fix e1000 receive tail pointer (RDT) handling

e1000 should now work in VMware.
This commit is contained in:
Marty Connor
2007-12-17 13:07:29 -05:00
parent bea8787a03
commit ff476c04e9
2 changed files with 7 additions and 7 deletions

View File

@@ -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;