Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 1998 16:22:31 -0800 (PST)
From:      Kenneth Merry <ken@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/pciconf pciconf.8 pciconf.c
Message-ID:  <199811120022.QAA26806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811120022.QAA26806>