Date: Sun, 24 Sep 2006 13:39:04 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ehci.c Message-ID: <200609241339.k8ODd5Ex027875@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609241339.k8ODd5Ex027875>