Received: by mail.netbsd.org (Postfix, from userid 605) id 0A66C84D63; Mon, 24 May 2021 07:43:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F5CD84D62 for ; Mon, 24 May 2021 07:43:16 +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 MeKdDTtY8zaC for ; Mon, 24 May 2021 07:43:15 +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 BC1A384CDA for ; Mon, 24 May 2021 07:43:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B35DBFA95; Mon, 24 May 2021 07:43:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 24 May 2021 07:43:15 +0000 From: "matthew green" Subject: CVS commit: src/sys/dev/raidframe To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210524074315.B35DBFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Mon May 24 07:43:15 UTC 2021 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: make various things static, and minor KNF clean up. ignore spiflash as a raid device. To generate a diff of this commit: cvs rdiff -u -r1.392 -r1.393 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.