diff --git a/sys/dev/nvme/nvme_ctrlr.c b/sys/dev/nvme/nvme_ctrlr.c --- a/sys/dev/nvme/nvme_ctrlr.c +++ b/sys/dev/nvme/nvme_ctrlr.c @@ -1133,11 +1133,6 @@ TSENTER(); - /* - * Don't call pre/post reset here. We've not yet created the qpairs, - * haven't setup the ISRs, so there's no need to 'drain' them or - * 'exclude' them. - */ if (nvme_ctrlr_hw_reset(ctrlr) != 0) { fail: nvme_ctrlr_fail(ctrlr);