Received: by mail.netbsd.org (Postfix, from userid 605) id 0E7E285EDA; Thu, 16 Jun 2016 15:33:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75A5685EE2 for ; Thu, 16 Jun 2016 15:33: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 Fm0gPBzTUzDL for ; Thu, 16 Jun 2016 15:33:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 19E1684C6C for ; Thu, 16 Jun 2016 15:33:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1453DFBB5; Thu, 16 Jun 2016 15:33:39 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 16 Jun 2016 15:33:39 +0000 From: "Robert Elz" Subject: CVS commit: src/etc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160616153339.1453DFBB5@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: "Robert Elz" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: kre Date: Thu Jun 16 15:33:39 UTC 2016 Modified Files: src/etc: MAKEDEV.tmpl Log Message: As discussed at the biginning of last week (June 6 & 7, 2016) on tech-kern in messages with a Subject starting [Re:] /dev/sdN -> /dev/sdN[cd] and in PR port-amd64/51216 : Create bare (no letter suffix) device names (block & raw) that refer to the raw device ('c' or 'd' partition as appropriate). This commit was delayed waiting to see if there was to be any more discussion - there wasn't a lot. Caution: this is going to consume 2 more inodes per disc device configured, everywhere that devices are configured using MAKEDEV To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.