From: David Dillow Date: Tue, 3 Mar 2009 06:15:09 +0000 (-0800) Subject: typhoon: repair firmware loading X-Git-Tag: v2.6.30-rc1~662^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c9a53c22441efcd57ad7955231b2804696b133;p=pandora-kernel.git typhoon: repair firmware loading The conversion to avoid using pci_alloc_consistent() broke the firmware load process, as well as added an order-4 kmalloc and doubled the memory usage of the firmware image. Go back to loading a page at a time. Also, since the user can now give us utter garbage for firmware, do a cursory validation so we don't try to load just anything. Signed-off-by: David Dillow Signed-off-by: David S. Miller --- Reading git-diff-tree failed