https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229551

Andriy Voskoboinyk <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|New                         |Open
           Keywords|                            |patch
           Assignee|[email protected]            |[email protected]

--- Comment #1 from Andriy Voskoboinyk <[email protected]> ---
I assume that

(pDCB->DevMode & TAG_QUEUING_) && (pDCB->DevMode & EN_DISCONNECT_)

should be changed to

((pDCB->DevMode & TAG_QUEUING_) || (pDCB->DevMode & EN_DISCONNECT_))

however, I don't think this fix should be committed to the tree without testing
with real device and / or specs verification.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to