Received: by mail.netbsd.org (Postfix, from userid 605) id 6FFD085F17; Sat, 26 Mar 2016 17:14:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89B9B85E96 for ; Sat, 26 Mar 2016 17:14:39 +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 lmw1gADIf2qx for ; Sat, 26 Mar 2016 17:14:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 677A885E71 for ; Sat, 26 Mar 2016 17:14:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62A4CFBB5; Sat, 26 Mar 2016 17:14:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 26 Mar 2016 17:14:38 +0000 From: "Martin Husemann" Subject: CVS commit: src/sys/arch/newsmips/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160326171438.62A4CFBB5@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: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: martin Date: Sat Mar 26 17:14:38 UTC 2016 Modified Files: src/sys/arch/newsmips/dev: scsi_1185.c Log Message: David Binderman in PR port-newsmips/51014: Move initialization of remain_cnt up to the declaration. XXX the #ifdef here does not make much sense to me, but I know nothing about the hardware. I'd guess it could be removed or inverted and #error'd instead. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/newsmips/dev/scsi_1185.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.