From owner-cvs-src-old@FreeBSD.ORG Thu Sep 9 18:30:06 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 9E6F110656FF for ; Thu, 9 Sep 2010 18:30:06 +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 6B0E98FC0A for ; Thu, 9 Sep 2010 18:30:06 +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 o89IU6Lj018156 for ; Thu, 9 Sep 2010 18:30:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o89IU6Fp018155 for cvs-src-old@freebsd.org; Thu, 9 Sep 2010 18:30:06 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201009091830.o89IU6Fp018155@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:29:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pciconf cap.c 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:30:06 -0000 jhb 2010-09-09 18:29:48 UTC FreeBSD src repository Modified files: usr.sbin/pciconf cap.c Log: SVN rev 212369 on 2010-09-09 18:29:48Z by jhb - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' when walking the capability list. - Use constants for PCI header types instead of magic numbers. MFC after: 1 week Revision Changes Path 1.10 +6 -6 src/usr.sbin/pciconf/cap.c