Mark Einon e19d8ba145 staging: et131x: et1310_mac.c: ConfigMacStatRegs() add missing regs to be zeroed hace 14 años
..
Kconfig cfb739b459 Staging: add et131x network driver hace 17 años
Makefile 735f48f57d Staging: et131x: Makefile: replace the use of <module>-objs with <module>-y hace 15 años
README cfb739b459 Staging: add et131x network driver hace 17 años
et1310_address_map.h 9c4715939a staging: et131x: Remove spaces between tabs inserted in patch 7b7fb34d3ffa hace 14 años
et1310_eeprom.c 072e9f609c staging: et131x: Turn a few more LongCapitalisedThings into Linuxish names hace 15 años
et1310_mac.c e19d8ba145 staging: et131x: et1310_mac.c: ConfigMacStatRegs() add missing regs to be zeroed hace 14 años
et1310_phy.c b7ac48fa1f staging: et131x: Remove typedefs from et1310_phy.h hace 14 años
et1310_phy.h b7ac48fa1f staging: et131x: Remove typedefs from et1310_phy.h hace 14 años
et1310_pm.c 12d4f96448 staging: et131x: rename adapter->Flags to adapter->flags hace 14 años
et1310_rx.c 12d4f96448 staging: et131x: rename adapter->Flags to adapter->flags hace 14 años
et1310_rx.h f3fd4cd591 Staging: et131x: fix most coding style issues in et131x hace 15 años
et1310_tx.c 4af1c77fa6 staging: et131x: Convert et1310_address_map.h names from camel case hace 14 años
et1310_tx.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place hace 16 años
et131x.h b7ac48fa1f staging: et131x: Remove typedefs from et1310_phy.h hace 14 años
et131x_adapter.h 12d4f96448 staging: et131x: rename adapter->Flags to adapter->flags hace 14 años
et131x_defs.h a7aa8a028d staging: et131x: Fix stats->rx_packets accounting hace 14 años
et131x_initpci.c b7ac48fa1f staging: et131x: Remove typedefs from et1310_phy.h hace 14 años
et131x_isr.c 4af1c77fa6 staging: et131x: Convert et1310_address_map.h names from camel case hace 14 años
et131x_netdev.c 12d4f96448 staging: et131x: rename adapter->Flags to adapter->flags hace 14 años
et131x_version.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place hace 16 años

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.