Date: Sun, 12 Jul 2009 16:46:43 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_busdma.c Message-ID: <200907121646.n6CGkpMg020676@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-07-12 16:46:43 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usb_busdma.c
Log:
SVN rev 195639 on 2009-07-12 16:46:43Z by marcel
MFp4:
USB CORE: busdma improvement
For single segment allocations the boundary field
of the BUSDMA tag should be zero. Currently all
single segment allocations are less than or equal
to 4096 bytes, so the limit does not kick in. If
any single segment USB allocations would be greater
than 4K, then it would be a problem.
Approved by: re (kensmith)
Obtained from: HPS
Revision Changes Path
1.13 +2 -1 src/sys/dev/usb/usb_busdma.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907121646.n6CGkpMg020676>
