summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-03-02 22:37:46 +0100
committerMichael S. Tsirkin <mst@redhat.com>2010-03-03 13:33:55 +0200
commitba19f2dea59b417c7652e6bc3f5ac2e32ee406a7 (patch)
treeba5c654c6455541abe8fa08d2a621fa5b6dac448 /hw/eepro100.c
parentda51e79b7ff2126cc2448749d657a4f6e3b1270f (diff)
downloadhqemu-ba19f2dea59b417c7652e6bc3f5ac2e32ee406a7.zip
hqemu-ba19f2dea59b417c7652e6bc3f5ac2e32ee406a7.tar.gz
eepro100: Add TODO list
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r--hw/eepro100.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c
index c072e90..8ee4087 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 <stddef.h> /* offsetof */
OpenPOWER on IntegriCloud