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)
Tue, Nov 11, 5:50 AM
Unknown Object (File)
Mon, Nov 10, 1:01 AM
Unknown Object (File)
Sat, Nov 8, 10:16 AM
Unknown Object (File)
Fri, Nov 7, 11:36 AM
Unknown Object (File)
Wed, Nov 5, 12:36 AM
Unknown Object (File)
Tue, Oct 28, 12:05 AM
Unknown Object (File)
Mon, Oct 27, 7:25 PM
Unknown Object (File)
Mon, Oct 27, 6:17 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