only check RCTL_EN in e1000_can_receive()
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 6 Aug 2008 14:11:44 +0000 (14:11 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 6 Aug 2008 14:11:44 +0000 (14:11 +0000)
commit4105de6732f771ea64113851a2ee7172c34d3a7a
tree7402934d63b4d0b1dd918cf92da2ab5d6f98a242
parent2137b4cca9af2ca22b527ef9f3835c532511453d
only check RCTL_EN in e1000_can_receive()

e1000_receive() has code to raise a receive overflow interrupt when the receive
buffer head and tail match. However, with the present implementation of
e1000_can_receive(), this code is unreachable -- and etherboot breaks as a
result.

Signed-off-by: Charles Duffy <charles_duffy@messageone.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4987 c046a42c-6fe2-441c-8c8c-71466251a162
hw/e1000.c