From owner-cvs-all Wed Nov 11 16:22:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26091 for cvs-all-outgoing; Wed, 11 Nov 1998 16:22:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26082; Wed, 11 Nov 1998 16:22:28 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA26806; Wed, 11 Nov 1998 16:22:31 -0800 (PST) Date: Wed, 11 Nov 1998 16:22:31 -0800 (PST) Message-Id: <199811120022.QAA26806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 pciconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1998/11/11 16:22:30 PST Modified files: usr.sbin/pciconf pciconf.8 pciconf.c Log: Modify pciconf(8) so that it will print out PCI devices that have no driver configured in the kernel. It gives them a device name of "none" and monotonically incrementing unit numbers. (starting at 0) Before, pciconf would just skip over unconfigured devices. (unconfigured devices can be detected because they have a null string for a device name) Update the man page to reflect the new pciconf output. Unfortunately, this causes the sample 'pciconf -l' output lines to wrap, but I'm not sure what to do about that really. If anyone presents a reasonable case for printing out something other than "none1" for unconfigured devices, I'm willing to listen. Revision Changes Path 1.4 +13 -5 src/usr.sbin/pciconf/pciconf.8 1.7 +6 -4 src/usr.sbin/pciconf/pciconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message