Hi David,

you wrote:
- Devices on some EHCI controllers could handle DMA to/from high memory.
  Driver probe() routines can notice this using a generic DMA call, then
  tell higher level code (network, scsi, etc) about it like this:

        if (dma_supported (&intf->dev, 0xffffffffffffffffULL))
                net->features |= NETIF_F_HIGHDMA;

There's no fixed connection with USB 2.0, is there?
So all net usb driver should do that, shouldn't they?

        Regards
                Oliver



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to