Page MenuHomeFreeBSD

pci/n1sdp: Disable HotPlug
ClosedPublic

Authored by andrew on Oct 16 2025, 10:47 AM.
Tags
None
Referenced Files
F137829457: D53134.diff
Wed, Nov 26, 5:27 AM
Unknown Object (File)
Tue, Nov 25, 5:50 AM
Unknown Object (File)
Mon, Nov 24, 12:19 AM
Unknown Object (File)
Sun, Nov 9, 3:32 AM
Unknown Object (File)
Sat, Nov 8, 6:18 PM
Unknown Object (File)
Fri, Nov 7, 11:42 AM
Unknown Object (File)
Thu, Nov 6, 5:03 AM
Unknown Object (File)
Oct 27 2025, 6:27 PM
Subscribers
None

Details

Reviewers
br
imp
jhb
Group Reviewers
arm64
Commits
rGedbbf26e2650: pci/n1sdp: Disable HotPlug
Summary

Work around an issue when HotPlug is enabled where pcib3 and pcib5
continuously report the following:

pcib3: HotPlug interrupt: 0x30
pcib3: Command Completed
pcib3: HotPlug interrupt: 0x30
pcib3: Command Completed
...

As a workaround disable HotPlug on the N1SDP as it's unlikely anyone
will depend on it.

Fixes: 1f5c50a86173 ("pci_host_generic:Add pcib_request_feature on ACPI")
Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew created this revision.
This revision is now accepted and ready to land.Oct 16 2025, 10:58 AM
This revision was automatically updated to reflect the committed changes.