o make sure the boundary is a power of 2, when not zero.
authormarcel <marcel@FreeBSD.org>
Sun, 26 Jul 2015 16:39:37 +0000 (16:39 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 26 Jul 2015 16:39:37 +0000 (16:39 +0000)
commit05aa6fbdae6da8302d06cb29d7f77d7de7a6bc72
tree42a3a1132539957da2a48964d0ac1869b41628c9
parentd16fdde7e16c8c6a2133a2385b83ce0955e576b1
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