Marcin Slusarz 1af4791552 staging/et131x: fix et131x_rx_dma_disable halt_status usage há 14 anos atrás
..
Kconfig cfb739b459 Staging: add et131x network driver há 16 anos atrás
Makefile 735f48f57d Staging: et131x: Makefile: replace the use of <module>-objs with <module>-y há 14 anos atrás
README cfb739b459 Staging: add et131x network driver há 16 anos atrás
et1310_address_map.h f3fd4cd591 Staging: et131x: fix most coding style issues in et131x há 15 anos atrás
et1310_eeprom.c 072e9f609c staging: et131x: Turn a few more LongCapitalisedThings into Linuxish names há 14 anos atrás
et1310_mac.c ae3a08aab5 staging: et131x: Kill of the eFLOW_CONTROL enum há 14 anos atrás
et1310_phy.c 404dc5f3f4 staging: et131x: Begin cleaning up the MI registers há 14 anos atrás
et1310_phy.h 404dc5f3f4 staging: et131x: Begin cleaning up the MI registers há 14 anos atrás
et1310_pm.c 64b728319b staging: et131x: Clean up the phy coma stuff há 14 anos atrás
et1310_rx.c 1af4791552 staging/et131x: fix et131x_rx_dma_disable halt_status usage há 14 anos atrás
et1310_rx.h f3fd4cd591 Staging: et131x: fix most coding style issues in et131x há 15 anos atrás
et1310_tx.c ae3a08aab5 staging: et131x: Kill of the eFLOW_CONTROL enum há 14 anos atrás
et1310_tx.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place há 15 anos atrás
et131x.h ae3e5f0e9a staging: et131x: Clean up the RFD struct/types há 14 anos atrás
et131x_adapter.h ae3e5f0e9a staging: et131x: Clean up the RFD struct/types há 14 anos atrás
et131x_defs.h abc449970a Staging: et131x: kill NMI hacks há 15 anos atrás
et131x_initpci.c 64b728319b staging: et131x: Clean up the phy coma stuff há 14 anos atrás
et131x_isr.c 404dc5f3f4 staging: et131x: Begin cleaning up the MI registers há 14 anos atrás
et131x_netdev.c 072e9f609c staging: et131x: Turn a few more LongCapitalisedThings into Linuxish names há 14 anos atrás
et131x_version.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place há 15 anos atrás

README

This is a driver for the ET1310 network device.

Based on the driver found at https://sourceforge.net/projects/et131x/

Cleaned up immensely by Olaf Hartman and Christoph
Hellwig

Note, the powermanagement options were removed from the vendor provided
driver as they did not build properly at the time.

TODO:
- kernel coding style cleanups
- forward port for latest network driver changes
- kill useless typecasts (e.g. in et1310_phy.c)
- alloc_etherdev is initializing memory with zero?!?
- add_timer call in et131x_netdev.c is correct?
- Add power saving functionality (suspend, sleep, resume)
- Implement a few more kernel Parameter (set mac )

Please send patches to:
Greg Kroah-Hartman

And Cc: Olaf Hartmann as he has this device and can
test any changes.