]> git.proxmox.com Git - mirror_qemu.git/commit - hw/eepro100.c
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)
commit6cded3a43ad0044d9831590795d9c6cf0dc2d2ee
treebcad208164e6aa739ea3492848ef380642324335
parent0908bba1577d39bef09dd617b650d6dbd04ccf9e
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