freebsd-dev/usr.sbin/pciconf
Kenneth D. Merry 7f054c59a5 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.
1998-11-12 00:22:30 +00:00
..
Makefile Unbreak this file some more: 1997-07-14 19:57:50 +00:00
pathnames.h
pciconf.8 Modify pciconf(8) so that it will print out PCI devices that have no driver 1998-11-12 00:22:30 +00:00
pciconf.c Modify pciconf(8) so that it will print out PCI devices that have no driver 1998-11-12 00:22:30 +00:00