1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove obsolete comment. This code has now been tested with the QEMU

NVMe device emulator.
This commit is contained in:
Jim Harris 2013-03-28 16:57:48 +00:00
parent bb852ae89b
commit 64432b473b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248835

View File

@ -248,10 +248,6 @@ nvme_ns_bio_process(struct nvme_namespace *ns, struct bio *bp,
err = nvme_ns_cmd_flush(ns, nvme_ns_bio_done, bp);
break;
case BIO_DELETE:
/*
* Note: Chatham2 doesn't support DSM, so this code
* can't be fully tested yet.
*/
dsm_range =
malloc(sizeof(struct nvme_dsm_range), M_NVME,
M_ZERO | M_WAITOK);