Alan Cox bcb903fa30 Staging: et131x: kill off the TXDMA CSR type 16 years ago
..
Kconfig cfb739b459 Staging: add et131x network driver 16 years ago
Makefile 15700039b1 Staging: et131x: prune all the debug code 16 years ago
README cfb739b459 Staging: add et131x network driver 16 years ago
et1310_address_map.h bcb903fa30 Staging: et131x: kill off the TXDMA CSR type 16 years ago
et1310_eeprom.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et1310_eeprom.h 13071fded6 Staging: et131x: eeprom remove features 16 years ago
et1310_jagcore.h 576b38e0cd Staging: et131x: continue pruning unused fields 16 years ago
et1310_mac.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et1310_mac.h 64f930361b Staging: et1310: Fix the coding style 16 years ago
et1310_phy.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et1310_phy.h c6c9f8cb38 Staging: et131x: remove unused PCI identifiers 16 years ago
et1310_pm.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et1310_pm.h c6c9f8cb38 Staging: et131x: remove unused PCI identifiers 16 years ago
et1310_rx.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et1310_rx.h 356c74b401 Staging: et131x: clean up DMA10/DMA4 types 16 years ago
et1310_tx.c bcb903fa30 Staging: et131x: kill off the TXDMA CSR type 16 years ago
et1310_tx.h 356c74b401 Staging: et131x: clean up DMA10/DMA4 types 16 years ago
et131x_adapter.h 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et131x_config.h cfb739b459 Staging: add et131x network driver 16 years ago
et131x_defs.h c6c9f8cb38 Staging: et131x: remove unused PCI identifiers 16 years ago
et131x_initpci.c 7ca5d42290 Staging: et131x: re-order the initpci code to match usual Linux style 16 years ago
et131x_initpci.h 64f930361b Staging: et1310: Fix the coding style 16 years ago
et131x_isr.c fba8416697 Staging: et131x: kill off the TXDMA error type 16 years ago
et131x_isr.h 64f930361b Staging: et1310: Fix the coding style 16 years ago
et131x_netdev.c 15700039b1 Staging: et131x: prune all the debug code 16 years ago
et131x_netdev.h 64f930361b Staging: et1310: Fix the coding style 16 years ago
et131x_version.h 64f930361b Staging: et1310: Fix the coding style 16 years ago

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.