Received: by mail.netbsd.org (Postfix, from userid 605) id 008A784EC3; Wed, 1 Jun 2022 00:49:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F5EA84EBF for ; Wed, 1 Jun 2022 00:49:18 +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 6q2bg5jLsCsf for ; Wed, 1 Jun 2022 00:49:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B983184EB8 for ; Wed, 1 Jun 2022 00:49:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6648FB18; Wed, 1 Jun 2022 00:50:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Jun 2022 00:50:24 +0000 From: "matthew green" Subject: CVS commit: src/sys/modules/acpiverbose To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220601005024.E6648FB18@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Wed Jun 1 00:50:24 UTC 2022 Added Files: src/sys/modules/acpiverbose: pci.h Log Message: add now required pci.h / NPCI. (the ia64 version builds with PCI enabled, but i guess it won't be usable.) XXX: enable this on evbarm*? it is x86/ia64 only currently. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/acpiverbose/pci.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.