Received: by mail.netbsd.org (Postfix, from userid 605) id D873684D7B; Thu, 5 Dec 2019 22:05:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C52484D72 for ; Thu, 5 Dec 2019 22:05:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s2O1HRXAyiPH for ; Thu, 5 Dec 2019 22:05:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F2FD184C81 for ; Thu, 5 Dec 2019 22:05:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED0FFFA97; Thu, 5 Dec 2019 22:05:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 5 Dec 2019 22:05:05 +0000 From: "Sevan Janiyan" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191205220505.ED0FFFA97@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: "Sevan Janiyan" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: sevan Date: Thu Dec 5 22:05:05 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: Enable pciverbose option to make use of the pcidevs database by default. ok ad, mrg To generate a diff of this commit: cvs rdiff -u -r1.547 -r1.548 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.1215 -r1.1216 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.