CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/05/04 08:42:36
Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Make use of usbd_xfer_isread() instead of rerolling it everywhere. This has the side effect of simplifying and reducing the differences between the various *hci_alloc_*_chain() functions since they are the principal place where we want to known if the transfer is a read or a write.