Page MenuHomeFreeBSD

Prefer pciids if available as a database for pciconf(8)
ClosedPublic

Authored by bapt on Aug 15 2015, 8:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 11, 2:52 AM
Unknown Object (File)
Fri, Jun 27, 6:38 PM
Unknown Object (File)
Wed, Jun 25, 9:20 PM
Unknown Object (File)
Mon, Jun 23, 9:22 AM
Unknown Object (File)
Mon, Jun 23, 8:25 AM
Unknown Object (File)
May 25 2025, 11:34 AM
Unknown Object (File)
May 23 2025, 4:28 AM
Unknown Object (File)
May 14 2025, 11:01 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 106
Build 106: arc lint + arc unit

Event Timeline

bapt retitled this revision from to Prefer pciids if available as a database for pciconf(8).
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
wblock added inline comments.
usr.sbin/pciconf/pciconf.8
286

Let's rearrange this to be clearer:

PCI vendor and device information is read from
.Pa /usr/local/share/pciids/pci.ids .
If that file is not present, it is read from
.Pa /usr/share/misc/pci_vendors .
usr.sbin/pciconf/pciconf.c
552

Is a change that defines _PATH_LPCIVDB missing?

usr.sbin/pciconf/pciconf.c
552

It is on the first part of this review (in pathname.h)

usr.sbin/pciconf/pciconf.c
552

Huh. I could swear that did not appear when I first saw this.

wollman removed a reviewer: wollman.

No objection in principle but it's been far too long since I had anything to do with this code to express an opinion on the change itself.

This revision was automatically updated to reflect the committed changes.