From owner-svn-src-head@freebsd.org Fri Aug 25 06:39:45 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F8BEDF0EFD; Fri, 25 Aug 2017 06:39:45 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citapm.icyb.net.ua (citapm.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D631C754F0; Fri, 25 Aug 2017 06:39:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citapm.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA22328; Fri, 25 Aug 2017 09:39:35 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1dl8HH-0001kK-PY; Fri, 25 Aug 2017 09:39:35 +0300 Subject: Re: svn commit: r322872 - head/sys/dev/nvme To: Warner Losh , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org References: <201708250315.v7P3FID8036183@repo.freebsd.org> From: Andriy Gapon Message-ID: <6a5f32b3-a90e-21ef-dfdb-593573bc38e7@FreeBSD.org> Date: Fri, 25 Aug 2017 09:38:42 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201708250315.v7P3FID8036183@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 06:39:45 -0000 On 25/08/2017 06:15, Warner Losh wrote: > Author: imp > Date: Fri Aug 25 03:15:18 2017 > New Revision: 322872 > URL: https://svnweb.freebsd.org/changeset/base/322872 > > Log: > Enable bus mastering on the device before resetting the device. The > card has to do PCIe transactions to complete the reset process, but > can't do them, per the PCIe spec, unless bus mastering is enabled. > > Submitted by: Kinjal Patel > PR: 22166 The bug number seems to be incorrect. > Modified: > head/sys/dev/nvme/nvme.c -- Andriy Gapon