Author: imp Date: Tue Oct 6 23:35:26 2020 New Revision: 366505 URL: https://svnweb.freebsd.org/changeset/base/366505
Log: nvme: Note where the CCB was released for passthrough command Modified: head/sys/cam/nvme/nvme_da.c Modified: head/sys/cam/nvme/nvme_da.c ============================================================================== --- head/sys/cam/nvme/nvme_da.c Tue Oct 6 23:33:56 2020 (r366504) +++ head/sys/cam/nvme/nvme_da.c Tue Oct 6 23:35:26 2020 (r366505) @@ -1257,6 +1257,7 @@ ndadone(struct cam_periph *periph, union ccb *done_ccb /* No-op. We're polling */ return; case NDA_CCB_PASS: + /* NVME_PASSTHROUGH_CMD runs this CCB and releases it */ return; default: break; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"