Received: by mail.netbsd.org (Postfix, from userid 605) id 68A3B85EDA; Thu, 20 Oct 2016 04:11:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6E8985ECF for ; Thu, 20 Oct 2016 04:11:02 +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 Drd0mvQpGqdp for ; Thu, 20 Oct 2016 04:11:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4418684C6C for ; Thu, 20 Oct 2016 04:11:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F7A1FBD2; Thu, 20 Oct 2016 04:11:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 20 Oct 2016 04:11:02 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161020041102.3F7A1FBD2@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: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: msaitoh Date: Thu Oct 20 04:11:02 UTC 2016 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: - pci_conf_print_pwrbdgt_base_power(): From 0xf3 to 0xff of the Base power are reserved above 300W (PCI 3.0 Errata). - Emergency Power Reduction mechanism with PWRBRK signal ECN. - Extended Message Data for MSI ECN. - Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.115 -r1.116 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.