README 863 B

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