From owner-cvs-all Thu Dec 7 2:53: 3 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 7 02:53:00 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6818737B400; Thu, 7 Dec 2000 02:53:00 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB7Ar0J19395; Thu, 7 Dec 2000 02:53:00 -0800 (PST) (envelope-from msmith) Message-Id: <200012071053.eB7Ar0J19395@freefall.freebsd.org> From: Mike Smith Date: Thu, 7 Dec 2000 02:53:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c vendors.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/07 02:53:00 PST Modified files: usr.sbin/pciconf pathnames.h pciconf.8 pciconf.c Removed files: usr.sbin/pciconf vendors.h Log: Update to improve handling of verbose PCI vendor/device information. - Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format. Revision Changes Path 1.2 +2 -0 src/usr.sbin/pciconf/pathnames.h 1.12 +10 -3 src/usr.sbin/pciconf/pciconf.8 1.13 +230 -25 src/usr.sbin/pciconf/pciconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message