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)
Wed, Mar 27, 11:11 PM
Unknown Object (File)
Sat, Mar 16, 12:13 AM
Unknown Object (File)
Sat, Mar 16, 12:05 AM
Unknown Object (File)
Sat, Mar 16, 12:05 AM
Unknown Object (File)
Tue, Mar 12, 4:19 AM
Unknown Object (File)
Jan 6 2024, 3:03 AM
Unknown Object (File)
Jan 6 2024, 3:03 AM
Unknown Object (File)
Jan 6 2024, 3:03 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