cvs commit: src/sys/dev/usb ehci.c

Ian Dowse iedowse at FreeBSD.org
Sun Sep 24 06:39:07 PDT 2006


iedowse     2006-09-24 13:39:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/usb          ehci.c 
  Log:
  MFC 1.42, 1.43: Let the EHCI hardware track the toggle state for
  bulk and interrupt transfers. This fixes some cases where the
  software toggle tracking was not doing the right thing. For example,
  a short transfer that transferred 0 bytes of the requested qTD
  transfer size does cause a toggle change, but the existing code was
  assuming it didn't.
  
  Approved by:    re (mux)
  
  Revision  Changes    Path
  1.36.2.3  +29 -50    src/sys/dev/usb/ehci.c


More information about the cvs-all mailing list