Page MenuHomeFreeBSD

Expand handling of the PCI Vendor ecap
ClosedPublic

Authored by scottl on Dec 13 2019, 10:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 18 2026, 6:05 AM
Unknown Object (File)
Apr 17 2026, 12:07 AM
Unknown Object (File)
Apr 16 2026, 8:12 PM
Unknown Object (File)
Apr 16 2026, 12:19 PM
Unknown Object (File)
Apr 11 2026, 8:08 PM
Unknown Object (File)
Apr 11 2026, 11:46 AM
Unknown Object (File)
Apr 1 2026, 3:03 PM
Unknown Object (File)
Mar 20 2026, 7:22 AM
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