CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/04/27 08:48:10

Modified files:
        sys/dev/usb    : ehci.c ehcivar.h ohci.c uhci.c uhcivar.h 

Log message:
Start de-obfuscating the HC drivers.

Since pipe methods have an xfer argument, always use it to get acces to
various data structure (pipe, bus, device) instead of having a different
way to get a pointer to these descriptors in every function.

Also kill the {E,U}XFER() macro and use a consistent name accross all the
methods for {e,u}hci_xfer.

Reply via email to