Revision ba19f2de

b/hw/eepro100.c
31 31
 *
32 32
 * Intel 8255x 10/100 Mbps Ethernet Controller Family
33 33
 * Open Source Software Developer Manual
34
 *
35
 * TODO:
36
 *      * PHY emulation should be separated from nic emulation.
37
 *        Most nic emulations could share the same phy code.
38
 *      * i82550 is untested. It is programmed like the i82559.
39
 *      * i82562 is untested. It is programmed like the i82559.
40
 *      * Power management (i82558 and later) is not implemented.
41
 *      * Wake-on-LAN is not implemented.
34 42
 */
35 43

  
36 44
#include <stddef.h>             /* offsetof */

Also available in: Unified diff