On Sat, 03 Jun 2006 02:17:48 -0500, Paul Serice <[EMAIL PROTECTED]> wrote:
> 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 the DMA memory to be allocated before the DMA mask is set. Wait a second, what about this part which you removed: > - case PCI_VENDOR_ID_NVIDIA: > - switch (pdev->device) { > - /* Some NForce2 chips have problems with selective suspend; > - * fixed in newer silicon. > - */ > - case 0x0068: > - pci_read_config_dword(pdev, PCI_REVISION_ID, &temp); > - if ((temp & 0xff) < 0xa4) > - ehci->no_selective_suspend = 1; > - break; > - } > - break; > } -- Pete _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel