[2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver
Jan-Bernd Themann
ossthema at de.ibm.com
Wed Aug 23 18:55:49 EST 2006
Hi,
in this latest version of the IBM eHEA Ethernet Device Driver
we removed all unnecessary variable initializations and did some
code cleanup. We hope that we didn't miss to respond to any of your
suggestions. Please feel free to send us further feedback. We highly
appreciate your efforts.
Thanks,
Jan-Bernd
Signed-off-by: Jan-Bernd Themann <themann at de.ibm.com>
Changelog-by: Jan-Bernd Themann <themann at de.ibm.com>
Differences to patch set http://www.spinics.net/lists/netdev/msg12702.html
Changelog:
- Unnecessary variable initializations removed
- Promiscuous mode support included
drivers/net/Kconfig | 9
drivers/net/Makefile | 1
drivers/net/ehea/Makefile | 7
drivers/net/ehea/ehea.h | 438 ++++++
drivers/net/ehea/ehea_ethtool.c | 244 +++
drivers/net/ehea/ehea_hcall.h | 51
drivers/net/ehea/ehea_hw.h | 290 ++++
drivers/net/ehea/ehea_main.c | 2677 ++++++++++++++++++++++++++++++++++++++++
drivers/net/ehea/ehea_phyp.c | 784 +++++++++++
drivers/net/ehea/ehea_phyp.h | 463 ++++++
drivers/net/ehea/ehea_qmr.c | 607 +++++++++
drivers/net/ehea/ehea_qmr.h | 361 +++++
12 files changed, 5932 insertions(+)
More information about the Linuxppc-dev
mailing list