]> git.proxmox.com Git - qemu.git/commitdiff
eepro100: Add TODO list
authorStefan Weil <weil@mail.berlios.de>
Tue, 2 Mar 2010 21:37:46 +0000 (22:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 11:33:55 +0000 (13:33 +0200)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c

index c072e90c6b8f20557d0eb947f70ff169830d0456..8ee4087af683ba34a7293355c3dd103987515786 100644 (file)
  *
  * 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 */