Subject: CVS commit: basesrc/usr.sbin/pcictl
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2001 02:51:05
Module Name:	basesrc
Committed By:	thorpej
Date:		Thu Sep 13 23:51:04 UTC 2001

Added Files:
	basesrc/usr.sbin/pcictl: Makefile pcictl.8 pcictl.c

Log Message:
pcictl(8) -- a program for frobbing the PCI bus, and also an example
of how to use libpci.

Currently has "list" (list devices within a PCI domain) and "dump" (dump
PCI configuration header for a device) sub-commands.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 basesrc/usr.sbin/pcictl/Makefile \
    basesrc/usr.sbin/pcictl/pcictl.8 basesrc/usr.sbin/pcictl/pcictl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.