]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o make sure the boundary is a power of 2, when not zero.
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 26 Jul 2015 16:39:37 +0000 (16:39 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 26 Jul 2015 16:39:37 +0000 (16:39 +0000)
commitb2ce196ca1af146f5aa010a519d79705c72137bb
tree42a3a1132539957da2a48964d0ac1869b41628c9
parentdfded4478da01f9c5d139b4453537ad29a7dd911
o   make sure the boundary is a power of 2, when not zero.
o   don't convert 0 to ~0 just so that we can use MIN. ~0 is not a
    valid boundary. Introduce BNDRY_MIN that deals with 0 values
    that mean no boundary.
sys/dev/proto/proto_busdma.c