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)
Sun, Jan 26, 1:34 PM
Unknown Object (File)
Dec 13 2024, 8:25 PM
Unknown Object (File)
Dec 10 2024, 8:54 PM
Unknown Object (File)
Dec 5 2024, 7:58 PM
Unknown Object (File)
Nov 18 2024, 2:33 AM
Unknown Object (File)
Nov 18 2024, 1:40 AM
Unknown Object (File)
Nov 18 2024, 1:14 AM
Unknown Object (File)
Nov 17 2024, 8:25 PM
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.