Received: by mail.netbsd.org (Postfix, from userid 605) id 0317684D4D; Sat, 29 Jul 2017 12:58:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8468F84D4A for ; Sat, 29 Jul 2017 12:58:30 +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 7e3sX32sg_Jg for ; Sat, 29 Jul 2017 12:58:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2311B84CDE for ; Sat, 29 Jul 2017 12:58:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A704FACD; Sat, 29 Jul 2017 12:58:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 29 Jul 2017 12:58:30 +0000 From: "Jaromir Dolecek" Subject: CVS commit: [jdolecek-ncq] src/sys/dev/ata To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170729125830.1A704FACD@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: Sat Jul 29 12:58:30 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c atavar.h Log Message: reserve the highest slot for error recovery, and also have ata_channel include space for the READ LOG EXT sector, so that it's not necessary to allocate memory on the error handling path; now ata_read_log_ext_ncq() will never fail due to resource shortage To generate a diff of this commit: cvs rdiff -u -r1.132.8.21 -r1.132.8.22 src/sys/dev/ata/ata.c cvs rdiff -u -r1.92.8.19 -r1.92.8.20 src/sys/dev/ata/atavar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.