]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r263277:
authorjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 May 2014 17:00:39 +0000 (17:00 +0000)
committerjimharris <jimharris@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 7 May 2014 17:00:39 +0000 (17:00 +0000)
commit0a2149c142a1580b442c0fe96c2b930b3057923a
tree99d302c09d6257b5c9cbd5d838bbc1d92f88866b
parent62989fd684df94bb547c921e463845cbf9436f32
MFC r263277:

nvme: Remove the software progress marker SET_FEATURE command during
controller initialization.

The spec says OS drivers should send this command after controller
initialization completes successfully, but other NVMe OS drivers are
not sending this command.  This change will therefore reduce differences
between the FreeBSD and other OS drivers.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265572 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/nvme/nvme_ctrlr.c