Received: by mail.netbsd.org (Postfix, from userid 605) id 0311284DB0; Sun, 2 Jul 2017 13:32:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82EA384DAC for ; Sun, 2 Jul 2017 13:32:51 +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 0NiIbaYcsCHe for ; Sun, 2 Jul 2017 13:32:51 +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 2452884CDD for ; Sun, 2 Jul 2017 13:32:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F705FAE8; Sun, 2 Jul 2017 13:32:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 2 Jul 2017 13:32:51 +0000 From: "Nathanial Sloss" Subject: CVS commit: src/sys/dev/pad To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170702133251.1F705FAE8@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: "Nathanial Sloss" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nat Date: Sun Jul 2 13:32:51 UTC 2017 Modified Files: src/sys/dev/pad: pad.c Log Message: If a particular pad device is opened, ie pad1 then configure and use pad1 if it is not already configured. This improves scriptability as you will know the particular pad(4) device you have opened. pad(4) devices still have a cloning interface if pad device (minor number 254) is opened it will attach the next free device. This action can be repeated. XXX update MAKEDEV scripts to make /dev/pad the cloning device. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/pad/pad.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.