Page MenuHomeFreeBSD

Add PCIe port ID verification in Marvell PCIe
Needs ReviewPublic

Authored by bsz_semihalf.com on Jul 27 2016, 8:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 2:56 PM
Unknown Object (File)
May 11 2026, 3:42 PM
Unknown Object (File)
May 7 2026, 9:07 AM
Unknown Object (File)
May 5 2026, 10:21 PM
Unknown Object (File)
May 1 2026, 9:30 PM
Unknown Object (File)
May 1 2026, 4:26 PM
Unknown Object (File)
Apr 29 2026, 9:02 PM
Unknown Object (File)
Apr 29 2026, 12:18 PM

Details

Reviewers
ian
Group Reviewers
ARM
Summary

This commit introduces recognition of 'port-id' field, present in
Linux-compliant DTS files.

Submitted by: Marcin Mazurek <mma@semihalf.com>
Obtained from: Semihalf
Sponsored by: Stormshield
Differential revision:
Reviewed by:

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bsz_semihalf.com retitled this revision from to Add PCIe port ID verification in Marvell PCIe.
bsz_semihalf.com updated this object.
bsz_semihalf.com edited the test plan for this revision. (Show Details)
bsz_semihalf.com added reviewers: ian, ARM.
bsz_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
sys/arm/mv/mv_pci.c
434

Is it ever the case this will return < 0 when the property exists? You could use this to check if it exists, but is empty.