Details
Details
- Reviewers
- None
- Group Reviewers
manpages - Commits
- rS287746: MFC: r287522
rS287522: Prefer pciids database from ports if present
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.sbin/pciconf/pciconf.8 | ||
---|---|---|
286 ↗ | (On Diff #7968) | 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 ↗ | (On Diff #7968) | Is a change that defines _PATH_LPCIVDB missing? |
usr.sbin/pciconf/pciconf.c | ||
---|---|---|
552 ↗ | (On Diff #7968) | It is on the first part of this review (in pathname.h) |
usr.sbin/pciconf/pciconf.c | ||
---|---|---|
552 ↗ | (On Diff #7968) | Huh. I could swear that did not appear when I first saw this. |
Comment Actions
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.