From owner-svn-src-all@freebsd.org Fri Aug 25 14:37:23 2017 Return-Path: Delivered-To: svn-src-all@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 DF776DD9CBD; Fri, 25 Aug 2017 14:37:23 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) (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 A4A9B3868; Fri, 25 Aug 2017 14:37:23 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-oi0-f41.google.com with SMTP id r9so21939332oie.3; Fri, 25 Aug 2017 07:37:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=pS5TUcgcYhDUB31VwE94MgECbZYUnsi488v+FTt0DyE=; b=C1pzKebWAX4dMNGHymPtxNjGd63tP9jS9ErqcTgQncMpVZZttBp7BTVIU+KqrjaIjm ZnCrmr9gbuTWg5z2M9Twoyv10aibyg8hIDcT5pIX87/z4uNEv3YgMK83ImokgVQlJ23R 8Y5ET1rtyNgCuC29C2NQinEF3LDQTr35WjBjKG7UqgEhdu823MUBKJEVIujpobeefPfk KDVKr8TgMKr3dQ7OOFOfCjYKt7CCu7n/TMifza43xdYOH1wdEryZV1rjORxpT6xJhE6m Wi/fgkKSLpBQLFbENcIyVRTHsW65iaLAqZwqphTUN0eWUAWuivDZZ3+XtPGEDeAt5/jw h+vg== X-Gm-Message-State: AHYfb5jmf67C7glhhVOU2ig/cdRdzrgobYg3QuZrR0F0jMGHFDD9heYA 2Gb3ClLcDxWsz4iyUF0= X-Received: by 10.202.215.66 with SMTP id o63mr14240361oig.176.1503671841121; Fri, 25 Aug 2017 07:37:21 -0700 (PDT) Received: from mail-it0-f41.google.com (mail-it0-f41.google.com. [209.85.214.41]) by smtp.gmail.com with ESMTPSA id z69sm9403940oig.32.2017.08.25.07.37.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Aug 2017 07:37:20 -0700 (PDT) Received: by mail-it0-f41.google.com with SMTP id f1so61352ith.0; Fri, 25 Aug 2017 07:37:20 -0700 (PDT) X-Received: by 10.36.14.216 with SMTP id 207mr2241290ite.151.1503671840683; Fri, 25 Aug 2017 07:37:20 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.81.131 with HTTP; Fri, 25 Aug 2017 07:37:20 -0700 (PDT) In-Reply-To: <6a5f32b3-a90e-21ef-dfdb-593573bc38e7@FreeBSD.org> References: <201708250315.v7P3FID8036183@repo.freebsd.org> <6a5f32b3-a90e-21ef-dfdb-593573bc38e7@FreeBSD.org> From: Conrad Meyer Date: Fri, 25 Aug 2017 07:37:20 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r322872 - head/sys/dev/nvme To: Andriy Gapon Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 14:37:24 -0000 Yes, it should be 221616 ( https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221616 ). 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 >