From ba19f2dea59b417c7652e6bc3f5ac2e32ee406a7 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 2 Mar 2010 22:37:46 +0100 Subject: [PATCH] eepro100: Add TODO list Signed-off-by: Stefan Weil Signed-off-by: Michael S. Tsirkin --- hw/eepro100.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hw/eepro100.c b/hw/eepro100.c index c072e90c6b..8ee4087af6 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -31,6 +31,14 @@ * * Intel 8255x 10/100 Mbps Ethernet Controller Family * Open Source Software Developer Manual + * + * TODO: + * * PHY emulation should be separated from nic emulation. + * Most nic emulations could share the same phy code. + * * i82550 is untested. It is programmed like the i82559. + * * i82562 is untested. It is programmed like the i82559. + * * Power management (i82558 and later) is not implemented. + * * Wake-on-LAN is not implemented. */ #include /* offsetof */ -- GitLab