From: Paul Serice Date: Wed, 7 Jun 2006 17:23:38 +0000 (-0700) Subject: [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM X-Git-Tag: v2.6.18-rc1~858^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32ba30f76eb18b3d4449072fe9c345a9574796b;p=pandora-kernel.git [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM From: Paul Serice The workaround in commit f7201c3dcd7799f2aa3d6ec427b194225360ecee broke. The work around requires memory for DMA transfers for some NVidia EHCI controllers to be below 2GB, but recent changes have caused some DMA memory to be allocated before the DMA mask is set. Signed-off-by: Paul Serice Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed