Page MenuHomeFreeBSD

Expand handling of the PCI Vendor ecap
ClosedPublic

Authored by scottl on Dec 13 2019, 10:59 PM.
Tags
None
Referenced Files
F133099751: D22808.id65638.diff
Wed, Oct 22, 11:34 PM
Unknown Object (File)
Sun, Oct 19, 11:46 PM
Unknown Object (File)
Thu, Oct 2, 4:04 AM
Unknown Object (File)
Aug 21 2025, 12:42 AM
Unknown Object (File)
Aug 15 2025, 7:03 PM
Unknown Object (File)
Aug 2 2025, 4:11 AM
Unknown Object (File)
Aug 1 2025, 6:35 PM
Unknown Object (File)
Jul 9 2025, 1:01 PM
Subscribers
None

Details

Summary

Add accessors for the Vendor Specific Extended Capability (VSEC)
Parse out the VSEC. If the user invokes a second -c command line option,
do a hex dump of the vendor data.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/pciconf/cap.c
908 ↗(On Diff #65635)

don't you need a printf("\n"); at the end?

usr.sbin/pciconf/cap.c
908 ↗(On Diff #65635)

The ((i + 4) >= len) clause handles that.

I knew I was missing something :).
This looks OK to my eye now

This revision is now accepted and ready to land.Dec 13 2019, 11:42 PM