eepro100: Fix PXE boot
authorStefan Weil <weil@mail.berlios.de>
Tue, 2 Mar 2010 21:37:43 +0000 (22:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 11:33:50 +0000 (13:33 +0200)
commit052ca79d3103ce559651579e9af7606e77353499
treebcad208164e6aa739ea3492848ef380642324335
parent222a1008649b1f4345d168c876d2ac6d6abef178
eepro100: Fix PXE boot

The phy handling was wrong for PXE, GPXE boot:
GPXE's eepro100 driver did not detect a valid link.

This is fixed here.

V2 - Use UPPER_CASE for enum values

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c