Greg Kroah-Hartman f341dddf1d Staging: merge staging patches into Linus's main branch 15 years ago
..
Kconfig cfb739b459 Staging: add et131x network driver 17 years ago
Makefile 15700039b1 Staging: et131x: prune all the debug code 16 years ago
README cfb739b459 Staging: add et131x network driver 17 years ago
et1310_address_map.h 22e0967f72 Staging: et131x_kill MAC_STAT_t 15 years ago
et1310_eeprom.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_mac.c bd03d0d5bc Staging: et131x: kill off the rxmac ctrl type 15 years ago
et1310_phy.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_phy.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_pm.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_rx.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_rx.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_tx.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et1310_tx.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et131x.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et131x_adapter.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et131x_defs.h abc449970a Staging: et131x: kill NMI hacks 15 years ago
et131x_initpci.c 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 years ago
et131x_isr.c bd03d0d5bc Staging: et131x: kill off the rxmac ctrl type 15 years ago
et131x_netdev.c f341dddf1d Staging: merge staging patches into Linus's main branch 15 years ago
et131x_version.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 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.