svn commit: r248835 - head/sys/dev/nvme

Jim Harris jimharris at FreeBSD.org
Thu Mar 28 16:57:48 UTC 2013


Author: jimharris
Date: Thu Mar 28 16:57:48 2013
New Revision: 248835
URL: http://svnweb.freebsd.org/changeset/base/248835

Log:
  Remove obsolete comment.  This code has now been tested with the QEMU
  NVMe device emulator.

Modified:
  head/sys/dev/nvme/nvme_ns.c

Modified: head/sys/dev/nvme/nvme_ns.c
==============================================================================
--- head/sys/dev/nvme/nvme_ns.c	Thu Mar 28 16:54:19 2013	(r248834)
+++ head/sys/dev/nvme/nvme_ns.c	Thu Mar 28 16:57:48 2013	(r248835)
@@ -248,10 +248,6 @@ nvme_ns_bio_process(struct nvme_namespac
 		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);


More information about the svn-src-all mailing list