1 This is a driver for the ET1310 network device.
3 Based on the driver found at https://sourceforge.net/projects/et131x/
5 Cleaned up immensely by Olaf Hartman <o.hartmann@telovital.com> and Christoph
6 Hellwig <hch@infradead.org>
8 Note, the powermanagement options were removed from the vendor provided
9 driver as they did not build properly at the time.
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 )
20 Please send patches to:
21 Greg Kroah-Hartman <gregkh@suse.de>
23 And Cc: Olaf Hartmann <o.hartmann@telovital.com> as he has this device and can