Received: by mail.netbsd.org (Postfix, from userid 605) id 5BFA085EAD; Sat, 15 Oct 2016 07:08:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC87A85E9B for ; Sat, 15 Oct 2016 07:08:06 +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 0pwtUICubBJf for ; Sat, 15 Oct 2016 07:08:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86E0A85E73 for ; Sat, 15 Oct 2016 07:08:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81243FBD2; Sat, 15 Oct 2016 07:08:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 15 Oct 2016 07:08:06 +0000 From: "Nathanial Sloss" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161015070806.81243FBD2@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 Module Name: src Committed By: nat Date: Sat Oct 15 07:08:06 UTC 2016 Modified Files: src/sys/dev/pad: pad.c src/tests/dev/audio: h_pad.c Log Message: pad(4) must be open before corresponding audio device is opened. OK christos@ To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pad/pad.c cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/h_pad.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.