
I should probably explain the people involved here. Joshua did most of the porting work. I (Chris) picked it up to finish things off and to do some more testing. I'll also be the one trying to get this accepted upstream.
Because my employer paid for us to do the work I've signed with my work email address. But because I'm already subscribed I'll send the patches using my gmail account.
Joshua Scott (1): net: Add support for Tigon3 based Ethernet NICs
drivers/net/Makefile | 1 + drivers/net/tg3.c | 6119 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/tg3.h | 3217 ++++++++++++++++++++++++++ include/netdev.h | 4 + 4 files changed, 9341 insertions(+) create mode 100644 drivers/net/tg3.c create mode 100644 drivers/net/tg3.h