From owner-cvs-src-old@FreeBSD.ORG Thu Sep 9 18:19:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2236A10656C3 for ; Thu, 9 Sep 2010 18:19:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB7848FC08 for ; Thu, 9 Sep 2010 18:19:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o89IJUXl017287 for ; Thu, 9 Sep 2010 18:19:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o89IJUFY017286 for cvs-src-old@freebsd.org; Thu, 9 Sep 2010 18:19:30 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201009091819.o89IJUFY017286@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 9 Sep 2010 18:19:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pcireg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 18:19:31 -0000 jhb 2010-09-09 18:19:15 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: SVN rev 212368 on 2010-09-09 18:19:15Z by jhb - Rename the constant for the Master Data Parity Error flag in the PCI status register to map its current name. - Use PCIM_* rather than PCIR_* for constants for fields in various AER registers. I got about half of them right in the previous commit. MFC after: 1 week Revision Changes Path 1.78 +24 -24 src/sys/dev/pci/pcireg.h