Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/01/2006 00:13:28
Module Name:	src
Committed By:	hubertf
Date:		Sun Oct  1 00:13:28 UTC 2006

Modified Files:
	src/doc: CHANGES
	src/usr.sbin/pcictl: pcictl.8 pcictl.c

Log Message:
Add "list -n" to print ID and class numerical, instead of resolving to strings:

	miyu% pcictl /dev/pci1 list
	001:00:0: ATI Technologies Rage Fury MAXX AGP 4x (TMDS) (VGA display)
	miyu% pcictl /dev/pci1 list -n
	001:00:0: 0x50461002 (0x3000000)

OK'd by thorpej@


To generate a diff of this commit:
cvs rdiff -r1.716 -r1.717 src/doc/CHANGES
cvs rdiff -r1.3 -r1.4 src/usr.sbin/pcictl/pcictl.8
cvs rdiff -r1.9 -r1.10 src/usr.sbin/pcictl/pcictl.c

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