From patchwork Sun Feb 14 16:16:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/20] eepro100: Add TODO list From: Stefan Weil X-Patchwork-Id: 45313 Message-Id: <1266164189-21062-6-git-send-email-weil@mail.berlios.de> To: QEMU Developers Cc: Date: Sun, 14 Feb 2010 17:16:15 +0100 Signed-off-by: Stefan Weil --- hw/eepro100.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 179c544..b93667a 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 */