Received: by mail.netbsd.org (Postfix, from userid 605) id B8DDD85B0B; Wed, 1 Aug 2018 18:36:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B261F85A3A for ; Wed, 1 Aug 2018 18:36:14 +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 VoRAVlf-v5zd for ; Wed, 1 Aug 2018 18:36:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4400585763 for ; Wed, 1 Aug 2018 18:36:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CE61FBEC; Wed, 1 Aug 2018 18:36:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Aug 2018 18:36:14 +0000 From: "Pierre Pronchery" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180801183614.3CE61FBEC@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: "Pierre Pronchery" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: khorben Date: Wed Aug 1 18:36:14 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Build the umb(4) driver in the ALL kernels (amd64, i386) As suggested by Robert Swindells; thank you! To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.444 -r1.445 src/sys/arch/i386/conf/ALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.