[PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM
commitc32ba30f76eb18b3d4449072fe9c345a9574796b
authorPaul Serice <paul@serice.net>
Wed, 7 Jun 2006 17:23:38 +0000 (7 10:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:08 +0000 (21 15:04 -0700)
tree33e589aa7da775a4a67aeec4b72d9f721013b7d4
parenta5117ba7da37deb09df5eb802dace229b3fb1e9f
[PATCH] USB: EHCI works again on NVidia controllers with >2GB RAM

From: Paul Serice <paul@serice.net>

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 <paul@serice.net>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-pci.c