Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 17:38:18 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313954 - head/sys/dev/nvme
Message-ID:  <201702191738.v1JHcIN8005799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Feb 19 17:38:17 2017
New Revision: 313954
URL: https://svnweb.freebsd.org/changeset/base/313954

Log:
  Remove obsolete comment after prior rev.

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

Modified: head/sys/dev/nvme/nvme_sim.c
==============================================================================
--- head/sys/dev/nvme/nvme_sim.c	Sun Feb 19 17:37:16 2017	(r313953)
+++ head/sys/dev/nvme/nvme_sim.c	Sun Feb 19 17:38:17 2017	(r313954)
@@ -143,10 +143,6 @@ nvme_sim_action(struct cam_sim *sim, uni
 		 */
 		/*FALLTHROUGH*/
 	case XPT_ABORT:			/* Abort the specified CCB */
-		/*
-		 * Only target mode generates these, and only for SCSI. They are
-		 * all invalid/unsupported for NVMe.
-		 */
 		ccb->ccb_h.status = CAM_REQ_INVALID;
 		break;
 	case XPT_SET_TRAN_SETTINGS:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702191738.v1JHcIN8005799>