From owner-svn-src-head@freebsd.org Fri Aug 25 15:38:48 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 9DCBCDDB2C7 for ; Fri, 25 Aug 2017 15:38:48 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61AA864EEE for ; Fri, 25 Aug 2017 15:38:48 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22c.google.com with SMTP id g33so524755ioj.3 for ; Fri, 25 Aug 2017 08:38:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QhitrVPRxNWwtnqgmU2UhIgNQ+GMlTvPPZzoE2FqFu0=; b=DvYRXKF1CDWhZs7TNl4pQF368N4DL4Gbp3LFflA8dslXdYxf98TjOPDTOmpiTQ4jes TUdRZOjBxfOUlm9uvdOB6MBVx8+Vaykvm8A82csn/tzZwW1ktaxDdcYFLVPWV7eEbeK1 hoclBOyQsEwmyP65y0iuqDcxOu6GHwuZ4HQ4fdylp30o4Przz1FIMCUQ6FmtwtvGRdF5 FZqX8CxiOs5puJRGa4AKdg0q6IRJKMuZ91X7IzAtI99VpXDO21njuLNODN06Q0H7cya5 rngl0Jyj03gJDR28fPbzODxeAUujpNMb+0MtcaFszEuqBSPNHFMorvSEaWDHeZLf0Z5r ugXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QhitrVPRxNWwtnqgmU2UhIgNQ+GMlTvPPZzoE2FqFu0=; b=SfJ2wyDzsJOxflVCa6OduooiyTooosADcNKjiOhug4KeeAZWgfrqKOPIiyf5zxFXqq 0iPXF5XwijTUKsO1Wa8nSRpEjCiwpJExHduXcjzw2FrX9ieh06o+YLmJ9Rn8FYg1mqNM erjqH/7XD2IwzZVhhYy0U3yGS2ANqLO/Q54d9lMv6X2Yqugf3+ZcU4wyDGtRpQA+l/yY EvJxJnxA+UonTaW8AnHOk8XIp9Zpo5MD6+6RtvU/F6H9D49E8UkO8rSeQnHVS68+flJm HRvSVr/hEcNYYTZbaJ1sPgCQ58wrRVzLaz96uF4bo+3k8mOLYLock78pHm8VY7OPeaTn gHgQ== X-Gm-Message-State: AHYfb5jyiIn2OLJ/DrRdEyegyIlpa7s4CDgU14o6HtJRZkqjyWdDB9rH kCOYEXlAiDx/b1/HwkEq7ULZsON/ii3v X-Received: by 10.107.161.7 with SMTP id k7mr5469483ioe.189.1503675527837; Fri, 25 Aug 2017 08:38:47 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.10.71 with HTTP; Fri, 25 Aug 2017 08:38:47 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:c525:dd46:ae7:666a] In-Reply-To: References: <201708250315.v7P3FID8036183@repo.freebsd.org> <6a5f32b3-a90e-21ef-dfdb-593573bc38e7@FreeBSD.org> From: Warner Losh Date: Fri, 25 Aug 2017 09:38:47 -0600 X-Google-Sender-Auth: 1FLgn7jwfGY55gLHCfBjjVs5JbA Message-ID: Subject: Re: svn commit: r322872 - head/sys/dev/nvme To: "Conrad E. Meyer" Cc: Andriy Gapon , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 15:38:48 -0000 On Fri, Aug 25, 2017 at 8:37 AM, Conrad Meyer wrote: > Yes, it should be 221616 ( > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221616 ). > It was a transcription error. I'd already added the commit message to 221616. I'll close it when I MFC it. Warner > Best, > Conrad > > On Thu, Aug 24, 2017 at 11:38 PM, Andriy Gapon wrote: > > 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 > > > >