On Thu, 2009-02-26 at 13:49 +0000, Ben Hutchings wrote:
Based on a patch by Jaswinder Singh [off-list ref].
Compile-tested only.
Signed-off-by: Ben Hutchings <redacted>
I suppose it's my fault for not getting around to this sooner, but I've
been waiting for the fallout to settle with tg3 and follow the leader.
Anyways, is it too much to ask for you to CC the maintainer? Hell, you
added a line right above my email address, so it wouldn't have been hard
for you to find...
I suppose I better test this sooner rather than later, because I think
you've broken it. The firmware gets vmalloc'd, which means it is not
necessarily physically contiguous, and I don't think pci_map_single() is
going to like that since the firmware is always larger than a page. But
I may be wrong on this.
Dave