https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249395
John Baldwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |In Progress --- Comment #5 from John Baldwin <[email protected]> --- Created attachment 218033 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218033&action=edit debug.patch I looked at umass.c and it doesn't handle CAM_DIR_BOTH, but it handles CAM_DIR_IN | CAM_DIR_OUT (CAM_DIR_NONE) the same as CAM_DIR_BOTH. Still, the debug patch reverts the CAM_DIR_BOTH change while also adding a printf to another thing that changed in the commit in question. -- 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]"
