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
F148252359: D7331.id18795.diff
Mon, Mar 16, 7:36 PM
Unknown Object (File)
Sun, Mar 8, 9:00 PM
Unknown Object (File)
Mon, Feb 16, 2:38 AM
Unknown Object (File)
Jan 16 2026, 4:28 PM
Unknown Object (File)
Jan 6 2026, 12:38 PM
Unknown Object (File)
Dec 31 2025, 6:02 AM
Unknown Object (File)
Dec 12 2025, 3:48 AM
Unknown Object (File)
Nov 25 2025, 12:24 AM

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.