commit | cab3c825371b73fa71ada4dfa8d64ca99bc08638 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <mail@kevin-wolf.de> | Sat May 23 11:21:33 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed May 27 09:45:06 2009 -0500 |
tree | db7c1310d67597b70cadc2667aa93d695f29e0f3 | |
parent | 8cf07dcbe7691dbe4f47563058659dba6ef66b05 [diff] |
e1000: Ignore reset command When a reset is requested, the current e1000 emulation never clears the reset bit which may cause a driver to hang. This patch masks the reset bit out when setting the control registert, so the reset is immediately completed. Signed-off-by: Kevin Wolf <mail@kevin-wolf.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>