at v3.0 25 lines 863 B view raw
1This is a driver for the ET1310 network device. 2 3Based on the driver found at https://sourceforge.net/projects/et131x/ 4 5Cleaned up immensely by Olaf Hartman <o.hartmann@telovital.com> and Christoph 6Hellwig <hch@infradead.org> 7 8Note, the powermanagement options were removed from the vendor provided 9driver as they did not build properly at the time. 10 11TODO: 12 - kernel coding style cleanups 13 - forward port for latest network driver changes 14 - kill useless typecasts (e.g. in et1310_phy.c) 15 - alloc_etherdev is initializing memory with zero?!? 16 - add_timer call in et131x_netdev.c is correct? 17 - Add power saving functionality (suspend, sleep, resume) 18 - Implement a few more kernel Parameter (set mac ) 19 20Please send patches to: 21 Greg Kroah-Hartman <gregkh@suse.de> 22 23And Cc: Olaf Hartmann <o.hartmann@telovital.com> as he has this device and can 24test any changes. 25