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