fix for bad macaddr of e1000 in Windows 2003 server with original MS driver
commit356c7ff4b699fb80ece580feb5e7a0c2ae9c93eb
authorNaphtali Sprei <nsprei@redhat.com>
Thu, 16 Jul 2009 15:17:53 +0000 (16 18:17 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:54 +0000 (16 17:28 -0500)
tree7b9f2937bad4e5b22913bf704cb579cf7c0aeade
parentf35199864c690851697a2ba6e3f29a050291d4ba
fix for bad macaddr of e1000 in Windows 2003 server with original MS driver

The sequence of reading from eeprom is "offset by one" moved because of a false
detection of a clock cycle after an eeprom reset. Keeping the last clock value
after a reset keeps it in sync.

Signed-off-by: Naphtali Sprei <nsprei@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/e1000.c