Page MenuHomeFreeBSD

Use pmap_qenter in the N1SDP PCIe driver
ClosedPublic

Authored by andrew on Feb 23 2021, 1:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 9, 5:52 PM
Unknown Object (File)
Mon, Aug 24, 12:57 PM
Unknown Object (File)
Aug 13 2026, 12:14 PM
Unknown Object (File)
Aug 12 2026, 4:44 PM
Unknown Object (File)
Aug 11 2026, 11:36 PM
Unknown Object (File)
Aug 10 2026, 7:35 PM
Unknown Object (File)
Aug 10 2026, 5:51 PM
Unknown Object (File)
Aug 10 2026, 10:19 AM
Subscribers

Details

Summary

In the Neoverse N1 SDP PCIe driver we need to map a page shared
between the firmware and the kernel. Previously we would use
pmap_kenter for this, however as this is not standardised between
architectures switch to the common pmap_qenter.

While here fix the error handling code to clean up on failure.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37304
Build 34193: arc lint + arc unit

Event Timeline

Booted fine. All my PCI cards work fine.

sys/dev/pci/controller/pci_n1sdp.c
124

No need to wrap. There is enough space on previous line for this.

This revision is now accepted and ready to land.Feb 23 2021, 6:30 PM
This revision was automatically updated to reflect the committed changes.