Alan Cox 99fd99f618 Staging: et131x: clean up the avail fields in the rx registers 15 жил өмнө
..
Kconfig cfb739b459 Staging: add et131x network driver 16 жил өмнө
Makefile 15700039b1 Staging: et131x: prune all the debug code 15 жил өмнө
README cfb739b459 Staging: add et131x network driver 16 жил өмнө
et1310_address_map.h 99fd99f618 Staging: et131x: clean up the avail fields in the rx registers 15 жил өмнө
et1310_eeprom.c 4e02b4b57d Staging: et131x: extract the eeprom setup logic from initpci 15 жил өмнө
et1310_eeprom.h 4e02b4b57d Staging: et131x: extract the eeprom setup logic from initpci 15 жил өмнө
et1310_jagcore.h 576b38e0cd Staging: et131x: continue pruning unused fields 15 жил өмнө
et1310_mac.c f838cabdb2 Staging: et131x: kill TXTEST and TXFILL, clean up CF_PARAM 15 жил өмнө
et1310_mac.h 64f930361b Staging: et1310: Fix the coding style 15 жил өмнө
et1310_phy.c e1bc58459a Staging: et131x: Clean up the phy code, especially dup stuff 15 жил өмнө
et1310_phy.h e1bc58459a Staging: et131x: Clean up the phy code, especially dup stuff 15 жил өмнө
et1310_pm.c 15700039b1 Staging: et131x: prune all the debug code 15 жил өмнө
et1310_pm.h c6c9f8cb38 Staging: et131x: remove unused PCI identifiers 15 жил өмнө
et1310_rx.c 99fd99f618 Staging: et131x: clean up the avail fields in the rx registers 15 жил өмнө
et1310_rx.h 99fd99f618 Staging: et131x: clean up the avail fields in the rx registers 15 жил өмнө
et1310_tx.c 42a03e98d1 Staging: et131x: kill TX_PR_NUM_DES_t 15 жил өмнө
et1310_tx.h ceef1a5e0e Staging: et131x: tx ring mac error is only used as a local 15 жил өмнө
et131x_adapter.h d97aabcd0e Staging: et131x: kill TxMacTest field 15 жил өмнө
et131x_config.h cfb739b459 Staging: add et131x network driver 16 жил өмнө
et131x_defs.h abc449970a Staging: et131x: kill NMI hacks 15 жил өмнө
et131x_initpci.c c9835d97e9 Staging: et131x: Clean up MAC_CFG types 15 жил өмнө
et131x_initpci.h c431e3c064 Staging: et131x: tidy up initpci code 15 жил өмнө
et131x_isr.c cfc52eb676 Staging: et131x: Another typedef solely used to write 0 to a register 15 жил өмнө
et131x_isr.h 64f930361b Staging: et1310: Fix the coding style 15 жил өмнө
et131x_netdev.c c78732ad75 Staging: et131x: Clean up tx naming 15 жил өмнө
et131x_netdev.h 64f930361b Staging: et1310: Fix the coding style 15 жил өмнө
et131x_version.h 64f930361b Staging: et1310: Fix the coding style 15 жил өмнө

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.