Received: by mail.netbsd.org (Postfix, from userid 0) id C4BC063B186; Thu, 4 Mar 2010 22:55:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2616963B173 for ; Thu, 4 Mar 2010 22:55:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0F21C175DF; Thu, 4 Mar 2010 22:55:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 4 Mar 2010 22:55:21 +0000 From: David Young Subject: CVS commit: src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100304225521.0F21C175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: David Young Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dyoung Date: Thu Mar 4 22:55:20 UTC 2010 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Extract both instances of the code that prints the PCI Secondary Status Register into a subroutine. Use terminology similar to that which PCI System Architecture (4th Edition) uses. For comparison with PCI reference books, specify flags and fields with __BIT(n) and __BITS(m, n) instead of hexadecimal constants. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/pci_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.