e1000 fix: read access to some registers is missing.
commita00b2335282cad10ecc3e9c50030fb631f1c7d11
authorKay Ackermann <kay.ackermann@uni-ulm.de>
Sat, 31 Oct 2009 17:29:43 +0000 (31 18:29 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Nov 2009 17:23:56 +0000 (12 11:23 -0600)
tree0affd994bccc28990d4af149fa75b91b79c167b9
parentc34d2451ed32651e14e309f94009be07d231ee96
e1000 fix: read access to some registers is missing.

While writing working on an e1000 driver for my university's OS I
noticed that some registers aren't readable in QEMU, but they should
be readable as stated in Intels Driver Developer Manual (and also
verified on real hardware).

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