Received: by mail.netbsd.org (Postfix, from userid 605) id 55ABA84DC6; Tue, 15 Aug 2017 11:21:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA59D84DC4 for ; Tue, 15 Aug 2017 11:21:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HERIfyJxTjXR for ; Tue, 15 Aug 2017 11:21:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8613F84D27 for ; Tue, 15 Aug 2017 11:21:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 845CFFAD0; Tue, 15 Aug 2017 11:21:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 11:21:32 +0000 From: "Jaromir Dolecek" Subject: CVS commit: [jdolecek-ncq] src/sys/dev/ata To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170815112132.845CFFAD0@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jaromir Dolecek" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jdolecek Date: Tue Aug 15 11:21:32 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c Log Message: explicitly do not try to activate any further commands when running recovery xfer; it was kind of implied since the code would not queue another non-NCQ command when non-NCQ command is active, but this is better for readibility To generate a diff of this commit: cvs rdiff -u -r1.132.8.28 -r1.132.8.29 src/sys/dev/ata/ata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.